2018-08-01 03:31:35,551 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-194 | | 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-01 03:31:35,556 - 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.21,192.30.9.7 export OS_USER_DOMAIN_NAME=Default export OS_VOLUME_API_VERSION=3.52 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.21:5000/v3 export NOVA_VERSION=1.1 export OS_IMAGE_API_VERSION=2 export OS_PASSWORD=Ya8sjrTqmLStNlZDncBxkRT9S 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=90aa95516c664aef94b667c55fdaffe9 export OS_TENANT_NAME=admin export SDN_CONTROLLER_IP=192.30.9.7 export SDN_CONTROLLER_PASSWORD=xQo2dRQ9TRYXPrz3VQcfPwJBV export OS_REGION_NAME=regionOne 2018-08-01 03:31:35,556 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-08-01 03:31:35,558 - 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-01 03:31:35,597 - xtesting.ci.run_tests - INFO - Loading test case 'connection_check'... 2018-08-01 03:31:35,892 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-01 03:31:35,892 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-01 03:31:35,892 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-01 03:31:35,892 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-01 03:31:35,892 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-01 03:31:35,892 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-01 03:31:35,892 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-01 03:31:35,892 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-01 03:31:35,892 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-01 03:31:35,892 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-01 03:31:35,892 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-01 03:31:35,892 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-01 03:31:35,892 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-01 03:31:35,892 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-01 03:31:35,893 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-01 03:31:35,893 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-01 03:31:35,893 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-01 03:31:35,893 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-01 03:31:35,893 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-01 03:31:35,893 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-01 03:31:35,893 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-01 03:31:35,897 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-01 03:31:35,898 - xtesting.ci.run_tests - INFO - Running test case 'connection_check'... 2018-08-01 03:31:35,898 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-aggregates 2018-08-01 03:31:35,899 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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-01 03:31:35,906 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 03:31:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-64f835f8-ed9d-49d2-899e-c4d748b784d9 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-01 03:31:35,906 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-64f835f8-ed9d-49d2-899e-c4d748b784d9 2018-08-01 03:31:35,907 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-08-01 03:31:36,304 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ed1e3c9b852e426e8d791112d2fd4701", "name": "member"}, {"id": "147f18c7e1e349fc8e383440249c4c73", "name": "reader"}, {"id": "86fab6e3eccc4f5f9bd58caee92e2693", "name": "admin"}], "expires_at": "2018-08-01T04:31:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "90aa95516c664aef94b667c55fdaffe9", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:8004/v1/90aa95516c664aef94b667c55fdaffe9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5af2a23f0d4746a18ce9987becf49813"}, {"url": "http://192.30.9.7:8004/v1/90aa95516c664aef94b667c55fdaffe9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d6722b9f2184abb8e7b581d10709b51"}, {"url": "http://192.30.9.7:8004/v1/90aa95516c664aef94b667c55fdaffe9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc81206c7ec74b63a868c84343e2355a"}], "type": "orchestration", "id": "032123c5c07d477ab419a77fddb5ca2b", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/90aa95516c664aef94b667c55fdaffe9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00197bc0507d42718c9de1a1f3ff7fa9"}, {"url": "http://192.30.9.7:8776/v2/90aa95516c664aef94b667c55fdaffe9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "186c94a5205743a68de2c02795dd12cf"}, {"url": "http://192.30.9.7:8776/v2/90aa95516c664aef94b667c55fdaffe9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32c49f45893f4074a75a056facd63fc5"}], "type": "volumev2", "id": "09ef7c245fd9479f97ffee152dae0c8e", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27e89bb29a0d43ce83aefd4cae0f7bd7"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "295d31abf3f44d85b346281cd9c04740"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d685797f4b164aa48837a822ed32598b"}], "type": "alarming", "id": "0f8615b3651c41099fe76f0fa5b23dd1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f0c9b6089cd4f558ee73fabe48d842a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "551cf56b00bd4d038a8694d11700f2ef"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9ea08b0116c4412eaded9a074baa4211"}], "type": "image", "id": "17038717f3f0408e8c9d5af024ea0aab", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "17647a3a3a00479b9213e6f6cf7a30ea", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c2328ef964c4156917122cfb247f0c4"}, {"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33d0ce77838b4a0fbe56c50f7b1e4d71"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38b745fc1fe14a8691a6fb2553ade0e0"}], "type": "event", "id": "1d35633c710f4d9c88e1f50abe614b06", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/90aa95516c664aef94b667c55fdaffe9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dcebb246e8d42fab040b053411c0957"}, {"url": "http://192.30.9.7:8776/v3/90aa95516c664aef94b667c55fdaffe9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92f3de4ac4f44b9a95bdb5c3f0c34d51"}, {"url": "http://172.30.9.21:8776/v3/90aa95516c664aef94b667c55fdaffe9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f92025e32c9344f587283e14c1506699"}], "type": "volumev3", "id": "27b85f80d71f464183ff256181f71b43", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0f1136276d75402689a9c377621253ce"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b943f44b606457c91b7d5098b199be0"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b47ac34c09dc4c05b1ca4c869d47eaeb"}], "type": "metric", "id": "5a0ae06ba8b741ffb51d39c9adb9451c", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10bc7f20cf92414cb6d088da882341c5"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "53c0109d8bd545ef83f6d70ce101d52d"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d3688eabec1484e8c6549a46b35b25f"}], "type": "cloudformation", "id": "64e449782da244a4b49ea375e297a3ea", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/90aa95516c664aef94b667c55fdaffe9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8713e9b13a6e43c59e8aa6d6cd510b2b"}, {"url": "http://192.30.9.7:8776/v1/90aa95516c664aef94b667c55fdaffe9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b073433cdd0f4518882ecf0e413ae4af"}, {"url": "http://172.30.9.21:8776/v1/90aa95516c664aef94b667c55fdaffe9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fc41a1400c1945199a7f0758b5566e31"}], "type": "volume", "id": "6951fb022adb46feaa04f1020c483fd1", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "247e0a42582047fb8b1a74db1f38edf7"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37ed8998a3894a91b69a9e4f00e62b69"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b11d1b5d1d9043d88291c85c92eb73f4"}], "type": "placement", "id": "83e7ef9cff3b4731b936862816b9afd9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "432bfc9d0c4249dd9ccda5421e19b9e2"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f93c2c146b149cbb3483078f52c4bdf"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd4fdce564324509818028dc78641d8d"}], "type": "network", "id": "94871ebfcb5240ebb8b1c19b8739272c", "name": "neutron"}, {"endpoints": [{"url": "http://12.0.0.40:8080/v1/AUTH_90aa95516c664aef94b667c55fdaffe9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2333bd642dd5455c8f03d343d974704d"}, {"url": "http://12.0.0.40:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c3a57c4832a74174a0c0889da1e1364b"}, {"url": "http://172.30.9.21:8080/v1/AUTH_90aa95516c664aef94b667c55fdaffe9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f27db37221fb446f86228761531722fd"}], "type": "object-store", "id": "b008c8aea7694b57822ddc559b6dfc45", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "038ac873a08f40dab615db1106f36b91"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9c064a815b5c40c0bb0beee1dee18b58"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa33b6fd9ec24bfb9e27785b76bc205d"}], "type": "identity", "id": "de72ed0871ef4a7bab6d7ea0bbfa8d90", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c04b9806aca48e692c506107e0bd3a6"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "449f60307ac54b799d4527d2070f35db"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d69efddbf8af404a9b303b99cfb12f43"}], "type": "compute", "id": "eb2dd02d9ef54f67b42600e437ecb401", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "749556e27c83423fb69e649d00450103"}, "audit_ids": ["daNcOdKSQeWQfxoVhPoasw"], "issued_at": "2018-08-01T03:31:36.000000Z"}} 2018-08-01 03:31:36,309 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}e1218f32923e902fa0c79221b2358644dfcadb9a" 2018-08-01 03:31:37,213 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 03:31: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-df49d996-1b7c-4c0a-97a4-1f0f9fcf719c x-compute-request-id: req-df49d996-1b7c-4c0a-97a4-1f0f9fcf719c Content-Length: 18 Content-Type: application/json RESP BODY: {"aggregates": []} 2018-08-01 03:31:37,213 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/os-aggregates used request id req-df49d996-1b7c-4c0a-97a4-1f0f9fcf719c 2018-08-01 03:31:37,213 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-aggregates in 1.31453204155s 2018-08-01 03:31:37,213 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/os-aggregates used request id req-df49d996-1b7c-4c0a-97a4-1f0f9fcf719c 2018-08-01 03:31:37,214 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_aggregates: [] 2018-08-01 03:31:37,216 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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-01 03:31:37,222 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 01 Aug 2018 03:31:37 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4cd8b48f-f682-42bb-9c99-882afc79b2c6 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.21:5000/v3/", "rel": "self"}]}]}} 2018-08-01 03:31:37,222 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/ used request id req-4cd8b48f-f682-42bb-9c99-882afc79b2c6 2018-08-01 03:31:37,223 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-01 03:31:37,226 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}e1218f32923e902fa0c79221b2358644dfcadb9a" 2018-08-01 03:31:37,439 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 03:31:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-228caf6d-53f7-437a-b21b-99b90fc8ba1c Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.21:5000/v3/domains/cc40371ace4f4c2e9452fa2c52c1368e"}, "tags": [], "enabled": true, "id": "cc40371ace4f4c2e9452fa2c52c1368e", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains", "previous": null, "next": null}} 2018-08-01 03:31:37,439 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains used request id req-228caf6d-53f7-437a-b21b-99b90fc8ba1c 2018-08-01 03:31:37,439 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.216566085815s 2018-08-01 03:31:37,440 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains used request id req-228caf6d-53f7-437a-b21b-99b90fc8ba1c 2018-08-01 03:31:37,441 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_domains: [Munch({'description': u'', 'enabled': True, 'id': u'cc40371ace4f4c2e9452fa2c52c1368e', 'name': u'heat_stack'}), Munch({'description': u'The default domain', 'enabled': True, 'id': u'default', 'name': u'Default'})] 2018-08-01 03:31:37,444 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.endpoints 2018-08-01 03:31:37,447 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}e1218f32923e902fa0c79221b2358644dfcadb9a" 2018-08-01 03:31:37,634 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 03:31:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e0bf9408-3b53-425b-85a3-8c3b3cf050fb Content-Encoding: gzip Content-Length: 1961 Content-Type: application/json RESP BODY: {"endpoints": [{"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/00197bc0507d42718c9de1a1f3ff7fa9"}, "url": "http://172.30.9.21:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "09ef7c245fd9479f97ffee152dae0c8e", "id": "00197bc0507d42718c9de1a1f3ff7fa9"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/038ac873a08f40dab615db1106f36b91"}, "url": "http://172.30.9.21:5000", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "de72ed0871ef4a7bab6d7ea0bbfa8d90", "id": "038ac873a08f40dab615db1106f36b91"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/0c04b9806aca48e692c506107e0bd3a6"}, "url": "http://172.30.9.21:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "eb2dd02d9ef54f67b42600e437ecb401", "id": "0c04b9806aca48e692c506107e0bd3a6"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/0dcebb246e8d42fab040b053411c0957"}, "url": "http://192.30.9.7:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "27b85f80d71f464183ff256181f71b43", "id": "0dcebb246e8d42fab040b053411c0957"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/0f1136276d75402689a9c377621253ce"}, "url": "http://192.30.9.7:8041", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "5a0ae06ba8b741ffb51d39c9adb9451c", "id": "0f1136276d75402689a9c377621253ce"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/10bc7f20cf92414cb6d088da882341c5"}, "url": "http://192.30.9.7:8000/v1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "64e449782da244a4b49ea375e297a3ea", "id": "10bc7f20cf92414cb6d088da882341c5"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/186c94a5205743a68de2c02795dd12cf"}, "url": "http://192.30.9.7:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "09ef7c245fd9479f97ffee152dae0c8e", "id": "186c94a5205743a68de2c02795dd12cf"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/1c2328ef964c4156917122cfb247f0c4"}, "url": "http://192.30.9.7:8977", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "1d35633c710f4d9c88e1f50abe614b06", "id": "1c2328ef964c4156917122cfb247f0c4"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/2333bd642dd5455c8f03d343d974704d"}, "url": "http://12.0.0.40:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "b008c8aea7694b57822ddc559b6dfc45", "id": "2333bd642dd5455c8f03d343d974704d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/247e0a42582047fb8b1a74db1f38edf7"}, "url": "http://192.30.9.7:8778/placement", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "83e7ef9cff3b4731b936862816b9afd9", "id": "247e0a42582047fb8b1a74db1f38edf7"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/27e89bb29a0d43ce83aefd4cae0f7bd7"}, "url": "http://192.30.9.7:8042", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "0f8615b3651c41099fe76f0fa5b23dd1", "id": "27e89bb29a0d43ce83aefd4cae0f7bd7"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/295d31abf3f44d85b346281cd9c04740"}, "url": "http://172.30.9.21:8042", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "0f8615b3651c41099fe76f0fa5b23dd1", "id": "295d31abf3f44d85b346281cd9c04740"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/32c49f45893f4074a75a056facd63fc5"}, "url": "http://192.30.9.7:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "09ef7c245fd9479f97ffee152dae0c8e", "id": "32c49f45893f4074a75a056facd63fc5"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/33d0ce77838b4a0fbe56c50f7b1e4d71"}, "url": "http://172.30.9.21:8977", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "1d35633c710f4d9c88e1f50abe614b06", "id": "33d0ce77838b4a0fbe56c50f7b1e4d71"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/37ed8998a3894a91b69a9e4f00e62b69"}, "url": "http://192.30.9.7:8778/placement", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "83e7ef9cff3b4731b936862816b9afd9", "id": "37ed8998a3894a91b69a9e4f00e62b69"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/38b745fc1fe14a8691a6fb2553ade0e0"}, "url": "http://192.30.9.7:8977", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "1d35633c710f4d9c88e1f50abe614b06", "id": "38b745fc1fe14a8691a6fb2553ade0e0"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/432bfc9d0c4249dd9ccda5421e19b9e2"}, "url": "http://192.30.9.7:9696", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "94871ebfcb5240ebb8b1c19b8739272c", "id": "432bfc9d0c4249dd9ccda5421e19b9e2"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/449f60307ac54b799d4527d2070f35db"}, "url": "http://192.30.9.7:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "eb2dd02d9ef54f67b42600e437ecb401", "id": "449f60307ac54b799d4527d2070f35db"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/4f0c9b6089cd4f558ee73fabe48d842a"}, "url": "http://192.30.9.7:9292", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "17038717f3f0408e8c9d5af024ea0aab", "id": "4f0c9b6089cd4f558ee73fabe48d842a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/4f93c2c146b149cbb3483078f52c4bdf"}, "url": "http://172.30.9.21:9696", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "94871ebfcb5240ebb8b1c19b8739272c", "id": "4f93c2c146b149cbb3483078f52c4bdf"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/53c0109d8bd545ef83f6d70ce101d52d"}, "url": "http://192.30.9.7:8000/v1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "64e449782da244a4b49ea375e297a3ea", "id": "53c0109d8bd545ef83f6d70ce101d52d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/551cf56b00bd4d038a8694d11700f2ef"}, "url": "http://192.30.9.7:9292", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "17038717f3f0408e8c9d5af024ea0aab", "id": "551cf56b00bd4d038a8694d11700f2ef"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/5af2a23f0d4746a18ce9987becf49813"}, "url": "http://172.30.9.21:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "032123c5c07d477ab419a77fddb5ca2b", "id": "5af2a23f0d4746a18ce9987becf49813"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/5d6722b9f2184abb8e7b581d10709b51"}, "url": "http://192.30.9.7:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "032123c5c07d477ab419a77fddb5ca2b", "id": "5d6722b9f2184abb8e7b581d10709b51"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/8713e9b13a6e43c59e8aa6d6cd510b2b"}, "url": "http://192.30.9.7:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "6951fb022adb46feaa04f1020c483fd1", "id": "8713e9b13a6e43c59e8aa6d6cd510b2b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/92f3de4ac4f44b9a95bdb5c3f0c34d51"}, "url": "http://192.30.9.7:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "27b85f80d71f464183ff256181f71b43", "id": "92f3de4ac4f44b9a95bdb5c3f0c34d51"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/9b943f44b606457c91b7d5098b199be0"}, "url": "http://192.30.9.7:8041", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "5a0ae06ba8b741ffb51d39c9adb9451c", "id": "9b943f44b606457c91b7d5098b199be0"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/9c064a815b5c40c0bb0beee1dee18b58"}, "url": "http://192.30.9.7:5000", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "de72ed0871ef4a7bab6d7ea0bbfa8d90", "id": "9c064a815b5c40c0bb0beee1dee18b58"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/9d3688eabec1484e8c6549a46b35b25f"}, "url": "http://172.30.9.21:8000/v1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "64e449782da244a4b49ea375e297a3ea", "id": "9d3688eabec1484e8c6549a46b35b25f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/9ea08b0116c4412eaded9a074baa4211"}, "url": "http://172.30.9.21:9292", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "17038717f3f0408e8c9d5af024ea0aab", "id": "9ea08b0116c4412eaded9a074baa4211"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/aa33b6fd9ec24bfb9e27785b76bc205d"}, "url": "http://192.30.9.7:35357", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "de72ed0871ef4a7bab6d7ea0bbfa8d90", "id": "aa33b6fd9ec24bfb9e27785b76bc205d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/b073433cdd0f4518882ecf0e413ae4af"}, "url": "http://192.30.9.7:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "6951fb022adb46feaa04f1020c483fd1", "id": "b073433cdd0f4518882ecf0e413ae4af"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/b11d1b5d1d9043d88291c85c92eb73f4"}, "url": "http://172.30.9.21:8778/placement", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "83e7ef9cff3b4731b936862816b9afd9", "id": "b11d1b5d1d9043d88291c85c92eb73f4"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/b47ac34c09dc4c05b1ca4c869d47eaeb"}, "url": "http://172.30.9.21:8041", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "5a0ae06ba8b741ffb51d39c9adb9451c", "id": "b47ac34c09dc4c05b1ca4c869d47eaeb"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/c3a57c4832a74174a0c0889da1e1364b"}, "url": "http://12.0.0.40:8080", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "b008c8aea7694b57822ddc559b6dfc45", "id": "c3a57c4832a74174a0c0889da1e1364b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/cc81206c7ec74b63a868c84343e2355a"}, "url": "http://192.30.9.7:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "032123c5c07d477ab419a77fddb5ca2b", "id": "cc81206c7ec74b63a868c84343e2355a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/d685797f4b164aa48837a822ed32598b"}, "url": "http://192.30.9.7:8042", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "0f8615b3651c41099fe76f0fa5b23dd1", "id": "d685797f4b164aa48837a822ed32598b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/d69efddbf8af404a9b303b99cfb12f43"}, "url": "http://192.30.9.7:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "eb2dd02d9ef54f67b42600e437ecb401", "id": "d69efddbf8af404a9b303b99cfb12f43"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/f27db37221fb446f86228761531722fd"}, "url": "http://172.30.9.21:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "b008c8aea7694b57822ddc559b6dfc45", "id": "f27db37221fb446f86228761531722fd"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/f92025e32c9344f587283e14c1506699"}, "url": "http://172.30.9.21:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "27b85f80d71f464183ff256181f71b43", "id": "f92025e32c9344f587283e14c1506699"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/fc41a1400c1945199a7f0758b5566e31"}, "url": "http://172.30.9.21:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "6951fb022adb46feaa04f1020c483fd1", "id": "fc41a1400c1945199a7f0758b5566e31"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/fd4fdce564324509818028dc78641d8d"}, "url": "http://192.30.9.7:9696", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "94871ebfcb5240ebb8b1c19b8739272c", "id": "fd4fdce564324509818028dc78641d8d"}], "links": {"self": "http://172.30.9.21:5000/v3/endpoints", "previous": null, "next": null}} 2018-08-01 03:31:37,635 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/endpoints used request id req-e0bf9408-3b53-425b-85a3-8c3b3cf050fb 2018-08-01 03:31:37,635 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.endpoints in 0.190942049026s 2018-08-01 03:31:37,636 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/endpoints used request id req-e0bf9408-3b53-425b-85a3-8c3b3cf050fb 2018-08-01 03:31:37,642 - 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.21:5000/v3/endpoints/00197bc0507d42718c9de1a1f3ff7fa9'}, u'url': u'http://172.30.9.21:8776/v2/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'09ef7c245fd9479f97ffee152dae0c8e', u'id': u'00197bc0507d42718c9de1a1f3ff7fa9'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/038ac873a08f40dab615db1106f36b91'}, u'url': u'http://172.30.9.21:5000', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'de72ed0871ef4a7bab6d7ea0bbfa8d90', u'id': u'038ac873a08f40dab615db1106f36b91'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/0c04b9806aca48e692c506107e0bd3a6'}, u'url': u'http://172.30.9.21:8774/v2.1', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'eb2dd02d9ef54f67b42600e437ecb401', u'id': u'0c04b9806aca48e692c506107e0bd3a6'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/0dcebb246e8d42fab040b053411c0957'}, u'url': u'http://192.30.9.7:8776/v3/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'27b85f80d71f464183ff256181f71b43', u'id': u'0dcebb246e8d42fab040b053411c0957'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/0f1136276d75402689a9c377621253ce'}, u'url': u'http://192.30.9.7:8041', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'5a0ae06ba8b741ffb51d39c9adb9451c', u'id': u'0f1136276d75402689a9c377621253ce'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/10bc7f20cf92414cb6d088da882341c5'}, u'url': u'http://192.30.9.7:8000/v1', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'64e449782da244a4b49ea375e297a3ea', u'id': u'10bc7f20cf92414cb6d088da882341c5'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/186c94a5205743a68de2c02795dd12cf'}, u'url': u'http://192.30.9.7:8776/v2/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'09ef7c245fd9479f97ffee152dae0c8e', u'id': u'186c94a5205743a68de2c02795dd12cf'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/1c2328ef964c4156917122cfb247f0c4'}, u'url': u'http://192.30.9.7:8977', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'1d35633c710f4d9c88e1f50abe614b06', u'id': u'1c2328ef964c4156917122cfb247f0c4'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/2333bd642dd5455c8f03d343d974704d'}, u'url': u'http://12.0.0.40:8080/v1/AUTH_%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'b008c8aea7694b57822ddc559b6dfc45', u'id': u'2333bd642dd5455c8f03d343d974704d'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/247e0a42582047fb8b1a74db1f38edf7'}, u'url': u'http://192.30.9.7:8778/placement', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'83e7ef9cff3b4731b936862816b9afd9', u'id': u'247e0a42582047fb8b1a74db1f38edf7'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/27e89bb29a0d43ce83aefd4cae0f7bd7'}, u'url': u'http://192.30.9.7:8042', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'0f8615b3651c41099fe76f0fa5b23dd1', u'id': u'27e89bb29a0d43ce83aefd4cae0f7bd7'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/295d31abf3f44d85b346281cd9c04740'}, u'url': u'http://172.30.9.21:8042', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'0f8615b3651c41099fe76f0fa5b23dd1', u'id': u'295d31abf3f44d85b346281cd9c04740'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/32c49f45893f4074a75a056facd63fc5'}, u'url': u'http://192.30.9.7:8776/v2/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'09ef7c245fd9479f97ffee152dae0c8e', u'id': u'32c49f45893f4074a75a056facd63fc5'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/33d0ce77838b4a0fbe56c50f7b1e4d71'}, u'url': u'http://172.30.9.21:8977', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'1d35633c710f4d9c88e1f50abe614b06', u'id': u'33d0ce77838b4a0fbe56c50f7b1e4d71'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/37ed8998a3894a91b69a9e4f00e62b69'}, u'url': u'http://192.30.9.7:8778/placement', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'83e7ef9cff3b4731b936862816b9afd9', u'id': u'37ed8998a3894a91b69a9e4f00e62b69'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/38b745fc1fe14a8691a6fb2553ade0e0'}, u'url': u'http://192.30.9.7:8977', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'1d35633c710f4d9c88e1f50abe614b06', u'id': u'38b745fc1fe14a8691a6fb2553ade0e0'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/432bfc9d0c4249dd9ccda5421e19b9e2'}, u'url': u'http://192.30.9.7:9696', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'94871ebfcb5240ebb8b1c19b8739272c', u'id': u'432bfc9d0c4249dd9ccda5421e19b9e2'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/449f60307ac54b799d4527d2070f35db'}, u'url': u'http://192.30.9.7:8774/v2.1', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'eb2dd02d9ef54f67b42600e437ecb401', u'id': u'449f60307ac54b799d4527d2070f35db'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/4f0c9b6089cd4f558ee73fabe48d842a'}, u'url': u'http://192.30.9.7:9292', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'17038717f3f0408e8c9d5af024ea0aab', u'id': u'4f0c9b6089cd4f558ee73fabe48d842a'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/4f93c2c146b149cbb3483078f52c4bdf'}, u'url': u'http://172.30.9.21:9696', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'94871ebfcb5240ebb8b1c19b8739272c', u'id': u'4f93c2c146b149cbb3483078f52c4bdf'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/53c0109d8bd545ef83f6d70ce101d52d'}, u'url': u'http://192.30.9.7:8000/v1', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'64e449782da244a4b49ea375e297a3ea', u'id': u'53c0109d8bd545ef83f6d70ce101d52d'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/551cf56b00bd4d038a8694d11700f2ef'}, u'url': u'http://192.30.9.7:9292', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'17038717f3f0408e8c9d5af024ea0aab', u'id': u'551cf56b00bd4d038a8694d11700f2ef'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/5af2a23f0d4746a18ce9987becf49813'}, u'url': u'http://172.30.9.21:8004/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'032123c5c07d477ab419a77fddb5ca2b', u'id': u'5af2a23f0d4746a18ce9987becf49813'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/5d6722b9f2184abb8e7b581d10709b51'}, u'url': u'http://192.30.9.7:8004/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'032123c5c07d477ab419a77fddb5ca2b', u'id': u'5d6722b9f2184abb8e7b581d10709b51'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/8713e9b13a6e43c59e8aa6d6cd510b2b'}, u'url': u'http://192.30.9.7:8776/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'6951fb022adb46feaa04f1020c483fd1', u'id': u'8713e9b13a6e43c59e8aa6d6cd510b2b'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/92f3de4ac4f44b9a95bdb5c3f0c34d51'}, u'url': u'http://192.30.9.7:8776/v3/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'27b85f80d71f464183ff256181f71b43', u'id': u'92f3de4ac4f44b9a95bdb5c3f0c34d51'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/9b943f44b606457c91b7d5098b199be0'}, u'url': u'http://192.30.9.7:8041', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'5a0ae06ba8b741ffb51d39c9adb9451c', u'id': u'9b943f44b606457c91b7d5098b199be0'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/9c064a815b5c40c0bb0beee1dee18b58'}, u'url': u'http://192.30.9.7:5000', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'de72ed0871ef4a7bab6d7ea0bbfa8d90', u'id': u'9c064a815b5c40c0bb0beee1dee18b58'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/9d3688eabec1484e8c6549a46b35b25f'}, u'url': u'http://172.30.9.21:8000/v1', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'64e449782da244a4b49ea375e297a3ea', u'id': u'9d3688eabec1484e8c6549a46b35b25f'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/9ea08b0116c4412eaded9a074baa4211'}, u'url': u'http://172.30.9.21:9292', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'17038717f3f0408e8c9d5af024ea0aab', u'id': u'9ea08b0116c4412eaded9a074baa4211'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/aa33b6fd9ec24bfb9e27785b76bc205d'}, u'url': u'http://192.30.9.7:35357', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'de72ed0871ef4a7bab6d7ea0bbfa8d90', u'id': u'aa33b6fd9ec24bfb9e27785b76bc205d'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/b073433cdd0f4518882ecf0e413ae4af'}, u'url': u'http://192.30.9.7:8776/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'6951fb022adb46feaa04f1020c483fd1', u'id': u'b073433cdd0f4518882ecf0e413ae4af'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/b11d1b5d1d9043d88291c85c92eb73f4'}, u'url': u'http://172.30.9.21:8778/placement', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'83e7ef9cff3b4731b936862816b9afd9', u'id': u'b11d1b5d1d9043d88291c85c92eb73f4'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/b47ac34c09dc4c05b1ca4c869d47eaeb'}, u'url': u'http://172.30.9.21:8041', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'5a0ae06ba8b741ffb51d39c9adb9451c', u'id': u'b47ac34c09dc4c05b1ca4c869d47eaeb'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/c3a57c4832a74174a0c0889da1e1364b'}, u'url': u'http://12.0.0.40:8080', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'b008c8aea7694b57822ddc559b6dfc45', u'id': u'c3a57c4832a74174a0c0889da1e1364b'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/cc81206c7ec74b63a868c84343e2355a'}, u'url': u'http://192.30.9.7:8004/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'032123c5c07d477ab419a77fddb5ca2b', u'id': u'cc81206c7ec74b63a868c84343e2355a'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/d685797f4b164aa48837a822ed32598b'}, u'url': u'http://192.30.9.7:8042', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'0f8615b3651c41099fe76f0fa5b23dd1', u'id': u'd685797f4b164aa48837a822ed32598b'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/d69efddbf8af404a9b303b99cfb12f43'}, u'url': u'http://192.30.9.7:8774/v2.1', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'eb2dd02d9ef54f67b42600e437ecb401', u'id': u'd69efddbf8af404a9b303b99cfb12f43'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/f27db37221fb446f86228761531722fd'}, u'url': u'http://172.30.9.21:8080/v1/AUTH_%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'b008c8aea7694b57822ddc559b6dfc45', u'id': u'f27db37221fb446f86228761531722fd'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/f92025e32c9344f587283e14c1506699'}, u'url': u'http://172.30.9.21:8776/v3/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'27b85f80d71f464183ff256181f71b43', u'id': u'f92025e32c9344f587283e14c1506699'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/fc41a1400c1945199a7f0758b5566e31'}, u'url': u'http://172.30.9.21:8776/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'6951fb022adb46feaa04f1020c483fd1', u'id': u'fc41a1400c1945199a7f0758b5566e31'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.21:5000/v3/endpoints/fd4fdce564324509818028dc78641d8d'}, u'url': u'http://192.30.9.7:9696', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'94871ebfcb5240ebb8b1c19b8739272c', u'id': u'fd4fdce564324509818028dc78641d8d'})] 2018-08-01 03:31:37,644 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.extensions 2018-08-01 03:31:37,647 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}e1218f32923e902fa0c79221b2358644dfcadb9a" 2018-08-01 03:31:37,661 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 03:31: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-9afc9f87-abdc-404f-8925-68fa4629a282 x-compute-request-id: req-9afc9f87-abdc-404f-8925-68fa4629a282 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-01 03:31:37,662 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/extensions used request id req-9afc9f87-abdc-404f-8925-68fa4629a282 2018-08-01 03:31:37,662 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.extensions in 0.0175490379333s 2018-08-01 03:31:37,663 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/extensions used request id req-9afc9f87-abdc-404f-8925-68fa4629a282 2018-08-01 03:31:37,676 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-floating-ip-pools 2018-08-01 03:31:37,678 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}e1218f32923e902fa0c79221b2358644dfcadb9a" 2018-08-01 03:31:39,615 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 03:31: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-5c536351-b78e-4cdc-9af9-dc2d27133fbf x-compute-request-id: req-5c536351-b78e-4cdc-9af9-dc2d27133fbf Content-Length: 45 Content-Type: application/json RESP BODY: {"floating_ip_pools": [{"name": "external"}]} 2018-08-01 03:31:39,616 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/os-floating-ip-pools used request id req-5c536351-b78e-4cdc-9af9-dc2d27133fbf 2018-08-01 03:31:39,616 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-floating-ip-pools in 1.9397649765s 2018-08-01 03:31:39,616 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/os-floating-ip-pools used request id req-5c536351-b78e-4cdc-9af9-dc2d27133fbf 2018-08-01 03:31:39,616 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_floating_ip_pools: [{'name': u'external'}] 2018-08-01 03:31:39,622 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-01 03:31:39,622 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}e1218f32923e902fa0c79221b2358644dfcadb9a" 2018-08-01 03:31:40,666 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-d87ae90a-e59f-4512-a5fd-44267db52e20 Date: Wed, 01 Aug 2018 03:31:40 GMT RESP BODY: {"floatingips": []} 2018-08-01 03:31:40,666 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-d87ae90a-e59f-4512-a5fd-44267db52e20 2018-08-01 03:31:40,667 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 1.04475593567s 2018-08-01 03:31:40,667 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-d87ae90a-e59f-4512-a5fd-44267db52e20 2018-08-01 03:31:40,667 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_floating_ips: [] 2018-08-01 03:31:40,667 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-08-01 03:31:40,698 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}e1218f32923e902fa0c79221b2358644dfcadb9a" 2018-08-01 03:31:40,875 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 03:31:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-269da746-3bf7-4d6c-bc54-7e62f38317ab x-compute-request-id: req-269da746-3bf7-4d6c-bc54-7e62f38317ab Content-Encoding: gzip Content-Length: 741 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 230}, "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.3", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX-IBRS\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"stibp\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"ssse3\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"pcid\", \"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\", \"acpi\", \"spec-ctrl\", \"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-1.opnfvlf.org", "disabled_reason": null, "id": 227}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "memory_mb_used": 2346, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.8", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX-IBRS\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"stibp\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"ssse3\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"pcid\", \"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\", \"acpi\", \"spec-ctrl\", \"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-01 03:31:40,875 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/os-hypervisors/detail used request id req-269da746-3bf7-4d6c-bc54-7e62f38317ab 2018-08-01 03:31:40,875 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.207633018494s 2018-08-01 03:31:40,876 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/os-hypervisors/detail used request id req-269da746-3bf7-4d6c-bc54-7e62f38317ab 2018-08-01 03:31:40,876 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_hypervisors: [Munch({u'status': u'enabled', u'host_ip': u'192.30.9.3', u'hypervisor_hostname': u'overcloud-novacompute-0.opnfvlf.org', u'cpu_info': u'{"vendor": "Intel", "model": "Haswell-noTSX-IBRS", "arch": "x86_64", "features": ["pge", "avx", "xsaveopt", "clflush", "sep", "syscall", "tsc_adjust", "tsc-deadline", "dtes64", "stibp", "invpcid", "tsc", "fsgsbase", "xsave", "vmx", "erms", "xtpr", "cmov", "smep", "ssse3", "est", "pat", "monitor", "smx", "pbe", "lm", "msr", "nx", "fxsr", "tm", "sse4.1", "pae", "sse4.2", "pclmuldq", "pcid", "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", "acpi", "spec-ctrl", "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-0.opnfvlf.org', u'disabled_reason': None, u'id': 230}, 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.8', u'hypervisor_hostname': u'overcloud-novacompute-1.opnfvlf.org', u'cpu_info': u'{"vendor": "Intel", "model": "Haswell-noTSX-IBRS", "arch": "x86_64", "features": ["pge", "avx", "xsaveopt", "clflush", "sep", "syscall", "tsc_adjust", "tsc-deadline", "dtes64", "stibp", "invpcid", "tsc", "fsgsbase", "xsave", "vmx", "erms", "xtpr", "cmov", "smep", "ssse3", "est", "pat", "monitor", "smx", "pbe", "lm", "msr", "nx", "fxsr", "tm", "sse4.1", "pae", "sse4.2", "pclmuldq", "pcid", "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", "acpi", "spec-ctrl", "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-1.opnfvlf.org', u'disabled_reason': None, u'id': 227}, u'vcpus_used': 0, u'hypervisor_type': u'QEMU', u'local_gb_used': 0, u'vcpus': 16, u'memory_mb_used': 2346, u'memory_mb': 32502, u'current_workload': 0, u'state': u'up', u'running_vms': 0})] 2018-08-01 03:31:40,877 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-keypairs 2018-08-01 03:31:40,880 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}e1218f32923e902fa0c79221b2358644dfcadb9a" 2018-08-01 03:31:41,022 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 03:31:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-3bccc55c-fa0c-4980-b399-c45383a08939 x-compute-request-id: req-3bccc55c-fa0c-4980-b399-c45383a08939 Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2018-08-01 03:31:41,022 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/os-keypairs used request id req-3bccc55c-fa0c-4980-b399-c45383a08939 2018-08-01 03:31:41,023 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-keypairs in 0.145437002182s 2018-08-01 03:31:41,023 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/os-keypairs used request id req-3bccc55c-fa0c-4980-b399-c45383a08939 2018-08-01 03:31:41,023 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_keypairs: [] 2018-08-01 03:31:41,023 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-01 03:31:41,024 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e1218f32923e902fa0c79221b2358644dfcadb9a" 2018-08-01 03:31:42,117 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-c26c477b-6158-4f97-b8ae-6737b4299c4e Date: Wed, 01 Aug 2018 03:31:42 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"262fe7ec-b437-40b8-908b-6eb66c149655","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"89443fd7c5cf4259bed71fca1c3fe619","status":"ACTIVE","subnets":["e06facf3-a24e-40d5-a5ce-a0901a6e4875"],"description":"","tags":[],"updated_at":"2018-08-01T03:28:20Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"89443fd7c5cf4259bed71fca1c3fe619","created_at":"2018-08-01T03:28:13Z","provider:network_type":"flat"}]} 2018-08-01 03:31:42,117 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-c26c477b-6158-4f97-b8ae-6737b4299c4e 2018-08-01 03:31:42,117 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 1.09379196167s 2018-08-01 03:31:42,118 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-c26c477b-6158-4f97-b8ae-6737b4299c4e 2018-08-01 03:31:42,118 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_networks: [Munch({u'status': u'ACTIVE', u'subnets': [u'e06facf3-a24e-40d5-a5ce-a0901a6e4875'], u'description': u'', u'provider:physical_network': u'datacentre', u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-08-01T03:28:20Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'mtu': 1500, u'id': u'262fe7ec-b437-40b8-908b-6eb66c149655', 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'89443fd7c5cf4259bed71fca1c3fe619', u'created_at': u'2018-08-01T03:28:13Z', u'provider:network_type': u'flat', u'ipv4_address_scope': None, u'shared': False, u'project_id': u'89443fd7c5cf4259bed71fca1c3fe619'})] 2018-08-01 03:31:42,119 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-01 03:31:42,119 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}e1218f32923e902fa0c79221b2358644dfcadb9a" 2018-08-01 03:31:43,111 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-f24f2920-0bee-4abb-9c7a-5daa6236efad Date: Wed, 01 Aug 2018 03:31:43 GMT RESP BODY: {"ports":[]} 2018-08-01 03:31:43,111 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports.json used request id req-f24f2920-0bee-4abb-9c7a-5daa6236efad 2018-08-01 03:31:43,111 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.992504119873s 2018-08-01 03:31:43,112 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports.json used request id req-f24f2920-0bee-4abb-9c7a-5daa6236efad 2018-08-01 03:31:43,112 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_ports: [] 2018-08-01 03:31:43,115 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-01 03:31:43,118 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}e1218f32923e902fa0c79221b2358644dfcadb9a" 2018-08-01 03:31:43,214 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 03:31:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4b9aaee9-8265-45cc-85ad-d230a22c4172 Content-Encoding: gzip Content-Length: 720 Content-Type: application/json RESP BODY: {"role_assignments": [{"scope": {"project": {"id": "89443fd7c5cf4259bed71fca1c3fe619"}}, "role": {"id": "86fab6e3eccc4f5f9bd58caee92e2693"}, "user": {"id": "0f8a0650d1a846e88ba44704b50255c1"}, "links": {"assignment": "http://172.30.9.21:5000/v3/projects/89443fd7c5cf4259bed71fca1c3fe619/users/0f8a0650d1a846e88ba44704b50255c1/roles/86fab6e3eccc4f5f9bd58caee92e2693"}}, {"scope": {"project": {"id": "89443fd7c5cf4259bed71fca1c3fe619"}}, "role": {"id": "86fab6e3eccc4f5f9bd58caee92e2693"}, "user": {"id": "130b7ea936644204a37124e676ddf428"}, "links": {"assignment": "http://172.30.9.21:5000/v3/projects/89443fd7c5cf4259bed71fca1c3fe619/users/130b7ea936644204a37124e676ddf428/roles/86fab6e3eccc4f5f9bd58caee92e2693"}}, {"scope": {"project": {"id": "89443fd7c5cf4259bed71fca1c3fe619"}}, "role": {"id": "86fab6e3eccc4f5f9bd58caee92e2693"}, "user": {"id": "1476f1d37caa49ec90baf29b9d92850d"}, "links": {"assignment": "http://172.30.9.21:5000/v3/projects/89443fd7c5cf4259bed71fca1c3fe619/users/1476f1d37caa49ec90baf29b9d92850d/roles/86fab6e3eccc4f5f9bd58caee92e2693"}}, {"scope": {"project": {"id": "89443fd7c5cf4259bed71fca1c3fe619"}}, "role": {"id": "86fab6e3eccc4f5f9bd58caee92e2693"}, "user": {"id": "386874e6c2464a43ba93f0248a95595b"}, "links": {"assignment": "http://172.30.9.21:5000/v3/projects/89443fd7c5cf4259bed71fca1c3fe619/users/386874e6c2464a43ba93f0248a95595b/roles/86fab6e3eccc4f5f9bd58caee92e2693"}}, {"scope": {"project": {"id": "89443fd7c5cf4259bed71fca1c3fe619"}}, "role": {"id": "86fab6e3eccc4f5f9bd58caee92e2693"}, "user": {"id": "3cb1fd184ec34300aba849c010464d1a"}, "links": {"assignment": "http://172.30.9.21:5000/v3/projects/89443fd7c5cf4259bed71fca1c3fe619/users/3cb1fd184ec34300aba849c010464d1a/roles/86fab6e3eccc4f5f9bd58caee92e2693"}}, {"scope": {"project": {"id": "90aa95516c664aef94b667c55fdaffe9"}}, "role": {"id": "86fab6e3eccc4f5f9bd58caee92e2693"}, "user": {"id": "749556e27c83423fb69e649d00450103"}, "links": {"assignment": "http://172.30.9.21:5000/v3/projects/90aa95516c664aef94b667c55fdaffe9/users/749556e27c83423fb69e649d00450103/roles/86fab6e3eccc4f5f9bd58caee92e2693"}}, {"scope": {"project": {"id": "89443fd7c5cf4259bed71fca1c3fe619"}}, "role": {"id": "86fab6e3eccc4f5f9bd58caee92e2693"}, "user": {"id": "b6122bbf2037491bb9db6c47618110d1"}, "links": {"assignment": "http://172.30.9.21:5000/v3/projects/89443fd7c5cf4259bed71fca1c3fe619/users/b6122bbf2037491bb9db6c47618110d1/roles/86fab6e3eccc4f5f9bd58caee92e2693"}}, {"scope": {"project": {"id": "89443fd7c5cf4259bed71fca1c3fe619"}}, "role": {"id": "86fab6e3eccc4f5f9bd58caee92e2693"}, "user": {"id": "c09ff16c1a614c8bbc73ec74064357a4"}, "links": {"assignment": "http://172.30.9.21:5000/v3/projects/89443fd7c5cf4259bed71fca1c3fe619/users/c09ff16c1a614c8bbc73ec74064357a4/roles/86fab6e3eccc4f5f9bd58caee92e2693"}}, {"scope": {"project": {"id": "89443fd7c5cf4259bed71fca1c3fe619"}}, "role": {"id": "f5c89a4293d34be3af121f401210ef46"}, "user": {"id": "c09ff16c1a614c8bbc73ec74064357a4"}, "links": {"assignment": "http://172.30.9.21:5000/v3/projects/89443fd7c5cf4259bed71fca1c3fe619/users/c09ff16c1a614c8bbc73ec74064357a4/roles/f5c89a4293d34be3af121f401210ef46"}}, {"scope": {"project": {"id": "89443fd7c5cf4259bed71fca1c3fe619"}}, "role": {"id": "86fab6e3eccc4f5f9bd58caee92e2693"}, "user": {"id": "c1daa0d43666493abbd83fb1577cff74"}, "links": {"assignment": "http://172.30.9.21:5000/v3/projects/89443fd7c5cf4259bed71fca1c3fe619/users/c1daa0d43666493abbd83fb1577cff74/roles/86fab6e3eccc4f5f9bd58caee92e2693"}}, {"scope": {"project": {"id": "89443fd7c5cf4259bed71fca1c3fe619"}}, "role": {"id": "86fab6e3eccc4f5f9bd58caee92e2693"}, "user": {"id": "d1cc4ab5045f48be8e12d229b3b59cac"}, "links": {"assignment": "http://172.30.9.21:5000/v3/projects/89443fd7c5cf4259bed71fca1c3fe619/users/d1cc4ab5045f48be8e12d229b3b59cac/roles/86fab6e3eccc4f5f9bd58caee92e2693"}}, {"scope": {"project": {"id": "89443fd7c5cf4259bed71fca1c3fe619"}}, "role": {"id": "86fab6e3eccc4f5f9bd58caee92e2693"}, "user": {"id": "d32629a0e7364688b6a82d496d6e354d"}, "links": {"assignment": "http://172.30.9.21:5000/v3/projects/89443fd7c5cf4259bed71fca1c3fe619/users/d32629a0e7364688b6a82d496d6e354d/roles/86fab6e3eccc4f5f9bd58caee92e2693"}}, {"scope": {"project": {"id": "89443fd7c5cf4259bed71fca1c3fe619"}}, "role": {"id": "86fab6e3eccc4f5f9bd58caee92e2693"}, "user": {"id": "d91fd39b379e480e825eb2aa75b847b7"}, "links": {"assignment": "http://172.30.9.21:5000/v3/projects/89443fd7c5cf4259bed71fca1c3fe619/users/d91fd39b379e480e825eb2aa75b847b7/roles/86fab6e3eccc4f5f9bd58caee92e2693"}}, {"scope": {"project": {"id": "89443fd7c5cf4259bed71fca1c3fe619"}}, "role": {"id": "86fab6e3eccc4f5f9bd58caee92e2693"}, "user": {"id": "ecd8a45bf2844011921c3e9caab06794"}, "links": {"assignment": "http://172.30.9.21:5000/v3/projects/89443fd7c5cf4259bed71fca1c3fe619/users/ecd8a45bf2844011921c3e9caab06794/roles/86fab6e3eccc4f5f9bd58caee92e2693"}}, {"scope": {"domain": {"id": "cc40371ace4f4c2e9452fa2c52c1368e"}}, "role": {"id": "86fab6e3eccc4f5f9bd58caee92e2693"}, "user": {"id": "d5ee6c90793c4cbeb762d8c68db45d5c"}, "links": {"assignment": "http://172.30.9.21:5000/v3/domains/cc40371ace4f4c2e9452fa2c52c1368e/users/d5ee6c90793c4cbeb762d8c68db45d5c/roles/86fab6e3eccc4f5f9bd58caee92e2693"}}, {"scope": {"system": {"all": true}}, "role": {"id": "86fab6e3eccc4f5f9bd58caee92e2693"}, "user": {"id": "749556e27c83423fb69e649d00450103"}, "links": {"assignment": "http://172.30.9.21:5000/v3/system/users/749556e27c83423fb69e649d00450103/roles/86fab6e3eccc4f5f9bd58caee92e2693"}}], "links": {"self": "http://172.30.9.21:5000/v3/role_assignments", "previous": null, "next": null}} 2018-08-01 03:31:43,214 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/role_assignments used request id req-4b9aaee9-8265-45cc-85ad-d230a22c4172 2018-08-01 03:31:43,214 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.0991590023041s 2018-08-01 03:31:43,214 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/role_assignments used request id req-4b9aaee9-8265-45cc-85ad-d230a22c4172 2018-08-01 03:31:43,217 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_role_assignments: [Munch({'project': u'89443fd7c5cf4259bed71fca1c3fe619', 'id': u'86fab6e3eccc4f5f9bd58caee92e2693', 'user': u'0f8a0650d1a846e88ba44704b50255c1'}), Munch({'project': u'89443fd7c5cf4259bed71fca1c3fe619', 'id': u'86fab6e3eccc4f5f9bd58caee92e2693', 'user': u'130b7ea936644204a37124e676ddf428'}), Munch({'project': u'89443fd7c5cf4259bed71fca1c3fe619', 'id': u'86fab6e3eccc4f5f9bd58caee92e2693', 'user': u'1476f1d37caa49ec90baf29b9d92850d'}), Munch({'project': u'89443fd7c5cf4259bed71fca1c3fe619', 'id': u'86fab6e3eccc4f5f9bd58caee92e2693', 'user': u'386874e6c2464a43ba93f0248a95595b'}), Munch({'project': u'89443fd7c5cf4259bed71fca1c3fe619', 'id': u'86fab6e3eccc4f5f9bd58caee92e2693', 'user': u'3cb1fd184ec34300aba849c010464d1a'}), Munch({'project': u'90aa95516c664aef94b667c55fdaffe9', 'id': u'86fab6e3eccc4f5f9bd58caee92e2693', 'user': u'749556e27c83423fb69e649d00450103'}), Munch({'project': u'89443fd7c5cf4259bed71fca1c3fe619', 'id': u'86fab6e3eccc4f5f9bd58caee92e2693', 'user': u'b6122bbf2037491bb9db6c47618110d1'}), Munch({'project': u'89443fd7c5cf4259bed71fca1c3fe619', 'id': u'86fab6e3eccc4f5f9bd58caee92e2693', 'user': u'c09ff16c1a614c8bbc73ec74064357a4'}), Munch({'project': u'89443fd7c5cf4259bed71fca1c3fe619', 'id': u'f5c89a4293d34be3af121f401210ef46', 'user': u'c09ff16c1a614c8bbc73ec74064357a4'}), Munch({'project': u'89443fd7c5cf4259bed71fca1c3fe619', 'id': u'86fab6e3eccc4f5f9bd58caee92e2693', 'user': u'c1daa0d43666493abbd83fb1577cff74'}), Munch({'project': u'89443fd7c5cf4259bed71fca1c3fe619', 'id': u'86fab6e3eccc4f5f9bd58caee92e2693', 'user': u'd1cc4ab5045f48be8e12d229b3b59cac'}), Munch({'project': u'89443fd7c5cf4259bed71fca1c3fe619', 'id': u'86fab6e3eccc4f5f9bd58caee92e2693', 'user': u'd32629a0e7364688b6a82d496d6e354d'}), Munch({'project': u'89443fd7c5cf4259bed71fca1c3fe619', 'id': u'86fab6e3eccc4f5f9bd58caee92e2693', 'user': u'd91fd39b379e480e825eb2aa75b847b7'}), Munch({'project': u'89443fd7c5cf4259bed71fca1c3fe619', 'id': u'86fab6e3eccc4f5f9bd58caee92e2693', 'user': u'ecd8a45bf2844011921c3e9caab06794'}), Munch({'domain': u'cc40371ace4f4c2e9452fa2c52c1368e', 'id': u'86fab6e3eccc4f5f9bd58caee92e2693', 'user': u'd5ee6c90793c4cbeb762d8c68db45d5c'}), Munch({'id': u'86fab6e3eccc4f5f9bd58caee92e2693', 'user': u'749556e27c83423fb69e649d00450103'})] 2018-08-01 03:31:43,221 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-01 03:31:43,224 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e1218f32923e902fa0c79221b2358644dfcadb9a" 2018-08-01 03:31:43,338 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 03:31:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-83c1f9f9-af79-4799-bb72-aedc5d6ee785 Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "147f18c7e1e349fc8e383440249c4c73", "links": {"self": "http://172.30.9.21:5000/v3/roles/147f18c7e1e349fc8e383440249c4c73"}, "name": "reader"}, {"domain_id": null, "id": "730dcac60af740de8f4eb572d8499268", "links": {"self": "http://172.30.9.21:5000/v3/roles/730dcac60af740de8f4eb572d8499268"}, "name": "swiftoperator"}, {"domain_id": null, "id": "86fab6e3eccc4f5f9bd58caee92e2693", "links": {"self": "http://172.30.9.21:5000/v3/roles/86fab6e3eccc4f5f9bd58caee92e2693"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b2b3ff44e054497fa64f6525e0e6195b", "links": {"self": "http://172.30.9.21:5000/v3/roles/b2b3ff44e054497fa64f6525e0e6195b"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ed1e3c9b852e426e8d791112d2fd4701", "links": {"self": "http://172.30.9.21:5000/v3/roles/ed1e3c9b852e426e8d791112d2fd4701"}, "name": "member"}, {"domain_id": null, "id": "f5c89a4293d34be3af121f401210ef46", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5c89a4293d34be3af121f401210ef46"}, "name": "ResellerAdmin"}]} 2018-08-01 03:31:43,338 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-83c1f9f9-af79-4799-bb72-aedc5d6ee785 2018-08-01 03:31:43,339 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.117779016495s 2018-08-01 03:31:43,339 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-83c1f9f9-af79-4799-bb72-aedc5d6ee785 2018-08-01 03:31:43,340 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_roles: [Munch({'properties': {}, 'location': Munch({'project': Munch({'domain_id': None, 'id': None, 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'}), 'domain_id': None, 'name': u'reader', 'id': u'147f18c7e1e349fc8e383440249c4c73'}), 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'730dcac60af740de8f4eb572d8499268'}), 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'86fab6e3eccc4f5f9bd58caee92e2693'}), Munch({'properties': {}, 'location': Munch({'project': Munch({'domain_id': None, 'id': None, 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'}), 'domain_id': None, 'name': u'_member_', 'id': u'9fe2ff9ee4384b1894a90878d3e92bab'}), Munch({'properties': {}, 'location': Munch({'project': Munch({'domain_id': None, 'id': None, 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'}), 'domain_id': None, 'name': u'heat_stack_user', 'id': u'b2b3ff44e054497fa64f6525e0e6195b'}), 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'ed1e3c9b852e426e8d791112d2fd4701'}), 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'f5c89a4293d34be3af121f401210ef46'})] 2018-08-01 03:31:43,341 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-01 03:31:43,342 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}e1218f32923e902fa0c79221b2358644dfcadb9a" 2018-08-01 03:31:44,401 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-448f06a1-30fb-4e5e-93cf-c28dd5b5538d Date: Wed, 01 Aug 2018 03:31:44 GMT RESP BODY: {"routers": []} 2018-08-01 03:31:44,401 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-448f06a1-30fb-4e5e-93cf-c28dd5b5538d 2018-08-01 03:31:44,402 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 1.06031394005s 2018-08-01 03:31:44,402 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-448f06a1-30fb-4e5e-93cf-c28dd5b5538d 2018-08-01 03:31:44,402 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_routers: [] 2018-08-01 03:31:44,402 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-01 03:31:44,405 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e1218f32923e902fa0c79221b2358644dfcadb9a" 2018-08-01 03:31:44,630 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 03:31:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-52597d67-7f73-450c-b3d7-cd3b93ec8078 x-compute-request-id: req-52597d67-7f73-450c-b3d7-cd3b93ec8078 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-08-01 03:31:44,630 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-52597d67-7f73-450c-b3d7-cd3b93ec8078 2018-08-01 03:31:44,630 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.227423191071s 2018-08-01 03:31:44,630 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-52597d67-7f73-450c-b3d7-cd3b93ec8078 2018-08-01 03:31:44,630 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_servers: [] 2018-08-01 03:31:44,634 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.services 2018-08-01 03:31:44,637 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.7:35357 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-01 03:31:44,644 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 01 Aug 2018 03:31:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-30259c95-a22a-40ab-815e-fd440a8a6f96 Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://192.30.9.7:35357/v3/", "rel": "self"}]}]}} 2018-08-01 03:31:44,644 - keystoneauth.session - DEBUG - GET call to None for http://192.30.9.7:35357/ used request id req-30259c95-a22a-40ab-815e-fd440a8a6f96 2018-08-01 03:31:44,645 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.7:35357/v3/services -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e1218f32923e902fa0c79221b2358644dfcadb9a" 2018-08-01 03:31:44,822 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 03:31:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-15cc19b6-1736-4d45-91eb-9653fbb26f6d Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"services": [{"description": "Openstack Orchestration Service", "links": {"self": "http://192.30.9.7:35357/v3/services/032123c5c07d477ab419a77fddb5ca2b"}, "enabled": true, "type": "orchestration", "id": "032123c5c07d477ab419a77fddb5ca2b", "name": "heat"}, {"description": "Cinder Service v2", "links": {"self": "http://192.30.9.7:35357/v3/services/09ef7c245fd9479f97ffee152dae0c8e"}, "enabled": true, "type": "volumev2", "id": "09ef7c245fd9479f97ffee152dae0c8e", "name": "cinderv2"}, {"description": "OpenStack Alarming Service", "links": {"self": "http://192.30.9.7:35357/v3/services/0f8615b3651c41099fe76f0fa5b23dd1"}, "enabled": true, "type": "alarming", "id": "0f8615b3651c41099fe76f0fa5b23dd1", "name": "aodh"}, {"description": "OpenStack Image Service", "links": {"self": "http://192.30.9.7:35357/v3/services/17038717f3f0408e8c9d5af024ea0aab"}, "enabled": true, "type": "image", "id": "17038717f3f0408e8c9d5af024ea0aab", "name": "glance"}, {"description": "Openstack Metering Service", "links": {"self": "http://192.30.9.7:35357/v3/services/17647a3a3a00479b9213e6f6cf7a30ea"}, "enabled": true, "type": "metering", "id": "17647a3a3a00479b9213e6f6cf7a30ea", "name": "ceilometer"}, {"description": "OpenStack Event Service", "links": {"self": "http://192.30.9.7:35357/v3/services/1d35633c710f4d9c88e1f50abe614b06"}, "enabled": true, "type": "event", "id": "1d35633c710f4d9c88e1f50abe614b06", "name": "panko"}, {"description": "Cinder Service v3", "links": {"self": "http://192.30.9.7:35357/v3/services/27b85f80d71f464183ff256181f71b43"}, "enabled": true, "type": "volumev3", "id": "27b85f80d71f464183ff256181f71b43", "name": "cinderv3"}, {"description": "OpenStack Metric Service", "links": {"self": "http://192.30.9.7:35357/v3/services/5a0ae06ba8b741ffb51d39c9adb9451c"}, "enabled": true, "type": "metric", "id": "5a0ae06ba8b741ffb51d39c9adb9451c", "name": "gnocchi"}, {"description": "Openstack Cloudformation Service", "links": {"self": "http://192.30.9.7:35357/v3/services/64e449782da244a4b49ea375e297a3ea"}, "enabled": true, "type": "cloudformation", "id": "64e449782da244a4b49ea375e297a3ea", "name": "heat-cfn"}, {"description": "Cinder Service", "links": {"self": "http://192.30.9.7:35357/v3/services/6951fb022adb46feaa04f1020c483fd1"}, "enabled": true, "type": "volume", "id": "6951fb022adb46feaa04f1020c483fd1", "name": "cinder"}, {"description": "Openstack Placement Service", "links": {"self": "http://192.30.9.7:35357/v3/services/83e7ef9cff3b4731b936862816b9afd9"}, "enabled": true, "type": "placement", "id": "83e7ef9cff3b4731b936862816b9afd9", "name": "placement"}, {"description": "Neutron Networking Service", "links": {"self": "http://192.30.9.7:35357/v3/services/94871ebfcb5240ebb8b1c19b8739272c"}, "enabled": true, "type": "network", "id": "94871ebfcb5240ebb8b1c19b8739272c", "name": "neutron"}, {"description": "Openstack Object-Store Service", "links": {"self": "http://192.30.9.7:35357/v3/services/b008c8aea7694b57822ddc559b6dfc45"}, "enabled": true, "type": "object-store", "id": "b008c8aea7694b57822ddc559b6dfc45", "name": "swift"}, {"description": "OpenStack Identity Service", "links": {"self": "http://192.30.9.7:35357/v3/services/de72ed0871ef4a7bab6d7ea0bbfa8d90"}, "enabled": true, "type": "identity", "id": "de72ed0871ef4a7bab6d7ea0bbfa8d90", "name": "keystone"}, {"description": "Openstack Compute Service", "links": {"self": "http://192.30.9.7:35357/v3/services/eb2dd02d9ef54f67b42600e437ecb401"}, "enabled": true, "type": "compute", "id": "eb2dd02d9ef54f67b42600e437ecb401", "name": "nova"}], "links": {"self": "http://192.30.9.7:35357/v3/services", "previous": null, "next": null}} 2018-08-01 03:31:44,823 - keystoneauth.session - DEBUG - GET call to identity for http://192.30.9.7:35357/v3/services used request id req-15cc19b6-1736-4d45-91eb-9653fbb26f6d 2018-08-01 03:31:44,823 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.services in 0.188895940781s 2018-08-01 03:31:44,823 - shade.request_ids - DEBUG - GET call to identity for http://192.30.9.7:35357/v3/services used request id req-15cc19b6-1736-4d45-91eb-9653fbb26f6d 2018-08-01 03:31:44,828 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_services: [Munch({'description': u'Openstack Orchestration Service', 'service_type': u'orchestration', 'type': u'orchestration', 'enabled': True, 'id': u'032123c5c07d477ab419a77fddb5ca2b', 'name': u'heat'}), Munch({'description': u'Cinder Service v2', 'service_type': u'volumev2', 'type': u'volumev2', 'enabled': True, 'id': u'09ef7c245fd9479f97ffee152dae0c8e', 'name': u'cinderv2'}), Munch({'description': u'OpenStack Alarming Service', 'service_type': u'alarming', 'type': u'alarming', 'enabled': True, 'id': u'0f8615b3651c41099fe76f0fa5b23dd1', 'name': u'aodh'}), Munch({'description': u'OpenStack Image Service', 'service_type': u'image', 'type': u'image', 'enabled': True, 'id': u'17038717f3f0408e8c9d5af024ea0aab', 'name': u'glance'}), Munch({'description': u'Openstack Metering Service', 'service_type': u'metering', 'type': u'metering', 'enabled': True, 'id': u'17647a3a3a00479b9213e6f6cf7a30ea', 'name': u'ceilometer'}), Munch({'description': u'OpenStack Event Service', 'service_type': u'event', 'type': u'event', 'enabled': True, 'id': u'1d35633c710f4d9c88e1f50abe614b06', 'name': u'panko'}), Munch({'description': u'Cinder Service v3', 'service_type': u'volumev3', 'type': u'volumev3', 'enabled': True, 'id': u'27b85f80d71f464183ff256181f71b43', 'name': u'cinderv3'}), Munch({'description': u'OpenStack Metric Service', 'service_type': u'metric', 'type': u'metric', 'enabled': True, 'id': u'5a0ae06ba8b741ffb51d39c9adb9451c', 'name': u'gnocchi'}), Munch({'description': u'Openstack Cloudformation Service', 'service_type': u'cloudformation', 'type': u'cloudformation', 'enabled': True, 'id': u'64e449782da244a4b49ea375e297a3ea', 'name': u'heat-cfn'}), Munch({'description': u'Cinder Service', 'service_type': u'volume', 'type': u'volume', 'enabled': True, 'id': u'6951fb022adb46feaa04f1020c483fd1', 'name': u'cinder'}), Munch({'description': u'Openstack Placement Service', 'service_type': u'placement', 'type': u'placement', 'enabled': True, 'id': u'83e7ef9cff3b4731b936862816b9afd9', 'name': u'placement'}), Munch({'description': u'Neutron Networking Service', 'service_type': u'network', 'type': u'network', 'enabled': True, 'id': u'94871ebfcb5240ebb8b1c19b8739272c', 'name': u'neutron'}), Munch({'description': u'Openstack Object-Store Service', 'service_type': u'object-store', 'type': u'object-store', 'enabled': True, 'id': u'b008c8aea7694b57822ddc559b6dfc45', 'name': u'swift'}), Munch({'description': u'OpenStack Identity Service', 'service_type': u'identity', 'type': u'identity', 'enabled': True, 'id': u'de72ed0871ef4a7bab6d7ea0bbfa8d90', 'name': u'keystone'}), Munch({'description': u'Openstack Compute Service', 'service_type': u'compute', 'type': u'compute', 'enabled': True, 'id': u'eb2dd02d9ef54f67b42600e437ecb401', 'name': u'nova'})] 2018-08-01 03:31:44,829 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-01 03:31:44,830 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}e1218f32923e902fa0c79221b2358644dfcadb9a" 2018-08-01 03:31:45,969 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-668bf039-6da0-46b2-934f-1ea19d309ffe Date: Wed, 01 Aug 2018 03:31:45 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"262fe7ec-b437-40b8-908b-6eb66c149655","tenant_id":"89443fd7c5cf4259bed71fca1c3fe619","created_at":"2018-08-01T03:28:20Z","dns_nameservers":[],"updated_at":"2018-08-01T03:28:20Z","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":"89443fd7c5cf4259bed71fca1c3fe619","id":"e06facf3-a24e-40d5-a5ce-a0901a6e4875","subnetpool_id":null,"name":"external-subnet"}]} 2018-08-01 03:31:45,969 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-668bf039-6da0-46b2-934f-1ea19d309ffe 2018-08-01 03:31:45,970 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 1.14034819603s 2018-08-01 03:31:45,970 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-668bf039-6da0-46b2-934f-1ea19d309ffe 2018-08-01 03:31:45,971 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_subnets: [Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-01T03:28:20Z', 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'e06facf3-a24e-40d5-a5ce-a0901a6e4875', u'subnetpool_id': None, u'service_types': [], u'name': u'external-subnet', u'enable_dhcp': False, u'network_id': u'262fe7ec-b437-40b8-908b-6eb66c149655', u'tenant_id': u'89443fd7c5cf4259bed71fca1c3fe619', u'created_at': u'2018-08-01T03:28:20Z', u'dns_nameservers': [], u'gateway_ip': u'172.30.9.1', u'ip_version': 4, u'project_id': u'89443fd7c5cf4259bed71fca1c3fe619'})] 2018-08-01 03:31:46,098 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-01 03:31:46,098 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | connection_check | functest | 00:10 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-08-01 03:31:46,156 - xtesting.ci.run_tests - INFO - Loading test case 'tenantnetwork1'... 2018-08-01 03:31:46,271 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-01 03:31:46,271 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-01 03:31:46,271 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-01 03:31:46,271 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-01 03:31:46,271 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-01 03:31:46,272 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-01 03:31:46,272 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-01 03:31:46,272 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-01 03:31:46,272 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-01 03:31:46,272 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-01 03:31:46,272 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-01 03:31:46,272 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-01 03:31:46,272 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-01 03:31:46,272 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-01 03:31:46,272 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-01 03:31:46,272 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-01 03:31:46,272 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-01 03:31:46,272 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-01 03:31:46,272 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-01 03:31:46,272 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-01 03:31:46,272 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-01 03:31:46,272 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-01 03:31:46,274 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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-01 03:31:46,278 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 03:31:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b69fd0a7-4094-4d1b-b803-bcda9bf890cf Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-01 03:31:46,278 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-b69fd0a7-4094-4d1b-b803-bcda9bf890cf 2018-08-01 03:31:46,279 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-08-01 03:31:46,688 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ed1e3c9b852e426e8d791112d2fd4701", "name": "member"}, {"id": "147f18c7e1e349fc8e383440249c4c73", "name": "reader"}, {"id": "86fab6e3eccc4f5f9bd58caee92e2693", "name": "admin"}], "expires_at": "2018-08-01T04:31:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "90aa95516c664aef94b667c55fdaffe9", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:8004/v1/90aa95516c664aef94b667c55fdaffe9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5af2a23f0d4746a18ce9987becf49813"}, {"url": "http://192.30.9.7:8004/v1/90aa95516c664aef94b667c55fdaffe9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d6722b9f2184abb8e7b581d10709b51"}, {"url": "http://192.30.9.7:8004/v1/90aa95516c664aef94b667c55fdaffe9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc81206c7ec74b63a868c84343e2355a"}], "type": "orchestration", "id": "032123c5c07d477ab419a77fddb5ca2b", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/90aa95516c664aef94b667c55fdaffe9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00197bc0507d42718c9de1a1f3ff7fa9"}, {"url": "http://192.30.9.7:8776/v2/90aa95516c664aef94b667c55fdaffe9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "186c94a5205743a68de2c02795dd12cf"}, {"url": "http://192.30.9.7:8776/v2/90aa95516c664aef94b667c55fdaffe9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32c49f45893f4074a75a056facd63fc5"}], "type": "volumev2", "id": "09ef7c245fd9479f97ffee152dae0c8e", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27e89bb29a0d43ce83aefd4cae0f7bd7"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "295d31abf3f44d85b346281cd9c04740"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d685797f4b164aa48837a822ed32598b"}], "type": "alarming", "id": "0f8615b3651c41099fe76f0fa5b23dd1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f0c9b6089cd4f558ee73fabe48d842a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "551cf56b00bd4d038a8694d11700f2ef"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9ea08b0116c4412eaded9a074baa4211"}], "type": "image", "id": "17038717f3f0408e8c9d5af024ea0aab", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "17647a3a3a00479b9213e6f6cf7a30ea", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c2328ef964c4156917122cfb247f0c4"}, {"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33d0ce77838b4a0fbe56c50f7b1e4d71"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38b745fc1fe14a8691a6fb2553ade0e0"}], "type": "event", "id": "1d35633c710f4d9c88e1f50abe614b06", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/90aa95516c664aef94b667c55fdaffe9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dcebb246e8d42fab040b053411c0957"}, {"url": "http://192.30.9.7:8776/v3/90aa95516c664aef94b667c55fdaffe9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92f3de4ac4f44b9a95bdb5c3f0c34d51"}, {"url": "http://172.30.9.21:8776/v3/90aa95516c664aef94b667c55fdaffe9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f92025e32c9344f587283e14c1506699"}], "type": "volumev3", "id": "27b85f80d71f464183ff256181f71b43", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0f1136276d75402689a9c377621253ce"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b943f44b606457c91b7d5098b199be0"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b47ac34c09dc4c05b1ca4c869d47eaeb"}], "type": "metric", "id": "5a0ae06ba8b741ffb51d39c9adb9451c", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10bc7f20cf92414cb6d088da882341c5"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "53c0109d8bd545ef83f6d70ce101d52d"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d3688eabec1484e8c6549a46b35b25f"}], "type": "cloudformation", "id": "64e449782da244a4b49ea375e297a3ea", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/90aa95516c664aef94b667c55fdaffe9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8713e9b13a6e43c59e8aa6d6cd510b2b"}, {"url": "http://192.30.9.7:8776/v1/90aa95516c664aef94b667c55fdaffe9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b073433cdd0f4518882ecf0e413ae4af"}, {"url": "http://172.30.9.21:8776/v1/90aa95516c664aef94b667c55fdaffe9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fc41a1400c1945199a7f0758b5566e31"}], "type": "volume", "id": "6951fb022adb46feaa04f1020c483fd1", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "247e0a42582047fb8b1a74db1f38edf7"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37ed8998a3894a91b69a9e4f00e62b69"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b11d1b5d1d9043d88291c85c92eb73f4"}], "type": "placement", "id": "83e7ef9cff3b4731b936862816b9afd9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "432bfc9d0c4249dd9ccda5421e19b9e2"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f93c2c146b149cbb3483078f52c4bdf"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd4fdce564324509818028dc78641d8d"}], "type": "network", "id": "94871ebfcb5240ebb8b1c19b8739272c", "name": "neutron"}, {"endpoints": [{"url": "http://12.0.0.40:8080/v1/AUTH_90aa95516c664aef94b667c55fdaffe9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2333bd642dd5455c8f03d343d974704d"}, {"url": "http://12.0.0.40:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c3a57c4832a74174a0c0889da1e1364b"}, {"url": "http://172.30.9.21:8080/v1/AUTH_90aa95516c664aef94b667c55fdaffe9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f27db37221fb446f86228761531722fd"}], "type": "object-store", "id": "b008c8aea7694b57822ddc559b6dfc45", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "038ac873a08f40dab615db1106f36b91"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9c064a815b5c40c0bb0beee1dee18b58"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa33b6fd9ec24bfb9e27785b76bc205d"}], "type": "identity", "id": "de72ed0871ef4a7bab6d7ea0bbfa8d90", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c04b9806aca48e692c506107e0bd3a6"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "449f60307ac54b799d4527d2070f35db"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d69efddbf8af404a9b303b99cfb12f43"}], "type": "compute", "id": "eb2dd02d9ef54f67b42600e437ecb401", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "749556e27c83423fb69e649d00450103"}, "audit_ids": ["EfYmvdKeRJmvqYE1yoezwA"], "issued_at": "2018-08-01T03:31:46.000000Z"}} 2018-08-01 03:31:46,691 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-01 03:31:46,692 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21: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}5602d848f424f3fe62010ff3113716d9dd403edd" 2018-08-01 03:31:47,798 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-6cda4d1c-37ac-40d0-8875-8c11be0aaf93 Date: Wed, 01 Aug 2018 03:31:47 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"262fe7ec-b437-40b8-908b-6eb66c149655","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"89443fd7c5cf4259bed71fca1c3fe619","status":"ACTIVE","subnets":["e06facf3-a24e-40d5-a5ce-a0901a6e4875"],"description":"","tags":[],"updated_at":"2018-08-01T03:28:20Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"89443fd7c5cf4259bed71fca1c3fe619","created_at":"2018-08-01T03:28:13Z","provider:network_type":"flat"}]} 2018-08-01 03:31:47,798 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json?router%3Aexternal=True used request id req-6cda4d1c-37ac-40d0-8875-8c11be0aaf93 2018-08-01 03:31:47,798 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 1.10648417473s 2018-08-01 03:31:47,798 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json?router%3Aexternal=True used request id req-6cda4d1c-37ac-40d0-8875-8c11be0aaf93 2018-08-01 03:31:47,799 - xtesting.ci.run_tests - INFO - Running test case 'tenantnetwork1'... 2018-08-01 03:31:47,800 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-01 03:31:47,800 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}5602d848f424f3fe62010ff3113716d9dd403edd" -d '{"network": {"name": "tenantnetwork1-net_6e670c0e-3488-435a-b0d4-41bc55d73f12", "admin_state_up": true}}' 2018-08-01 03:31:49,281 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-0f5125bc-d7b2-4aef-8ced-a86b036a9e4a Date: Wed, 01 Aug 2018 03:31:49 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"provider:network_type":"vxlan","id":"bf2b5340-32f0-45d4-a25e-7d2cd0906893","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"90aa95516c664aef94b667c55fdaffe9","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-01T03:31:49Z","is_default":false,"provider:segmentation_id":97,"name":"tenantnetwork1-net_6e670c0e-3488-435a-b0d4-41bc55d73f12","admin_state_up":true,"tenant_id":"90aa95516c664aef94b667c55fdaffe9","created_at":"2018-08-01T03:31:49Z","mtu":1450}} 2018-08-01 03:31:49,281 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-0f5125bc-d7b2-4aef-8ced-a86b036a9e4a 2018-08-01 03:31:49,281 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 1.48152709007s 2018-08-01 03:31:49,282 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-0f5125bc-d7b2-4aef-8ced-a86b036a9e4a 2018-08-01 03:31:49,282 - 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-01T03:31:49Z', u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'bf2b5340-32f0-45d4-a25e-7d2cd0906893', u'provider:segmentation_id': 97, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'tenantnetwork1-net_6e670c0e-3488-435a-b0d4-41bc55d73f12', u'admin_state_up': True, u'tenant_id': u'90aa95516c664aef94b667c55fdaffe9', u'created_at': u'2018-08-01T03:31:49Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'90aa95516c664aef94b667c55fdaffe9'}) 2018-08-01 03:31:49,283 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-01 03:31:49,283 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5602d848f424f3fe62010ff3113716d9dd403edd" 2018-08-01 03:31:50,272 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1352 X-Openstack-Request-Id: req-e17792cf-ed8a-4308-bcdd-30d81576b858 Date: Wed, 01 Aug 2018 03:31:50 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"262fe7ec-b437-40b8-908b-6eb66c149655","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"89443fd7c5cf4259bed71fca1c3fe619","status":"ACTIVE","subnets":["e06facf3-a24e-40d5-a5ce-a0901a6e4875"],"description":"","tags":[],"updated_at":"2018-08-01T03:28:20Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"89443fd7c5cf4259bed71fca1c3fe619","created_at":"2018-08-01T03:28:13Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"bf2b5340-32f0-45d4-a25e-7d2cd0906893","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"90aa95516c664aef94b667c55fdaffe9","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-01T03:31:49Z","provider:segmentation_id":97,"name":"tenantnetwork1-net_6e670c0e-3488-435a-b0d4-41bc55d73f12","admin_state_up":true,"tenant_id":"90aa95516c664aef94b667c55fdaffe9","created_at":"2018-08-01T03:31:49Z","provider:network_type":"vxlan"}]} 2018-08-01 03:31:50,272 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-e17792cf-ed8a-4308-bcdd-30d81576b858 2018-08-01 03:31:50,272 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.989059925079s 2018-08-01 03:31:50,272 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-e17792cf-ed8a-4308-bcdd-30d81576b858 2018-08-01 03:31:50,274 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-01 03:31:50,275 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}5602d848f424f3fe62010ff3113716d9dd403edd" -d '{"subnet": {"name": "tenantnetwork1-subnet_6e670c0e-3488-435a-b0d4-41bc55d73f12", "enable_dhcp": true, "network_id": "bf2b5340-32f0-45d4-a25e-7d2cd0906893", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-01 03:31:51,777 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-4ed4546b-5098-4583-a41e-258357ebfae6 Date: Wed, 01 Aug 2018 03:31:51 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bf2b5340-32f0-45d4-a25e-7d2cd0906893","tenant_id":"90aa95516c664aef94b667c55fdaffe9","created_at":"2018-08-01T03:31:51Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-01T03:31:51Z","gateway_ip":"192.168.120.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.120.0/24","project_id":"90aa95516c664aef94b667c55fdaffe9","id":"8272d277-ecf8-41f2-98e6-d9709b377121","subnetpool_id":null,"name":"tenantnetwork1-subnet_6e670c0e-3488-435a-b0d4-41bc55d73f12"}} 2018-08-01 03:31:51,778 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-4ed4546b-5098-4583-a41e-258357ebfae6 2018-08-01 03:31:51,778 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 1.50340485573s 2018-08-01 03:31:51,778 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-4ed4546b-5098-4583-a41e-258357ebfae6 2018-08-01 03:31:51,778 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-01T03:31:51Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'8272d277-ecf8-41f2-98e6-d9709b377121', u'subnetpool_id': None, u'service_types': [], u'name': u'tenantnetwork1-subnet_6e670c0e-3488-435a-b0d4-41bc55d73f12', u'enable_dhcp': True, u'network_id': u'bf2b5340-32f0-45d4-a25e-7d2cd0906893', u'tenant_id': u'90aa95516c664aef94b667c55fdaffe9', u'created_at': u'2018-08-01T03:31:51Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'90aa95516c664aef94b667c55fdaffe9'}) 2018-08-01 03:31:51,779 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-01 03:31:51,779 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}5602d848f424f3fe62010ff3113716d9dd403edd" -d '{"router": {"external_gateway_info": {"network_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "name": "tenantnetwork1-router_6e670c0e-3488-435a-b0d4-41bc55d73f12", "admin_state_up": true}}' 2018-08-01 03:31:54,380 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 647 X-Openstack-Request-Id: req-3eb45ac1-fc76-4808-9701-90d42971201d Date: Wed, 01 Aug 2018 03:31:54 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "e06facf3-a24e-40d5-a5ce-a0901a6e4875", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "90aa95516c664aef94b667c55fdaffe9", "created_at": "2018-08-01T03:31:52Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-01T03:31:54Z", "revision_number": 2, "routes": [], "project_id": "90aa95516c664aef94b667c55fdaffe9", "id": "c7b53f1c-bed7-4c25-b5f0-708990e7b7f5", "name": "tenantnetwork1-router_6e670c0e-3488-435a-b0d4-41bc55d73f12"}} 2018-08-01 03:31:54,380 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-3eb45ac1-fc76-4808-9701-90d42971201d 2018-08-01 03:31:54,380 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 2.60139393806s 2018-08-01 03:31:54,381 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-3eb45ac1-fc76-4808-9701-90d42971201d 2018-08-01 03:31:54,381 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'262fe7ec-b437-40b8-908b-6eb66c149655', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'e06facf3-a24e-40d5-a5ce-a0901a6e4875', u'ip_address': u'172.30.9.200'}]}, u'description': u'', u'tags': [], u'tenant_id': u'90aa95516c664aef94b667c55fdaffe9', u'created_at': u'2018-08-01T03:31:52Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-08-01T03:31:54Z', u'revision_number': 2, u'routes': [], u'project_id': u'90aa95516c664aef94b667c55fdaffe9', u'id': u'c7b53f1c-bed7-4c25-b5f0-708990e7b7f5', u'name': u'tenantnetwork1-router_6e670c0e-3488-435a-b0d4-41bc55d73f12'}) 2018-08-01 03:31:54,382 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-01 03:31:54,382 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9696/v2.0/routers/c7b53f1c-bed7-4c25-b5f0-708990e7b7f5/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}5602d848f424f3fe62010ff3113716d9dd403edd" -d '{"subnet_id": "8272d277-ecf8-41f2-98e6-d9709b377121"}' 2018-08-01 03:31:56,477 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-f00ab48e-0048-466a-9140-df70137ef3ef Date: Wed, 01 Aug 2018 03:31:56 GMT RESP BODY: {"network_id": "bf2b5340-32f0-45d4-a25e-7d2cd0906893", "tenant_id": "90aa95516c664aef94b667c55fdaffe9", "subnet_id": "8272d277-ecf8-41f2-98e6-d9709b377121", "subnet_ids": ["8272d277-ecf8-41f2-98e6-d9709b377121"], "port_id": "18ac6958-aa46-4141-90da-a36dd5e503c2", "id": "c7b53f1c-bed7-4c25-b5f0-708990e7b7f5"} 2018-08-01 03:31:56,477 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/c7b53f1c-bed7-4c25-b5f0-708990e7b7f5/add_router_interface.json used request id req-f00ab48e-0048-466a-9140-df70137ef3ef 2018-08-01 03:31:56,477 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.09510207176s 2018-08-01 03:31:56,477 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/c7b53f1c-bed7-4c25-b5f0-708990e7b7f5/add_router_interface.json used request id req-f00ab48e-0048-466a-9140-df70137ef3ef returning object c7b53f1c-bed7-4c25-b5f0-708990e7b7f5 2018-08-01 03:31:56,590 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-01 03:31:56,590 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | tenantnetwork1 | functest | 00:09 | PASS | +------------------------+------------------+------------------+----------------+ 2018-08-01 03:31:56,596 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-01 03:31:56,596 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9696/v2.0/routers/c7b53f1c-bed7-4c25-b5f0-708990e7b7f5/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}5602d848f424f3fe62010ff3113716d9dd403edd" -d '{"subnet_id": "8272d277-ecf8-41f2-98e6-d9709b377121"}' 2018-08-01 03:31:59,395 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-ce0dd9eb-3962-42db-8a1d-643d6a321c8b Date: Wed, 01 Aug 2018 03:31:59 GMT RESP BODY: {"network_id": "bf2b5340-32f0-45d4-a25e-7d2cd0906893", "tenant_id": "90aa95516c664aef94b667c55fdaffe9", "subnet_id": "8272d277-ecf8-41f2-98e6-d9709b377121", "subnet_ids": ["8272d277-ecf8-41f2-98e6-d9709b377121"], "port_id": "18ac6958-aa46-4141-90da-a36dd5e503c2", "id": "c7b53f1c-bed7-4c25-b5f0-708990e7b7f5"} 2018-08-01 03:31:59,395 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/c7b53f1c-bed7-4c25-b5f0-708990e7b7f5/remove_router_interface.json used request id req-ce0dd9eb-3962-42db-8a1d-643d6a321c8b 2018-08-01 03:31:59,395 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 2.79970002174s 2018-08-01 03:31:59,396 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/c7b53f1c-bed7-4c25-b5f0-708990e7b7f5/remove_router_interface.json used request id req-ce0dd9eb-3962-42db-8a1d-643d6a321c8b returning object c7b53f1c-bed7-4c25-b5f0-708990e7b7f5 2018-08-01 03:31:59,396 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-01 03:31:59,397 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}5602d848f424f3fe62010ff3113716d9dd403edd" 2018-08-01 03:31:59,523 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 650 X-Openstack-Request-Id: req-c332febe-87ad-405c-9aff-694577849bf9 Date: Wed, 01 Aug 2018 03:31:59 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "e06facf3-a24e-40d5-a5ce-a0901a6e4875", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "90aa95516c664aef94b667c55fdaffe9", "created_at": "2018-08-01T03:31:52Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-01T03:31:58Z", "revision_number": 4, "routes": [], "project_id": "90aa95516c664aef94b667c55fdaffe9", "id": "c7b53f1c-bed7-4c25-b5f0-708990e7b7f5", "name": "tenantnetwork1-router_6e670c0e-3488-435a-b0d4-41bc55d73f12"}]} 2018-08-01 03:31:59,523 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-c332febe-87ad-405c-9aff-694577849bf9 2018-08-01 03:31:59,523 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.126802921295s 2018-08-01 03:31:59,523 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-c332febe-87ad-405c-9aff-694577849bf9 2018-08-01 03:31:59,525 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-01 03:31:59,525 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/routers/c7b53f1c-bed7-4c25-b5f0-708990e7b7f5.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5602d848f424f3fe62010ff3113716d9dd403edd" 2018-08-01 03:32:02,067 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-2b7b3070-1de0-4ee5-a332-8b310be7903d Content-Length: 0 Date: Wed, 01 Aug 2018 03:32:02 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-01 03:32:02,067 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/routers/c7b53f1c-bed7-4c25-b5f0-708990e7b7f5.json used request id req-2b7b3070-1de0-4ee5-a332-8b310be7903d 2018-08-01 03:32:02,067 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 2.54222106934s 2018-08-01 03:32:02,067 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/routers/c7b53f1c-bed7-4c25-b5f0-708990e7b7f5.json used request id req-2b7b3070-1de0-4ee5-a332-8b310be7903d 2018-08-01 03:32:02,068 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-01 03:32:02,068 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}5602d848f424f3fe62010ff3113716d9dd403edd" 2018-08-01 03:32:02,155 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1296 X-Openstack-Request-Id: req-592cb4b0-344a-40d2-a8a2-7bb2491ca7dd Date: Wed, 01 Aug 2018 03:32:02 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bf2b5340-32f0-45d4-a25e-7d2cd0906893","tenant_id":"90aa95516c664aef94b667c55fdaffe9","created_at":"2018-08-01T03:31:51Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-01T03:31:51Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"90aa95516c664aef94b667c55fdaffe9","id":"8272d277-ecf8-41f2-98e6-d9709b377121","subnetpool_id":null,"name":"tenantnetwork1-subnet_6e670c0e-3488-435a-b0d4-41bc55d73f12"},{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"262fe7ec-b437-40b8-908b-6eb66c149655","tenant_id":"89443fd7c5cf4259bed71fca1c3fe619","created_at":"2018-08-01T03:28:20Z","dns_nameservers":[],"updated_at":"2018-08-01T03:28:20Z","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":"89443fd7c5cf4259bed71fca1c3fe619","id":"e06facf3-a24e-40d5-a5ce-a0901a6e4875","subnetpool_id":null,"name":"external-subnet"}]} 2018-08-01 03:32:02,155 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-592cb4b0-344a-40d2-a8a2-7bb2491ca7dd 2018-08-01 03:32:02,155 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0875809192657s 2018-08-01 03:32:02,156 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-592cb4b0-344a-40d2-a8a2-7bb2491ca7dd 2018-08-01 03:32:02,157 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-01 03:32:02,158 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/subnets/8272d277-ecf8-41f2-98e6-d9709b377121.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5602d848f424f3fe62010ff3113716d9dd403edd" 2018-08-01 03:32:04,448 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-d048dbb0-b4b7-4e6d-8cb5-f63533f76266 Date: Wed, 01 Aug 2018 03:32:04 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-01 03:32:04,448 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/8272d277-ecf8-41f2-98e6-d9709b377121.json used request id req-d048dbb0-b4b7-4e6d-8cb5-f63533f76266 2018-08-01 03:32:04,449 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.29135203362s 2018-08-01 03:32:04,449 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/8272d277-ecf8-41f2-98e6-d9709b377121.json used request id req-d048dbb0-b4b7-4e6d-8cb5-f63533f76266 2018-08-01 03:32:04,449 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-01 03:32:04,450 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5602d848f424f3fe62010ff3113716d9dd403edd" 2018-08-01 03:32:05,586 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1358 X-Openstack-Request-Id: req-197b547b-d5ff-4607-aa60-564d998538e6 Date: Wed, 01 Aug 2018 03:32:05 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"262fe7ec-b437-40b8-908b-6eb66c149655","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"89443fd7c5cf4259bed71fca1c3fe619","status":"ACTIVE","subnets":["e06facf3-a24e-40d5-a5ce-a0901a6e4875"],"description":"","tags":[],"updated_at":"2018-08-01T03:28:20Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"89443fd7c5cf4259bed71fca1c3fe619","created_at":"2018-08-01T03:28:13Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"bf2b5340-32f0-45d4-a25e-7d2cd0906893","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"90aa95516c664aef94b667c55fdaffe9","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-01T03:32:04Z","provider:segmentation_id":97,"name":"tenantnetwork1-net_6e670c0e-3488-435a-b0d4-41bc55d73f12","admin_state_up":true,"tenant_id":"90aa95516c664aef94b667c55fdaffe9","created_at":"2018-08-01T03:31:49Z","provider:network_type":"vxlan"}]} 2018-08-01 03:32:05,587 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-197b547b-d5ff-4607-aa60-564d998538e6 2018-08-01 03:32:05,587 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 1.13733792305s 2018-08-01 03:32:05,587 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-197b547b-d5ff-4607-aa60-564d998538e6 2018-08-01 03:32:05,588 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-01 03:32:05,589 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/networks/bf2b5340-32f0-45d4-a25e-7d2cd0906893.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5602d848f424f3fe62010ff3113716d9dd403edd" 2018-08-01 03:32:07,436 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-b70234b5-84ff-4dcc-a7e3-0461b6f2867a Date: Wed, 01 Aug 2018 03:32:07 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-01 03:32:07,437 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/bf2b5340-32f0-45d4-a25e-7d2cd0906893.json used request id req-b70234b5-84ff-4dcc-a7e3-0461b6f2867a 2018-08-01 03:32:07,437 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.84840989113s 2018-08-01 03:32:07,437 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/bf2b5340-32f0-45d4-a25e-7d2cd0906893.json used request id req-b70234b5-84ff-4dcc-a7e3-0461b6f2867a 2018-08-01 03:32:07,491 - xtesting.ci.run_tests - INFO - Loading test case 'tenantnetwork2'... 2018-08-01 03:32:07,532 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-01 03:32:07,532 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-01 03:32:07,532 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-01 03:32:07,532 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-01 03:32:07,532 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-01 03:32:07,533 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-01 03:32:07,533 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-01 03:32:07,533 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-01 03:32:07,533 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-01 03:32:07,533 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-01 03:32:07,533 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-01 03:32:07,533 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-01 03:32:07,533 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-01 03:32:07,533 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-01 03:32:07,533 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-01 03:32:07,533 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-01 03:32:07,533 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-01 03:32:07,534 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-01 03:32:07,534 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-01 03:32:07,534 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-01 03:32:07,534 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-01 03:32:07,534 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-01 03:32:07,535 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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-01 03:32:07,540 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 03:32:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-064f00df-cf86-4a32-8610-e0232916506d Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-01 03:32:07,540 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-064f00df-cf86-4a32-8610-e0232916506d 2018-08-01 03:32:07,541 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-08-01 03:32:07,938 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ed1e3c9b852e426e8d791112d2fd4701", "name": "member"}, {"id": "147f18c7e1e349fc8e383440249c4c73", "name": "reader"}, {"id": "86fab6e3eccc4f5f9bd58caee92e2693", "name": "admin"}], "expires_at": "2018-08-01T04:32:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "90aa95516c664aef94b667c55fdaffe9", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:8004/v1/90aa95516c664aef94b667c55fdaffe9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5af2a23f0d4746a18ce9987becf49813"}, {"url": "http://192.30.9.7:8004/v1/90aa95516c664aef94b667c55fdaffe9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d6722b9f2184abb8e7b581d10709b51"}, {"url": "http://192.30.9.7:8004/v1/90aa95516c664aef94b667c55fdaffe9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc81206c7ec74b63a868c84343e2355a"}], "type": "orchestration", "id": "032123c5c07d477ab419a77fddb5ca2b", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/90aa95516c664aef94b667c55fdaffe9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00197bc0507d42718c9de1a1f3ff7fa9"}, {"url": "http://192.30.9.7:8776/v2/90aa95516c664aef94b667c55fdaffe9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "186c94a5205743a68de2c02795dd12cf"}, {"url": "http://192.30.9.7:8776/v2/90aa95516c664aef94b667c55fdaffe9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32c49f45893f4074a75a056facd63fc5"}], "type": "volumev2", "id": "09ef7c245fd9479f97ffee152dae0c8e", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27e89bb29a0d43ce83aefd4cae0f7bd7"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "295d31abf3f44d85b346281cd9c04740"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d685797f4b164aa48837a822ed32598b"}], "type": "alarming", "id": "0f8615b3651c41099fe76f0fa5b23dd1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f0c9b6089cd4f558ee73fabe48d842a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "551cf56b00bd4d038a8694d11700f2ef"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9ea08b0116c4412eaded9a074baa4211"}], "type": "image", "id": "17038717f3f0408e8c9d5af024ea0aab", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "17647a3a3a00479b9213e6f6cf7a30ea", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c2328ef964c4156917122cfb247f0c4"}, {"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33d0ce77838b4a0fbe56c50f7b1e4d71"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38b745fc1fe14a8691a6fb2553ade0e0"}], "type": "event", "id": "1d35633c710f4d9c88e1f50abe614b06", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/90aa95516c664aef94b667c55fdaffe9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dcebb246e8d42fab040b053411c0957"}, {"url": "http://192.30.9.7:8776/v3/90aa95516c664aef94b667c55fdaffe9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92f3de4ac4f44b9a95bdb5c3f0c34d51"}, {"url": "http://172.30.9.21:8776/v3/90aa95516c664aef94b667c55fdaffe9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f92025e32c9344f587283e14c1506699"}], "type": "volumev3", "id": "27b85f80d71f464183ff256181f71b43", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0f1136276d75402689a9c377621253ce"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b943f44b606457c91b7d5098b199be0"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b47ac34c09dc4c05b1ca4c869d47eaeb"}], "type": "metric", "id": "5a0ae06ba8b741ffb51d39c9adb9451c", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10bc7f20cf92414cb6d088da882341c5"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "53c0109d8bd545ef83f6d70ce101d52d"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d3688eabec1484e8c6549a46b35b25f"}], "type": "cloudformation", "id": "64e449782da244a4b49ea375e297a3ea", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/90aa95516c664aef94b667c55fdaffe9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8713e9b13a6e43c59e8aa6d6cd510b2b"}, {"url": "http://192.30.9.7:8776/v1/90aa95516c664aef94b667c55fdaffe9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b073433cdd0f4518882ecf0e413ae4af"}, {"url": "http://172.30.9.21:8776/v1/90aa95516c664aef94b667c55fdaffe9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fc41a1400c1945199a7f0758b5566e31"}], "type": "volume", "id": "6951fb022adb46feaa04f1020c483fd1", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "247e0a42582047fb8b1a74db1f38edf7"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37ed8998a3894a91b69a9e4f00e62b69"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b11d1b5d1d9043d88291c85c92eb73f4"}], "type": "placement", "id": "83e7ef9cff3b4731b936862816b9afd9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "432bfc9d0c4249dd9ccda5421e19b9e2"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f93c2c146b149cbb3483078f52c4bdf"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd4fdce564324509818028dc78641d8d"}], "type": "network", "id": "94871ebfcb5240ebb8b1c19b8739272c", "name": "neutron"}, {"endpoints": [{"url": "http://12.0.0.40:8080/v1/AUTH_90aa95516c664aef94b667c55fdaffe9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2333bd642dd5455c8f03d343d974704d"}, {"url": "http://12.0.0.40:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c3a57c4832a74174a0c0889da1e1364b"}, {"url": "http://172.30.9.21:8080/v1/AUTH_90aa95516c664aef94b667c55fdaffe9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f27db37221fb446f86228761531722fd"}], "type": "object-store", "id": "b008c8aea7694b57822ddc559b6dfc45", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "038ac873a08f40dab615db1106f36b91"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9c064a815b5c40c0bb0beee1dee18b58"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa33b6fd9ec24bfb9e27785b76bc205d"}], "type": "identity", "id": "de72ed0871ef4a7bab6d7ea0bbfa8d90", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c04b9806aca48e692c506107e0bd3a6"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "449f60307ac54b799d4527d2070f35db"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d69efddbf8af404a9b303b99cfb12f43"}], "type": "compute", "id": "eb2dd02d9ef54f67b42600e437ecb401", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "749556e27c83423fb69e649d00450103"}, "audit_ids": ["ZXvfnv-VT9-72mp570gmwg"], "issued_at": "2018-08-01T03:32:07.000000Z"}} 2018-08-01 03:32:07,941 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-01 03:32:07,941 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21: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}3b94ba86f04e5cce64028410953a1dbf8e792e47" 2018-08-01 03:32:09,012 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-ba64a22e-1518-441f-a0d3-324aefbf52c2 Date: Wed, 01 Aug 2018 03:32:09 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"262fe7ec-b437-40b8-908b-6eb66c149655","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"89443fd7c5cf4259bed71fca1c3fe619","status":"ACTIVE","subnets":["e06facf3-a24e-40d5-a5ce-a0901a6e4875"],"description":"","tags":[],"updated_at":"2018-08-01T03:28:20Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"89443fd7c5cf4259bed71fca1c3fe619","created_at":"2018-08-01T03:28:13Z","provider:network_type":"flat"}]} 2018-08-01 03:32:09,012 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json?router%3Aexternal=True used request id req-ba64a22e-1518-441f-a0d3-324aefbf52c2 2018-08-01 03:32:09,012 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 1.07129788399s 2018-08-01 03:32:09,013 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json?router%3Aexternal=True used request id req-ba64a22e-1518-441f-a0d3-324aefbf52c2 2018-08-01 03:32:09,016 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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-01 03:32:09,022 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 01 Aug 2018 03:32:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-98cfb1f2-9721-4261-8285-ec72ef1091d7 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.21:5000/v3/", "rel": "self"}]}]}} 2018-08-01 03:32:09,022 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/ used request id req-98cfb1f2-9721-4261-8285-ec72ef1091d7 2018-08-01 03:32:09,023 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-01 03:32:09,026 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}3b94ba86f04e5cce64028410953a1dbf8e792e47" 2018-08-01 03:32:09,193 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 03:32:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ea661c64-493a-45a8-9718-8e382e57b992 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.21:5000/v3/domains/cc40371ace4f4c2e9452fa2c52c1368e"}, "tags": [], "enabled": true, "id": "cc40371ace4f4c2e9452fa2c52c1368e", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains", "previous": null, "next": null}} 2018-08-01 03:32:09,193 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains used request id req-ea661c64-493a-45a8-9718-8e382e57b992 2018-08-01 03:32:09,193 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.170305013657s 2018-08-01 03:32:09,193 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains used request id req-ea661c64-493a-45a8-9718-8e382e57b992 2018-08-01 03:32:09,200 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-08-01 03:32:09,204 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}3b94ba86f04e5cce64028410953a1dbf8e792e47" -d '{"project": {"description": "Created by OPNFV Functest: tenantnetwork2", "enabled": true, "domain_id": "default", "name": "tenantnetwork2-project_84882d7a-447a-4f9a-8e25-09c44eaf753a"}}' 2018-08-01 03:32:09,305 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 01 Aug 2018 03:32:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6ffdefff-47dc-497e-b514-17d5250fd1b6 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.21:5000/v3/projects/0d4564991b154f39987f6f9577b24bec"}, "tags": [], "enabled": true, "id": "0d4564991b154f39987f6f9577b24bec", "parent_id": "default", "domain_id": "default", "name": "tenantnetwork2-project_84882d7a-447a-4f9a-8e25-09c44eaf753a"}} 2018-08-01 03:32:09,305 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-6ffdefff-47dc-497e-b514-17d5250fd1b6 2018-08-01 03:32:09,306 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.105123996735s 2018-08-01 03:32:09,306 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-6ffdefff-47dc-497e-b514-17d5250fd1b6 2018-08-01 03:32:09,306 - 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'0d4564991b154f39987f6f9577b24bec', '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_84882d7a-447a-4f9a-8e25-09c44eaf753a'}) 2018-08-01 03:32:09,313 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-08-01 03:32:09,316 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}3b94ba86f04e5cce64028410953a1dbf8e792e47" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "4ce93e34-9d5f-4600-8542-48ead2320bca", "email": null, "name": "tenantnetwork2-user_84882d7a-447a-4f9a-8e25-09c44eaf753a"}}' 2018-08-01 03:32:09,760 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 01 Aug 2018 03:32:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-dc3fb4e2-eeed-4f42-9f2a-e31efc6ea2f2 Content-Length: 329 Content-Type: application/json RESP BODY: {"user": {"name": "tenantnetwork2-user_84882d7a-447a-4f9a-8e25-09c44eaf753a", "links": {"self": "http://172.30.9.21:5000/v3/users/b043087513de44e091278071f453b3e5"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "b043087513de44e091278071f453b3e5", "domain_id": "default", "password_expires_at": null}} 2018-08-01 03:32:09,760 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/users used request id req-dc3fb4e2-eeed-4f42-9f2a-e31efc6ea2f2 2018-08-01 03:32:09,760 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.447481870651s 2018-08-01 03:32:09,760 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/users used request id req-dc3fb4e2-eeed-4f42-9f2a-e31efc6ea2f2 2018-08-01 03:32:09,761 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'b043087513de44e091278071f453b3e5', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'tenantnetwork2-user_84882d7a-447a-4f9a-8e25-09c44eaf753a'}) 2018-08-01 03:32:09,765 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-01 03:32:09,768 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3b94ba86f04e5cce64028410953a1dbf8e792e47" 2018-08-01 03:32:09,877 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 03:32:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-946d7f2e-2594-4dd0-8bf7-b499895331c2 Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "147f18c7e1e349fc8e383440249c4c73", "links": {"self": "http://172.30.9.21:5000/v3/roles/147f18c7e1e349fc8e383440249c4c73"}, "name": "reader"}, {"domain_id": null, "id": "730dcac60af740de8f4eb572d8499268", "links": {"self": "http://172.30.9.21:5000/v3/roles/730dcac60af740de8f4eb572d8499268"}, "name": "swiftoperator"}, {"domain_id": null, "id": "86fab6e3eccc4f5f9bd58caee92e2693", "links": {"self": "http://172.30.9.21:5000/v3/roles/86fab6e3eccc4f5f9bd58caee92e2693"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b2b3ff44e054497fa64f6525e0e6195b", "links": {"self": "http://172.30.9.21:5000/v3/roles/b2b3ff44e054497fa64f6525e0e6195b"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ed1e3c9b852e426e8d791112d2fd4701", "links": {"self": "http://172.30.9.21:5000/v3/roles/ed1e3c9b852e426e8d791112d2fd4701"}, "name": "member"}, {"domain_id": null, "id": "f5c89a4293d34be3af121f401210ef46", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5c89a4293d34be3af121f401210ef46"}, "name": "ResellerAdmin"}]} 2018-08-01 03:32:09,877 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-946d7f2e-2594-4dd0-8bf7-b499895331c2 2018-08-01 03:32:09,877 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.112319946289s 2018-08-01 03:32:09,878 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-946d7f2e-2594-4dd0-8bf7-b499895331c2 2018-08-01 03:32:09,882 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-01 03:32:09,886 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3b94ba86f04e5cce64028410953a1dbf8e792e47" 2018-08-01 03:32:10,098 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 03:32:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6d70bd79-9cca-451b-961d-da02f68afd5b Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "147f18c7e1e349fc8e383440249c4c73", "links": {"self": "http://172.30.9.21:5000/v3/roles/147f18c7e1e349fc8e383440249c4c73"}, "name": "reader"}, {"domain_id": null, "id": "730dcac60af740de8f4eb572d8499268", "links": {"self": "http://172.30.9.21:5000/v3/roles/730dcac60af740de8f4eb572d8499268"}, "name": "swiftoperator"}, {"domain_id": null, "id": "86fab6e3eccc4f5f9bd58caee92e2693", "links": {"self": "http://172.30.9.21:5000/v3/roles/86fab6e3eccc4f5f9bd58caee92e2693"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b2b3ff44e054497fa64f6525e0e6195b", "links": {"self": "http://172.30.9.21:5000/v3/roles/b2b3ff44e054497fa64f6525e0e6195b"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ed1e3c9b852e426e8d791112d2fd4701", "links": {"self": "http://172.30.9.21:5000/v3/roles/ed1e3c9b852e426e8d791112d2fd4701"}, "name": "member"}, {"domain_id": null, "id": "f5c89a4293d34be3af121f401210ef46", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5c89a4293d34be3af121f401210ef46"}, "name": "ResellerAdmin"}]} 2018-08-01 03:32:10,098 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-6d70bd79-9cca-451b-961d-da02f68afd5b 2018-08-01 03:32:10,098 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.215953111649s 2018-08-01 03:32:10,099 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-6d70bd79-9cca-451b-961d-da02f68afd5b 2018-08-01 03:32:10,104 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-01 03:32:10,107 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3b94ba86f04e5cce64028410953a1dbf8e792e47" 2018-08-01 03:32:10,193 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 03:32:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d87596be-bae5-4b15-ba9a-640c9d4a74c0 Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "147f18c7e1e349fc8e383440249c4c73", "links": {"self": "http://172.30.9.21:5000/v3/roles/147f18c7e1e349fc8e383440249c4c73"}, "name": "reader"}, {"domain_id": null, "id": "730dcac60af740de8f4eb572d8499268", "links": {"self": "http://172.30.9.21:5000/v3/roles/730dcac60af740de8f4eb572d8499268"}, "name": "swiftoperator"}, {"domain_id": null, "id": "86fab6e3eccc4f5f9bd58caee92e2693", "links": {"self": "http://172.30.9.21:5000/v3/roles/86fab6e3eccc4f5f9bd58caee92e2693"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b2b3ff44e054497fa64f6525e0e6195b", "links": {"self": "http://172.30.9.21:5000/v3/roles/b2b3ff44e054497fa64f6525e0e6195b"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ed1e3c9b852e426e8d791112d2fd4701", "links": {"self": "http://172.30.9.21:5000/v3/roles/ed1e3c9b852e426e8d791112d2fd4701"}, "name": "member"}, {"domain_id": null, "id": "f5c89a4293d34be3af121f401210ef46", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5c89a4293d34be3af121f401210ef46"}, "name": "ResellerAdmin"}]} 2018-08-01 03:32:10,193 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-d87596be-bae5-4b15-ba9a-640c9d4a74c0 2018-08-01 03:32:10,193 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0896301269531s 2018-08-01 03:32:10,194 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-d87596be-bae5-4b15-ba9a-640c9d4a74c0 2018-08-01 03:32:10,198 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-01 03:32:10,201 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}3b94ba86f04e5cce64028410953a1dbf8e792e47" 2018-08-01 03:32:10,391 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 03:32:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c8cebba6-555e-4cb4-8cfa-56d7d4e09836 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-01 03:32:10,391 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains/default used request id req-c8cebba6-555e-4cb4-8cfa-56d7d4e09836 2018-08-01 03:32:10,391 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.193077087402s 2018-08-01 03:32:10,392 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains/default used request id req-c8cebba6-555e-4cb4-8cfa-56d7d4e09836 2018-08-01 03:32:10,392 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-01 03:32:10,396 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}3b94ba86f04e5cce64028410953a1dbf8e792e47" 2018-08-01 03:32:10,517 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 03:32:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2fa4df58-20d4-4792-bd58-39c8ffcc99b3 Content-Encoding: gzip Content-Length: 846 Content-Type: application/json RESP BODY: {"users": [{"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/0f8a0650d1a846e88ba44704b50255c1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0f8a0650d1a846e88ba44704b50255c1", "email": "glance@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/130b7ea936644204a37124e676ddf428"}, "domain_id": "default", "enabled": true, "options": {}, "id": "130b7ea936644204a37124e676ddf428", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/1476f1d37caa49ec90baf29b9d92850d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1476f1d37caa49ec90baf29b9d92850d", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/386874e6c2464a43ba93f0248a95595b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "386874e6c2464a43ba93f0248a95595b", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/3cb1fd184ec34300aba849c010464d1a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3cb1fd184ec34300aba849c010464d1a", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/749556e27c83423fb69e649d00450103"}, "domain_id": "default", "enabled": true, "options": {}, "id": "749556e27c83423fb69e649d00450103", "email": "admin@example.com", "password_expires_at": null}, {"name": "tenantnetwork2-user_84882d7a-447a-4f9a-8e25-09c44eaf753a", "links": {"self": "http://172.30.9.21:5000/v3/users/b043087513de44e091278071f453b3e5"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "b043087513de44e091278071f453b3e5", "domain_id": "default", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.21:5000/v3/users/b6122bbf2037491bb9db6c47618110d1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b6122bbf2037491bb9db6c47618110d1", "email": "swift@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/c09ff16c1a614c8bbc73ec74064357a4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c09ff16c1a614c8bbc73ec74064357a4", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/c1daa0d43666493abbd83fb1577cff74"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c1daa0d43666493abbd83fb1577cff74", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/d1cc4ab5045f48be8e12d229b3b59cac"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d1cc4ab5045f48be8e12d229b3b59cac", "email": "cinder@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.21:5000/v3/users/d32629a0e7364688b6a82d496d6e354d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d32629a0e7364688b6a82d496d6e354d", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/d5ee6c90793c4cbeb762d8c68db45d5c"}, "domain_id": "cc40371ace4f4c2e9452fa2c52c1368e", "enabled": true, "options": {}, "id": "d5ee6c90793c4cbeb762d8c68db45d5c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/d91fd39b379e480e825eb2aa75b847b7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d91fd39b379e480e825eb2aa75b847b7", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/ecd8a45bf2844011921c3e9caab06794"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ecd8a45bf2844011921c3e9caab06794", "email": "heat@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-08-01 03:32:10,517 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-2fa4df58-20d4-4792-bd58-39c8ffcc99b3 2018-08-01 03:32:10,518 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.125051021576s 2018-08-01 03:32:10,518 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-2fa4df58-20d4-4792-bd58-39c8ffcc99b3 2018-08-01 03:32:10,529 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-01 03:32:10,532 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21: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}3b94ba86f04e5cce64028410953a1dbf8e792e47" 2018-08-01 03:32:10,637 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 03:32:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1337584e-a684-4597-8f0f-5f93ba25c905 Content-Encoding: gzip Content-Length: 396 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/90aa95516c664aef94b667c55fdaffe9"}, "tags": [], "enabled": true, "id": "90aa95516c664aef94b667c55fdaffe9", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/89443fd7c5cf4259bed71fca1c3fe619"}, "tags": [], "enabled": true, "id": "89443fd7c5cf4259bed71fca1c3fe619", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: tenantnetwork2", "links": {"self": "http://172.30.9.21:5000/v3/projects/0d4564991b154f39987f6f9577b24bec"}, "tags": [], "enabled": true, "id": "0d4564991b154f39987f6f9577b24bec", "parent_id": "default", "domain_id": "default", "name": "tenantnetwork2-project_84882d7a-447a-4f9a-8e25-09c44eaf753a"}]} 2018-08-01 03:32:10,637 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?domain_id=default used request id req-1337584e-a684-4597-8f0f-5f93ba25c905 2018-08-01 03:32:10,638 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.108134031296s 2018-08-01 03:32:10,638 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?domain_id=default used request id req-1337584e-a684-4597-8f0f-5f93ba25c905 2018-08-01 03:32:10,645 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-01 03:32:10,648 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:5000/v3/role_assignments?user.id=b043087513de44e091278071f453b3e5&role.id=ed1e3c9b852e426e8d791112d2fd4701&scope.project.id=0d4564991b154f39987f6f9577b24bec" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3b94ba86f04e5cce64028410953a1dbf8e792e47" 2018-08-01 03:32:10,831 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 03:32:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6c2a3890-ead6-42be-9bdb-ca0476b7f18c Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.21:5000/v3/role_assignments?user.id=b043087513de44e091278071f453b3e5&role.id=ed1e3c9b852e426e8d791112d2fd4701&scope.project.id=0d4564991b154f39987f6f9577b24bec", "previous": null, "next": null}} 2018-08-01 03:32:10,831 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/role_assignments?user.id=b043087513de44e091278071f453b3e5&role.id=ed1e3c9b852e426e8d791112d2fd4701&scope.project.id=0d4564991b154f39987f6f9577b24bec used request id req-6c2a3890-ead6-42be-9bdb-ca0476b7f18c 2018-08-01 03:32:10,831 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.185544967651s 2018-08-01 03:32:10,831 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/role_assignments?user.id=b043087513de44e091278071f453b3e5&role.id=ed1e3c9b852e426e8d791112d2fd4701&scope.project.id=0d4564991b154f39987f6f9577b24bec used request id req-6c2a3890-ead6-42be-9bdb-ca0476b7f18c 2018-08-01 03:32:10,835 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-01 03:32:10,838 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:5000/v3/projects/0d4564991b154f39987f6f9577b24bec/users/b043087513de44e091278071f453b3e5/roles/ed1e3c9b852e426e8d791112d2fd4701 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3b94ba86f04e5cce64028410953a1dbf8e792e47" 2018-08-01 03:32:11,015 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 01 Aug 2018 03:32:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9ad30197-0fcf-4b6b-95e6-aaf8ececb214 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-01 03:32:11,015 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/0d4564991b154f39987f6f9577b24bec/users/b043087513de44e091278071f453b3e5/roles/ed1e3c9b852e426e8d791112d2fd4701 used request id req-9ad30197-0fcf-4b6b-95e6-aaf8ececb214 2018-08-01 03:32:11,015 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.180517911911s 2018-08-01 03:32:11,015 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/0d4564991b154f39987f6f9577b24bec/users/b043087513de44e091278071f453b3e5/roles/ed1e3c9b852e426e8d791112d2fd4701 used request id req-9ad30197-0fcf-4b6b-95e6-aaf8ececb214 2018-08-01 03:32:11,016 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'tenantnetwork2-project_84882d7a-447a-4f9a-8e25-09c44eaf753a', 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'0d4564991b154f39987f6f9577b24bec', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': '4ce93e34-9d5f-4600-8542-48ead2320bca', 'username': u'tenantnetwork2-user_84882d7a-447a-4f9a-8e25-09c44eaf753a', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.21: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-01 03:32:11,017 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-01 03:32:11,018 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-01 03:32:11,018 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-01 03:32:11,018 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-01 03:32:11,018 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-01 03:32:11,018 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-01 03:32:11,018 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-01 03:32:11,018 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-01 03:32:11,018 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-01 03:32:11,019 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-01 03:32:11,019 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-01 03:32:11,019 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-01 03:32:11,019 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-01 03:32:11,019 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-01 03:32:11,019 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-01 03:32:11,019 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-01 03:32:11,019 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-01 03:32:11,020 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-01 03:32:11,020 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-01 03:32:11,020 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-01 03:32:11,020 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-01 03:32:11,020 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-01 03:32:11,021 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'tenantnetwork2-user_84882d7a-447a-4f9a-8e25-09c44eaf753a', 'password': '4ce93e34-9d5f-4600-8542-48ead2320bca', 'project_name': 'tenantnetwork2-project_84882d7a-447a-4f9a-8e25-09c44eaf753a', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.21:5000/v3', 'project_id': '0d4564991b154f39987f6f9577b24bec', 'project_domain_name': 'Default'} 2018-08-01 03:32:11,022 - xtesting.ci.run_tests - INFO - Running test case 'tenantnetwork2'... 2018-08-01 03:32:11,023 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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-01 03:32:11,029 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 03:32:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a012f430-f05d-49f5-b842-765675705336 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-01 03:32:11,029 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-a012f430-f05d-49f5-b842-765675705336 2018-08-01 03:32:11,030 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-08-01 03:32:11,436 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ed1e3c9b852e426e8d791112d2fd4701", "name": "member"}, {"id": "147f18c7e1e349fc8e383440249c4c73", "name": "reader"}], "expires_at": "2018-08-01T04:32:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0d4564991b154f39987f6f9577b24bec", "name": "tenantnetwork2-project_84882d7a-447a-4f9a-8e25-09c44eaf753a"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:8004/v1/0d4564991b154f39987f6f9577b24bec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5af2a23f0d4746a18ce9987becf49813"}, {"url": "http://192.30.9.7:8004/v1/0d4564991b154f39987f6f9577b24bec", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d6722b9f2184abb8e7b581d10709b51"}, {"url": "http://192.30.9.7:8004/v1/0d4564991b154f39987f6f9577b24bec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc81206c7ec74b63a868c84343e2355a"}], "type": "orchestration", "id": "032123c5c07d477ab419a77fddb5ca2b", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/0d4564991b154f39987f6f9577b24bec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00197bc0507d42718c9de1a1f3ff7fa9"}, {"url": "http://192.30.9.7:8776/v2/0d4564991b154f39987f6f9577b24bec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "186c94a5205743a68de2c02795dd12cf"}, {"url": "http://192.30.9.7:8776/v2/0d4564991b154f39987f6f9577b24bec", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32c49f45893f4074a75a056facd63fc5"}], "type": "volumev2", "id": "09ef7c245fd9479f97ffee152dae0c8e", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27e89bb29a0d43ce83aefd4cae0f7bd7"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "295d31abf3f44d85b346281cd9c04740"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d685797f4b164aa48837a822ed32598b"}], "type": "alarming", "id": "0f8615b3651c41099fe76f0fa5b23dd1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f0c9b6089cd4f558ee73fabe48d842a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "551cf56b00bd4d038a8694d11700f2ef"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9ea08b0116c4412eaded9a074baa4211"}], "type": "image", "id": "17038717f3f0408e8c9d5af024ea0aab", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "17647a3a3a00479b9213e6f6cf7a30ea", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c2328ef964c4156917122cfb247f0c4"}, {"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33d0ce77838b4a0fbe56c50f7b1e4d71"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38b745fc1fe14a8691a6fb2553ade0e0"}], "type": "event", "id": "1d35633c710f4d9c88e1f50abe614b06", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/0d4564991b154f39987f6f9577b24bec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dcebb246e8d42fab040b053411c0957"}, {"url": "http://192.30.9.7:8776/v3/0d4564991b154f39987f6f9577b24bec", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92f3de4ac4f44b9a95bdb5c3f0c34d51"}, {"url": "http://172.30.9.21:8776/v3/0d4564991b154f39987f6f9577b24bec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f92025e32c9344f587283e14c1506699"}], "type": "volumev3", "id": "27b85f80d71f464183ff256181f71b43", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0f1136276d75402689a9c377621253ce"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b943f44b606457c91b7d5098b199be0"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b47ac34c09dc4c05b1ca4c869d47eaeb"}], "type": "metric", "id": "5a0ae06ba8b741ffb51d39c9adb9451c", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10bc7f20cf92414cb6d088da882341c5"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "53c0109d8bd545ef83f6d70ce101d52d"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d3688eabec1484e8c6549a46b35b25f"}], "type": "cloudformation", "id": "64e449782da244a4b49ea375e297a3ea", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/0d4564991b154f39987f6f9577b24bec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8713e9b13a6e43c59e8aa6d6cd510b2b"}, {"url": "http://192.30.9.7:8776/v1/0d4564991b154f39987f6f9577b24bec", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b073433cdd0f4518882ecf0e413ae4af"}, {"url": "http://172.30.9.21:8776/v1/0d4564991b154f39987f6f9577b24bec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fc41a1400c1945199a7f0758b5566e31"}], "type": "volume", "id": "6951fb022adb46feaa04f1020c483fd1", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "247e0a42582047fb8b1a74db1f38edf7"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37ed8998a3894a91b69a9e4f00e62b69"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b11d1b5d1d9043d88291c85c92eb73f4"}], "type": "placement", "id": "83e7ef9cff3b4731b936862816b9afd9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "432bfc9d0c4249dd9ccda5421e19b9e2"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f93c2c146b149cbb3483078f52c4bdf"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd4fdce564324509818028dc78641d8d"}], "type": "network", "id": "94871ebfcb5240ebb8b1c19b8739272c", "name": "neutron"}, {"endpoints": [{"url": "http://12.0.0.40:8080/v1/AUTH_0d4564991b154f39987f6f9577b24bec", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2333bd642dd5455c8f03d343d974704d"}, {"url": "http://12.0.0.40:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c3a57c4832a74174a0c0889da1e1364b"}, {"url": "http://172.30.9.21:8080/v1/AUTH_0d4564991b154f39987f6f9577b24bec", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f27db37221fb446f86228761531722fd"}], "type": "object-store", "id": "b008c8aea7694b57822ddc559b6dfc45", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "038ac873a08f40dab615db1106f36b91"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9c064a815b5c40c0bb0beee1dee18b58"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa33b6fd9ec24bfb9e27785b76bc205d"}], "type": "identity", "id": "de72ed0871ef4a7bab6d7ea0bbfa8d90", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c04b9806aca48e692c506107e0bd3a6"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "449f60307ac54b799d4527d2070f35db"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d69efddbf8af404a9b303b99cfb12f43"}], "type": "compute", "id": "eb2dd02d9ef54f67b42600e437ecb401", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "tenantnetwork2-user_84882d7a-447a-4f9a-8e25-09c44eaf753a", "id": "b043087513de44e091278071f453b3e5"}, "audit_ids": ["J8KWdIRKSqOf7SZpcZR5-w"], "issued_at": "2018-08-01T03:32:11.000000Z"}} 2018-08-01 03:32:11,439 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-01 03:32:11,440 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}4aff0a99158414fed5a55e15171e768bfbab5194" -d '{"network": {"name": "tenantnetwork2-net_84882d7a-447a-4f9a-8e25-09c44eaf753a", "admin_state_up": true}}' 2018-08-01 03:32:12,855 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 592 X-Openstack-Request-Id: req-dbcb1145-3d20-4303-9d48-895d43647260 Date: Wed, 01 Aug 2018 03:32:12 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"0d4564991b154f39987f6f9577b24bec","created_at":"2018-08-01T03:32:12Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-01T03:32:12Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"0d4564991b154f39987f6f9577b24bec","id":"37ef9780-da47-4ec1-9ebb-0d90969a7f3b","name":"tenantnetwork2-net_84882d7a-447a-4f9a-8e25-09c44eaf753a"}} 2018-08-01 03:32:12,856 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-dbcb1145-3d20-4303-9d48-895d43647260 2018-08-01 03:32:12,856 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 1.41646194458s 2018-08-01 03:32:12,856 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-dbcb1145-3d20-4303-9d48-895d43647260 2018-08-01 03:32:12,856 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-08-01T03:32:12Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'id': u'37ef9780-da47-4ec1-9ebb-0d90969a7f3b', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'tenantnetwork2-net_84882d7a-447a-4f9a-8e25-09c44eaf753a', u'admin_state_up': True, u'tenant_id': u'0d4564991b154f39987f6f9577b24bec', u'created_at': u'2018-08-01T03:32:12Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'0d4564991b154f39987f6f9577b24bec'}) 2018-08-01 03:32:12,857 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-01 03:32:12,858 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4aff0a99158414fed5a55e15171e768bfbab5194" 2018-08-01 03:32:13,266 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1153 X-Openstack-Request-Id: req-aea52672-3cd4-42f7-a780-c51125809458 Date: Wed, 01 Aug 2018 03:32:13 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["e06facf3-a24e-40d5-a5ce-a0901a6e4875"],"updated_at":"2018-08-01T03:28:20Z","tenant_id":"89443fd7c5cf4259bed71fca1c3fe619","created_at":"2018-08-01T03:28:13Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"89443fd7c5cf4259bed71fca1c3fe619","id":"262fe7ec-b437-40b8-908b-6eb66c149655","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-01T03:32:12Z","tenant_id":"0d4564991b154f39987f6f9577b24bec","created_at":"2018-08-01T03:32:12Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":1,"admin_state_up":true,"shared":false,"project_id":"0d4564991b154f39987f6f9577b24bec","id":"37ef9780-da47-4ec1-9ebb-0d90969a7f3b","name":"tenantnetwork2-net_84882d7a-447a-4f9a-8e25-09c44eaf753a"}]} 2018-08-01 03:32:13,266 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-aea52672-3cd4-42f7-a780-c51125809458 2018-08-01 03:32:13,267 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.409471988678s 2018-08-01 03:32:13,267 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-aea52672-3cd4-42f7-a780-c51125809458 2018-08-01 03:32:13,268 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-01 03:32:13,269 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}4aff0a99158414fed5a55e15171e768bfbab5194" -d '{"subnet": {"name": "tenantnetwork2-subnet_84882d7a-447a-4f9a-8e25-09c44eaf753a", "enable_dhcp": true, "network_id": "37ef9780-da47-4ec1-9ebb-0d90969a7f3b", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-01 03:32:14,858 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-36db1c67-980b-4121-89b4-71ca00e62a24 Date: Wed, 01 Aug 2018 03:32:14 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"37ef9780-da47-4ec1-9ebb-0d90969a7f3b","tenant_id":"0d4564991b154f39987f6f9577b24bec","created_at":"2018-08-01T03:32:14Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-01T03:32:14Z","gateway_ip":"192.168.120.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.120.0/24","project_id":"0d4564991b154f39987f6f9577b24bec","id":"dea6a9b5-775c-4f85-ae11-56965f8560af","subnetpool_id":null,"name":"tenantnetwork2-subnet_84882d7a-447a-4f9a-8e25-09c44eaf753a"}} 2018-08-01 03:32:14,858 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-36db1c67-980b-4121-89b4-71ca00e62a24 2018-08-01 03:32:14,858 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 1.58958506584s 2018-08-01 03:32:14,858 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-36db1c67-980b-4121-89b4-71ca00e62a24 2018-08-01 03:32:14,859 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-01T03:32:14Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'dea6a9b5-775c-4f85-ae11-56965f8560af', u'subnetpool_id': None, u'service_types': [], u'name': u'tenantnetwork2-subnet_84882d7a-447a-4f9a-8e25-09c44eaf753a', u'enable_dhcp': True, u'network_id': u'37ef9780-da47-4ec1-9ebb-0d90969a7f3b', u'tenant_id': u'0d4564991b154f39987f6f9577b24bec', u'created_at': u'2018-08-01T03:32:14Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'0d4564991b154f39987f6f9577b24bec'}) 2018-08-01 03:32:14,859 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-01 03:32:14,860 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}4aff0a99158414fed5a55e15171e768bfbab5194" -d '{"router": {"external_gateway_info": {"network_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "name": "tenantnetwork2-router_84882d7a-447a-4f9a-8e25-09c44eaf753a", "admin_state_up": true}}' 2018-08-01 03:32:16,433 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 625 X-Openstack-Request-Id: req-23b9fcb8-e671-4e89-bea8-4b2c801a8fa7 Date: Wed, 01 Aug 2018 03:32:16 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "e06facf3-a24e-40d5-a5ce-a0901a6e4875", "ip_address": "172.30.9.207"}]}, "description": "", "tags": [], "tenant_id": "0d4564991b154f39987f6f9577b24bec", "created_at": "2018-08-01T03:32:15Z", "admin_state_up": true, "updated_at": "2018-08-01T03:32:16Z", "revision_number": 2, "routes": [], "project_id": "0d4564991b154f39987f6f9577b24bec", "id": "3d2ad00a-457a-4123-b464-2d4755d85259", "name": "tenantnetwork2-router_84882d7a-447a-4f9a-8e25-09c44eaf753a"}} 2018-08-01 03:32:16,434 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-23b9fcb8-e671-4e89-bea8-4b2c801a8fa7 2018-08-01 03:32:16,434 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.57409405708s 2018-08-01 03:32:16,434 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-23b9fcb8-e671-4e89-bea8-4b2c801a8fa7 2018-08-01 03:32:16,434 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'262fe7ec-b437-40b8-908b-6eb66c149655', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'e06facf3-a24e-40d5-a5ce-a0901a6e4875', u'ip_address': u'172.30.9.207'}]}, u'description': u'', u'tags': [], u'tenant_id': u'0d4564991b154f39987f6f9577b24bec', u'created_at': u'2018-08-01T03:32:15Z', u'admin_state_up': True, u'updated_at': u'2018-08-01T03:32:16Z', u'revision_number': 2, u'routes': [], u'project_id': u'0d4564991b154f39987f6f9577b24bec', u'id': u'3d2ad00a-457a-4123-b464-2d4755d85259', u'name': u'tenantnetwork2-router_84882d7a-447a-4f9a-8e25-09c44eaf753a'}) 2018-08-01 03:32:16,435 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-01 03:32:16,436 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9696/v2.0/routers/3d2ad00a-457a-4123-b464-2d4755d85259/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}4aff0a99158414fed5a55e15171e768bfbab5194" -d '{"subnet_id": "dea6a9b5-775c-4f85-ae11-56965f8560af"}' 2018-08-01 03:32:18,746 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-2620f50b-9956-4e30-a5f7-406e3f938efb Date: Wed, 01 Aug 2018 03:32:18 GMT RESP BODY: {"network_id": "37ef9780-da47-4ec1-9ebb-0d90969a7f3b", "tenant_id": "0d4564991b154f39987f6f9577b24bec", "subnet_id": "dea6a9b5-775c-4f85-ae11-56965f8560af", "subnet_ids": ["dea6a9b5-775c-4f85-ae11-56965f8560af"], "port_id": "9666713c-e54f-43b8-b33b-2659953de2c7", "id": "3d2ad00a-457a-4123-b464-2d4755d85259"} 2018-08-01 03:32:18,746 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/3d2ad00a-457a-4123-b464-2d4755d85259/add_router_interface.json used request id req-2620f50b-9956-4e30-a5f7-406e3f938efb 2018-08-01 03:32:18,747 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.31141710281s 2018-08-01 03:32:18,747 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/3d2ad00a-457a-4123-b464-2d4755d85259/add_router_interface.json used request id req-2620f50b-9956-4e30-a5f7-406e3f938efb returning object 3d2ad00a-457a-4123-b464-2d4755d85259 2018-08-01 03:32:18,874 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-01 03:32:18,874 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | tenantnetwork2 | functest | 00:08 | PASS | +------------------------+------------------+------------------+----------------+ 2018-08-01 03:32:18,879 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-01 03:32:18,879 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9696/v2.0/routers/3d2ad00a-457a-4123-b464-2d4755d85259/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}4aff0a99158414fed5a55e15171e768bfbab5194" -d '{"subnet_id": "dea6a9b5-775c-4f85-ae11-56965f8560af"}' 2018-08-01 03:32:21,769 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-aeeb7c25-ddc4-49a4-9d29-495fc9b59aa1 Date: Wed, 01 Aug 2018 03:32:21 GMT RESP BODY: {"network_id": "37ef9780-da47-4ec1-9ebb-0d90969a7f3b", "tenant_id": "0d4564991b154f39987f6f9577b24bec", "subnet_id": "dea6a9b5-775c-4f85-ae11-56965f8560af", "subnet_ids": ["dea6a9b5-775c-4f85-ae11-56965f8560af"], "port_id": "9666713c-e54f-43b8-b33b-2659953de2c7", "id": "3d2ad00a-457a-4123-b464-2d4755d85259"} 2018-08-01 03:32:21,769 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/3d2ad00a-457a-4123-b464-2d4755d85259/remove_router_interface.json used request id req-aeeb7c25-ddc4-49a4-9d29-495fc9b59aa1 2018-08-01 03:32:21,769 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 2.89028501511s 2018-08-01 03:32:21,769 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/3d2ad00a-457a-4123-b464-2d4755d85259/remove_router_interface.json used request id req-aeeb7c25-ddc4-49a4-9d29-495fc9b59aa1 returning object 3d2ad00a-457a-4123-b464-2d4755d85259 2018-08-01 03:32:21,770 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-01 03:32:21,771 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}4aff0a99158414fed5a55e15171e768bfbab5194" 2018-08-01 03:32:22,184 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-605b0b3b-bf56-4b0c-9406-ca4cccf62a8d Date: Wed, 01 Aug 2018 03:32:22 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "e06facf3-a24e-40d5-a5ce-a0901a6e4875", "ip_address": "172.30.9.207"}]}, "description": "", "tags": [], "tenant_id": "0d4564991b154f39987f6f9577b24bec", "created_at": "2018-08-01T03:32:15Z", "admin_state_up": true, "updated_at": "2018-08-01T03:32:20Z", "revision_number": 4, "routes": [], "project_id": "0d4564991b154f39987f6f9577b24bec", "id": "3d2ad00a-457a-4123-b464-2d4755d85259", "name": "tenantnetwork2-router_84882d7a-447a-4f9a-8e25-09c44eaf753a"}]} 2018-08-01 03:32:22,184 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-605b0b3b-bf56-4b0c-9406-ca4cccf62a8d 2018-08-01 03:32:22,184 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.413891077042s 2018-08-01 03:32:22,184 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-605b0b3b-bf56-4b0c-9406-ca4cccf62a8d 2018-08-01 03:32:22,186 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-01 03:32:22,186 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/routers/3d2ad00a-457a-4123-b464-2d4755d85259.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4aff0a99158414fed5a55e15171e768bfbab5194" 2018-08-01 03:32:24,746 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-5b2ed9c6-7461-4cf6-be41-ee84db6618fc Content-Length: 0 Date: Wed, 01 Aug 2018 03:32:24 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-01 03:32:24,746 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/routers/3d2ad00a-457a-4123-b464-2d4755d85259.json used request id req-5b2ed9c6-7461-4cf6-be41-ee84db6618fc 2018-08-01 03:32:24,746 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 2.56018996239s 2018-08-01 03:32:24,746 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/routers/3d2ad00a-457a-4123-b464-2d4755d85259.json used request id req-5b2ed9c6-7461-4cf6-be41-ee84db6618fc 2018-08-01 03:32:24,747 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-01 03:32:24,747 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}4aff0a99158414fed5a55e15171e768bfbab5194" 2018-08-01 03:32:25,100 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-35e7ef81-4b65-430b-bfaf-77a7c4d003e8 Date: Wed, 01 Aug 2018 03:32:25 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"37ef9780-da47-4ec1-9ebb-0d90969a7f3b","tenant_id":"0d4564991b154f39987f6f9577b24bec","created_at":"2018-08-01T03:32:14Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-01T03:32:14Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"0d4564991b154f39987f6f9577b24bec","id":"dea6a9b5-775c-4f85-ae11-56965f8560af","subnetpool_id":null,"name":"tenantnetwork2-subnet_84882d7a-447a-4f9a-8e25-09c44eaf753a"}]} 2018-08-01 03:32:25,100 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-35e7ef81-4b65-430b-bfaf-77a7c4d003e8 2018-08-01 03:32:25,101 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.353761911392s 2018-08-01 03:32:25,101 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-35e7ef81-4b65-430b-bfaf-77a7c4d003e8 2018-08-01 03:32:25,102 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-01 03:32:25,103 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/subnets/dea6a9b5-775c-4f85-ae11-56965f8560af.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4aff0a99158414fed5a55e15171e768bfbab5194" 2018-08-01 03:32:28,273 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-92172feb-5747-4085-bd53-8a1aa75aeeb4 Date: Wed, 01 Aug 2018 03:32:28 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-01 03:32:28,273 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/dea6a9b5-775c-4f85-ae11-56965f8560af.json used request id req-92172feb-5747-4085-bd53-8a1aa75aeeb4 2018-08-01 03:32:28,273 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 3.1707379818s 2018-08-01 03:32:28,273 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/dea6a9b5-775c-4f85-ae11-56965f8560af.json used request id req-92172feb-5747-4085-bd53-8a1aa75aeeb4 2018-08-01 03:32:28,274 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-01 03:32:28,274 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4aff0a99158414fed5a55e15171e768bfbab5194" 2018-08-01 03:32:29,355 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1159 X-Openstack-Request-Id: req-79aad041-ded3-40b0-ad04-1469746b603a Date: Wed, 01 Aug 2018 03:32:29 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["e06facf3-a24e-40d5-a5ce-a0901a6e4875"],"updated_at":"2018-08-01T03:28:20Z","tenant_id":"89443fd7c5cf4259bed71fca1c3fe619","created_at":"2018-08-01T03:28:13Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"89443fd7c5cf4259bed71fca1c3fe619","id":"262fe7ec-b437-40b8-908b-6eb66c149655","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-01T03:32:27Z","tenant_id":"0d4564991b154f39987f6f9577b24bec","created_at":"2018-08-01T03:32:12Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"0d4564991b154f39987f6f9577b24bec","id":"37ef9780-da47-4ec1-9ebb-0d90969a7f3b","name":"tenantnetwork2-net_84882d7a-447a-4f9a-8e25-09c44eaf753a"}]} 2018-08-01 03:32:29,356 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-79aad041-ded3-40b0-ad04-1469746b603a 2018-08-01 03:32:29,356 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 1.0817220211s 2018-08-01 03:32:29,356 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-79aad041-ded3-40b0-ad04-1469746b603a 2018-08-01 03:32:29,357 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-01 03:32:29,358 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/networks/37ef9780-da47-4ec1-9ebb-0d90969a7f3b.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}4aff0a99158414fed5a55e15171e768bfbab5194" 2018-08-01 03:32:30,286 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-0b5a4f47-04df-42b6-833d-cd6ca1e37f0d Date: Wed, 01 Aug 2018 03:32:30 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-01 03:32:30,287 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/37ef9780-da47-4ec1-9ebb-0d90969a7f3b.json used request id req-0b5a4f47-04df-42b6-833d-cd6ca1e37f0d 2018-08-01 03:32:30,287 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 0.92945599556s 2018-08-01 03:32:30,287 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/37ef9780-da47-4ec1-9ebb-0d90969a7f3b.json used request id req-0b5a4f47-04df-42b6-833d-cd6ca1e37f0d 2018-08-01 03:32:30,288 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-01 03:32:30,291 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}3b94ba86f04e5cce64028410953a1dbf8e792e47" 2018-08-01 03:32:30,431 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 03:32:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-96d97e69-45fb-4794-8919-9d5d1b27ce85 Content-Encoding: gzip Content-Length: 846 Content-Type: application/json RESP BODY: {"users": [{"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/0f8a0650d1a846e88ba44704b50255c1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0f8a0650d1a846e88ba44704b50255c1", "email": "glance@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/130b7ea936644204a37124e676ddf428"}, "domain_id": "default", "enabled": true, "options": {}, "id": "130b7ea936644204a37124e676ddf428", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/1476f1d37caa49ec90baf29b9d92850d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1476f1d37caa49ec90baf29b9d92850d", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/386874e6c2464a43ba93f0248a95595b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "386874e6c2464a43ba93f0248a95595b", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/3cb1fd184ec34300aba849c010464d1a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3cb1fd184ec34300aba849c010464d1a", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/749556e27c83423fb69e649d00450103"}, "domain_id": "default", "enabled": true, "options": {}, "id": "749556e27c83423fb69e649d00450103", "email": "admin@example.com", "password_expires_at": null}, {"name": "tenantnetwork2-user_84882d7a-447a-4f9a-8e25-09c44eaf753a", "links": {"self": "http://172.30.9.21:5000/v3/users/b043087513de44e091278071f453b3e5"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "b043087513de44e091278071f453b3e5", "domain_id": "default", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.21:5000/v3/users/b6122bbf2037491bb9db6c47618110d1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b6122bbf2037491bb9db6c47618110d1", "email": "swift@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/c09ff16c1a614c8bbc73ec74064357a4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c09ff16c1a614c8bbc73ec74064357a4", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/c1daa0d43666493abbd83fb1577cff74"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c1daa0d43666493abbd83fb1577cff74", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/d1cc4ab5045f48be8e12d229b3b59cac"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d1cc4ab5045f48be8e12d229b3b59cac", "email": "cinder@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.21:5000/v3/users/d32629a0e7364688b6a82d496d6e354d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d32629a0e7364688b6a82d496d6e354d", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/d5ee6c90793c4cbeb762d8c68db45d5c"}, "domain_id": "cc40371ace4f4c2e9452fa2c52c1368e", "enabled": true, "options": {}, "id": "d5ee6c90793c4cbeb762d8c68db45d5c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/d91fd39b379e480e825eb2aa75b847b7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d91fd39b379e480e825eb2aa75b847b7", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/ecd8a45bf2844011921c3e9caab06794"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ecd8a45bf2844011921c3e9caab06794", "email": "heat@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-08-01 03:32:30,431 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-96d97e69-45fb-4794-8919-9d5d1b27ce85 2018-08-01 03:32:30,432 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.143863201141s 2018-08-01 03:32:30,432 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-96d97e69-45fb-4794-8919-9d5d1b27ce85 2018-08-01 03:32:30,438 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-01 03:32:30,441 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/users/b043087513de44e091278071f453b3e5 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3b94ba86f04e5cce64028410953a1dbf8e792e47" 2018-08-01 03:32:30,673 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 03:32:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d8d2ebae-4f02-4f9d-b140-c598c6dbfd83 Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"user": {"name": "tenantnetwork2-user_84882d7a-447a-4f9a-8e25-09c44eaf753a", "links": {"self": "http://172.30.9.21:5000/v3/users/b043087513de44e091278071f453b3e5"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "b043087513de44e091278071f453b3e5", "description": null}} 2018-08-01 03:32:30,673 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users/b043087513de44e091278071f453b3e5 used request id req-d8d2ebae-4f02-4f9d-b140-c598c6dbfd83 2018-08-01 03:32:30,673 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.235212087631s 2018-08-01 03:32:30,673 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users/b043087513de44e091278071f453b3e5 used request id req-d8d2ebae-4f02-4f9d-b140-c598c6dbfd83 2018-08-01 03:32:30,674 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-08-01 03:32:30,677 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:5000/v3/users/b043087513de44e091278071f453b3e5 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3b94ba86f04e5cce64028410953a1dbf8e792e47" 2018-08-01 03:32:30,926 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 01 Aug 2018 03:32:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-368e24a7-0749-4878-ac08-96192804dee7 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-01 03:32:30,926 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/b043087513de44e091278071f453b3e5 used request id req-368e24a7-0749-4878-ac08-96192804dee7 2018-08-01 03:32:30,927 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.252323150635s 2018-08-01 03:32:30,927 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/b043087513de44e091278071f453b3e5 used request id req-368e24a7-0749-4878-ac08-96192804dee7 2018-08-01 03:32:30,933 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-01 03:32:30,936 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}3b94ba86f04e5cce64028410953a1dbf8e792e47" 2018-08-01 03:32:31,111 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 03:32:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-687d9ea7-5d1a-455c-98bb-e02f33b1688e Content-Encoding: gzip Content-Length: 387 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: tenantnetwork2", "links": {"self": "http://172.30.9.21:5000/v3/projects/0d4564991b154f39987f6f9577b24bec"}, "tags": [], "enabled": true, "id": "0d4564991b154f39987f6f9577b24bec", "parent_id": "default", "domain_id": "default", "name": "tenantnetwork2-project_84882d7a-447a-4f9a-8e25-09c44eaf753a"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/89443fd7c5cf4259bed71fca1c3fe619"}, "tags": [], "enabled": true, "id": "89443fd7c5cf4259bed71fca1c3fe619", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/90aa95516c664aef94b667c55fdaffe9"}, "tags": [], "enabled": true, "id": "90aa95516c664aef94b667c55fdaffe9", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-08-01 03:32:31,111 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects used request id req-687d9ea7-5d1a-455c-98bb-e02f33b1688e 2018-08-01 03:32:31,111 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.178025007248s 2018-08-01 03:32:31,111 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects used request id req-687d9ea7-5d1a-455c-98bb-e02f33b1688e 2018-08-01 03:32:31,115 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-08-01 03:32:31,118 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:5000/v3/projects/0d4564991b154f39987f6f9577b24bec -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3b94ba86f04e5cce64028410953a1dbf8e792e47" 2018-08-01 03:32:31,399 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 01 Aug 2018 03:32:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9b2b4c2d-9c08-4a79-969e-d6b9fc556ed8 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-01 03:32:31,400 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/0d4564991b154f39987f6f9577b24bec used request id req-9b2b4c2d-9c08-4a79-969e-d6b9fc556ed8 2018-08-01 03:32:31,400 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.284847021103s 2018-08-01 03:32:31,400 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/0d4564991b154f39987f6f9577b24bec used request id req-9b2b4c2d-9c08-4a79-969e-d6b9fc556ed8 2018-08-01 03:32:31,454 - xtesting.ci.run_tests - INFO - Loading test case 'vmready1'... 2018-08-01 03:32:31,528 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-01 03:32:31,528 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-01 03:32:31,528 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-01 03:32:31,528 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-01 03:32:31,529 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-01 03:32:31,529 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-01 03:32:31,529 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-01 03:32:31,529 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-01 03:32:31,529 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-01 03:32:31,529 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-01 03:32:31,529 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-01 03:32:31,529 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-01 03:32:31,529 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-01 03:32:31,529 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-01 03:32:31,529 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-01 03:32:31,529 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-01 03:32:31,529 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-01 03:32:31,529 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-01 03:32:31,529 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-01 03:32:31,530 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-01 03:32:31,530 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-01 03:32:31,530 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-01 03:32:31,531 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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-01 03:32:31,535 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 03:32:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-582c9779-0ce7-47ae-8780-7bd241f51623 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-01 03:32:31,536 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-582c9779-0ce7-47ae-8780-7bd241f51623 2018-08-01 03:32:31,536 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-08-01 03:32:31,994 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ed1e3c9b852e426e8d791112d2fd4701", "name": "member"}, {"id": "147f18c7e1e349fc8e383440249c4c73", "name": "reader"}, {"id": "86fab6e3eccc4f5f9bd58caee92e2693", "name": "admin"}], "expires_at": "2018-08-01T04:32:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "90aa95516c664aef94b667c55fdaffe9", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:8004/v1/90aa95516c664aef94b667c55fdaffe9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5af2a23f0d4746a18ce9987becf49813"}, {"url": "http://192.30.9.7:8004/v1/90aa95516c664aef94b667c55fdaffe9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d6722b9f2184abb8e7b581d10709b51"}, {"url": "http://192.30.9.7:8004/v1/90aa95516c664aef94b667c55fdaffe9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc81206c7ec74b63a868c84343e2355a"}], "type": "orchestration", "id": "032123c5c07d477ab419a77fddb5ca2b", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/90aa95516c664aef94b667c55fdaffe9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00197bc0507d42718c9de1a1f3ff7fa9"}, {"url": "http://192.30.9.7:8776/v2/90aa95516c664aef94b667c55fdaffe9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "186c94a5205743a68de2c02795dd12cf"}, {"url": "http://192.30.9.7:8776/v2/90aa95516c664aef94b667c55fdaffe9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32c49f45893f4074a75a056facd63fc5"}], "type": "volumev2", "id": "09ef7c245fd9479f97ffee152dae0c8e", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27e89bb29a0d43ce83aefd4cae0f7bd7"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "295d31abf3f44d85b346281cd9c04740"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d685797f4b164aa48837a822ed32598b"}], "type": "alarming", "id": "0f8615b3651c41099fe76f0fa5b23dd1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f0c9b6089cd4f558ee73fabe48d842a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "551cf56b00bd4d038a8694d11700f2ef"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9ea08b0116c4412eaded9a074baa4211"}], "type": "image", "id": "17038717f3f0408e8c9d5af024ea0aab", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "17647a3a3a00479b9213e6f6cf7a30ea", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c2328ef964c4156917122cfb247f0c4"}, {"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33d0ce77838b4a0fbe56c50f7b1e4d71"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38b745fc1fe14a8691a6fb2553ade0e0"}], "type": "event", "id": "1d35633c710f4d9c88e1f50abe614b06", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/90aa95516c664aef94b667c55fdaffe9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dcebb246e8d42fab040b053411c0957"}, {"url": "http://192.30.9.7:8776/v3/90aa95516c664aef94b667c55fdaffe9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92f3de4ac4f44b9a95bdb5c3f0c34d51"}, {"url": "http://172.30.9.21:8776/v3/90aa95516c664aef94b667c55fdaffe9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f92025e32c9344f587283e14c1506699"}], "type": "volumev3", "id": "27b85f80d71f464183ff256181f71b43", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0f1136276d75402689a9c377621253ce"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b943f44b606457c91b7d5098b199be0"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b47ac34c09dc4c05b1ca4c869d47eaeb"}], "type": "metric", "id": "5a0ae06ba8b741ffb51d39c9adb9451c", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10bc7f20cf92414cb6d088da882341c5"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "53c0109d8bd545ef83f6d70ce101d52d"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d3688eabec1484e8c6549a46b35b25f"}], "type": "cloudformation", "id": "64e449782da244a4b49ea375e297a3ea", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/90aa95516c664aef94b667c55fdaffe9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8713e9b13a6e43c59e8aa6d6cd510b2b"}, {"url": "http://192.30.9.7:8776/v1/90aa95516c664aef94b667c55fdaffe9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b073433cdd0f4518882ecf0e413ae4af"}, {"url": "http://172.30.9.21:8776/v1/90aa95516c664aef94b667c55fdaffe9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fc41a1400c1945199a7f0758b5566e31"}], "type": "volume", "id": "6951fb022adb46feaa04f1020c483fd1", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "247e0a42582047fb8b1a74db1f38edf7"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37ed8998a3894a91b69a9e4f00e62b69"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b11d1b5d1d9043d88291c85c92eb73f4"}], "type": "placement", "id": "83e7ef9cff3b4731b936862816b9afd9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "432bfc9d0c4249dd9ccda5421e19b9e2"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f93c2c146b149cbb3483078f52c4bdf"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd4fdce564324509818028dc78641d8d"}], "type": "network", "id": "94871ebfcb5240ebb8b1c19b8739272c", "name": "neutron"}, {"endpoints": [{"url": "http://12.0.0.40:8080/v1/AUTH_90aa95516c664aef94b667c55fdaffe9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2333bd642dd5455c8f03d343d974704d"}, {"url": "http://12.0.0.40:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c3a57c4832a74174a0c0889da1e1364b"}, {"url": "http://172.30.9.21:8080/v1/AUTH_90aa95516c664aef94b667c55fdaffe9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f27db37221fb446f86228761531722fd"}], "type": "object-store", "id": "b008c8aea7694b57822ddc559b6dfc45", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "038ac873a08f40dab615db1106f36b91"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9c064a815b5c40c0bb0beee1dee18b58"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa33b6fd9ec24bfb9e27785b76bc205d"}], "type": "identity", "id": "de72ed0871ef4a7bab6d7ea0bbfa8d90", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c04b9806aca48e692c506107e0bd3a6"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "449f60307ac54b799d4527d2070f35db"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d69efddbf8af404a9b303b99cfb12f43"}], "type": "compute", "id": "eb2dd02d9ef54f67b42600e437ecb401", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "749556e27c83423fb69e649d00450103"}, "audit_ids": ["DacK4STJS2iIfLgyF-EYNQ"], "issued_at": "2018-08-01T03:32:31.000000Z"}} 2018-08-01 03:32:31,997 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-01 03:32:31,998 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21: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}efb7393ce25722e937fad0c2a0dcdec49bee9e95" 2018-08-01 03:32:32,997 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-711be9f2-692a-4039-b02b-d9d7d5c212c1 Date: Wed, 01 Aug 2018 03:32:32 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"262fe7ec-b437-40b8-908b-6eb66c149655","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"89443fd7c5cf4259bed71fca1c3fe619","status":"ACTIVE","subnets":["e06facf3-a24e-40d5-a5ce-a0901a6e4875"],"description":"","tags":[],"updated_at":"2018-08-01T03:28:20Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"89443fd7c5cf4259bed71fca1c3fe619","created_at":"2018-08-01T03:28:13Z","provider:network_type":"flat"}]} 2018-08-01 03:32:32,998 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json?router%3Aexternal=True used request id req-711be9f2-692a-4039-b02b-d9d7d5c212c1 2018-08-01 03:32:32,998 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 1.00043296814s 2018-08-01 03:32:32,998 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json?router%3Aexternal=True used request id req-711be9f2-692a-4039-b02b-d9d7d5c212c1 2018-08-01 03:32:32,999 - xtesting.ci.run_tests - INFO - Running test case 'vmready1'... 2018-08-01 03:32:32,999 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-01 03:32:33,000 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}efb7393ce25722e937fad0c2a0dcdec49bee9e95" -d '{"network": {"name": "vmready1-net_021e985d-3ec6-4567-b16f-66dd515fa8f7", "admin_state_up": true}}' 2018-08-01 03:32:34,221 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 681 X-Openstack-Request-Id: req-9f6f8db8-7a4a-4bdf-a552-eb57abd1a987 Date: Wed, 01 Aug 2018 03:32: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":"8329e5e9-44b9-45e7-9da5-cd1715e524e3","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"90aa95516c664aef94b667c55fdaffe9","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-01T03:32:34Z","is_default":false,"provider:segmentation_id":33,"name":"vmready1-net_021e985d-3ec6-4567-b16f-66dd515fa8f7","admin_state_up":true,"tenant_id":"90aa95516c664aef94b667c55fdaffe9","created_at":"2018-08-01T03:32:33Z","mtu":1450}} 2018-08-01 03:32:34,222 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-9f6f8db8-7a4a-4bdf-a552-eb57abd1a987 2018-08-01 03:32:34,222 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 1.2222340107s 2018-08-01 03:32:34,222 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-9f6f8db8-7a4a-4bdf-a552-eb57abd1a987 2018-08-01 03:32:34,222 - 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-01T03:32:34Z', u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'8329e5e9-44b9-45e7-9da5-cd1715e524e3', u'provider:segmentation_id': 33, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vmready1-net_021e985d-3ec6-4567-b16f-66dd515fa8f7', u'admin_state_up': True, u'tenant_id': u'90aa95516c664aef94b667c55fdaffe9', u'created_at': u'2018-08-01T03:32:33Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'90aa95516c664aef94b667c55fdaffe9'}) 2018-08-01 03:32:34,223 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-01 03:32:34,224 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}efb7393ce25722e937fad0c2a0dcdec49bee9e95" 2018-08-01 03:32:34,630 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1346 X-Openstack-Request-Id: req-bba1ef85-adfa-4bc8-83fb-e84f46c2049b Date: Wed, 01 Aug 2018 03:32:34 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"262fe7ec-b437-40b8-908b-6eb66c149655","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"89443fd7c5cf4259bed71fca1c3fe619","status":"ACTIVE","subnets":["e06facf3-a24e-40d5-a5ce-a0901a6e4875"],"description":"","tags":[],"updated_at":"2018-08-01T03:28:20Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"89443fd7c5cf4259bed71fca1c3fe619","created_at":"2018-08-01T03:28:13Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"8329e5e9-44b9-45e7-9da5-cd1715e524e3","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"90aa95516c664aef94b667c55fdaffe9","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-01T03:32:34Z","provider:segmentation_id":33,"name":"vmready1-net_021e985d-3ec6-4567-b16f-66dd515fa8f7","admin_state_up":true,"tenant_id":"90aa95516c664aef94b667c55fdaffe9","created_at":"2018-08-01T03:32:33Z","provider:network_type":"vxlan"}]} 2018-08-01 03:32:34,630 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-bba1ef85-adfa-4bc8-83fb-e84f46c2049b 2018-08-01 03:32:34,630 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.407027959824s 2018-08-01 03:32:34,631 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-bba1ef85-adfa-4bc8-83fb-e84f46c2049b 2018-08-01 03:32:34,633 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-01 03:32:34,633 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}efb7393ce25722e937fad0c2a0dcdec49bee9e95" -d '{"subnet": {"name": "vmready1-subnet_021e985d-3ec6-4567-b16f-66dd515fa8f7", "enable_dhcp": true, "network_id": "8329e5e9-44b9-45e7-9da5-cd1715e524e3", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-01 03:32:36,095 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-259bc280-e621-4f0d-9263-a3954efd641b Date: Wed, 01 Aug 2018 03:32:36 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8329e5e9-44b9-45e7-9da5-cd1715e524e3","tenant_id":"90aa95516c664aef94b667c55fdaffe9","created_at":"2018-08-01T03:32:35Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-01T03:32: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":"90aa95516c664aef94b667c55fdaffe9","id":"bd4a890d-7820-4106-9e7e-734a1aab1a9e","subnetpool_id":null,"name":"vmready1-subnet_021e985d-3ec6-4567-b16f-66dd515fa8f7"}} 2018-08-01 03:32:36,096 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-259bc280-e621-4f0d-9263-a3954efd641b 2018-08-01 03:32:36,096 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 1.463078022s 2018-08-01 03:32:36,096 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-259bc280-e621-4f0d-9263-a3954efd641b 2018-08-01 03:32:36,097 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-01T03:32: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'bd4a890d-7820-4106-9e7e-734a1aab1a9e', u'subnetpool_id': None, u'service_types': [], u'name': u'vmready1-subnet_021e985d-3ec6-4567-b16f-66dd515fa8f7', u'enable_dhcp': True, u'network_id': u'8329e5e9-44b9-45e7-9da5-cd1715e524e3', u'tenant_id': u'90aa95516c664aef94b667c55fdaffe9', u'created_at': u'2018-08-01T03:32: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'90aa95516c664aef94b667c55fdaffe9'}) 2018-08-01 03:32:36,097 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-01 03:32:36,098 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}efb7393ce25722e937fad0c2a0dcdec49bee9e95" -d '{"router": {"external_gateway_info": {"network_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "name": "vmready1-router_021e985d-3ec6-4567-b16f-66dd515fa8f7", "admin_state_up": true}}' 2018-08-01 03:32:37,613 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 641 X-Openstack-Request-Id: req-c9dcf0f9-ab25-4b9b-9ccf-bbc9ab0eaf1c Date: Wed, 01 Aug 2018 03:32:37 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "e06facf3-a24e-40d5-a5ce-a0901a6e4875", "ip_address": "172.30.9.204"}]}, "description": "", "tags": [], "tenant_id": "90aa95516c664aef94b667c55fdaffe9", "created_at": "2018-08-01T03:32:36Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-01T03:32:37Z", "revision_number": 2, "routes": [], "project_id": "90aa95516c664aef94b667c55fdaffe9", "id": "70597362-342f-404c-8a9d-2b5c6a9396cb", "name": "vmready1-router_021e985d-3ec6-4567-b16f-66dd515fa8f7"}} 2018-08-01 03:32:37,613 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-c9dcf0f9-ab25-4b9b-9ccf-bbc9ab0eaf1c 2018-08-01 03:32:37,613 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.51551795006s 2018-08-01 03:32:37,613 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-c9dcf0f9-ab25-4b9b-9ccf-bbc9ab0eaf1c 2018-08-01 03:32:37,614 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'262fe7ec-b437-40b8-908b-6eb66c149655', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'e06facf3-a24e-40d5-a5ce-a0901a6e4875', u'ip_address': u'172.30.9.204'}]}, u'description': u'', u'tags': [], u'tenant_id': u'90aa95516c664aef94b667c55fdaffe9', u'created_at': u'2018-08-01T03:32:36Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-08-01T03:32:37Z', u'revision_number': 2, u'routes': [], u'project_id': u'90aa95516c664aef94b667c55fdaffe9', u'id': u'70597362-342f-404c-8a9d-2b5c6a9396cb', u'name': u'vmready1-router_021e985d-3ec6-4567-b16f-66dd515fa8f7'}) 2018-08-01 03:32:37,614 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-01 03:32:37,615 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9696/v2.0/routers/70597362-342f-404c-8a9d-2b5c6a9396cb/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}efb7393ce25722e937fad0c2a0dcdec49bee9e95" -d '{"subnet_id": "bd4a890d-7820-4106-9e7e-734a1aab1a9e"}' 2018-08-01 03:32:39,497 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-b1e63081-8caf-45fa-a6d6-b6b28b38ef92 Date: Wed, 01 Aug 2018 03:32:39 GMT RESP BODY: {"network_id": "8329e5e9-44b9-45e7-9da5-cd1715e524e3", "tenant_id": "90aa95516c664aef94b667c55fdaffe9", "subnet_id": "bd4a890d-7820-4106-9e7e-734a1aab1a9e", "subnet_ids": ["bd4a890d-7820-4106-9e7e-734a1aab1a9e"], "port_id": "c285a598-c97c-4e57-a48b-6e8b5b475134", "id": "70597362-342f-404c-8a9d-2b5c6a9396cb"} 2018-08-01 03:32:39,498 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/70597362-342f-404c-8a9d-2b5c6a9396cb/add_router_interface.json used request id req-b1e63081-8caf-45fa-a6d6-b6b28b38ef92 2018-08-01 03:32:39,498 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.88325500488s 2018-08-01 03:32:39,498 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/70597362-342f-404c-8a9d-2b5c6a9396cb/add_router_interface.json used request id req-b1e63081-8caf-45fa-a6d6-b6b28b38ef92 returning object 70597362-342f-404c-8a9d-2b5c6a9396cb 2018-08-01 03:32:39,498 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-01 03:32:39,630 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-08-01 03:32:39,632 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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-01 03:32:39,637 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 754 Date: Wed, 01 Aug 2018 03:32:39 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.6", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}]} 2018-08-01 03:32:39,642 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-01 03:32:39,645 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}efb7393ce25722e937fad0c2a0dcdec49bee9e95" 2018-08-01 03:32:40,447 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-c670f160-d09f-44b9-81f8-867a0e6b8373 Date: Wed, 01 Aug 2018 03:32:40 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-01 03:32:40,447 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-c670f160-d09f-44b9-81f8-867a0e6b8373 2018-08-01 03:32:40,448 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.805522918701s 2018-08-01 03:32:40,448 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-c670f160-d09f-44b9-81f8-867a0e6b8373 2018-08-01 03:32:40,456 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-01 03:32:40,460 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}efb7393ce25722e937fad0c2a0dcdec49bee9e95" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/vmready1-img_021e985d-3ec6-4567-b16f-66dd515fa8f7", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vmready1-img_021e985d-3ec6-4567-b16f-66dd515fa8f7"}' 2018-08-01 03:32:41,283 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 868 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/d41719b5-1241-4161-b7c4-9e96cd751df7 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-0eaa9b1f-f440-4669-ab42-09686f92c71e Date: Wed, 01 Aug 2018 03:32:41 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/d41719b5-1241-4161-b7c4-9e96cd751df7/file", "owner": "90aa95516c664aef94b667c55fdaffe9", "id": "d41719b5-1241-4161-b7c4-9e96cd751df7", "size": null, "self": "/v2/images/d41719b5-1241-4161-b7c4-9e96cd751df7", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-08-01T03:32:41Z", "visibility": "private", "owner_specified.shade.object": "images/vmready1-img_021e985d-3ec6-4567-b16f-66dd515fa8f7", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vmready1-img_021e985d-3ec6-4567-b16f-66dd515fa8f7", "checksum": null, "created_at": "2018-08-01T03:32:41Z", "protected": false} 2018-08-01 03:32:41,283 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-0eaa9b1f-f440-4669-ab42-09686f92c71e 2018-08-01 03:32:41,283 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.82714509964s 2018-08-01 03:32:41,284 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-0eaa9b1f-f440-4669-ab42-09686f92c71e returning object d41719b5-1241-4161-b7c4-9e96cd751df7 2018-08-01 03:32:41,284 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-01 03:32:41,288 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9292/v2/images/d41719b5-1241-4161-b7c4-9e96cd751df7/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}efb7393ce25722e937fad0c2a0dcdec49bee9e95" -d '' 2018-08-01 03:32:44,760 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-b10d33df-55ae-4fc4-939e-2d3c67cc6cba Date: Wed, 01 Aug 2018 03:32: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-01 03:32:44,760 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/d41719b5-1241-4161-b7c4-9e96cd751df7/file used request id req-b10d33df-55ae-4fc4-939e-2d3c67cc6cba 2018-08-01 03:32:44,761 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 3.47597694397s 2018-08-01 03:32:44,761 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/d41719b5-1241-4161-b7c4-9e96cd751df7/file used request id req-b10d33df-55ae-4fc4-939e-2d3c67cc6cba 2018-08-01 03:32:44,761 - functest.core.singlevm - DEBUG - image: Munch({u'status': u'queued', u'owner_specified.shade.object': u'images/vmready1-img_021e985d-3ec6-4567-b16f-66dd515fa8f7', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2018-08-01T03:32:41Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'locations': [], u'min_disk': 0, u'visibility': u'private', u'file': u'/v2/images/d41719b5-1241-4161-b7c4-9e96cd751df7/file', u'owner': u'90aa95516c664aef94b667c55fdaffe9', u'virtual_size': None, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'id': u'd41719b5-1241-4161-b7c4-9e96cd751df7', u'size': None, u'name': u'vmready1-img_021e985d-3ec6-4567-b16f-66dd515fa8f7', u'checksum': None, u'self': u'/v2/images/d41719b5-1241-4161-b7c4-9e96cd751df7', u'disk_format': u'qcow2', u'protected': False, u'created_at': u'2018-08-01T03:32:41Z', u'schema': u'/v2/schemas/image'}) 2018-08-01 03:32:44,762 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-01 03:32:44,765 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}efb7393ce25722e937fad0c2a0dcdec49bee9e95" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "vmready1-flavor_021e985d-3ec6-4567-b16f-66dd515fa8f7", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-01 03:32:45,553 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 03:32:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b9f738af-edee-4f92-96b6-beee3d43c9fe x-compute-request-id: req-b9f738af-edee-4f92-96b6-beee3d43c9fe Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavor": {"name": "vmready1-flavor_021e985d-3ec6-4567-b16f-66dd515fa8f7", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/fc76f12e-f213-48a6-9e55-131ac7dd0e43", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/fc76f12e-f213-48a6-9e55-131ac7dd0e43", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "fc76f12e-f213-48a6-9e55-131ac7dd0e43"}} 2018-08-01 03:32:45,553 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-b9f738af-edee-4f92-96b6-beee3d43c9fe 2018-08-01 03:32:45,554 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.791697978973s 2018-08-01 03:32:45,554 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-b9f738af-edee-4f92-96b6-beee3d43c9fe 2018-08-01 03:32:45,555 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vmready1-flavor_021e985d-3ec6-4567-b16f-66dd515fa8f7', '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'90aa95516c664aef94b667c55fdaffe9', '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'fc76f12e-f213-48a6-9e55-131ac7dd0e43', 'swap': 0}) 2018-08-01 03:32:45,555 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-01 03:32:45,558 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/flavors/fc76f12e-f213-48a6-9e55-131ac7dd0e43/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}efb7393ce25722e937fad0c2a0dcdec49bee9e95" -d '{"extra_specs": {}}' 2018-08-01 03:32:45,687 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 03:32: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-d640e9a2-1bbc-4e52-8266-308fda57170c x-compute-request-id: req-d640e9a2-1bbc-4e52-8266-308fda57170c Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-01 03:32:45,687 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors/fc76f12e-f213-48a6-9e55-131ac7dd0e43/os-extra_specs used request id req-d640e9a2-1bbc-4e52-8266-308fda57170c 2018-08-01 03:32:45,687 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.13192987442s 2018-08-01 03:32:45,687 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors/fc76f12e-f213-48a6-9e55-131ac7dd0e43/os-extra_specs used request id req-d640e9a2-1bbc-4e52-8266-308fda57170c 2018-08-01 03:32:45,799 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-01 03:32:45,800 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vmready1 | functest | 00:13 | PASS | +-------------------+------------------+------------------+----------------+ 2018-08-01 03:32:45,804 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-01 03:32:45,804 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9696/v2.0/routers/70597362-342f-404c-8a9d-2b5c6a9396cb/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}efb7393ce25722e937fad0c2a0dcdec49bee9e95" -d '{"subnet_id": "bd4a890d-7820-4106-9e7e-734a1aab1a9e"}' 2018-08-01 03:32:47,666 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-2f3fd9d6-cbad-4d23-884d-2bbd9ec05800 Date: Wed, 01 Aug 2018 03:32:47 GMT RESP BODY: {"network_id": "8329e5e9-44b9-45e7-9da5-cd1715e524e3", "tenant_id": "90aa95516c664aef94b667c55fdaffe9", "subnet_id": "bd4a890d-7820-4106-9e7e-734a1aab1a9e", "subnet_ids": ["bd4a890d-7820-4106-9e7e-734a1aab1a9e"], "port_id": "c285a598-c97c-4e57-a48b-6e8b5b475134", "id": "70597362-342f-404c-8a9d-2b5c6a9396cb"} 2018-08-01 03:32:47,666 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/70597362-342f-404c-8a9d-2b5c6a9396cb/remove_router_interface.json used request id req-2f3fd9d6-cbad-4d23-884d-2bbd9ec05800 2018-08-01 03:32:47,666 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.86243891716s 2018-08-01 03:32:47,667 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/70597362-342f-404c-8a9d-2b5c6a9396cb/remove_router_interface.json used request id req-2f3fd9d6-cbad-4d23-884d-2bbd9ec05800 returning object 70597362-342f-404c-8a9d-2b5c6a9396cb 2018-08-01 03:32:47,667 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-01 03:32:47,668 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}efb7393ce25722e937fad0c2a0dcdec49bee9e95" 2018-08-01 03:32:47,990 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 644 X-Openstack-Request-Id: req-6d78867a-88be-469e-896d-ad4540461d8a Date: Wed, 01 Aug 2018 03:32:47 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "e06facf3-a24e-40d5-a5ce-a0901a6e4875", "ip_address": "172.30.9.204"}]}, "description": "", "tags": [], "tenant_id": "90aa95516c664aef94b667c55fdaffe9", "created_at": "2018-08-01T03:32:36Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-01T03:32:46Z", "revision_number": 4, "routes": [], "project_id": "90aa95516c664aef94b667c55fdaffe9", "id": "70597362-342f-404c-8a9d-2b5c6a9396cb", "name": "vmready1-router_021e985d-3ec6-4567-b16f-66dd515fa8f7"}]} 2018-08-01 03:32:47,990 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-6d78867a-88be-469e-896d-ad4540461d8a 2018-08-01 03:32:47,990 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.323049068451s 2018-08-01 03:32:47,990 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-6d78867a-88be-469e-896d-ad4540461d8a 2018-08-01 03:32:47,991 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-01 03:32:47,991 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/routers/70597362-342f-404c-8a9d-2b5c6a9396cb.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}efb7393ce25722e937fad0c2a0dcdec49bee9e95" 2018-08-01 03:32:49,839 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-d5bcad23-b87b-471a-834f-587afe54d6f0 Content-Length: 0 Date: Wed, 01 Aug 2018 03:32:49 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-01 03:32:49,839 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/routers/70597362-342f-404c-8a9d-2b5c6a9396cb.json used request id req-d5bcad23-b87b-471a-834f-587afe54d6f0 2018-08-01 03:32:49,839 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.84826111794s 2018-08-01 03:32:49,840 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/routers/70597362-342f-404c-8a9d-2b5c6a9396cb.json used request id req-d5bcad23-b87b-471a-834f-587afe54d6f0 2018-08-01 03:32:49,840 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-01 03:32:49,841 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}efb7393ce25722e937fad0c2a0dcdec49bee9e95" 2018-08-01 03:32:50,078 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1290 X-Openstack-Request-Id: req-fe602a58-c932-46ed-ab3a-df0e70f200d2 Date: Wed, 01 Aug 2018 03:32:50 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8329e5e9-44b9-45e7-9da5-cd1715e524e3","tenant_id":"90aa95516c664aef94b667c55fdaffe9","created_at":"2018-08-01T03:32:35Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-01T03:32: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":"90aa95516c664aef94b667c55fdaffe9","id":"bd4a890d-7820-4106-9e7e-734a1aab1a9e","subnetpool_id":null,"name":"vmready1-subnet_021e985d-3ec6-4567-b16f-66dd515fa8f7"},{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"262fe7ec-b437-40b8-908b-6eb66c149655","tenant_id":"89443fd7c5cf4259bed71fca1c3fe619","created_at":"2018-08-01T03:28:20Z","dns_nameservers":[],"updated_at":"2018-08-01T03:28:20Z","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":"89443fd7c5cf4259bed71fca1c3fe619","id":"e06facf3-a24e-40d5-a5ce-a0901a6e4875","subnetpool_id":null,"name":"external-subnet"}]} 2018-08-01 03:32:50,078 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-fe602a58-c932-46ed-ab3a-df0e70f200d2 2018-08-01 03:32:50,078 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.238200902939s 2018-08-01 03:32:50,079 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-fe602a58-c932-46ed-ab3a-df0e70f200d2 2018-08-01 03:32:50,080 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-01 03:32:50,081 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/subnets/bd4a890d-7820-4106-9e7e-734a1aab1a9e.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}efb7393ce25722e937fad0c2a0dcdec49bee9e95" 2018-08-01 03:32:52,354 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-6398ef64-ec7c-418a-830f-946dbc787976 Date: Wed, 01 Aug 2018 03:32:52 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-01 03:32:52,354 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/bd4a890d-7820-4106-9e7e-734a1aab1a9e.json used request id req-6398ef64-ec7c-418a-830f-946dbc787976 2018-08-01 03:32:52,354 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.27396202087s 2018-08-01 03:32:52,355 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/bd4a890d-7820-4106-9e7e-734a1aab1a9e.json used request id req-6398ef64-ec7c-418a-830f-946dbc787976 2018-08-01 03:32:52,355 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-01 03:32:52,356 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}efb7393ce25722e937fad0c2a0dcdec49bee9e95" 2018-08-01 03:32:53,489 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1352 X-Openstack-Request-Id: req-32c3ff29-1102-4918-88f8-20335d5cf7a7 Date: Wed, 01 Aug 2018 03:32:53 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"262fe7ec-b437-40b8-908b-6eb66c149655","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"89443fd7c5cf4259bed71fca1c3fe619","status":"ACTIVE","subnets":["e06facf3-a24e-40d5-a5ce-a0901a6e4875"],"description":"","tags":[],"updated_at":"2018-08-01T03:28:20Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"89443fd7c5cf4259bed71fca1c3fe619","created_at":"2018-08-01T03:28:13Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"8329e5e9-44b9-45e7-9da5-cd1715e524e3","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"90aa95516c664aef94b667c55fdaffe9","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-01T03:32:52Z","provider:segmentation_id":33,"name":"vmready1-net_021e985d-3ec6-4567-b16f-66dd515fa8f7","admin_state_up":true,"tenant_id":"90aa95516c664aef94b667c55fdaffe9","created_at":"2018-08-01T03:32:33Z","provider:network_type":"vxlan"}]} 2018-08-01 03:32:53,490 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-32c3ff29-1102-4918-88f8-20335d5cf7a7 2018-08-01 03:32:53,490 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 1.13464713097s 2018-08-01 03:32:53,490 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-32c3ff29-1102-4918-88f8-20335d5cf7a7 2018-08-01 03:32:53,491 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-01 03:32:53,492 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/networks/8329e5e9-44b9-45e7-9da5-cd1715e524e3.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}efb7393ce25722e937fad0c2a0dcdec49bee9e95" 2018-08-01 03:32:55,109 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-002d7454-765d-4827-99f1-4b1d4a90da20 Date: Wed, 01 Aug 2018 03:32:55 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-01 03:32:55,110 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/8329e5e9-44b9-45e7-9da5-cd1715e524e3.json used request id req-002d7454-765d-4827-99f1-4b1d4a90da20 2018-08-01 03:32:55,110 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.61828494072s 2018-08-01 03:32:55,110 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/8329e5e9-44b9-45e7-9da5-cd1715e524e3.json used request id req-002d7454-765d-4827-99f1-4b1d4a90da20 2018-08-01 03:32:55,114 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-01 03:32:55,118 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}efb7393ce25722e937fad0c2a0dcdec49bee9e95" 2018-08-01 03:32:55,825 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1198 Content-Type: application/json X-Openstack-Request-Id: req-09124040-3419-471d-8d0c-4ec1d3b9b54c Date: Wed, 01 Aug 2018 03:32:55 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://1c426f71-e315-470f-a765-a4a983e8d919/images/d41719b5-1241-4161-b7c4-9e96cd751df7/snap", "metadata": {}}], "file": "/v2/images/d41719b5-1241-4161-b7c4-9e96cd751df7/file", "owner": "90aa95516c664aef94b667c55fdaffe9", "id": "d41719b5-1241-4161-b7c4-9e96cd751df7", "size": 12716032, "self": "/v2/images/d41719b5-1241-4161-b7c4-9e96cd751df7", "disk_format": "qcow2", "direct_url": "rbd://1c426f71-e315-470f-a765-a4a983e8d919/images/d41719b5-1241-4161-b7c4-9e96cd751df7/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-08-01T03:32:44Z", "visibility": "private", "owner_specified.shade.object": "images/vmready1-img_021e985d-3ec6-4567-b16f-66dd515fa8f7", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vmready1-img_021e985d-3ec6-4567-b16f-66dd515fa8f7", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-01T03:32:41Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-01 03:32:55,826 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-09124040-3419-471d-8d0c-4ec1d3b9b54c 2018-08-01 03:32:55,826 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.71142911911s 2018-08-01 03:32:55,826 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-09124040-3419-471d-8d0c-4ec1d3b9b54c 2018-08-01 03:32:55,828 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-01 03:32:55,831 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9292/v2/images/d41719b5-1241-4161-b7c4-9e96cd751df7 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}efb7393ce25722e937fad0c2a0dcdec49bee9e95" 2018-08-01 03:32:56,863 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-b32fd207-c68e-4bdc-869d-d353414f6d0b Date: Wed, 01 Aug 2018 03:32:56 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 03:32:56,864 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/d41719b5-1241-4161-b7c4-9e96cd751df7 used request id req-b32fd207-c68e-4bdc-869d-d353414f6d0b 2018-08-01 03:32:56,864 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.03562688828s 2018-08-01 03:32:56,864 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/d41719b5-1241-4161-b7c4-9e96cd751df7 used request id req-b32fd207-c68e-4bdc-869d-d353414f6d0b 2018-08-01 03:32:56,864 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-01 03:32:56,867 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21: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}efb7393ce25722e937fad0c2a0dcdec49bee9e95" 2018-08-01 03:32:56,894 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 03:32:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7ffb1748-96dd-4f91-8e69-92e32d91d07a x-compute-request-id: req-7ffb1748-96dd-4f91-8e69-92e32d91d07a Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vmready1-flavor_021e985d-3ec6-4567-b16f-66dd515fa8f7", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/fc76f12e-f213-48a6-9e55-131ac7dd0e43", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/fc76f12e-f213-48a6-9e55-131ac7dd0e43", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "fc76f12e-f213-48a6-9e55-131ac7dd0e43"}]} 2018-08-01 03:32:56,895 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-7ffb1748-96dd-4f91-8e69-92e32d91d07a 2018-08-01 03:32:56,895 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.030268907547s 2018-08-01 03:32:56,895 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-7ffb1748-96dd-4f91-8e69-92e32d91d07a 2018-08-01 03:32:56,897 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-01 03:32:56,899 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:8774/v2.1/flavors/fc76f12e-f213-48a6-9e55-131ac7dd0e43 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}efb7393ce25722e937fad0c2a0dcdec49bee9e95" 2018-08-01 03:32:57,049 - keystoneauth.session - DEBUG - RESP: [202] Date: Wed, 01 Aug 2018 03:32:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-aedb1434-fe75-4f0e-b72a-1a54b0847a97 x-compute-request-id: req-aedb1434-fe75-4f0e-b72a-1a54b0847a97 Content-Length: 0 Content-Type: application/json 2018-08-01 03:32:57,049 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/fc76f12e-f213-48a6-9e55-131ac7dd0e43 used request id req-aedb1434-fe75-4f0e-b72a-1a54b0847a97 2018-08-01 03:32:57,049 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.152164936066s 2018-08-01 03:32:57,049 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/fc76f12e-f213-48a6-9e55-131ac7dd0e43 used request id req-aedb1434-fe75-4f0e-b72a-1a54b0847a97 2018-08-01 03:32:57,099 - xtesting.ci.run_tests - INFO - Loading test case 'vmready2'... 2018-08-01 03:32:57,138 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-01 03:32:57,138 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-01 03:32:57,138 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-01 03:32:57,138 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-01 03:32:57,138 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-01 03:32:57,138 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-01 03:32:57,139 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-01 03:32:57,139 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-01 03:32:57,139 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-01 03:32:57,139 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-01 03:32:57,139 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-01 03:32:57,139 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-01 03:32:57,139 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-01 03:32:57,139 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-01 03:32:57,139 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-01 03:32:57,139 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-01 03:32:57,139 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-01 03:32:57,139 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-01 03:32:57,139 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-01 03:32:57,140 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-01 03:32:57,140 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-01 03:32:57,140 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-01 03:32:57,141 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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-01 03:32:57,146 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 03:32:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-594cbf77-a5db-4082-9273-c489704236e1 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-01 03:32:57,146 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-594cbf77-a5db-4082-9273-c489704236e1 2018-08-01 03:32:57,146 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-08-01 03:32:57,550 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ed1e3c9b852e426e8d791112d2fd4701", "name": "member"}, {"id": "147f18c7e1e349fc8e383440249c4c73", "name": "reader"}, {"id": "86fab6e3eccc4f5f9bd58caee92e2693", "name": "admin"}], "expires_at": "2018-08-01T04:32:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "90aa95516c664aef94b667c55fdaffe9", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:8004/v1/90aa95516c664aef94b667c55fdaffe9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5af2a23f0d4746a18ce9987becf49813"}, {"url": "http://192.30.9.7:8004/v1/90aa95516c664aef94b667c55fdaffe9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d6722b9f2184abb8e7b581d10709b51"}, {"url": "http://192.30.9.7:8004/v1/90aa95516c664aef94b667c55fdaffe9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc81206c7ec74b63a868c84343e2355a"}], "type": "orchestration", "id": "032123c5c07d477ab419a77fddb5ca2b", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/90aa95516c664aef94b667c55fdaffe9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00197bc0507d42718c9de1a1f3ff7fa9"}, {"url": "http://192.30.9.7:8776/v2/90aa95516c664aef94b667c55fdaffe9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "186c94a5205743a68de2c02795dd12cf"}, {"url": "http://192.30.9.7:8776/v2/90aa95516c664aef94b667c55fdaffe9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32c49f45893f4074a75a056facd63fc5"}], "type": "volumev2", "id": "09ef7c245fd9479f97ffee152dae0c8e", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27e89bb29a0d43ce83aefd4cae0f7bd7"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "295d31abf3f44d85b346281cd9c04740"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d685797f4b164aa48837a822ed32598b"}], "type": "alarming", "id": "0f8615b3651c41099fe76f0fa5b23dd1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f0c9b6089cd4f558ee73fabe48d842a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "551cf56b00bd4d038a8694d11700f2ef"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9ea08b0116c4412eaded9a074baa4211"}], "type": "image", "id": "17038717f3f0408e8c9d5af024ea0aab", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "17647a3a3a00479b9213e6f6cf7a30ea", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c2328ef964c4156917122cfb247f0c4"}, {"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33d0ce77838b4a0fbe56c50f7b1e4d71"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38b745fc1fe14a8691a6fb2553ade0e0"}], "type": "event", "id": "1d35633c710f4d9c88e1f50abe614b06", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/90aa95516c664aef94b667c55fdaffe9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dcebb246e8d42fab040b053411c0957"}, {"url": "http://192.30.9.7:8776/v3/90aa95516c664aef94b667c55fdaffe9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92f3de4ac4f44b9a95bdb5c3f0c34d51"}, {"url": "http://172.30.9.21:8776/v3/90aa95516c664aef94b667c55fdaffe9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f92025e32c9344f587283e14c1506699"}], "type": "volumev3", "id": "27b85f80d71f464183ff256181f71b43", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0f1136276d75402689a9c377621253ce"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b943f44b606457c91b7d5098b199be0"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b47ac34c09dc4c05b1ca4c869d47eaeb"}], "type": "metric", "id": "5a0ae06ba8b741ffb51d39c9adb9451c", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10bc7f20cf92414cb6d088da882341c5"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "53c0109d8bd545ef83f6d70ce101d52d"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d3688eabec1484e8c6549a46b35b25f"}], "type": "cloudformation", "id": "64e449782da244a4b49ea375e297a3ea", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/90aa95516c664aef94b667c55fdaffe9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8713e9b13a6e43c59e8aa6d6cd510b2b"}, {"url": "http://192.30.9.7:8776/v1/90aa95516c664aef94b667c55fdaffe9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b073433cdd0f4518882ecf0e413ae4af"}, {"url": "http://172.30.9.21:8776/v1/90aa95516c664aef94b667c55fdaffe9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fc41a1400c1945199a7f0758b5566e31"}], "type": "volume", "id": "6951fb022adb46feaa04f1020c483fd1", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "247e0a42582047fb8b1a74db1f38edf7"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37ed8998a3894a91b69a9e4f00e62b69"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b11d1b5d1d9043d88291c85c92eb73f4"}], "type": "placement", "id": "83e7ef9cff3b4731b936862816b9afd9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "432bfc9d0c4249dd9ccda5421e19b9e2"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f93c2c146b149cbb3483078f52c4bdf"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd4fdce564324509818028dc78641d8d"}], "type": "network", "id": "94871ebfcb5240ebb8b1c19b8739272c", "name": "neutron"}, {"endpoints": [{"url": "http://12.0.0.40:8080/v1/AUTH_90aa95516c664aef94b667c55fdaffe9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2333bd642dd5455c8f03d343d974704d"}, {"url": "http://12.0.0.40:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c3a57c4832a74174a0c0889da1e1364b"}, {"url": "http://172.30.9.21:8080/v1/AUTH_90aa95516c664aef94b667c55fdaffe9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f27db37221fb446f86228761531722fd"}], "type": "object-store", "id": "b008c8aea7694b57822ddc559b6dfc45", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "038ac873a08f40dab615db1106f36b91"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9c064a815b5c40c0bb0beee1dee18b58"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa33b6fd9ec24bfb9e27785b76bc205d"}], "type": "identity", "id": "de72ed0871ef4a7bab6d7ea0bbfa8d90", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c04b9806aca48e692c506107e0bd3a6"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "449f60307ac54b799d4527d2070f35db"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d69efddbf8af404a9b303b99cfb12f43"}], "type": "compute", "id": "eb2dd02d9ef54f67b42600e437ecb401", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "749556e27c83423fb69e649d00450103"}, "audit_ids": ["AHpkOVEuRdSYK_I0vjT7og"], "issued_at": "2018-08-01T03:32:57.000000Z"}} 2018-08-01 03:32:57,553 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-01 03:32:57,554 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21: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}650966501ac4d9f7549d52efdc21f268f2387eee" 2018-08-01 03:32:57,809 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-6a26d44f-63ff-4b2a-9803-f6ffde57e02e Date: Wed, 01 Aug 2018 03:32:57 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"262fe7ec-b437-40b8-908b-6eb66c149655","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"89443fd7c5cf4259bed71fca1c3fe619","status":"ACTIVE","subnets":["e06facf3-a24e-40d5-a5ce-a0901a6e4875"],"description":"","tags":[],"updated_at":"2018-08-01T03:28:20Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"89443fd7c5cf4259bed71fca1c3fe619","created_at":"2018-08-01T03:28:13Z","provider:network_type":"flat"}]} 2018-08-01 03:32:57,810 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json?router%3Aexternal=True used request id req-6a26d44f-63ff-4b2a-9803-f6ffde57e02e 2018-08-01 03:32:57,810 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.256615877151s 2018-08-01 03:32:57,810 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json?router%3Aexternal=True used request id req-6a26d44f-63ff-4b2a-9803-f6ffde57e02e 2018-08-01 03:32:57,813 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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-01 03:32:57,819 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 01 Aug 2018 03:32:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-04f014dc-4a8d-4afa-8e49-bc364dcb1cfa 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.21:5000/v3/", "rel": "self"}]}]}} 2018-08-01 03:32:57,819 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/ used request id req-04f014dc-4a8d-4afa-8e49-bc364dcb1cfa 2018-08-01 03:32:57,820 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-01 03:32:57,823 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}650966501ac4d9f7549d52efdc21f268f2387eee" 2018-08-01 03:32:57,922 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 03:32:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e709e8c9-505e-4251-9d74-8573d43576d6 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.21:5000/v3/domains/cc40371ace4f4c2e9452fa2c52c1368e"}, "tags": [], "enabled": true, "id": "cc40371ace4f4c2e9452fa2c52c1368e", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains", "previous": null, "next": null}} 2018-08-01 03:32:57,922 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains used request id req-e709e8c9-505e-4251-9d74-8573d43576d6 2018-08-01 03:32:57,923 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.102578163147s 2018-08-01 03:32:57,923 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains used request id req-e709e8c9-505e-4251-9d74-8573d43576d6 2018-08-01 03:32:57,929 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-08-01 03:32:57,933 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}650966501ac4d9f7549d52efdc21f268f2387eee" -d '{"project": {"description": "Created by OPNFV Functest: vmready2", "enabled": true, "domain_id": "default", "name": "vmready2-project_1fc20bd2-7c93-4ef1-b417-717a672eab4d"}}' 2018-08-01 03:32:58,162 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 01 Aug 2018 03:32:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-45f329f2-c747-4359-8362-a6e294a49dba 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.21:5000/v3/projects/73d335a4251e443683efc2ad0f070500"}, "tags": [], "enabled": true, "id": "73d335a4251e443683efc2ad0f070500", "parent_id": "default", "domain_id": "default", "name": "vmready2-project_1fc20bd2-7c93-4ef1-b417-717a672eab4d"}} 2018-08-01 03:32:58,162 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-45f329f2-c747-4359-8362-a6e294a49dba 2018-08-01 03:32:58,163 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.232969999313s 2018-08-01 03:32:58,163 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-45f329f2-c747-4359-8362-a6e294a49dba 2018-08-01 03:32:58,163 - 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'73d335a4251e443683efc2ad0f070500', '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_1fc20bd2-7c93-4ef1-b417-717a672eab4d'}) 2018-08-01 03:32:58,169 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-08-01 03:32:58,172 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}650966501ac4d9f7549d52efdc21f268f2387eee" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "e908e03a-9f9e-49c4-bef3-472a29c47a4c", "email": null, "name": "vmready2-user_1fc20bd2-7c93-4ef1-b417-717a672eab4d"}}' 2018-08-01 03:32:58,676 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 01 Aug 2018 03:32:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b7ec632f-ee53-4943-b76b-35a2ed79ccbe Content-Length: 323 Content-Type: application/json RESP BODY: {"user": {"name": "vmready2-user_1fc20bd2-7c93-4ef1-b417-717a672eab4d", "links": {"self": "http://172.30.9.21:5000/v3/users/db8dc397ce994f90bbf8fc64d4cd156b"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "db8dc397ce994f90bbf8fc64d4cd156b", "domain_id": "default", "password_expires_at": null}} 2018-08-01 03:32:58,676 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/users used request id req-b7ec632f-ee53-4943-b76b-35a2ed79ccbe 2018-08-01 03:32:58,676 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.507020950317s 2018-08-01 03:32:58,676 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/users used request id req-b7ec632f-ee53-4943-b76b-35a2ed79ccbe 2018-08-01 03:32:58,677 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'db8dc397ce994f90bbf8fc64d4cd156b', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'vmready2-user_1fc20bd2-7c93-4ef1-b417-717a672eab4d'}) 2018-08-01 03:32:58,680 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-01 03:32:58,684 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}650966501ac4d9f7549d52efdc21f268f2387eee" 2018-08-01 03:32:58,776 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 03:32:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d12aeb40-b42d-440a-9281-96483c8deed9 Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "147f18c7e1e349fc8e383440249c4c73", "links": {"self": "http://172.30.9.21:5000/v3/roles/147f18c7e1e349fc8e383440249c4c73"}, "name": "reader"}, {"domain_id": null, "id": "730dcac60af740de8f4eb572d8499268", "links": {"self": "http://172.30.9.21:5000/v3/roles/730dcac60af740de8f4eb572d8499268"}, "name": "swiftoperator"}, {"domain_id": null, "id": "86fab6e3eccc4f5f9bd58caee92e2693", "links": {"self": "http://172.30.9.21:5000/v3/roles/86fab6e3eccc4f5f9bd58caee92e2693"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b2b3ff44e054497fa64f6525e0e6195b", "links": {"self": "http://172.30.9.21:5000/v3/roles/b2b3ff44e054497fa64f6525e0e6195b"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ed1e3c9b852e426e8d791112d2fd4701", "links": {"self": "http://172.30.9.21:5000/v3/roles/ed1e3c9b852e426e8d791112d2fd4701"}, "name": "member"}, {"domain_id": null, "id": "f5c89a4293d34be3af121f401210ef46", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5c89a4293d34be3af121f401210ef46"}, "name": "ResellerAdmin"}]} 2018-08-01 03:32:58,777 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-d12aeb40-b42d-440a-9281-96483c8deed9 2018-08-01 03:32:58,777 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0961878299713s 2018-08-01 03:32:58,777 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-d12aeb40-b42d-440a-9281-96483c8deed9 2018-08-01 03:32:58,782 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-01 03:32:58,785 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}650966501ac4d9f7549d52efdc21f268f2387eee" 2018-08-01 03:32:58,891 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 03:32:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f269c6ce-e259-4246-b5bb-4f19c33e3c47 Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "147f18c7e1e349fc8e383440249c4c73", "links": {"self": "http://172.30.9.21:5000/v3/roles/147f18c7e1e349fc8e383440249c4c73"}, "name": "reader"}, {"domain_id": null, "id": "730dcac60af740de8f4eb572d8499268", "links": {"self": "http://172.30.9.21:5000/v3/roles/730dcac60af740de8f4eb572d8499268"}, "name": "swiftoperator"}, {"domain_id": null, "id": "86fab6e3eccc4f5f9bd58caee92e2693", "links": {"self": "http://172.30.9.21:5000/v3/roles/86fab6e3eccc4f5f9bd58caee92e2693"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b2b3ff44e054497fa64f6525e0e6195b", "links": {"self": "http://172.30.9.21:5000/v3/roles/b2b3ff44e054497fa64f6525e0e6195b"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ed1e3c9b852e426e8d791112d2fd4701", "links": {"self": "http://172.30.9.21:5000/v3/roles/ed1e3c9b852e426e8d791112d2fd4701"}, "name": "member"}, {"domain_id": null, "id": "f5c89a4293d34be3af121f401210ef46", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5c89a4293d34be3af121f401210ef46"}, "name": "ResellerAdmin"}]} 2018-08-01 03:32:58,891 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-f269c6ce-e259-4246-b5bb-4f19c33e3c47 2018-08-01 03:32:58,892 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.109550952911s 2018-08-01 03:32:58,892 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-f269c6ce-e259-4246-b5bb-4f19c33e3c47 2018-08-01 03:32:58,897 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-01 03:32:58,900 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}650966501ac4d9f7549d52efdc21f268f2387eee" 2018-08-01 03:32:59,017 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 03:32:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-783645d0-d11c-4de8-bfc5-89e1cad008b1 Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "147f18c7e1e349fc8e383440249c4c73", "links": {"self": "http://172.30.9.21:5000/v3/roles/147f18c7e1e349fc8e383440249c4c73"}, "name": "reader"}, {"domain_id": null, "id": "730dcac60af740de8f4eb572d8499268", "links": {"self": "http://172.30.9.21:5000/v3/roles/730dcac60af740de8f4eb572d8499268"}, "name": "swiftoperator"}, {"domain_id": null, "id": "86fab6e3eccc4f5f9bd58caee92e2693", "links": {"self": "http://172.30.9.21:5000/v3/roles/86fab6e3eccc4f5f9bd58caee92e2693"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b2b3ff44e054497fa64f6525e0e6195b", "links": {"self": "http://172.30.9.21:5000/v3/roles/b2b3ff44e054497fa64f6525e0e6195b"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ed1e3c9b852e426e8d791112d2fd4701", "links": {"self": "http://172.30.9.21:5000/v3/roles/ed1e3c9b852e426e8d791112d2fd4701"}, "name": "member"}, {"domain_id": null, "id": "f5c89a4293d34be3af121f401210ef46", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5c89a4293d34be3af121f401210ef46"}, "name": "ResellerAdmin"}]} 2018-08-01 03:32:59,017 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-783645d0-d11c-4de8-bfc5-89e1cad008b1 2018-08-01 03:32:59,017 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.120559930801s 2018-08-01 03:32:59,018 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-783645d0-d11c-4de8-bfc5-89e1cad008b1 2018-08-01 03:32:59,022 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-01 03:32:59,025 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}650966501ac4d9f7549d52efdc21f268f2387eee" 2018-08-01 03:32:59,118 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 03:32:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-266ff151-0a5b-4549-a060-84e4c52c39d0 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-01 03:32:59,118 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains/default used request id req-266ff151-0a5b-4549-a060-84e4c52c39d0 2018-08-01 03:32:59,118 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.0958638191223s 2018-08-01 03:32:59,118 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains/default used request id req-266ff151-0a5b-4549-a060-84e4c52c39d0 2018-08-01 03:32:59,119 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-01 03:32:59,123 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}650966501ac4d9f7549d52efdc21f268f2387eee" 2018-08-01 03:32:59,245 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 03:32:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1ba6f2d3-bf88-4005-aa6d-0924e2674c94 Content-Encoding: gzip Content-Length: 841 Content-Type: application/json RESP BODY: {"users": [{"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/0f8a0650d1a846e88ba44704b50255c1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0f8a0650d1a846e88ba44704b50255c1", "email": "glance@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/130b7ea936644204a37124e676ddf428"}, "domain_id": "default", "enabled": true, "options": {}, "id": "130b7ea936644204a37124e676ddf428", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/1476f1d37caa49ec90baf29b9d92850d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1476f1d37caa49ec90baf29b9d92850d", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/386874e6c2464a43ba93f0248a95595b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "386874e6c2464a43ba93f0248a95595b", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/3cb1fd184ec34300aba849c010464d1a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3cb1fd184ec34300aba849c010464d1a", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/749556e27c83423fb69e649d00450103"}, "domain_id": "default", "enabled": true, "options": {}, "id": "749556e27c83423fb69e649d00450103", "email": "admin@example.com", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.21:5000/v3/users/b6122bbf2037491bb9db6c47618110d1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b6122bbf2037491bb9db6c47618110d1", "email": "swift@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/c09ff16c1a614c8bbc73ec74064357a4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c09ff16c1a614c8bbc73ec74064357a4", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/c1daa0d43666493abbd83fb1577cff74"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c1daa0d43666493abbd83fb1577cff74", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/d1cc4ab5045f48be8e12d229b3b59cac"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d1cc4ab5045f48be8e12d229b3b59cac", "email": "cinder@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.21:5000/v3/users/d32629a0e7364688b6a82d496d6e354d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d32629a0e7364688b6a82d496d6e354d", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/d5ee6c90793c4cbeb762d8c68db45d5c"}, "domain_id": "cc40371ace4f4c2e9452fa2c52c1368e", "enabled": true, "options": {}, "id": "d5ee6c90793c4cbeb762d8c68db45d5c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/d91fd39b379e480e825eb2aa75b847b7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d91fd39b379e480e825eb2aa75b847b7", "email": "nova@localhost", "password_expires_at": null}, {"name": "vmready2-user_1fc20bd2-7c93-4ef1-b417-717a672eab4d", "links": {"self": "http://172.30.9.21:5000/v3/users/db8dc397ce994f90bbf8fc64d4cd156b"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "db8dc397ce994f90bbf8fc64d4cd156b", "domain_id": "default", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/ecd8a45bf2844011921c3e9caab06794"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ecd8a45bf2844011921c3e9caab06794", "email": "heat@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-08-01 03:32:59,246 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-1ba6f2d3-bf88-4005-aa6d-0924e2674c94 2018-08-01 03:32:59,246 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.126396894455s 2018-08-01 03:32:59,246 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-1ba6f2d3-bf88-4005-aa6d-0924e2674c94 2018-08-01 03:32:59,256 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-01 03:32:59,259 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21: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}650966501ac4d9f7549d52efdc21f268f2387eee" 2018-08-01 03:32:59,356 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 03:32:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c713c4bf-f26f-4b26-af9c-71296399d975 Content-Encoding: gzip Content-Length: 391 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/90aa95516c664aef94b667c55fdaffe9"}, "tags": [], "enabled": true, "id": "90aa95516c664aef94b667c55fdaffe9", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/89443fd7c5cf4259bed71fca1c3fe619"}, "tags": [], "enabled": true, "id": "89443fd7c5cf4259bed71fca1c3fe619", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: vmready2", "links": {"self": "http://172.30.9.21:5000/v3/projects/73d335a4251e443683efc2ad0f070500"}, "tags": [], "enabled": true, "id": "73d335a4251e443683efc2ad0f070500", "parent_id": "default", "domain_id": "default", "name": "vmready2-project_1fc20bd2-7c93-4ef1-b417-717a672eab4d"}]} 2018-08-01 03:32:59,356 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?domain_id=default used request id req-c713c4bf-f26f-4b26-af9c-71296399d975 2018-08-01 03:32:59,356 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0999739170074s 2018-08-01 03:32:59,357 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?domain_id=default used request id req-c713c4bf-f26f-4b26-af9c-71296399d975 2018-08-01 03:32:59,364 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-01 03:32:59,367 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:5000/v3/role_assignments?user.id=db8dc397ce994f90bbf8fc64d4cd156b&role.id=ed1e3c9b852e426e8d791112d2fd4701&scope.project.id=73d335a4251e443683efc2ad0f070500" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}650966501ac4d9f7549d52efdc21f268f2387eee" 2018-08-01 03:32:59,468 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 03:32:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c36119f8-c8ef-4a8c-8ca3-c622ec31438c Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.21:5000/v3/role_assignments?user.id=db8dc397ce994f90bbf8fc64d4cd156b&role.id=ed1e3c9b852e426e8d791112d2fd4701&scope.project.id=73d335a4251e443683efc2ad0f070500", "previous": null, "next": null}} 2018-08-01 03:32:59,468 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/role_assignments?user.id=db8dc397ce994f90bbf8fc64d4cd156b&role.id=ed1e3c9b852e426e8d791112d2fd4701&scope.project.id=73d335a4251e443683efc2ad0f070500 used request id req-c36119f8-c8ef-4a8c-8ca3-c622ec31438c 2018-08-01 03:32:59,468 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.10384106636s 2018-08-01 03:32:59,468 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/role_assignments?user.id=db8dc397ce994f90bbf8fc64d4cd156b&role.id=ed1e3c9b852e426e8d791112d2fd4701&scope.project.id=73d335a4251e443683efc2ad0f070500 used request id req-c36119f8-c8ef-4a8c-8ca3-c622ec31438c 2018-08-01 03:32:59,472 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-01 03:32:59,475 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:5000/v3/projects/73d335a4251e443683efc2ad0f070500/users/db8dc397ce994f90bbf8fc64d4cd156b/roles/ed1e3c9b852e426e8d791112d2fd4701 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}650966501ac4d9f7549d52efdc21f268f2387eee" 2018-08-01 03:32:59,669 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 01 Aug 2018 03:32:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-98921b4e-8192-413e-aa5d-7d7fa50e6ba4 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-01 03:32:59,669 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/73d335a4251e443683efc2ad0f070500/users/db8dc397ce994f90bbf8fc64d4cd156b/roles/ed1e3c9b852e426e8d791112d2fd4701 used request id req-98921b4e-8192-413e-aa5d-7d7fa50e6ba4 2018-08-01 03:32:59,669 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.197494983673s 2018-08-01 03:32:59,669 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/73d335a4251e443683efc2ad0f070500/users/db8dc397ce994f90bbf8fc64d4cd156b/roles/ed1e3c9b852e426e8d791112d2fd4701 used request id req-98921b4e-8192-413e-aa5d-7d7fa50e6ba4 2018-08-01 03:32:59,670 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'vmready2-project_1fc20bd2-7c93-4ef1-b417-717a672eab4d', 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'73d335a4251e443683efc2ad0f070500', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': 'e908e03a-9f9e-49c4-bef3-472a29c47a4c', 'username': u'vmready2-user_1fc20bd2-7c93-4ef1-b417-717a672eab4d', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.21: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-01 03:32:59,671 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-01 03:32:59,672 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-01 03:32:59,672 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-01 03:32:59,672 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-01 03:32:59,672 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-01 03:32:59,672 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-01 03:32:59,672 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-01 03:32:59,672 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-01 03:32:59,672 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-01 03:32:59,672 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-01 03:32:59,673 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-01 03:32:59,673 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-01 03:32:59,673 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-01 03:32:59,673 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-01 03:32:59,673 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-01 03:32:59,673 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-01 03:32:59,673 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-01 03:32:59,673 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-01 03:32:59,674 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-01 03:32:59,674 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-01 03:32:59,674 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-01 03:32:59,674 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-01 03:32:59,676 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'vmready2-user_1fc20bd2-7c93-4ef1-b417-717a672eab4d', 'password': 'e908e03a-9f9e-49c4-bef3-472a29c47a4c', 'project_name': 'vmready2-project_1fc20bd2-7c93-4ef1-b417-717a672eab4d', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.21:5000/v3', 'project_id': '73d335a4251e443683efc2ad0f070500', 'project_domain_name': 'Default'} 2018-08-01 03:32:59,676 - xtesting.ci.run_tests - INFO - Running test case 'vmready2'... 2018-08-01 03:32:59,677 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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-01 03:32:59,683 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 03:32:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-523ae38e-38ae-4e4a-99b4-8761492aefd6 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-01 03:32:59,684 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-523ae38e-38ae-4e4a-99b4-8761492aefd6 2018-08-01 03:32:59,684 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-08-01 03:33:00,080 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ed1e3c9b852e426e8d791112d2fd4701", "name": "member"}, {"id": "147f18c7e1e349fc8e383440249c4c73", "name": "reader"}], "expires_at": "2018-08-01T04:33:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "73d335a4251e443683efc2ad0f070500", "name": "vmready2-project_1fc20bd2-7c93-4ef1-b417-717a672eab4d"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:8004/v1/73d335a4251e443683efc2ad0f070500", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5af2a23f0d4746a18ce9987becf49813"}, {"url": "http://192.30.9.7:8004/v1/73d335a4251e443683efc2ad0f070500", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d6722b9f2184abb8e7b581d10709b51"}, {"url": "http://192.30.9.7:8004/v1/73d335a4251e443683efc2ad0f070500", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc81206c7ec74b63a868c84343e2355a"}], "type": "orchestration", "id": "032123c5c07d477ab419a77fddb5ca2b", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/73d335a4251e443683efc2ad0f070500", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00197bc0507d42718c9de1a1f3ff7fa9"}, {"url": "http://192.30.9.7:8776/v2/73d335a4251e443683efc2ad0f070500", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "186c94a5205743a68de2c02795dd12cf"}, {"url": "http://192.30.9.7:8776/v2/73d335a4251e443683efc2ad0f070500", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32c49f45893f4074a75a056facd63fc5"}], "type": "volumev2", "id": "09ef7c245fd9479f97ffee152dae0c8e", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27e89bb29a0d43ce83aefd4cae0f7bd7"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "295d31abf3f44d85b346281cd9c04740"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d685797f4b164aa48837a822ed32598b"}], "type": "alarming", "id": "0f8615b3651c41099fe76f0fa5b23dd1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f0c9b6089cd4f558ee73fabe48d842a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "551cf56b00bd4d038a8694d11700f2ef"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9ea08b0116c4412eaded9a074baa4211"}], "type": "image", "id": "17038717f3f0408e8c9d5af024ea0aab", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "17647a3a3a00479b9213e6f6cf7a30ea", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c2328ef964c4156917122cfb247f0c4"}, {"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33d0ce77838b4a0fbe56c50f7b1e4d71"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38b745fc1fe14a8691a6fb2553ade0e0"}], "type": "event", "id": "1d35633c710f4d9c88e1f50abe614b06", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/73d335a4251e443683efc2ad0f070500", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dcebb246e8d42fab040b053411c0957"}, {"url": "http://192.30.9.7:8776/v3/73d335a4251e443683efc2ad0f070500", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92f3de4ac4f44b9a95bdb5c3f0c34d51"}, {"url": "http://172.30.9.21:8776/v3/73d335a4251e443683efc2ad0f070500", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f92025e32c9344f587283e14c1506699"}], "type": "volumev3", "id": "27b85f80d71f464183ff256181f71b43", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0f1136276d75402689a9c377621253ce"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b943f44b606457c91b7d5098b199be0"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b47ac34c09dc4c05b1ca4c869d47eaeb"}], "type": "metric", "id": "5a0ae06ba8b741ffb51d39c9adb9451c", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10bc7f20cf92414cb6d088da882341c5"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "53c0109d8bd545ef83f6d70ce101d52d"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d3688eabec1484e8c6549a46b35b25f"}], "type": "cloudformation", "id": "64e449782da244a4b49ea375e297a3ea", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/73d335a4251e443683efc2ad0f070500", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8713e9b13a6e43c59e8aa6d6cd510b2b"}, {"url": "http://192.30.9.7:8776/v1/73d335a4251e443683efc2ad0f070500", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b073433cdd0f4518882ecf0e413ae4af"}, {"url": "http://172.30.9.21:8776/v1/73d335a4251e443683efc2ad0f070500", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fc41a1400c1945199a7f0758b5566e31"}], "type": "volume", "id": "6951fb022adb46feaa04f1020c483fd1", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "247e0a42582047fb8b1a74db1f38edf7"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37ed8998a3894a91b69a9e4f00e62b69"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b11d1b5d1d9043d88291c85c92eb73f4"}], "type": "placement", "id": "83e7ef9cff3b4731b936862816b9afd9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "432bfc9d0c4249dd9ccda5421e19b9e2"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f93c2c146b149cbb3483078f52c4bdf"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd4fdce564324509818028dc78641d8d"}], "type": "network", "id": "94871ebfcb5240ebb8b1c19b8739272c", "name": "neutron"}, {"endpoints": [{"url": "http://12.0.0.40:8080/v1/AUTH_73d335a4251e443683efc2ad0f070500", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2333bd642dd5455c8f03d343d974704d"}, {"url": "http://12.0.0.40:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c3a57c4832a74174a0c0889da1e1364b"}, {"url": "http://172.30.9.21:8080/v1/AUTH_73d335a4251e443683efc2ad0f070500", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f27db37221fb446f86228761531722fd"}], "type": "object-store", "id": "b008c8aea7694b57822ddc559b6dfc45", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "038ac873a08f40dab615db1106f36b91"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9c064a815b5c40c0bb0beee1dee18b58"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa33b6fd9ec24bfb9e27785b76bc205d"}], "type": "identity", "id": "de72ed0871ef4a7bab6d7ea0bbfa8d90", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c04b9806aca48e692c506107e0bd3a6"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "449f60307ac54b799d4527d2070f35db"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d69efddbf8af404a9b303b99cfb12f43"}], "type": "compute", "id": "eb2dd02d9ef54f67b42600e437ecb401", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "vmready2-user_1fc20bd2-7c93-4ef1-b417-717a672eab4d", "id": "db8dc397ce994f90bbf8fc64d4cd156b"}, "audit_ids": ["qpWQupZPTBK1P0LRuFRNvA"], "issued_at": "2018-08-01T03:33:00.000000Z"}} 2018-08-01 03:33:00,083 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-01 03:33:00,083 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}9895026b807f041e79e2053031e2c05d6c8ce59c" -d '{"network": {"name": "vmready2-net_1fc20bd2-7c93-4ef1-b417-717a672eab4d", "admin_state_up": true}}' 2018-08-01 03:33:00,950 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 586 X-Openstack-Request-Id: req-3c022067-c224-4fd6-a00a-f8014f88aa8c Date: Wed, 01 Aug 2018 03:33:00 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"73d335a4251e443683efc2ad0f070500","created_at":"2018-08-01T03:33:00Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-01T03:33:00Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"73d335a4251e443683efc2ad0f070500","id":"632af91c-0b8a-4eed-b2c3-c44c41e69b3b","name":"vmready2-net_1fc20bd2-7c93-4ef1-b417-717a672eab4d"}} 2018-08-01 03:33:00,950 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-3c022067-c224-4fd6-a00a-f8014f88aa8c 2018-08-01 03:33:00,950 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.867534160614s 2018-08-01 03:33:00,951 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-3c022067-c224-4fd6-a00a-f8014f88aa8c 2018-08-01 03:33:00,951 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-08-01T03:33:00Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'id': u'632af91c-0b8a-4eed-b2c3-c44c41e69b3b', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vmready2-net_1fc20bd2-7c93-4ef1-b417-717a672eab4d', u'admin_state_up': True, u'tenant_id': u'73d335a4251e443683efc2ad0f070500', u'created_at': u'2018-08-01T03:33:00Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'73d335a4251e443683efc2ad0f070500'}) 2018-08-01 03:33:00,952 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-01 03:33:00,952 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9895026b807f041e79e2053031e2c05d6c8ce59c" 2018-08-01 03:33:01,241 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1147 X-Openstack-Request-Id: req-4d9e0efc-3769-46dd-9921-019e98bc6682 Date: Wed, 01 Aug 2018 03:33: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":["e06facf3-a24e-40d5-a5ce-a0901a6e4875"],"updated_at":"2018-08-01T03:28:20Z","tenant_id":"89443fd7c5cf4259bed71fca1c3fe619","created_at":"2018-08-01T03:28:13Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"89443fd7c5cf4259bed71fca1c3fe619","id":"262fe7ec-b437-40b8-908b-6eb66c149655","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-01T03:33:00Z","tenant_id":"73d335a4251e443683efc2ad0f070500","created_at":"2018-08-01T03:33:00Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":1,"admin_state_up":true,"shared":false,"project_id":"73d335a4251e443683efc2ad0f070500","id":"632af91c-0b8a-4eed-b2c3-c44c41e69b3b","name":"vmready2-net_1fc20bd2-7c93-4ef1-b417-717a672eab4d"}]} 2018-08-01 03:33:01,242 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-4d9e0efc-3769-46dd-9921-019e98bc6682 2018-08-01 03:33:01,242 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.289845943451s 2018-08-01 03:33:01,242 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-4d9e0efc-3769-46dd-9921-019e98bc6682 2018-08-01 03:33:01,244 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-01 03:33:01,244 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}9895026b807f041e79e2053031e2c05d6c8ce59c" -d '{"subnet": {"name": "vmready2-subnet_1fc20bd2-7c93-4ef1-b417-717a672eab4d", "enable_dhcp": true, "network_id": "632af91c-0b8a-4eed-b2c3-c44c41e69b3b", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-01 03:33:02,131 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-c4a44f84-22b7-4cc8-9d18-7ae3102448f7 Date: Wed, 01 Aug 2018 03:33:02 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"632af91c-0b8a-4eed-b2c3-c44c41e69b3b","tenant_id":"73d335a4251e443683efc2ad0f070500","created_at":"2018-08-01T03:33:01Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-01T03:33:01Z","gateway_ip":"192.168.120.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.120.0/24","project_id":"73d335a4251e443683efc2ad0f070500","id":"3c3a62c3-ebe7-4b3d-a215-0d3f02732e34","subnetpool_id":null,"name":"vmready2-subnet_1fc20bd2-7c93-4ef1-b417-717a672eab4d"}} 2018-08-01 03:33:02,131 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-c4a44f84-22b7-4cc8-9d18-7ae3102448f7 2018-08-01 03:33:02,132 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.8879737854s 2018-08-01 03:33:02,132 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-c4a44f84-22b7-4cc8-9d18-7ae3102448f7 2018-08-01 03:33:02,132 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-01T03:33:01Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'3c3a62c3-ebe7-4b3d-a215-0d3f02732e34', u'subnetpool_id': None, u'service_types': [], u'name': u'vmready2-subnet_1fc20bd2-7c93-4ef1-b417-717a672eab4d', u'enable_dhcp': True, u'network_id': u'632af91c-0b8a-4eed-b2c3-c44c41e69b3b', u'tenant_id': u'73d335a4251e443683efc2ad0f070500', u'created_at': u'2018-08-01T03:33:01Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'73d335a4251e443683efc2ad0f070500'}) 2018-08-01 03:33:02,133 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-01 03:33:02,134 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}9895026b807f041e79e2053031e2c05d6c8ce59c" -d '{"router": {"external_gateway_info": {"network_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "name": "vmready2-router_1fc20bd2-7c93-4ef1-b417-717a672eab4d", "admin_state_up": true}}' 2018-08-01 03:33:03,469 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 619 X-Openstack-Request-Id: req-aad41a57-194a-4224-acdc-afa6f3e2b991 Date: Wed, 01 Aug 2018 03:33:03 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "e06facf3-a24e-40d5-a5ce-a0901a6e4875", "ip_address": "172.30.9.213"}]}, "description": "", "tags": [], "tenant_id": "73d335a4251e443683efc2ad0f070500", "created_at": "2018-08-01T03:33:02Z", "admin_state_up": true, "updated_at": "2018-08-01T03:33:03Z", "revision_number": 2, "routes": [], "project_id": "73d335a4251e443683efc2ad0f070500", "id": "3cb522c5-21d5-4750-a474-9a923f2d3d19", "name": "vmready2-router_1fc20bd2-7c93-4ef1-b417-717a672eab4d"}} 2018-08-01 03:33:03,470 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-aad41a57-194a-4224-acdc-afa6f3e2b991 2018-08-01 03:33:03,470 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.33672809601s 2018-08-01 03:33:03,470 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-aad41a57-194a-4224-acdc-afa6f3e2b991 2018-08-01 03:33:03,471 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'262fe7ec-b437-40b8-908b-6eb66c149655', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'e06facf3-a24e-40d5-a5ce-a0901a6e4875', u'ip_address': u'172.30.9.213'}]}, u'description': u'', u'tags': [], u'tenant_id': u'73d335a4251e443683efc2ad0f070500', u'created_at': u'2018-08-01T03:33:02Z', u'admin_state_up': True, u'updated_at': u'2018-08-01T03:33:03Z', u'revision_number': 2, u'routes': [], u'project_id': u'73d335a4251e443683efc2ad0f070500', u'id': u'3cb522c5-21d5-4750-a474-9a923f2d3d19', u'name': u'vmready2-router_1fc20bd2-7c93-4ef1-b417-717a672eab4d'}) 2018-08-01 03:33:03,471 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-01 03:33:03,472 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9696/v2.0/routers/3cb522c5-21d5-4750-a474-9a923f2d3d19/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}9895026b807f041e79e2053031e2c05d6c8ce59c" -d '{"subnet_id": "3c3a62c3-ebe7-4b3d-a215-0d3f02732e34"}' 2018-08-01 03:33:05,914 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-1d1128c7-c276-473e-a170-e7b3f0021601 Date: Wed, 01 Aug 2018 03:33:05 GMT RESP BODY: {"network_id": "632af91c-0b8a-4eed-b2c3-c44c41e69b3b", "tenant_id": "73d335a4251e443683efc2ad0f070500", "subnet_id": "3c3a62c3-ebe7-4b3d-a215-0d3f02732e34", "subnet_ids": ["3c3a62c3-ebe7-4b3d-a215-0d3f02732e34"], "port_id": "b378a959-488b-4a13-8774-ae2861797511", "id": "3cb522c5-21d5-4750-a474-9a923f2d3d19"} 2018-08-01 03:33:05,914 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/3cb522c5-21d5-4750-a474-9a923f2d3d19/add_router_interface.json used request id req-1d1128c7-c276-473e-a170-e7b3f0021601 2018-08-01 03:33:05,914 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.44274687767s 2018-08-01 03:33:05,914 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/3cb522c5-21d5-4750-a474-9a923f2d3d19/add_router_interface.json used request id req-1d1128c7-c276-473e-a170-e7b3f0021601 returning object 3cb522c5-21d5-4750-a474-9a923f2d3d19 2018-08-01 03:33:05,915 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-01 03:33:06,046 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-08-01 03:33:06,048 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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-01 03:33:06,052 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 754 Date: Wed, 01 Aug 2018 03:33:06 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.6", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}]} 2018-08-01 03:33:06,055 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-01 03:33:06,057 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9895026b807f041e79e2053031e2c05d6c8ce59c" 2018-08-01 03:33:06,763 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-832e9d02-4142-4825-a68d-29d4e9185d5e Date: Wed, 01 Aug 2018 03:33:06 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-01 03:33:06,763 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-832e9d02-4142-4825-a68d-29d4e9185d5e 2018-08-01 03:33:06,763 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.708227872849s 2018-08-01 03:33:06,763 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-832e9d02-4142-4825-a68d-29d4e9185d5e 2018-08-01 03:33:06,771 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-01 03:33:06,775 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}9895026b807f041e79e2053031e2c05d6c8ce59c" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/vmready2-img_1fc20bd2-7c93-4ef1-b417-717a672eab4d", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vmready2-img_1fc20bd2-7c93-4ef1-b417-717a672eab4d"}' 2018-08-01 03:33:07,547 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 868 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/752bd8bc-7844-4f13-ab8c-f92d92075515 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-56be331e-3657-4d24-854d-38669772460c Date: Wed, 01 Aug 2018 03:33:07 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/752bd8bc-7844-4f13-ab8c-f92d92075515/file", "owner": "73d335a4251e443683efc2ad0f070500", "id": "752bd8bc-7844-4f13-ab8c-f92d92075515", "size": null, "self": "/v2/images/752bd8bc-7844-4f13-ab8c-f92d92075515", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-08-01T03:33:07Z", "visibility": "private", "owner_specified.shade.object": "images/vmready2-img_1fc20bd2-7c93-4ef1-b417-717a672eab4d", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vmready2-img_1fc20bd2-7c93-4ef1-b417-717a672eab4d", "checksum": null, "created_at": "2018-08-01T03:33:07Z", "protected": false} 2018-08-01 03:33:07,547 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-56be331e-3657-4d24-854d-38669772460c 2018-08-01 03:33:07,547 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.77571105957s 2018-08-01 03:33:07,548 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-56be331e-3657-4d24-854d-38669772460c returning object 752bd8bc-7844-4f13-ab8c-f92d92075515 2018-08-01 03:33:07,548 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-01 03:33:07,552 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9292/v2/images/752bd8bc-7844-4f13-ab8c-f92d92075515/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}9895026b807f041e79e2053031e2c05d6c8ce59c" -d '' 2018-08-01 03:33:08,840 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-22b96a2e-d637-49bb-a7d1-11620911322c Date: Wed, 01 Aug 2018 03:33: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-01 03:33:08,840 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/752bd8bc-7844-4f13-ab8c-f92d92075515/file used request id req-22b96a2e-d637-49bb-a7d1-11620911322c 2018-08-01 03:33:08,841 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.29226994514s 2018-08-01 03:33:08,841 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/752bd8bc-7844-4f13-ab8c-f92d92075515/file used request id req-22b96a2e-d637-49bb-a7d1-11620911322c 2018-08-01 03:33:08,841 - functest.core.singlevm - DEBUG - image: Munch({u'status': u'queued', u'owner_specified.shade.object': u'images/vmready2-img_1fc20bd2-7c93-4ef1-b417-717a672eab4d', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2018-08-01T03:33:07Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'locations': [], u'min_disk': 0, u'visibility': u'private', u'file': u'/v2/images/752bd8bc-7844-4f13-ab8c-f92d92075515/file', u'owner': u'73d335a4251e443683efc2ad0f070500', u'virtual_size': None, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'id': u'752bd8bc-7844-4f13-ab8c-f92d92075515', u'size': None, u'name': u'vmready2-img_1fc20bd2-7c93-4ef1-b417-717a672eab4d', u'checksum': None, u'self': u'/v2/images/752bd8bc-7844-4f13-ab8c-f92d92075515', u'disk_format': u'qcow2', u'protected': False, u'created_at': u'2018-08-01T03:33:07Z', u'schema': u'/v2/schemas/image'}) 2018-08-01 03:33:08,842 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-01 03:33:08,845 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}650966501ac4d9f7549d52efdc21f268f2387eee" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "vmready2-flavor_1fc20bd2-7c93-4ef1-b417-717a672eab4d", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-01 03:33:09,649 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 03:33: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-8e215892-c53c-4b58-844a-03eae4e4fb5a x-compute-request-id: req-8e215892-c53c-4b58-844a-03eae4e4fb5a Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavor": {"name": "vmready2-flavor_1fc20bd2-7c93-4ef1-b417-717a672eab4d", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/47537484-c50c-490b-8c33-e99f473224f7", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/47537484-c50c-490b-8c33-e99f473224f7", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "47537484-c50c-490b-8c33-e99f473224f7"}} 2018-08-01 03:33:09,649 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-8e215892-c53c-4b58-844a-03eae4e4fb5a 2018-08-01 03:33:09,649 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.806978940964s 2018-08-01 03:33:09,649 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-8e215892-c53c-4b58-844a-03eae4e4fb5a 2018-08-01 03:33:09,650 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vmready2-flavor_1fc20bd2-7c93-4ef1-b417-717a672eab4d', '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'90aa95516c664aef94b667c55fdaffe9', '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'47537484-c50c-490b-8c33-e99f473224f7', 'swap': 0}) 2018-08-01 03:33:09,651 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-01 03:33:09,654 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/flavors/47537484-c50c-490b-8c33-e99f473224f7/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}650966501ac4d9f7549d52efdc21f268f2387eee" -d '{"extra_specs": {}}' 2018-08-01 03:33:09,780 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 03:33:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-4a105c36-8c5d-41d3-8cc0-2e1fa5c01385 x-compute-request-id: req-4a105c36-8c5d-41d3-8cc0-2e1fa5c01385 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-01 03:33:09,781 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors/47537484-c50c-490b-8c33-e99f473224f7/os-extra_specs used request id req-4a105c36-8c5d-41d3-8cc0-2e1fa5c01385 2018-08-01 03:33:09,781 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.129707098007s 2018-08-01 03:33:09,781 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors/47537484-c50c-490b-8c33-e99f473224f7/os-extra_specs used request id req-4a105c36-8c5d-41d3-8cc0-2e1fa5c01385 2018-08-01 03:33:09,885 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-01 03:33:09,886 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vmready2 | functest | 00:10 | PASS | +-------------------+------------------+------------------+----------------+ 2018-08-01 03:33:09,890 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-01 03:33:09,890 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9696/v2.0/routers/3cb522c5-21d5-4750-a474-9a923f2d3d19/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}9895026b807f041e79e2053031e2c05d6c8ce59c" -d '{"subnet_id": "3c3a62c3-ebe7-4b3d-a215-0d3f02732e34"}' 2018-08-01 03:33:11,710 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-779a8c27-4ce9-4e25-bc8b-4a1714c78e96 Date: Wed, 01 Aug 2018 03:33:11 GMT RESP BODY: {"network_id": "632af91c-0b8a-4eed-b2c3-c44c41e69b3b", "tenant_id": "73d335a4251e443683efc2ad0f070500", "subnet_id": "3c3a62c3-ebe7-4b3d-a215-0d3f02732e34", "subnet_ids": ["3c3a62c3-ebe7-4b3d-a215-0d3f02732e34"], "port_id": "b378a959-488b-4a13-8774-ae2861797511", "id": "3cb522c5-21d5-4750-a474-9a923f2d3d19"} 2018-08-01 03:33:11,711 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/3cb522c5-21d5-4750-a474-9a923f2d3d19/remove_router_interface.json used request id req-779a8c27-4ce9-4e25-bc8b-4a1714c78e96 2018-08-01 03:33:11,711 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.82089400291s 2018-08-01 03:33:11,711 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/3cb522c5-21d5-4750-a474-9a923f2d3d19/remove_router_interface.json used request id req-779a8c27-4ce9-4e25-bc8b-4a1714c78e96 returning object 3cb522c5-21d5-4750-a474-9a923f2d3d19 2018-08-01 03:33:11,712 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-01 03:33:11,712 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}9895026b807f041e79e2053031e2c05d6c8ce59c" 2018-08-01 03:33:12,049 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 622 X-Openstack-Request-Id: req-9bafb6a8-a0ba-4fd6-b89e-505cc4001a7c Date: Wed, 01 Aug 2018 03:33:12 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "e06facf3-a24e-40d5-a5ce-a0901a6e4875", "ip_address": "172.30.9.213"}]}, "description": "", "tags": [], "tenant_id": "73d335a4251e443683efc2ad0f070500", "created_at": "2018-08-01T03:33:02Z", "admin_state_up": true, "updated_at": "2018-08-01T03:33:10Z", "revision_number": 4, "routes": [], "project_id": "73d335a4251e443683efc2ad0f070500", "id": "3cb522c5-21d5-4750-a474-9a923f2d3d19", "name": "vmready2-router_1fc20bd2-7c93-4ef1-b417-717a672eab4d"}]} 2018-08-01 03:33:12,049 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-9bafb6a8-a0ba-4fd6-b89e-505cc4001a7c 2018-08-01 03:33:12,050 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.337944984436s 2018-08-01 03:33:12,050 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-9bafb6a8-a0ba-4fd6-b89e-505cc4001a7c 2018-08-01 03:33:12,053 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-01 03:33:12,053 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/routers/3cb522c5-21d5-4750-a474-9a923f2d3d19.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9895026b807f041e79e2053031e2c05d6c8ce59c" 2018-08-01 03:33:13,613 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-b9eda613-a90b-4e05-a008-63e5081527b6 Content-Length: 0 Date: Wed, 01 Aug 2018 03:33:13 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-01 03:33:13,614 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/routers/3cb522c5-21d5-4750-a474-9a923f2d3d19.json used request id req-b9eda613-a90b-4e05-a008-63e5081527b6 2018-08-01 03:33:13,614 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.56096196175s 2018-08-01 03:33:13,614 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/routers/3cb522c5-21d5-4750-a474-9a923f2d3d19.json used request id req-b9eda613-a90b-4e05-a008-63e5081527b6 2018-08-01 03:33:13,614 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-01 03:33:13,615 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}9895026b807f041e79e2053031e2c05d6c8ce59c" 2018-08-01 03:33:13,854 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-170ff39f-86b8-419c-b1fe-0a8896d41749 Date: Wed, 01 Aug 2018 03:33:13 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"632af91c-0b8a-4eed-b2c3-c44c41e69b3b","tenant_id":"73d335a4251e443683efc2ad0f070500","created_at":"2018-08-01T03:33:01Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-01T03:33:01Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"73d335a4251e443683efc2ad0f070500","id":"3c3a62c3-ebe7-4b3d-a215-0d3f02732e34","subnetpool_id":null,"name":"vmready2-subnet_1fc20bd2-7c93-4ef1-b417-717a672eab4d"}]} 2018-08-01 03:33:13,854 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-170ff39f-86b8-419c-b1fe-0a8896d41749 2018-08-01 03:33:13,854 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.239956140518s 2018-08-01 03:33:13,855 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-170ff39f-86b8-419c-b1fe-0a8896d41749 2018-08-01 03:33:13,856 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-01 03:33:13,857 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/subnets/3c3a62c3-ebe7-4b3d-a215-0d3f02732e34.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9895026b807f041e79e2053031e2c05d6c8ce59c" 2018-08-01 03:33:17,348 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-3f85bca7-dfc3-443a-a324-d03e83d2318c Date: Wed, 01 Aug 2018 03:33:17 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-01 03:33:17,348 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/3c3a62c3-ebe7-4b3d-a215-0d3f02732e34.json used request id req-3f85bca7-dfc3-443a-a324-d03e83d2318c 2018-08-01 03:33:17,348 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 3.4920539856s 2018-08-01 03:33:17,349 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/3c3a62c3-ebe7-4b3d-a215-0d3f02732e34.json used request id req-3f85bca7-dfc3-443a-a324-d03e83d2318c 2018-08-01 03:33:17,349 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-01 03:33:17,350 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9895026b807f041e79e2053031e2c05d6c8ce59c" 2018-08-01 03:33:18,448 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1153 X-Openstack-Request-Id: req-882105a0-aa41-4d0a-9e60-275e248f41e1 Date: Wed, 01 Aug 2018 03:33:18 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["e06facf3-a24e-40d5-a5ce-a0901a6e4875"],"updated_at":"2018-08-01T03:28:20Z","tenant_id":"89443fd7c5cf4259bed71fca1c3fe619","created_at":"2018-08-01T03:28:13Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"89443fd7c5cf4259bed71fca1c3fe619","id":"262fe7ec-b437-40b8-908b-6eb66c149655","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-01T03:33:17Z","tenant_id":"73d335a4251e443683efc2ad0f070500","created_at":"2018-08-01T03:33:00Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"73d335a4251e443683efc2ad0f070500","id":"632af91c-0b8a-4eed-b2c3-c44c41e69b3b","name":"vmready2-net_1fc20bd2-7c93-4ef1-b417-717a672eab4d"}]} 2018-08-01 03:33:18,448 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-882105a0-aa41-4d0a-9e60-275e248f41e1 2018-08-01 03:33:18,448 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 1.09876918793s 2018-08-01 03:33:18,448 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-882105a0-aa41-4d0a-9e60-275e248f41e1 2018-08-01 03:33:18,449 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-01 03:33:18,449 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/networks/632af91c-0b8a-4eed-b2c3-c44c41e69b3b.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9895026b807f041e79e2053031e2c05d6c8ce59c" 2018-08-01 03:33:19,275 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-31e2138f-2a6e-4973-ad96-00017dfadb55 Date: Wed, 01 Aug 2018 03:33:19 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-01 03:33:19,276 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/632af91c-0b8a-4eed-b2c3-c44c41e69b3b.json used request id req-31e2138f-2a6e-4973-ad96-00017dfadb55 2018-08-01 03:33:19,276 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 0.826965093613s 2018-08-01 03:33:19,276 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/632af91c-0b8a-4eed-b2c3-c44c41e69b3b.json used request id req-31e2138f-2a6e-4973-ad96-00017dfadb55 2018-08-01 03:33:19,280 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-01 03:33:19,283 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9895026b807f041e79e2053031e2c05d6c8ce59c" 2018-08-01 03:33:19,495 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1198 Content-Type: application/json X-Openstack-Request-Id: req-3b183b70-cc97-4a9c-b133-1ed8b3f391c5 Date: Wed, 01 Aug 2018 03:33:19 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://1c426f71-e315-470f-a765-a4a983e8d919/images/752bd8bc-7844-4f13-ab8c-f92d92075515/snap", "metadata": {}}], "file": "/v2/images/752bd8bc-7844-4f13-ab8c-f92d92075515/file", "owner": "73d335a4251e443683efc2ad0f070500", "id": "752bd8bc-7844-4f13-ab8c-f92d92075515", "size": 12716032, "self": "/v2/images/752bd8bc-7844-4f13-ab8c-f92d92075515", "disk_format": "qcow2", "direct_url": "rbd://1c426f71-e315-470f-a765-a4a983e8d919/images/752bd8bc-7844-4f13-ab8c-f92d92075515/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-08-01T03:33:08Z", "visibility": "private", "owner_specified.shade.object": "images/vmready2-img_1fc20bd2-7c93-4ef1-b417-717a672eab4d", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vmready2-img_1fc20bd2-7c93-4ef1-b417-717a672eab4d", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-01T03:33:07Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-01 03:33:19,495 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-3b183b70-cc97-4a9c-b133-1ed8b3f391c5 2018-08-01 03:33:19,495 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.215636968613s 2018-08-01 03:33:19,496 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-3b183b70-cc97-4a9c-b133-1ed8b3f391c5 2018-08-01 03:33:19,498 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-01 03:33:19,502 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9292/v2/images/752bd8bc-7844-4f13-ab8c-f92d92075515 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9895026b807f041e79e2053031e2c05d6c8ce59c" 2018-08-01 03:33:20,592 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-cc1fd294-b96c-4c75-ae71-dc3a15f61aa4 Date: Wed, 01 Aug 2018 03:33:20 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 03:33:20,592 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/752bd8bc-7844-4f13-ab8c-f92d92075515 used request id req-cc1fd294-b96c-4c75-ae71-dc3a15f61aa4 2018-08-01 03:33:20,592 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.09436893463s 2018-08-01 03:33:20,593 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/752bd8bc-7844-4f13-ab8c-f92d92075515 used request id req-cc1fd294-b96c-4c75-ae71-dc3a15f61aa4 2018-08-01 03:33:20,593 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-01 03:33:20,596 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21: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}650966501ac4d9f7549d52efdc21f268f2387eee" 2018-08-01 03:33:20,736 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 03:33:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-42af8cfe-30dd-445c-8165-d13935cdc678 x-compute-request-id: req-42af8cfe-30dd-445c-8165-d13935cdc678 Content-Encoding: gzip Content-Length: 307 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vmready2-flavor_1fc20bd2-7c93-4ef1-b417-717a672eab4d", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/47537484-c50c-490b-8c33-e99f473224f7", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/47537484-c50c-490b-8c33-e99f473224f7", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "47537484-c50c-490b-8c33-e99f473224f7"}]} 2018-08-01 03:33:20,736 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-42af8cfe-30dd-445c-8165-d13935cdc678 2018-08-01 03:33:20,736 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.142683029175s 2018-08-01 03:33:20,736 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-42af8cfe-30dd-445c-8165-d13935cdc678 2018-08-01 03:33:20,738 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-01 03:33:20,741 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:8774/v2.1/flavors/47537484-c50c-490b-8c33-e99f473224f7 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}650966501ac4d9f7549d52efdc21f268f2387eee" 2018-08-01 03:33:20,933 - keystoneauth.session - DEBUG - RESP: [202] Date: Wed, 01 Aug 2018 03:33:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-f805078e-6a18-4b46-87e5-fe6ad49f8982 x-compute-request-id: req-f805078e-6a18-4b46-87e5-fe6ad49f8982 Content-Length: 0 Content-Type: application/json 2018-08-01 03:33:20,933 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/47537484-c50c-490b-8c33-e99f473224f7 used request id req-f805078e-6a18-4b46-87e5-fe6ad49f8982 2018-08-01 03:33:20,934 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.195463895798s 2018-08-01 03:33:20,934 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/47537484-c50c-490b-8c33-e99f473224f7 used request id req-f805078e-6a18-4b46-87e5-fe6ad49f8982 2018-08-01 03:33:20,934 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-01 03:33:20,938 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}650966501ac4d9f7549d52efdc21f268f2387eee" 2018-08-01 03:33:21,064 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 03:33:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6d4cbd0b-b308-4529-b4d2-00d702cc5ba7 Content-Encoding: gzip Content-Length: 841 Content-Type: application/json RESP BODY: {"users": [{"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/0f8a0650d1a846e88ba44704b50255c1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0f8a0650d1a846e88ba44704b50255c1", "email": "glance@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/130b7ea936644204a37124e676ddf428"}, "domain_id": "default", "enabled": true, "options": {}, "id": "130b7ea936644204a37124e676ddf428", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/1476f1d37caa49ec90baf29b9d92850d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1476f1d37caa49ec90baf29b9d92850d", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/386874e6c2464a43ba93f0248a95595b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "386874e6c2464a43ba93f0248a95595b", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/3cb1fd184ec34300aba849c010464d1a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3cb1fd184ec34300aba849c010464d1a", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/749556e27c83423fb69e649d00450103"}, "domain_id": "default", "enabled": true, "options": {}, "id": "749556e27c83423fb69e649d00450103", "email": "admin@example.com", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.21:5000/v3/users/b6122bbf2037491bb9db6c47618110d1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b6122bbf2037491bb9db6c47618110d1", "email": "swift@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/c09ff16c1a614c8bbc73ec74064357a4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c09ff16c1a614c8bbc73ec74064357a4", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/c1daa0d43666493abbd83fb1577cff74"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c1daa0d43666493abbd83fb1577cff74", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/d1cc4ab5045f48be8e12d229b3b59cac"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d1cc4ab5045f48be8e12d229b3b59cac", "email": "cinder@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.21:5000/v3/users/d32629a0e7364688b6a82d496d6e354d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d32629a0e7364688b6a82d496d6e354d", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/d5ee6c90793c4cbeb762d8c68db45d5c"}, "domain_id": "cc40371ace4f4c2e9452fa2c52c1368e", "enabled": true, "options": {}, "id": "d5ee6c90793c4cbeb762d8c68db45d5c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/d91fd39b379e480e825eb2aa75b847b7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d91fd39b379e480e825eb2aa75b847b7", "email": "nova@localhost", "password_expires_at": null}, {"name": "vmready2-user_1fc20bd2-7c93-4ef1-b417-717a672eab4d", "links": {"self": "http://172.30.9.21:5000/v3/users/db8dc397ce994f90bbf8fc64d4cd156b"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "db8dc397ce994f90bbf8fc64d4cd156b", "domain_id": "default", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/ecd8a45bf2844011921c3e9caab06794"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ecd8a45bf2844011921c3e9caab06794", "email": "heat@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-08-01 03:33:21,065 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-6d4cbd0b-b308-4529-b4d2-00d702cc5ba7 2018-08-01 03:33:21,065 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.130327939987s 2018-08-01 03:33:21,065 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-6d4cbd0b-b308-4529-b4d2-00d702cc5ba7 2018-08-01 03:33:21,070 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-01 03:33:21,073 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/users/db8dc397ce994f90bbf8fc64d4cd156b -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}650966501ac4d9f7549d52efdc21f268f2387eee" 2018-08-01 03:33:21,266 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 03:33:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7a1efbfb-3bdd-4558-b46d-e6d39a9a83e4 Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"user": {"name": "vmready2-user_1fc20bd2-7c93-4ef1-b417-717a672eab4d", "links": {"self": "http://172.30.9.21:5000/v3/users/db8dc397ce994f90bbf8fc64d4cd156b"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "db8dc397ce994f90bbf8fc64d4cd156b", "description": null}} 2018-08-01 03:33:21,266 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users/db8dc397ce994f90bbf8fc64d4cd156b used request id req-7a1efbfb-3bdd-4558-b46d-e6d39a9a83e4 2018-08-01 03:33:21,266 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.19563794136s 2018-08-01 03:33:21,266 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users/db8dc397ce994f90bbf8fc64d4cd156b used request id req-7a1efbfb-3bdd-4558-b46d-e6d39a9a83e4 2018-08-01 03:33:21,267 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-08-01 03:33:21,270 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:5000/v3/users/db8dc397ce994f90bbf8fc64d4cd156b -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}650966501ac4d9f7549d52efdc21f268f2387eee" 2018-08-01 03:33:21,486 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 01 Aug 2018 03:33:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1f5d086c-654b-4b2b-8a3f-e5e510ee654a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-01 03:33:21,486 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/db8dc397ce994f90bbf8fc64d4cd156b used request id req-1f5d086c-654b-4b2b-8a3f-e5e510ee654a 2018-08-01 03:33:21,486 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.219312906265s 2018-08-01 03:33:21,486 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/db8dc397ce994f90bbf8fc64d4cd156b used request id req-1f5d086c-654b-4b2b-8a3f-e5e510ee654a 2018-08-01 03:33:21,491 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-01 03:33:21,494 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}650966501ac4d9f7549d52efdc21f268f2387eee" 2018-08-01 03:33:21,602 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 03:33:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dece488b-a704-475a-ae37-ae081618c854 Content-Encoding: gzip Content-Length: 381 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: vmready2", "links": {"self": "http://172.30.9.21:5000/v3/projects/73d335a4251e443683efc2ad0f070500"}, "tags": [], "enabled": true, "id": "73d335a4251e443683efc2ad0f070500", "parent_id": "default", "domain_id": "default", "name": "vmready2-project_1fc20bd2-7c93-4ef1-b417-717a672eab4d"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/89443fd7c5cf4259bed71fca1c3fe619"}, "tags": [], "enabled": true, "id": "89443fd7c5cf4259bed71fca1c3fe619", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/90aa95516c664aef94b667c55fdaffe9"}, "tags": [], "enabled": true, "id": "90aa95516c664aef94b667c55fdaffe9", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-08-01 03:33:21,602 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects used request id req-dece488b-a704-475a-ae37-ae081618c854 2018-08-01 03:33:21,602 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.110757112503s 2018-08-01 03:33:21,603 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects used request id req-dece488b-a704-475a-ae37-ae081618c854 2018-08-01 03:33:21,607 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-08-01 03:33:21,610 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:5000/v3/projects/73d335a4251e443683efc2ad0f070500 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}650966501ac4d9f7549d52efdc21f268f2387eee" 2018-08-01 03:33:21,818 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 01 Aug 2018 03:33:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a90eedc3-da25-477f-b1c8-8a8dbfdf748f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-01 03:33:21,819 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/73d335a4251e443683efc2ad0f070500 used request id req-a90eedc3-da25-477f-b1c8-8a8dbfdf748f 2018-08-01 03:33:21,819 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.211673021317s 2018-08-01 03:33:21,819 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/73d335a4251e443683efc2ad0f070500 used request id req-a90eedc3-da25-477f-b1c8-8a8dbfdf748f 2018-08-01 03:33:21,859 - xtesting.ci.run_tests - INFO - Loading test case 'singlevm1'... 2018-08-01 03:33:21,893 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-01 03:33:21,893 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-01 03:33:21,893 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-01 03:33:21,893 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-01 03:33:21,893 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-01 03:33:21,893 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-01 03:33:21,893 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-01 03:33:21,893 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-01 03:33:21,893 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-01 03:33:21,893 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-01 03:33:21,893 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-01 03:33:21,894 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-01 03:33:21,894 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-01 03:33:21,894 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-01 03:33:21,894 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-01 03:33:21,894 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-01 03:33:21,894 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-01 03:33:21,894 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-01 03:33:21,894 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-01 03:33:21,894 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-01 03:33:21,894 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-01 03:33:21,894 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-01 03:33:21,895 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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-01 03:33:21,900 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 03:33:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9c49aaf9-2669-42e9-a68a-c6f592956d25 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-01 03:33:21,901 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-9c49aaf9-2669-42e9-a68a-c6f592956d25 2018-08-01 03:33:21,901 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-08-01 03:33:22,305 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ed1e3c9b852e426e8d791112d2fd4701", "name": "member"}, {"id": "147f18c7e1e349fc8e383440249c4c73", "name": "reader"}, {"id": "86fab6e3eccc4f5f9bd58caee92e2693", "name": "admin"}], "expires_at": "2018-08-01T04:33:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "90aa95516c664aef94b667c55fdaffe9", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:8004/v1/90aa95516c664aef94b667c55fdaffe9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5af2a23f0d4746a18ce9987becf49813"}, {"url": "http://192.30.9.7:8004/v1/90aa95516c664aef94b667c55fdaffe9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d6722b9f2184abb8e7b581d10709b51"}, {"url": "http://192.30.9.7:8004/v1/90aa95516c664aef94b667c55fdaffe9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc81206c7ec74b63a868c84343e2355a"}], "type": "orchestration", "id": "032123c5c07d477ab419a77fddb5ca2b", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/90aa95516c664aef94b667c55fdaffe9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00197bc0507d42718c9de1a1f3ff7fa9"}, {"url": "http://192.30.9.7:8776/v2/90aa95516c664aef94b667c55fdaffe9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "186c94a5205743a68de2c02795dd12cf"}, {"url": "http://192.30.9.7:8776/v2/90aa95516c664aef94b667c55fdaffe9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32c49f45893f4074a75a056facd63fc5"}], "type": "volumev2", "id": "09ef7c245fd9479f97ffee152dae0c8e", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27e89bb29a0d43ce83aefd4cae0f7bd7"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "295d31abf3f44d85b346281cd9c04740"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d685797f4b164aa48837a822ed32598b"}], "type": "alarming", "id": "0f8615b3651c41099fe76f0fa5b23dd1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f0c9b6089cd4f558ee73fabe48d842a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "551cf56b00bd4d038a8694d11700f2ef"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9ea08b0116c4412eaded9a074baa4211"}], "type": "image", "id": "17038717f3f0408e8c9d5af024ea0aab", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "17647a3a3a00479b9213e6f6cf7a30ea", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c2328ef964c4156917122cfb247f0c4"}, {"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33d0ce77838b4a0fbe56c50f7b1e4d71"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38b745fc1fe14a8691a6fb2553ade0e0"}], "type": "event", "id": "1d35633c710f4d9c88e1f50abe614b06", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/90aa95516c664aef94b667c55fdaffe9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dcebb246e8d42fab040b053411c0957"}, {"url": "http://192.30.9.7:8776/v3/90aa95516c664aef94b667c55fdaffe9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92f3de4ac4f44b9a95bdb5c3f0c34d51"}, {"url": "http://172.30.9.21:8776/v3/90aa95516c664aef94b667c55fdaffe9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f92025e32c9344f587283e14c1506699"}], "type": "volumev3", "id": "27b85f80d71f464183ff256181f71b43", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0f1136276d75402689a9c377621253ce"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b943f44b606457c91b7d5098b199be0"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b47ac34c09dc4c05b1ca4c869d47eaeb"}], "type": "metric", "id": "5a0ae06ba8b741ffb51d39c9adb9451c", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10bc7f20cf92414cb6d088da882341c5"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "53c0109d8bd545ef83f6d70ce101d52d"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d3688eabec1484e8c6549a46b35b25f"}], "type": "cloudformation", "id": "64e449782da244a4b49ea375e297a3ea", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/90aa95516c664aef94b667c55fdaffe9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8713e9b13a6e43c59e8aa6d6cd510b2b"}, {"url": "http://192.30.9.7:8776/v1/90aa95516c664aef94b667c55fdaffe9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b073433cdd0f4518882ecf0e413ae4af"}, {"url": "http://172.30.9.21:8776/v1/90aa95516c664aef94b667c55fdaffe9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fc41a1400c1945199a7f0758b5566e31"}], "type": "volume", "id": "6951fb022adb46feaa04f1020c483fd1", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "247e0a42582047fb8b1a74db1f38edf7"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37ed8998a3894a91b69a9e4f00e62b69"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b11d1b5d1d9043d88291c85c92eb73f4"}], "type": "placement", "id": "83e7ef9cff3b4731b936862816b9afd9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "432bfc9d0c4249dd9ccda5421e19b9e2"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f93c2c146b149cbb3483078f52c4bdf"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd4fdce564324509818028dc78641d8d"}], "type": "network", "id": "94871ebfcb5240ebb8b1c19b8739272c", "name": "neutron"}, {"endpoints": [{"url": "http://12.0.0.40:8080/v1/AUTH_90aa95516c664aef94b667c55fdaffe9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2333bd642dd5455c8f03d343d974704d"}, {"url": "http://12.0.0.40:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c3a57c4832a74174a0c0889da1e1364b"}, {"url": "http://172.30.9.21:8080/v1/AUTH_90aa95516c664aef94b667c55fdaffe9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f27db37221fb446f86228761531722fd"}], "type": "object-store", "id": "b008c8aea7694b57822ddc559b6dfc45", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "038ac873a08f40dab615db1106f36b91"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9c064a815b5c40c0bb0beee1dee18b58"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa33b6fd9ec24bfb9e27785b76bc205d"}], "type": "identity", "id": "de72ed0871ef4a7bab6d7ea0bbfa8d90", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c04b9806aca48e692c506107e0bd3a6"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "449f60307ac54b799d4527d2070f35db"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d69efddbf8af404a9b303b99cfb12f43"}], "type": "compute", "id": "eb2dd02d9ef54f67b42600e437ecb401", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "749556e27c83423fb69e649d00450103"}, "audit_ids": ["7AuEvVgcR3aex9HZsURqrQ"], "issued_at": "2018-08-01T03:33:22.000000Z"}} 2018-08-01 03:33:22,308 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-01 03:33:22,308 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21: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}40a88225c359e4ebbf636375d766201f20832260" 2018-08-01 03:33:22,592 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-c8bbd1a0-41ec-410b-b9bb-94767d94bd3d Date: Wed, 01 Aug 2018 03:33:22 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"262fe7ec-b437-40b8-908b-6eb66c149655","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"89443fd7c5cf4259bed71fca1c3fe619","status":"ACTIVE","subnets":["e06facf3-a24e-40d5-a5ce-a0901a6e4875"],"description":"","tags":[],"updated_at":"2018-08-01T03:28:20Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"89443fd7c5cf4259bed71fca1c3fe619","created_at":"2018-08-01T03:28:13Z","provider:network_type":"flat"}]} 2018-08-01 03:33:22,592 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json?router%3Aexternal=True used request id req-c8bbd1a0-41ec-410b-b9bb-94767d94bd3d 2018-08-01 03:33:22,592 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.284154891968s 2018-08-01 03:33:22,593 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json?router%3Aexternal=True used request id req-c8bbd1a0-41ec-410b-b9bb-94767d94bd3d 2018-08-01 03:33:22,599 - xtesting.ci.run_tests - INFO - Running test case 'singlevm1'... 2018-08-01 03:33:22,599 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-01 03:33:22,600 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}40a88225c359e4ebbf636375d766201f20832260" -d '{"network": {"name": "singlevm1-net_82c58aca-fffa-4672-93ed-bbea6690914a", "admin_state_up": true}}' 2018-08-01 03:33:23,095 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-6b55b1dc-70c4-4589-83d4-983d10727913 Date: Wed, 01 Aug 2018 03:33:23 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"provider:network_type":"vxlan","id":"f49fd52f-8225-4e88-8152-812526e62f0c","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"90aa95516c664aef94b667c55fdaffe9","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-01T03:33:22Z","is_default":false,"provider:segmentation_id":34,"name":"singlevm1-net_82c58aca-fffa-4672-93ed-bbea6690914a","admin_state_up":true,"tenant_id":"90aa95516c664aef94b667c55fdaffe9","created_at":"2018-08-01T03:33:22Z","mtu":1450}} 2018-08-01 03:33:23,096 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-6b55b1dc-70c4-4589-83d4-983d10727913 2018-08-01 03:33:23,096 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.49649810791s 2018-08-01 03:33:23,096 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-6b55b1dc-70c4-4589-83d4-983d10727913 2018-08-01 03:33:23,097 - 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-01T03:33:22Z', u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'f49fd52f-8225-4e88-8152-812526e62f0c', u'provider:segmentation_id': 34, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'singlevm1-net_82c58aca-fffa-4672-93ed-bbea6690914a', u'admin_state_up': True, u'tenant_id': u'90aa95516c664aef94b667c55fdaffe9', u'created_at': u'2018-08-01T03:33:22Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'90aa95516c664aef94b667c55fdaffe9'}) 2018-08-01 03:33:23,097 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-01 03:33:23,098 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}40a88225c359e4ebbf636375d766201f20832260" 2018-08-01 03:33:23,361 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1347 X-Openstack-Request-Id: req-e6b56956-ee4c-4f4e-b832-7c78cc9ba8d5 Date: Wed, 01 Aug 2018 03:33:23 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"262fe7ec-b437-40b8-908b-6eb66c149655","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"89443fd7c5cf4259bed71fca1c3fe619","status":"ACTIVE","subnets":["e06facf3-a24e-40d5-a5ce-a0901a6e4875"],"description":"","tags":[],"updated_at":"2018-08-01T03:28:20Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"89443fd7c5cf4259bed71fca1c3fe619","created_at":"2018-08-01T03:28:13Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"f49fd52f-8225-4e88-8152-812526e62f0c","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"90aa95516c664aef94b667c55fdaffe9","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-01T03:33:22Z","provider:segmentation_id":34,"name":"singlevm1-net_82c58aca-fffa-4672-93ed-bbea6690914a","admin_state_up":true,"tenant_id":"90aa95516c664aef94b667c55fdaffe9","created_at":"2018-08-01T03:33:22Z","provider:network_type":"vxlan"}]} 2018-08-01 03:33:23,361 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-e6b56956-ee4c-4f4e-b832-7c78cc9ba8d5 2018-08-01 03:33:23,361 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.263854980469s 2018-08-01 03:33:23,362 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-e6b56956-ee4c-4f4e-b832-7c78cc9ba8d5 2018-08-01 03:33:23,363 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-01 03:33:23,364 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}40a88225c359e4ebbf636375d766201f20832260" -d '{"subnet": {"name": "singlevm1-subnet_82c58aca-fffa-4672-93ed-bbea6690914a", "enable_dhcp": true, "network_id": "f49fd52f-8225-4e88-8152-812526e62f0c", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-01 03:33:24,263 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 677 X-Openstack-Request-Id: req-d30138a4-7ee6-47e8-907e-ba583caede2b Date: Wed, 01 Aug 2018 03:33:24 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f49fd52f-8225-4e88-8152-812526e62f0c","tenant_id":"90aa95516c664aef94b667c55fdaffe9","created_at":"2018-08-01T03:33:23Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-01T03:33:23Z","gateway_ip":"192.168.120.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.120.0/24","project_id":"90aa95516c664aef94b667c55fdaffe9","id":"fac77dec-0301-4d85-9eaf-960b145ea1bb","subnetpool_id":null,"name":"singlevm1-subnet_82c58aca-fffa-4672-93ed-bbea6690914a"}} 2018-08-01 03:33:24,263 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-d30138a4-7ee6-47e8-907e-ba583caede2b 2018-08-01 03:33:24,264 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.900284051895s 2018-08-01 03:33:24,264 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-d30138a4-7ee6-47e8-907e-ba583caede2b 2018-08-01 03:33:24,264 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-01T03:33:23Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'fac77dec-0301-4d85-9eaf-960b145ea1bb', u'subnetpool_id': None, u'service_types': [], u'name': u'singlevm1-subnet_82c58aca-fffa-4672-93ed-bbea6690914a', u'enable_dhcp': True, u'network_id': u'f49fd52f-8225-4e88-8152-812526e62f0c', u'tenant_id': u'90aa95516c664aef94b667c55fdaffe9', u'created_at': u'2018-08-01T03:33:23Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'90aa95516c664aef94b667c55fdaffe9'}) 2018-08-01 03:33:24,265 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-01 03:33:24,266 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}40a88225c359e4ebbf636375d766201f20832260" -d '{"router": {"external_gateway_info": {"network_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "name": "singlevm1-router_82c58aca-fffa-4672-93ed-bbea6690914a", "admin_state_up": true}}' 2018-08-01 03:33:25,780 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 642 X-Openstack-Request-Id: req-4fbbc4ba-2ce4-42b3-85e1-849a43d3a3cb Date: Wed, 01 Aug 2018 03:33:25 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "e06facf3-a24e-40d5-a5ce-a0901a6e4875", "ip_address": "172.30.9.209"}]}, "description": "", "tags": [], "tenant_id": "90aa95516c664aef94b667c55fdaffe9", "created_at": "2018-08-01T03:33:24Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-01T03:33:25Z", "revision_number": 2, "routes": [], "project_id": "90aa95516c664aef94b667c55fdaffe9", "id": "56bcdd1f-8421-4a77-8e47-2ca41c960da3", "name": "singlevm1-router_82c58aca-fffa-4672-93ed-bbea6690914a"}} 2018-08-01 03:33:25,781 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-4fbbc4ba-2ce4-42b3-85e1-849a43d3a3cb 2018-08-01 03:33:25,781 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.51557302475s 2018-08-01 03:33:25,781 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-4fbbc4ba-2ce4-42b3-85e1-849a43d3a3cb 2018-08-01 03:33:25,781 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'262fe7ec-b437-40b8-908b-6eb66c149655', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'e06facf3-a24e-40d5-a5ce-a0901a6e4875', u'ip_address': u'172.30.9.209'}]}, u'description': u'', u'tags': [], u'tenant_id': u'90aa95516c664aef94b667c55fdaffe9', u'created_at': u'2018-08-01T03:33:24Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-08-01T03:33:25Z', u'revision_number': 2, u'routes': [], u'project_id': u'90aa95516c664aef94b667c55fdaffe9', u'id': u'56bcdd1f-8421-4a77-8e47-2ca41c960da3', u'name': u'singlevm1-router_82c58aca-fffa-4672-93ed-bbea6690914a'}) 2018-08-01 03:33:25,782 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-01 03:33:25,782 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9696/v2.0/routers/56bcdd1f-8421-4a77-8e47-2ca41c960da3/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}40a88225c359e4ebbf636375d766201f20832260" -d '{"subnet_id": "fac77dec-0301-4d85-9eaf-960b145ea1bb"}' 2018-08-01 03:33:27,531 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-5995e9d8-cb4c-4579-ad8b-9261b4b2d57a Date: Wed, 01 Aug 2018 03:33:27 GMT RESP BODY: {"network_id": "f49fd52f-8225-4e88-8152-812526e62f0c", "tenant_id": "90aa95516c664aef94b667c55fdaffe9", "subnet_id": "fac77dec-0301-4d85-9eaf-960b145ea1bb", "subnet_ids": ["fac77dec-0301-4d85-9eaf-960b145ea1bb"], "port_id": "41a1494b-421e-4123-accb-7d4d3cb9e9da", "id": "56bcdd1f-8421-4a77-8e47-2ca41c960da3"} 2018-08-01 03:33:27,532 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/56bcdd1f-8421-4a77-8e47-2ca41c960da3/add_router_interface.json used request id req-5995e9d8-cb4c-4579-ad8b-9261b4b2d57a 2018-08-01 03:33:27,532 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.7498049736s 2018-08-01 03:33:27,532 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/56bcdd1f-8421-4a77-8e47-2ca41c960da3/add_router_interface.json used request id req-5995e9d8-cb4c-4579-ad8b-9261b4b2d57a returning object 56bcdd1f-8421-4a77-8e47-2ca41c960da3 2018-08-01 03:33:27,532 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-01 03:33:27,665 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-08-01 03:33:27,667 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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-01 03:33:27,673 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 754 Date: Wed, 01 Aug 2018 03:33:27 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.6", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}]} 2018-08-01 03:33:27,677 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-01 03:33:27,681 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}40a88225c359e4ebbf636375d766201f20832260" 2018-08-01 03:33:27,906 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-24358bb9-b402-4e19-8ba2-13ad4be3c31e Date: Wed, 01 Aug 2018 03:33:27 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-01 03:33:27,906 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-24358bb9-b402-4e19-8ba2-13ad4be3c31e 2018-08-01 03:33:27,906 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.228887081146s 2018-08-01 03:33:27,907 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-24358bb9-b402-4e19-8ba2-13ad4be3c31e 2018-08-01 03:33:27,914 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-01 03:33:27,918 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}40a88225c359e4ebbf636375d766201f20832260" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/singlevm1-img_82c58aca-fffa-4672-93ed-bbea6690914a", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "singlevm1-img_82c58aca-fffa-4672-93ed-bbea6690914a"}' 2018-08-01 03:33:28,841 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 870 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/3e920aa7-e4bb-4314-990e-daf2df9c6d0d Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-1c7815c1-572c-45d5-8aea-1e71762b4cda Date: Wed, 01 Aug 2018 03:33:28 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/3e920aa7-e4bb-4314-990e-daf2df9c6d0d/file", "owner": "90aa95516c664aef94b667c55fdaffe9", "id": "3e920aa7-e4bb-4314-990e-daf2df9c6d0d", "size": null, "self": "/v2/images/3e920aa7-e4bb-4314-990e-daf2df9c6d0d", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-08-01T03:33:28Z", "visibility": "private", "owner_specified.shade.object": "images/singlevm1-img_82c58aca-fffa-4672-93ed-bbea6690914a", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm1-img_82c58aca-fffa-4672-93ed-bbea6690914a", "checksum": null, "created_at": "2018-08-01T03:33:28Z", "protected": false} 2018-08-01 03:33:28,841 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-1c7815c1-572c-45d5-8aea-1e71762b4cda 2018-08-01 03:33:28,841 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.926510810852s 2018-08-01 03:33:28,841 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-1c7815c1-572c-45d5-8aea-1e71762b4cda returning object 3e920aa7-e4bb-4314-990e-daf2df9c6d0d 2018-08-01 03:33:28,842 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-01 03:33:28,846 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9292/v2/images/3e920aa7-e4bb-4314-990e-daf2df9c6d0d/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}40a88225c359e4ebbf636375d766201f20832260" -d '' 2018-08-01 03:33:29,501 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-42052e0e-412b-486b-8cb2-b27f6a221b40 Date: Wed, 01 Aug 2018 03:33:29 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 03:33:29,502 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/3e920aa7-e4bb-4314-990e-daf2df9c6d0d/file used request id req-42052e0e-412b-486b-8cb2-b27f6a221b40 2018-08-01 03:33:29,502 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 0.659502983093s 2018-08-01 03:33:29,502 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/3e920aa7-e4bb-4314-990e-daf2df9c6d0d/file used request id req-42052e0e-412b-486b-8cb2-b27f6a221b40 2018-08-01 03:33:29,502 - functest.core.singlevm - DEBUG - image: Munch({u'status': u'queued', u'owner_specified.shade.object': u'images/singlevm1-img_82c58aca-fffa-4672-93ed-bbea6690914a', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2018-08-01T03:33:28Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'locations': [], u'min_disk': 0, u'visibility': u'private', u'file': u'/v2/images/3e920aa7-e4bb-4314-990e-daf2df9c6d0d/file', u'owner': u'90aa95516c664aef94b667c55fdaffe9', u'virtual_size': None, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'id': u'3e920aa7-e4bb-4314-990e-daf2df9c6d0d', u'size': None, u'name': u'singlevm1-img_82c58aca-fffa-4672-93ed-bbea6690914a', u'checksum': None, u'self': u'/v2/images/3e920aa7-e4bb-4314-990e-daf2df9c6d0d', u'disk_format': u'qcow2', u'protected': False, u'created_at': u'2018-08-01T03:33:28Z', u'schema': u'/v2/schemas/image'}) 2018-08-01 03:33:29,503 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-01 03:33:29,506 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}40a88225c359e4ebbf636375d766201f20832260" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "singlevm1-flavor_82c58aca-fffa-4672-93ed-bbea6690914a", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-01 03:33:30,295 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 03:33: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-3bbd2d78-0d0f-4b34-a8cf-8317b35bc06e x-compute-request-id: req-3bbd2d78-0d0f-4b34-a8cf-8317b35bc06e Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavor": {"name": "singlevm1-flavor_82c58aca-fffa-4672-93ed-bbea6690914a", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/e1ca35fc-6bda-4100-bc23-de5676f85193", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/e1ca35fc-6bda-4100-bc23-de5676f85193", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "e1ca35fc-6bda-4100-bc23-de5676f85193"}} 2018-08-01 03:33:30,295 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-3bbd2d78-0d0f-4b34-a8cf-8317b35bc06e 2018-08-01 03:33:30,295 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.791945934296s 2018-08-01 03:33:30,296 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-3bbd2d78-0d0f-4b34-a8cf-8317b35bc06e 2018-08-01 03:33:30,297 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'singlevm1-flavor_82c58aca-fffa-4672-93ed-bbea6690914a', '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'90aa95516c664aef94b667c55fdaffe9', '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'e1ca35fc-6bda-4100-bc23-de5676f85193', 'swap': 0}) 2018-08-01 03:33:30,297 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-01 03:33:30,300 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/flavors/e1ca35fc-6bda-4100-bc23-de5676f85193/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}40a88225c359e4ebbf636375d766201f20832260" -d '{"extra_specs": {}}' 2018-08-01 03:33:30,323 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 03:33: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-d39fef35-59c0-4fd4-a74a-2b71a6e64e1f x-compute-request-id: req-d39fef35-59c0-4fd4-a74a-2b71a6e64e1f Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-01 03:33:30,323 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors/e1ca35fc-6bda-4100-bc23-de5676f85193/os-extra_specs used request id req-d39fef35-59c0-4fd4-a74a-2b71a6e64e1f 2018-08-01 03:33:30,324 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0261449813843s 2018-08-01 03:33:30,324 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors/e1ca35fc-6bda-4100-bc23-de5676f85193/os-extra_specs used request id req-d39fef35-59c0-4fd4-a74a-2b71a6e64e1f 2018-08-01 03:33:30,324 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-08-01 03:33:30,327 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}40a88225c359e4ebbf636375d766201f20832260" -d '{"keypair": {"name": "singlevm1-kp_82c58aca-fffa-4672-93ed-bbea6690914a"}}' 2018-08-01 03:33:30,711 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 03:33: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-f3267b2c-e2e5-4a6a-aebe-db8f124981e6 x-compute-request-id: req-f3267b2c-e2e5-4a6a-aebe-db8f124981e6 Content-Encoding: gzip Content-Length: 1804 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDAnri/GD1YibgFpZy8v9JJXFo04AmH1oEDAPylyfAE79okt6WQNCOMEslC4td2Ebiq6w26WM8dBa0W38L3bS4fGAWpCuViCLTlr+8MlusFrmQjVD7FsKblC+0GN/i6mNDINTOSZ7HyL+MWWcCyJEvl8E+0/uUOmTirqxPUau9zir6TlHRE5V27rJ4O6R+G/FqxXSGdHJJ8vcPomBPsctD+WFh9RIrd3JcwB6ar1pLn50zyDHSSKyZMug4/6YexaKItqyPUOaXHuaz+Wt7ILP0gch6S5usadrAxo6/+4AAXdOHEcwtm2dsSQquoxzt01ptrMrUEz9cESYjCx0douOwR Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAwJ64vxg9WIm4BaWcvL/SSVxaNOAJh9aBAwD8pcnwBO/aJLel\nkDQjjBLJQuLXdhG4qusNuljPHQWtFt/C920uHxgFqQrlYgi05a/vDJbrBa5kI1Q+\nxbCm5QvtBjf4upjQyDUzkmex8i/jFlnAsiRL5fBPtP7lDpk4q6sT1Grvc4q+k5R0\nROVdu6yeDukfhvxasV0hnRySfL3D6JgT7HLQ/lhYfUSK3dyXMAemq9aS5+dM8gx0\nkismTLoOP+mHsWiiLasj1Dmlx7ms/lreyCz9IHIekubrGnawMaOv/uAAF3ThxHML\nZtnbEkKrqMc7dNabazK1BM/XBEmIwsdHaLjsEQIDAQABAoIBAQCJAx3UyBAy31tn\noOL5m9Sf3DJKNCZzWlBQa65K23aAfIAF6B+7kGrMozxH+IVcdcSOxz3vlGZWdYgm\noinTx/Srp3G3SYnajujmDJwUr3EjjGWsf6tbAYnlmPMTnlKtoC+6iaVSebIo3IlC\nh7s6u/jE6Yg47arPFIwsCDfFu/7xhr2EVXFgf1/+Tr0CyjgBr0CRuphqbJRy7au5\nw24PProVC1NmgqfMUsvGMkgEldlbTb4JnbwjNW2Knw7XFVfAQOTuYv7+iW1K+a6J\n9+ckIi0+I6s8eaNmi/8s98MD99k6zf30Hk+rf1EiPbKgGHdDVun8ehO/mxyPMU7J\nLRCHfQmFAoGBAPE42pZaVGf+KQpIgkge3/eLRMptn0B3NmvSpA5dGAcUn1VRQy+N\nUqnoTKrKnV90QnIILQUqfgrOf2/ngm5ftdXIoAMdEL6edL0A3ELgr1+h9HTCMKyy\neZycU7g6URH2qhwjFYqmFtb7lgRRnTrFAF2ra87i8ZWwpHeOJrSEK3gfAoGBAMxr\noRiVOpHLsGzQowCo6OysjKxG8EJpa2NyBhnUw30uQU949rT1fEeiAuZya8XnwF8X\n6k9QCCzfo/SAackB3p1TM6itlIcI5Y0/mBKgRj9LsF7OJ0yXArfFI4IePeESMb1z\n6mgRyMi8/LoRXajpLcON5vq6NdVqerufWdxRP9XPAoGBAMaT1iaWIAwoCCMGA/JZ\nMGj5hlzal5IbUXq7wgBtFL2ndW9n4VZBEf77VDn5aEpPS+/R2TX6gB5nVjOKMy6n\nrepbKZbGk6VIjrOVBL4td1HT4olH34gbuM97RdRQdbLDC9Dz9OTZy82Y+St/AF+E\nE8QIvUxoORbQfuRI6oYKlDpjAoGALXsAw4xoFIoB/aPJsFrkP8wAHFBIIi58Mwrq\napLYz6Ab7ceW9BnuBa35ATaR3d07Aq06d1zyBLHZM4vifVNKKSyawLul4QlMsUll\n1zcLigeX/O/W9IZgl2xoAwohcFLw+BqzG2Zhiq/pdqhocy01/l0y97O4SHxBRD8m\n6gq1ricCgYBoLMgYEVqAyIFR1y+cPBdH77gTK3Dyo+ZVA9jWZ7L2H5w026MoUQr+\n5K/o3+POn2xX+/tet21ymvPlM5qV2cmBasCbIwgkpbMVBVmmn50Qw4811PhlTCaL\nW2mpHnqdHVLIhbRqCjuxsTXc2i1wAtLyovwN66Or0S9ZatiHr6yUiA==\n-----END RSA PRIVATE KEY-----\n", "user_id": "749556e27c83423fb69e649d00450103", "name": "singlevm1-kp_82c58aca-fffa-4672-93ed-bbea6690914a", "fingerprint": "bf:ea:61:a4:49:1d:17:2f:b1:17:0a:3e:ca:6b:86:0c"}} 2018-08-01 03:33:30,711 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/os-keypairs used request id req-f3267b2c-e2e5-4a6a-aebe-db8f124981e6 2018-08-01 03:33:30,711 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.386482000351s 2018-08-01 03:33:30,711 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/os-keypairs used request id req-f3267b2c-e2e5-4a6a-aebe-db8f124981e6 2018-08-01 03:33:30,712 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDAnri/GD1YibgFpZy8v9JJXFo04AmH1oEDAPylyfAE79okt6WQNCOMEslC4td2Ebiq6w26WM8dBa0W38L3bS4fGAWpCuViCLTlr+8MlusFrmQjVD7FsKblC+0GN/i6mNDINTOSZ7HyL+MWWcCyJEvl8E+0/uUOmTirqxPUau9zir6TlHRE5V27rJ4O6R+G/FqxXSGdHJJ8vcPomBPsctD+WFh9RIrd3JcwB6ar1pLn50zyDHSSKyZMug4/6YexaKItqyPUOaXHuaz+Wt7ILP0gch6S5usadrAxo6/+4AAXdOHEcwtm2dsSQquoxzt01ptrMrUEz9cESYjCx0douOwR Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAwJ64vxg9WIm4BaWcvL/SSVxaNOAJh9aBAwD8pcnwBO/aJLel\nkDQjjBLJQuLXdhG4qusNuljPHQWtFt/C920uHxgFqQrlYgi05a/vDJbrBa5kI1Q+\nxbCm5QvtBjf4upjQyDUzkmex8i/jFlnAsiRL5fBPtP7lDpk4q6sT1Grvc4q+k5R0\nROVdu6yeDukfhvxasV0hnRySfL3D6JgT7HLQ/lhYfUSK3dyXMAemq9aS5+dM8gx0\nkismTLoOP+mHsWiiLasj1Dmlx7ms/lreyCz9IHIekubrGnawMaOv/uAAF3ThxHML\nZtnbEkKrqMc7dNabazK1BM/XBEmIwsdHaLjsEQIDAQABAoIBAQCJAx3UyBAy31tn\noOL5m9Sf3DJKNCZzWlBQa65K23aAfIAF6B+7kGrMozxH+IVcdcSOxz3vlGZWdYgm\noinTx/Srp3G3SYnajujmDJwUr3EjjGWsf6tbAYnlmPMTnlKtoC+6iaVSebIo3IlC\nh7s6u/jE6Yg47arPFIwsCDfFu/7xhr2EVXFgf1/+Tr0CyjgBr0CRuphqbJRy7au5\nw24PProVC1NmgqfMUsvGMkgEldlbTb4JnbwjNW2Knw7XFVfAQOTuYv7+iW1K+a6J\n9+ckIi0+I6s8eaNmi/8s98MD99k6zf30Hk+rf1EiPbKgGHdDVun8ehO/mxyPMU7J\nLRCHfQmFAoGBAPE42pZaVGf+KQpIgkge3/eLRMptn0B3NmvSpA5dGAcUn1VRQy+N\nUqnoTKrKnV90QnIILQUqfgrOf2/ngm5ftdXIoAMdEL6edL0A3ELgr1+h9HTCMKyy\neZycU7g6URH2qhwjFYqmFtb7lgRRnTrFAF2ra87i8ZWwpHeOJrSEK3gfAoGBAMxr\noRiVOpHLsGzQowCo6OysjKxG8EJpa2NyBhnUw30uQU949rT1fEeiAuZya8XnwF8X\n6k9QCCzfo/SAackB3p1TM6itlIcI5Y0/mBKgRj9LsF7OJ0yXArfFI4IePeESMb1z\n6mgRyMi8/LoRXajpLcON5vq6NdVqerufWdxRP9XPAoGBAMaT1iaWIAwoCCMGA/JZ\nMGj5hlzal5IbUXq7wgBtFL2ndW9n4VZBEf77VDn5aEpPS+/R2TX6gB5nVjOKMy6n\nrepbKZbGk6VIjrOVBL4td1HT4olH34gbuM97RdRQdbLDC9Dz9OTZy82Y+St/AF+E\nE8QIvUxoORbQfuRI6oYKlDpjAoGALXsAw4xoFIoB/aPJsFrkP8wAHFBIIi58Mwrq\napLYz6Ab7ceW9BnuBa35ATaR3d07Aq06d1zyBLHZM4vifVNKKSyawLul4QlMsUll\n1zcLigeX/O/W9IZgl2xoAwohcFLw+BqzG2Zhiq/pdqhocy01/l0y97O4SHxBRD8m\n6gq1ricCgYBoLMgYEVqAyIFR1y+cPBdH77gTK3Dyo+ZVA9jWZ7L2H5w026MoUQr+\n5K/o3+POn2xX+/tet21ymvPlM5qV2cmBasCbIwgkpbMVBVmmn50Qw4811PhlTCaL\nW2mpHnqdHVLIhbRqCjuxsTXc2i1wAtLyovwN66Or0S9ZatiHr6yUiA==\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'749556e27c83423fb69e649d00450103', 'name': u'singlevm1-kp_82c58aca-fffa-4672-93ed-bbea6690914a', 'created_at': '2018-08-01T03:33:30.712653', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'90aa95516c664aef94b667c55fdaffe9', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'bf:ea:61:a4:49:1d:17:2f:b1:17:0a:3e:ca:6b:86:0c', 'type': 'ssh', 'id': u'singlevm1-kp_82c58aca-fffa-4672-93ed-bbea6690914a'}) 2018-08-01 03:33:30,713 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEpAIBAAKCAQEAwJ64vxg9WIm4BaWcvL/SSVxaNOAJh9aBAwD8pcnwBO/aJLel kDQjjBLJQuLXdhG4qusNuljPHQWtFt/C920uHxgFqQrlYgi05a/vDJbrBa5kI1Q+ xbCm5QvtBjf4upjQyDUzkmex8i/jFlnAsiRL5fBPtP7lDpk4q6sT1Grvc4q+k5R0 ROVdu6yeDukfhvxasV0hnRySfL3D6JgT7HLQ/lhYfUSK3dyXMAemq9aS5+dM8gx0 kismTLoOP+mHsWiiLasj1Dmlx7ms/lreyCz9IHIekubrGnawMaOv/uAAF3ThxHML ZtnbEkKrqMc7dNabazK1BM/XBEmIwsdHaLjsEQIDAQABAoIBAQCJAx3UyBAy31tn oOL5m9Sf3DJKNCZzWlBQa65K23aAfIAF6B+7kGrMozxH+IVcdcSOxz3vlGZWdYgm oinTx/Srp3G3SYnajujmDJwUr3EjjGWsf6tbAYnlmPMTnlKtoC+6iaVSebIo3IlC h7s6u/jE6Yg47arPFIwsCDfFu/7xhr2EVXFgf1/+Tr0CyjgBr0CRuphqbJRy7au5 w24PProVC1NmgqfMUsvGMkgEldlbTb4JnbwjNW2Knw7XFVfAQOTuYv7+iW1K+a6J 9+ckIi0+I6s8eaNmi/8s98MD99k6zf30Hk+rf1EiPbKgGHdDVun8ehO/mxyPMU7J LRCHfQmFAoGBAPE42pZaVGf+KQpIgkge3/eLRMptn0B3NmvSpA5dGAcUn1VRQy+N UqnoTKrKnV90QnIILQUqfgrOf2/ngm5ftdXIoAMdEL6edL0A3ELgr1+h9HTCMKyy eZycU7g6URH2qhwjFYqmFtb7lgRRnTrFAF2ra87i8ZWwpHeOJrSEK3gfAoGBAMxr oRiVOpHLsGzQowCo6OysjKxG8EJpa2NyBhnUw30uQU949rT1fEeiAuZya8XnwF8X 6k9QCCzfo/SAackB3p1TM6itlIcI5Y0/mBKgRj9LsF7OJ0yXArfFI4IePeESMb1z 6mgRyMi8/LoRXajpLcON5vq6NdVqerufWdxRP9XPAoGBAMaT1iaWIAwoCCMGA/JZ MGj5hlzal5IbUXq7wgBtFL2ndW9n4VZBEf77VDn5aEpPS+/R2TX6gB5nVjOKMy6n repbKZbGk6VIjrOVBL4td1HT4olH34gbuM97RdRQdbLDC9Dz9OTZy82Y+St/AF+E E8QIvUxoORbQfuRI6oYKlDpjAoGALXsAw4xoFIoB/aPJsFrkP8wAHFBIIi58Mwrq apLYz6Ab7ceW9BnuBa35ATaR3d07Aq06d1zyBLHZM4vifVNKKSyawLul4QlMsUll 1zcLigeX/O/W9IZgl2xoAwohcFLw+BqzG2Zhiq/pdqhocy01/l0y97O4SHxBRD8m 6gq1ricCgYBoLMgYEVqAyIFR1y+cPBdH77gTK3Dyo+ZVA9jWZ7L2H5w026MoUQr+ 5K/o3+POn2xX+/tet21ymvPlM5qV2cmBasCbIwgkpbMVBVmmn50Qw4811PhlTCaL W2mpHnqdHVLIhbRqCjuxsTXc2i1wAtLyovwN66Or0S9ZatiHr6yUiA== -----END RSA PRIVATE KEY----- 2018-08-01 03:33:30,716 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-groups 2018-08-01 03:33:30,716 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}40a88225c359e4ebbf636375d766201f20832260" -d '{"security_group": {"name": "singlevm1-sg_82c58aca-fffa-4672-93ed-bbea6690914a", "description": "created by OPNFV Functest (singlevm1)"}}' 2018-08-01 03:33:31,152 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1418 X-Openstack-Request-Id: req-b19f7e35-1c2b-49c8-a540-177514f211b5 Date: Wed, 01 Aug 2018 03:33:31 GMT RESP BODY: {"security_group": {"description": "created by OPNFV Functest (singlevm1)", "tags": [], "tenant_id": "90aa95516c664aef94b667c55fdaffe9", "created_at": "2018-08-01T03:33:30Z", "updated_at": "2018-08-01T03:33:30Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-01T03:33:30Z", "revision_number": 0, "id": "1b327e32-e109-44ad-bb54-fad790467a17", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-01T03:33:30Z", "security_group_id": "c155a688-fd3b-4791-aba1-ad7cf52dd993", "tenant_id": "90aa95516c664aef94b667c55fdaffe9", "port_range_min": null, "ethertype": "IPv4", "project_id": "90aa95516c664aef94b667c55fdaffe9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-01T03:33:31Z", "revision_number": 0, "id": "51f1c1e0-6341-417e-a376-12f1687788d6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-01T03:33:31Z", "security_group_id": "c155a688-fd3b-4791-aba1-ad7cf52dd993", "tenant_id": "90aa95516c664aef94b667c55fdaffe9", "port_range_min": null, "ethertype": "IPv6", "project_id": "90aa95516c664aef94b667c55fdaffe9"}], "revision_number": 1, "project_id": "90aa95516c664aef94b667c55fdaffe9", "id": "c155a688-fd3b-4791-aba1-ad7cf52dd993", "name": "singlevm1-sg_82c58aca-fffa-4672-93ed-bbea6690914a"}} 2018-08-01 03:33:31,152 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-b19f7e35-1c2b-49c8-a540-177514f211b5 2018-08-01 03:33:31,152 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-groups in 0.436000108719s 2018-08-01 03:33:31,152 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-b19f7e35-1c2b-49c8-a540-177514f211b5 2018-08-01 03:33:31,157 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-01 03:33:31,157 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}40a88225c359e4ebbf636375d766201f20832260" 2018-08-01 03:33:31,215 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 13166 X-Openstack-Request-Id: req-d20ad73b-ca77-46fd-bf8a-080e8827b012 Date: Wed, 01 Aug 2018 03:33:31 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "89443fd7c5cf4259bed71fca1c3fe619", "created_at": "2018-08-01T03:28:13Z", "updated_at": "2018-08-01T03:28:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-01T03:28:13Z", "revision_number": 0, "id": "3b8497c6-7bda-4bd0-bb6f-02b189f08c88", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-01T03:28:13Z", "security_group_id": "0bb1dfe3-90a3-41f5-99ab-dbb834e2a0bf", "tenant_id": "89443fd7c5cf4259bed71fca1c3fe619", "port_range_min": null, "ethertype": "IPv4", "project_id": "89443fd7c5cf4259bed71fca1c3fe619"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-01T03:28:13Z", "revision_number": 0, "id": "a9fb7b6f-bffd-436e-9a8d-704427f894c1", "remote_group_id": "0bb1dfe3-90a3-41f5-99ab-dbb834e2a0bf", "remote_ip_prefix": null, "created_at": "2018-08-01T03:28:13Z", "security_group_id": "0bb1dfe3-90a3-41f5-99ab-dbb834e2a0bf", "tenant_id": "89443fd7c5cf4259bed71fca1c3fe619", "port_range_min": null, "ethertype": "IPv6", "project_id": "89443fd7c5cf4259bed71fca1c3fe619"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-01T03:28:13Z", "revision_number": 0, "id": "f3f422e1-7b5e-491d-864a-cb70dec2934b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-01T03:28:13Z", "security_group_id": "0bb1dfe3-90a3-41f5-99ab-dbb834e2a0bf", "tenant_id": "89443fd7c5cf4259bed71fca1c3fe619", "port_range_min": null, "ethertype": "IPv6", "project_id": "89443fd7c5cf4259bed71fca1c3fe619"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-01T03:28:13Z", "revision_number": 0, "id": "f6efa75b-27dc-4865-a1c8-7d635791a7e4", "remote_group_id": "0bb1dfe3-90a3-41f5-99ab-dbb834e2a0bf", "remote_ip_prefix": null, "created_at": "2018-08-01T03:28:13Z", "security_group_id": "0bb1dfe3-90a3-41f5-99ab-dbb834e2a0bf", "tenant_id": "89443fd7c5cf4259bed71fca1c3fe619", "port_range_min": null, "ethertype": "IPv4", "project_id": "89443fd7c5cf4259bed71fca1c3fe619"}], "revision_number": 1, "project_id": "89443fd7c5cf4259bed71fca1c3fe619", "id": "0bb1dfe3-90a3-41f5-99ab-dbb834e2a0bf", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0d4564991b154f39987f6f9577b24bec", "created_at": "2018-08-01T03:32:12Z", "updated_at": "2018-08-01T03:32:12Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-01T03:32:12Z", "revision_number": 0, "id": "05362760-be75-445a-8a31-ea358c74e828", "remote_group_id": "1d7ba4ef-f350-4c2d-85ad-bdfb9cb994cc", "remote_ip_prefix": null, "created_at": "2018-08-01T03:32:12Z", "security_group_id": "1d7ba4ef-f350-4c2d-85ad-bdfb9cb994cc", "tenant_id": "0d4564991b154f39987f6f9577b24bec", "port_range_min": null, "ethertype": "IPv6", "project_id": "0d4564991b154f39987f6f9577b24bec"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-01T03:32:12Z", "revision_number": 0, "id": "a24ea511-9da3-45e2-9c7c-32814ce65726", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-01T03:32:12Z", "security_group_id": "1d7ba4ef-f350-4c2d-85ad-bdfb9cb994cc", "tenant_id": "0d4564991b154f39987f6f9577b24bec", "port_range_min": null, "ethertype": "IPv4", "project_id": "0d4564991b154f39987f6f9577b24bec"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-01T03:32:12Z", "revision_number": 0, "id": "a8d5384a-d7d1-40a4-8341-14439f2fa1b9", "remote_group_id": "1d7ba4ef-f350-4c2d-85ad-bdfb9cb994cc", "remote_ip_prefix": null, "created_at": "2018-08-01T03:32:12Z", "security_group_id": "1d7ba4ef-f350-4c2d-85ad-bdfb9cb994cc", "tenant_id": "0d4564991b154f39987f6f9577b24bec", "port_range_min": null, "ethertype": "IPv4", "project_id": "0d4564991b154f39987f6f9577b24bec"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-01T03:32:12Z", "revision_number": 0, "id": "c86eb45e-dbbf-4c49-81a2-9d34147d8bc6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-01T03:32:12Z", "security_group_id": "1d7ba4ef-f350-4c2d-85ad-bdfb9cb994cc", "tenant_id": "0d4564991b154f39987f6f9577b24bec", "port_range_min": null, "ethertype": "IPv6", "project_id": "0d4564991b154f39987f6f9577b24bec"}], "revision_number": 1, "project_id": "0d4564991b154f39987f6f9577b24bec", "id": "1d7ba4ef-f350-4c2d-85ad-bdfb9cb994cc", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "90aa95516c664aef94b667c55fdaffe9", "created_at": "2018-08-01T03:31:48Z", "updated_at": "2018-08-01T03:31:48Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-01T03:31:48Z", "revision_number": 0, "id": "00df8f76-1ed8-4083-924f-ca045a97b819", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-01T03:31:48Z", "security_group_id": "3216b19d-23d9-46c6-8ddd-952537b910a1", "tenant_id": "90aa95516c664aef94b667c55fdaffe9", "port_range_min": null, "ethertype": "IPv6", "project_id": "90aa95516c664aef94b667c55fdaffe9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-01T03:31:48Z", "revision_number": 0, "id": "912a4378-4ad4-42d6-9023-7d110fb243bb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-01T03:31:48Z", "security_group_id": "3216b19d-23d9-46c6-8ddd-952537b910a1", "tenant_id": "90aa95516c664aef94b667c55fdaffe9", "port_range_min": null, "ethertype": "IPv4", "project_id": "90aa95516c664aef94b667c55fdaffe9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-01T03:31:48Z", "revision_number": 0, "id": "e38107c5-03ae-4d22-ab22-38a705e3c84f", "remote_group_id": "3216b19d-23d9-46c6-8ddd-952537b910a1", "remote_ip_prefix": null, "created_at": "2018-08-01T03:31:48Z", "security_group_id": "3216b19d-23d9-46c6-8ddd-952537b910a1", "tenant_id": "90aa95516c664aef94b667c55fdaffe9", "port_range_min": null, "ethertype": "IPv4", "project_id": "90aa95516c664aef94b667c55fdaffe9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-01T03:31:48Z", "revision_number": 0, "id": "f5a71b91-fcab-4a05-bc67-a1a34ae32c80", "remote_group_id": "3216b19d-23d9-46c6-8ddd-952537b910a1", "remote_ip_prefix": null, "created_at": "2018-08-01T03:31:48Z", "security_group_id": "3216b19d-23d9-46c6-8ddd-952537b910a1", "tenant_id": "90aa95516c664aef94b667c55fdaffe9", "port_range_min": null, "ethertype": "IPv6", "project_id": "90aa95516c664aef94b667c55fdaffe9"}], "revision_number": 1, "project_id": "90aa95516c664aef94b667c55fdaffe9", "id": "3216b19d-23d9-46c6-8ddd-952537b910a1", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "73d335a4251e443683efc2ad0f070500", "created_at": "2018-08-01T03:33:00Z", "updated_at": "2018-08-01T03:33:00Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-01T03:33:00Z", "revision_number": 0, "id": "2991b7b5-9aac-4dd4-b060-d55297a7cbb4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-01T03:33:00Z", "security_group_id": "b23b6cd4-a0b9-4912-94c1-a9d02413e5d8", "tenant_id": "73d335a4251e443683efc2ad0f070500", "port_range_min": null, "ethertype": "IPv6", "project_id": "73d335a4251e443683efc2ad0f070500"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-01T03:33:00Z", "revision_number": 0, "id": "a2fc7e6b-74cd-4212-b285-40679b1fc779", "remote_group_id": "b23b6cd4-a0b9-4912-94c1-a9d02413e5d8", "remote_ip_prefix": null, "created_at": "2018-08-01T03:33:00Z", "security_group_id": "b23b6cd4-a0b9-4912-94c1-a9d02413e5d8", "tenant_id": "73d335a4251e443683efc2ad0f070500", "port_range_min": null, "ethertype": "IPv6", "project_id": "73d335a4251e443683efc2ad0f070500"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-01T03:33:00Z", "revision_number": 0, "id": "a51796fd-b506-4041-8384-2ea53a6f2db8", "remote_group_id": "b23b6cd4-a0b9-4912-94c1-a9d02413e5d8", "remote_ip_prefix": null, "created_at": "2018-08-01T03:33:00Z", "security_group_id": "b23b6cd4-a0b9-4912-94c1-a9d02413e5d8", "tenant_id": "73d335a4251e443683efc2ad0f070500", "port_range_min": null, "ethertype": "IPv4", "project_id": "73d335a4251e443683efc2ad0f070500"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-01T03:33:00Z", "revision_number": 0, "id": "e0aa8a4d-a2d2-4b37-b00b-4de300ab917b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-01T03:33:00Z", "security_group_id": "b23b6cd4-a0b9-4912-94c1-a9d02413e5d8", "tenant_id": "73d335a4251e443683efc2ad0f070500", "port_range_min": null, "ethertype": "IPv4", "project_id": "73d335a4251e443683efc2ad0f070500"}], "revision_number": 1, "project_id": "73d335a4251e443683efc2ad0f070500", "id": "b23b6cd4-a0b9-4912-94c1-a9d02413e5d8", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-01T03:31:53Z", "updated_at": "2018-08-01T03:31:53Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-01T03:31:53Z", "revision_number": 0, "id": "0c94480a-368d-410b-b818-216d3af37709", "remote_group_id": "bb08bc43-e3b2-4329-989f-3da669433d5d", "remote_ip_prefix": null, "created_at": "2018-08-01T03:31:53Z", "security_group_id": "bb08bc43-e3b2-4329-989f-3da669433d5d", "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-01T03:31:53Z", "revision_number": 0, "id": "26e0dd94-d7da-4c66-a775-94d243dfc31c", "remote_group_id": "bb08bc43-e3b2-4329-989f-3da669433d5d", "remote_ip_prefix": null, "created_at": "2018-08-01T03:31:53Z", "security_group_id": "bb08bc43-e3b2-4329-989f-3da669433d5d", "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-01T03:31:53Z", "revision_number": 0, "id": "2a177ca1-ac39-4669-8689-45cb6777c41b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-01T03:31:53Z", "security_group_id": "bb08bc43-e3b2-4329-989f-3da669433d5d", "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-01T03:31:53Z", "revision_number": 0, "id": "8887cdcf-e456-4d27-b906-487168724950", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-01T03:31:53Z", "security_group_id": "bb08bc43-e3b2-4329-989f-3da669433d5d", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 1, "project_id": "", "id": "bb08bc43-e3b2-4329-989f-3da669433d5d", "name": "default"}, {"description": "created by OPNFV Functest (singlevm1)", "tags": [], "tenant_id": "90aa95516c664aef94b667c55fdaffe9", "created_at": "2018-08-01T03:33:30Z", "updated_at": "2018-08-01T03:33:30Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-01T03:33:30Z", "revision_number": 0, "id": "1b327e32-e109-44ad-bb54-fad790467a17", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-01T03:33:30Z", "security_group_id": "c155a688-fd3b-4791-aba1-ad7cf52dd993", "tenant_id": "90aa95516c664aef94b667c55fdaffe9", "port_range_min": null, "ethertype": "IPv4", "project_id": "90aa95516c664aef94b667c55fdaffe9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-01T03:33:31Z", "revision_number": 0, "id": "51f1c1e0-6341-417e-a376-12f1687788d6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-01T03:33:31Z", "security_group_id": "c155a688-fd3b-4791-aba1-ad7cf52dd993", "tenant_id": "90aa95516c664aef94b667c55fdaffe9", "port_range_min": null, "ethertype": "IPv6", "project_id": "90aa95516c664aef94b667c55fdaffe9"}], "revision_number": 1, "project_id": "90aa95516c664aef94b667c55fdaffe9", "id": "c155a688-fd3b-4791-aba1-ad7cf52dd993", "name": "singlevm1-sg_82c58aca-fffa-4672-93ed-bbea6690914a"}]} 2018-08-01 03:33:31,215 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-d20ad73b-ca77-46fd-bf8a-080e8827b012 2018-08-01 03:33:31,215 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0581820011139s 2018-08-01 03:33:31,216 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-d20ad73b-ca77-46fd-bf8a-080e8827b012 2018-08-01 03:33:31,220 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-01 03:33:31,221 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}40a88225c359e4ebbf636375d766201f20832260" -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": "c155a688-fd3b-4791-aba1-ad7cf52dd993"}}' 2018-08-01 03:33:31,732 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-80c59f6c-4ebf-40d1-9f55-5fa1597e9776 Date: Wed, 01 Aug 2018 03:33:31 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-08-01T03:33:31Z", "security_group_id": "c155a688-fd3b-4791-aba1-ad7cf52dd993", "port_range_min": 22, "revision_number": 0, "tenant_id": "90aa95516c664aef94b667c55fdaffe9", "created_at": "2018-08-01T03:33:31Z", "project_id": "90aa95516c664aef94b667c55fdaffe9", "id": "187cd23c-365d-426e-974f-2d701220a8db"}} 2018-08-01 03:33:31,732 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules.json used request id req-80c59f6c-4ebf-40d1-9f55-5fa1597e9776 2018-08-01 03:33:31,732 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.512329101562s 2018-08-01 03:33:31,733 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules.json used request id req-80c59f6c-4ebf-40d1-9f55-5fa1597e9776 2018-08-01 03:33:31,736 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-01 03:33:31,737 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}40a88225c359e4ebbf636375d766201f20832260" 2018-08-01 03:33:31,970 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 13662 X-Openstack-Request-Id: req-b33de764-9bbb-4d77-b366-f17967bb2329 Date: Wed, 01 Aug 2018 03:33:31 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "89443fd7c5cf4259bed71fca1c3fe619", "created_at": "2018-08-01T03:28:13Z", "updated_at": "2018-08-01T03:28:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-01T03:28:13Z", "revision_number": 0, "id": "3b8497c6-7bda-4bd0-bb6f-02b189f08c88", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-01T03:28:13Z", "security_group_id": "0bb1dfe3-90a3-41f5-99ab-dbb834e2a0bf", "tenant_id": "89443fd7c5cf4259bed71fca1c3fe619", "port_range_min": null, "ethertype": "IPv4", "project_id": "89443fd7c5cf4259bed71fca1c3fe619"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-01T03:28:13Z", "revision_number": 0, "id": "a9fb7b6f-bffd-436e-9a8d-704427f894c1", "remote_group_id": "0bb1dfe3-90a3-41f5-99ab-dbb834e2a0bf", "remote_ip_prefix": null, "created_at": "2018-08-01T03:28:13Z", "security_group_id": "0bb1dfe3-90a3-41f5-99ab-dbb834e2a0bf", "tenant_id": "89443fd7c5cf4259bed71fca1c3fe619", "port_range_min": null, "ethertype": "IPv6", "project_id": "89443fd7c5cf4259bed71fca1c3fe619"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-01T03:28:13Z", "revision_number": 0, "id": "f3f422e1-7b5e-491d-864a-cb70dec2934b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-01T03:28:13Z", "security_group_id": "0bb1dfe3-90a3-41f5-99ab-dbb834e2a0bf", "tenant_id": "89443fd7c5cf4259bed71fca1c3fe619", "port_range_min": null, "ethertype": "IPv6", "project_id": "89443fd7c5cf4259bed71fca1c3fe619"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-01T03:28:13Z", "revision_number": 0, "id": "f6efa75b-27dc-4865-a1c8-7d635791a7e4", "remote_group_id": "0bb1dfe3-90a3-41f5-99ab-dbb834e2a0bf", "remote_ip_prefix": null, "created_at": "2018-08-01T03:28:13Z", "security_group_id": "0bb1dfe3-90a3-41f5-99ab-dbb834e2a0bf", "tenant_id": "89443fd7c5cf4259bed71fca1c3fe619", "port_range_min": null, "ethertype": "IPv4", "project_id": "89443fd7c5cf4259bed71fca1c3fe619"}], "revision_number": 1, "project_id": "89443fd7c5cf4259bed71fca1c3fe619", "id": "0bb1dfe3-90a3-41f5-99ab-dbb834e2a0bf", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0d4564991b154f39987f6f9577b24bec", "created_at": "2018-08-01T03:32:12Z", "updated_at": "2018-08-01T03:32:12Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-01T03:32:12Z", "revision_number": 0, "id": "05362760-be75-445a-8a31-ea358c74e828", "remote_group_id": "1d7ba4ef-f350-4c2d-85ad-bdfb9cb994cc", "remote_ip_prefix": null, "created_at": "2018-08-01T03:32:12Z", "security_group_id": "1d7ba4ef-f350-4c2d-85ad-bdfb9cb994cc", "tenant_id": "0d4564991b154f39987f6f9577b24bec", "port_range_min": null, "ethertype": "IPv6", "project_id": "0d4564991b154f39987f6f9577b24bec"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-01T03:32:12Z", "revision_number": 0, "id": "a24ea511-9da3-45e2-9c7c-32814ce65726", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-01T03:32:12Z", "security_group_id": "1d7ba4ef-f350-4c2d-85ad-bdfb9cb994cc", "tenant_id": "0d4564991b154f39987f6f9577b24bec", "port_range_min": null, "ethertype": "IPv4", "project_id": "0d4564991b154f39987f6f9577b24bec"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-01T03:32:12Z", "revision_number": 0, "id": "a8d5384a-d7d1-40a4-8341-14439f2fa1b9", "remote_group_id": "1d7ba4ef-f350-4c2d-85ad-bdfb9cb994cc", "remote_ip_prefix": null, "created_at": "2018-08-01T03:32:12Z", "security_group_id": "1d7ba4ef-f350-4c2d-85ad-bdfb9cb994cc", "tenant_id": "0d4564991b154f39987f6f9577b24bec", "port_range_min": null, "ethertype": "IPv4", "project_id": "0d4564991b154f39987f6f9577b24bec"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-01T03:32:12Z", "revision_number": 0, "id": "c86eb45e-dbbf-4c49-81a2-9d34147d8bc6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-01T03:32:12Z", "security_group_id": "1d7ba4ef-f350-4c2d-85ad-bdfb9cb994cc", "tenant_id": "0d4564991b154f39987f6f9577b24bec", "port_range_min": null, "ethertype": "IPv6", "project_id": "0d4564991b154f39987f6f9577b24bec"}], "revision_number": 1, "project_id": "0d4564991b154f39987f6f9577b24bec", "id": "1d7ba4ef-f350-4c2d-85ad-bdfb9cb994cc", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "90aa95516c664aef94b667c55fdaffe9", "created_at": "2018-08-01T03:31:48Z", "updated_at": "2018-08-01T03:31:48Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-01T03:31:48Z", "revision_number": 0, "id": "00df8f76-1ed8-4083-924f-ca045a97b819", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-01T03:31:48Z", "security_group_id": "3216b19d-23d9-46c6-8ddd-952537b910a1", "tenant_id": "90aa95516c664aef94b667c55fdaffe9", "port_range_min": null, "ethertype": "IPv6", "project_id": "90aa95516c664aef94b667c55fdaffe9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-01T03:31:48Z", "revision_number": 0, "id": "912a4378-4ad4-42d6-9023-7d110fb243bb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-01T03:31:48Z", "security_group_id": "3216b19d-23d9-46c6-8ddd-952537b910a1", "tenant_id": "90aa95516c664aef94b667c55fdaffe9", "port_range_min": null, "ethertype": "IPv4", "project_id": "90aa95516c664aef94b667c55fdaffe9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-01T03:31:48Z", "revision_number": 0, "id": "e38107c5-03ae-4d22-ab22-38a705e3c84f", "remote_group_id": "3216b19d-23d9-46c6-8ddd-952537b910a1", "remote_ip_prefix": null, "created_at": "2018-08-01T03:31:48Z", "security_group_id": "3216b19d-23d9-46c6-8ddd-952537b910a1", "tenant_id": "90aa95516c664aef94b667c55fdaffe9", "port_range_min": null, "ethertype": "IPv4", "project_id": "90aa95516c664aef94b667c55fdaffe9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-01T03:31:48Z", "revision_number": 0, "id": "f5a71b91-fcab-4a05-bc67-a1a34ae32c80", "remote_group_id": "3216b19d-23d9-46c6-8ddd-952537b910a1", "remote_ip_prefix": null, "created_at": "2018-08-01T03:31:48Z", "security_group_id": "3216b19d-23d9-46c6-8ddd-952537b910a1", "tenant_id": "90aa95516c664aef94b667c55fdaffe9", "port_range_min": null, "ethertype": "IPv6", "project_id": "90aa95516c664aef94b667c55fdaffe9"}], "revision_number": 1, "project_id": "90aa95516c664aef94b667c55fdaffe9", "id": "3216b19d-23d9-46c6-8ddd-952537b910a1", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "73d335a4251e443683efc2ad0f070500", "created_at": "2018-08-01T03:33:00Z", "updated_at": "2018-08-01T03:33:00Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-01T03:33:00Z", "revision_number": 0, "id": "2991b7b5-9aac-4dd4-b060-d55297a7cbb4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-01T03:33:00Z", "security_group_id": "b23b6cd4-a0b9-4912-94c1-a9d02413e5d8", "tenant_id": "73d335a4251e443683efc2ad0f070500", "port_range_min": null, "ethertype": "IPv6", "project_id": "73d335a4251e443683efc2ad0f070500"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-01T03:33:00Z", "revision_number": 0, "id": "a2fc7e6b-74cd-4212-b285-40679b1fc779", "remote_group_id": "b23b6cd4-a0b9-4912-94c1-a9d02413e5d8", "remote_ip_prefix": null, "created_at": "2018-08-01T03:33:00Z", "security_group_id": "b23b6cd4-a0b9-4912-94c1-a9d02413e5d8", "tenant_id": "73d335a4251e443683efc2ad0f070500", "port_range_min": null, "ethertype": "IPv6", "project_id": "73d335a4251e443683efc2ad0f070500"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-01T03:33:00Z", "revision_number": 0, "id": "a51796fd-b506-4041-8384-2ea53a6f2db8", "remote_group_id": "b23b6cd4-a0b9-4912-94c1-a9d02413e5d8", "remote_ip_prefix": null, "created_at": "2018-08-01T03:33:00Z", "security_group_id": "b23b6cd4-a0b9-4912-94c1-a9d02413e5d8", "tenant_id": "73d335a4251e443683efc2ad0f070500", "port_range_min": null, "ethertype": "IPv4", "project_id": "73d335a4251e443683efc2ad0f070500"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-01T03:33:00Z", "revision_number": 0, "id": "e0aa8a4d-a2d2-4b37-b00b-4de300ab917b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-01T03:33:00Z", "security_group_id": "b23b6cd4-a0b9-4912-94c1-a9d02413e5d8", "tenant_id": "73d335a4251e443683efc2ad0f070500", "port_range_min": null, "ethertype": "IPv4", "project_id": "73d335a4251e443683efc2ad0f070500"}], "revision_number": 1, "project_id": "73d335a4251e443683efc2ad0f070500", "id": "b23b6cd4-a0b9-4912-94c1-a9d02413e5d8", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-01T03:31:53Z", "updated_at": "2018-08-01T03:31:53Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-01T03:31:53Z", "revision_number": 0, "id": "0c94480a-368d-410b-b818-216d3af37709", "remote_group_id": "bb08bc43-e3b2-4329-989f-3da669433d5d", "remote_ip_prefix": null, "created_at": "2018-08-01T03:31:53Z", "security_group_id": "bb08bc43-e3b2-4329-989f-3da669433d5d", "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-01T03:31:53Z", "revision_number": 0, "id": "26e0dd94-d7da-4c66-a775-94d243dfc31c", "remote_group_id": "bb08bc43-e3b2-4329-989f-3da669433d5d", "remote_ip_prefix": null, "created_at": "2018-08-01T03:31:53Z", "security_group_id": "bb08bc43-e3b2-4329-989f-3da669433d5d", "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-01T03:31:53Z", "revision_number": 0, "id": "2a177ca1-ac39-4669-8689-45cb6777c41b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-01T03:31:53Z", "security_group_id": "bb08bc43-e3b2-4329-989f-3da669433d5d", "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-01T03:31:53Z", "revision_number": 0, "id": "8887cdcf-e456-4d27-b906-487168724950", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-01T03:31:53Z", "security_group_id": "bb08bc43-e3b2-4329-989f-3da669433d5d", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 1, "project_id": "", "id": "bb08bc43-e3b2-4329-989f-3da669433d5d", "name": "default"}, {"description": "created by OPNFV Functest (singlevm1)", "tags": [], "tenant_id": "90aa95516c664aef94b667c55fdaffe9", "created_at": "2018-08-01T03:33:30Z", "updated_at": "2018-08-01T03:33:31Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-01T03:33:31Z", "revision_number": 0, "id": "187cd23c-365d-426e-974f-2d701220a8db", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-01T03:33:31Z", "security_group_id": "c155a688-fd3b-4791-aba1-ad7cf52dd993", "tenant_id": "90aa95516c664aef94b667c55fdaffe9", "port_range_min": 22, "ethertype": "IPv4", "project_id": "90aa95516c664aef94b667c55fdaffe9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-01T03:33:30Z", "revision_number": 0, "id": "1b327e32-e109-44ad-bb54-fad790467a17", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-01T03:33:30Z", "security_group_id": "c155a688-fd3b-4791-aba1-ad7cf52dd993", "tenant_id": "90aa95516c664aef94b667c55fdaffe9", "port_range_min": null, "ethertype": "IPv4", "project_id": "90aa95516c664aef94b667c55fdaffe9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-01T03:33:31Z", "revision_number": 0, "id": "51f1c1e0-6341-417e-a376-12f1687788d6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-01T03:33:31Z", "security_group_id": "c155a688-fd3b-4791-aba1-ad7cf52dd993", "tenant_id": "90aa95516c664aef94b667c55fdaffe9", "port_range_min": null, "ethertype": "IPv6", "project_id": "90aa95516c664aef94b667c55fdaffe9"}], "revision_number": 2, "project_id": "90aa95516c664aef94b667c55fdaffe9", "id": "c155a688-fd3b-4791-aba1-ad7cf52dd993", "name": "singlevm1-sg_82c58aca-fffa-4672-93ed-bbea6690914a"}]} 2018-08-01 03:33:31,971 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-b33de764-9bbb-4d77-b366-f17967bb2329 2018-08-01 03:33:31,971 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.234413862228s 2018-08-01 03:33:31,971 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-b33de764-9bbb-4d77-b366-f17967bb2329 2018-08-01 03:33:31,975 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-01 03:33:31,976 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}40a88225c359e4ebbf636375d766201f20832260" -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": "c155a688-fd3b-4791-aba1-ad7cf52dd993"}}' 2018-08-01 03:33:32,330 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-17d5f405-5eac-4320-a94b-0fb198297321 Date: Wed, 01 Aug 2018 03:33:32 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-01T03:33:32Z", "security_group_id": "c155a688-fd3b-4791-aba1-ad7cf52dd993", "port_range_min": null, "revision_number": 0, "tenant_id": "90aa95516c664aef94b667c55fdaffe9", "created_at": "2018-08-01T03:33:32Z", "project_id": "90aa95516c664aef94b667c55fdaffe9", "id": "6c854304-c893-4879-b140-fea23fcccad3"}} 2018-08-01 03:33:32,330 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules.json used request id req-17d5f405-5eac-4320-a94b-0fb198297321 2018-08-01 03:33:32,330 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.354737043381s 2018-08-01 03:33:32,331 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules.json used request id req-17d5f405-5eac-4320-a94b-0fb198297321 2018-08-01 03:33:32,332 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-01 03:33:32,333 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}40a88225c359e4ebbf636375d766201f20832260" 2018-08-01 03:33:32,419 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-ab56da90-caf5-4a05-94c0-90b8e8775d24 Date: Wed, 01 Aug 2018 03:33:32 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"262fe7ec-b437-40b8-908b-6eb66c149655","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"89443fd7c5cf4259bed71fca1c3fe619","status":"ACTIVE","subnets":["e06facf3-a24e-40d5-a5ce-a0901a6e4875"],"description":"","tags":[],"updated_at":"2018-08-01T03:28:20Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"89443fd7c5cf4259bed71fca1c3fe619","created_at":"2018-08-01T03:28:13Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"f49fd52f-8225-4e88-8152-812526e62f0c","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"90aa95516c664aef94b667c55fdaffe9","status":"ACTIVE","subnets":["fac77dec-0301-4d85-9eaf-960b145ea1bb"],"description":"","tags":[],"updated_at":"2018-08-01T03:33:23Z","provider:segmentation_id":34,"name":"singlevm1-net_82c58aca-fffa-4672-93ed-bbea6690914a","admin_state_up":true,"tenant_id":"90aa95516c664aef94b667c55fdaffe9","created_at":"2018-08-01T03:33:22Z","provider:network_type":"vxlan"}]} 2018-08-01 03:33:32,419 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-ab56da90-caf5-4a05-94c0-90b8e8775d24 2018-08-01 03:33:32,419 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0869040489197s 2018-08-01 03:33:32,419 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-ab56da90-caf5-4a05-94c0-90b8e8775d24 2018-08-01 03:33:32,424 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-01 03:33:32,428 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}40a88225c359e4ebbf636375d766201f20832260" 2018-08-01 03:33:33,144 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1200 Content-Type: application/json X-Openstack-Request-Id: req-149e39f6-389f-4e21-860d-81a134c6dfe7 Date: Wed, 01 Aug 2018 03:33:33 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://1c426f71-e315-470f-a765-a4a983e8d919/images/3e920aa7-e4bb-4314-990e-daf2df9c6d0d/snap", "metadata": {}}], "file": "/v2/images/3e920aa7-e4bb-4314-990e-daf2df9c6d0d/file", "owner": "90aa95516c664aef94b667c55fdaffe9", "id": "3e920aa7-e4bb-4314-990e-daf2df9c6d0d", "size": 12716032, "self": "/v2/images/3e920aa7-e4bb-4314-990e-daf2df9c6d0d", "disk_format": "qcow2", "direct_url": "rbd://1c426f71-e315-470f-a765-a4a983e8d919/images/3e920aa7-e4bb-4314-990e-daf2df9c6d0d/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-08-01T03:33:29Z", "visibility": "private", "owner_specified.shade.object": "images/singlevm1-img_82c58aca-fffa-4672-93ed-bbea6690914a", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm1-img_82c58aca-fffa-4672-93ed-bbea6690914a", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-01T03:33:28Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-01 03:33:33,144 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-149e39f6-389f-4e21-860d-81a134c6dfe7 2018-08-01 03:33:33,144 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.720326185226s 2018-08-01 03:33:33,145 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-149e39f6-389f-4e21-860d-81a134c6dfe7 2018-08-01 03:33:33,147 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-01 03:33:33,149 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21: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}40a88225c359e4ebbf636375d766201f20832260" 2018-08-01 03:33:33,290 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 03:33: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-54cbd612-605e-4755-ab1b-8975118a28e5 x-compute-request-id: req-54cbd612-605e-4755-ab1b-8975118a28e5 Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavors": [{"name": "singlevm1-flavor_82c58aca-fffa-4672-93ed-bbea6690914a", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/e1ca35fc-6bda-4100-bc23-de5676f85193", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/e1ca35fc-6bda-4100-bc23-de5676f85193", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "e1ca35fc-6bda-4100-bc23-de5676f85193"}]} 2018-08-01 03:33:33,290 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-54cbd612-605e-4755-ab1b-8975118a28e5 2018-08-01 03:33:33,291 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.143899917603s 2018-08-01 03:33:33,291 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-54cbd612-605e-4755-ab1b-8975118a28e5 2018-08-01 03:33:33,293 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-08-01 03:33:33,296 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}40a88225c359e4ebbf636375d766201f20832260" -d '{"server": {"name": "singlevm1-vm_82c58aca-fffa-4672-93ed-bbea6690914a", "imageRef": "3e920aa7-e4bb-4314-990e-daf2df9c6d0d", "key_name": "singlevm1-kp_82c58aca-fffa-4672-93ed-bbea6690914a", "flavorRef": "e1ca35fc-6bda-4100-bc23-de5676f85193", "max_count": 1, "min_count": 1, "networks": [{"uuid": "f49fd52f-8225-4e88-8152-812526e62f0c"}], "security_groups": [{"name": "c155a688-fd3b-4791-aba1-ad7cf52dd993"}]}}' 2018-08-01 03:33:38,798 - keystoneauth.session - DEBUG - RESP: [202] Date: Wed, 01 Aug 2018 03:33: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-183ece79-d505-468b-a925-edc60de86554 x-compute-request-id: req-183ece79-d505-468b-a925-edc60de86554 Content-Length: 403 location: http://172.30.9.21:8774/v2.1/servers/8841d4eb-7b7e-4aa1-910d-6904a1dfe6ae Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "c155a688-fd3b-4791-aba1-ad7cf52dd993"}], "OS-DCF:diskConfig": "MANUAL", "id": "8841d4eb-7b7e-4aa1-910d-6904a1dfe6ae", "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/8841d4eb-7b7e-4aa1-910d-6904a1dfe6ae", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/8841d4eb-7b7e-4aa1-910d-6904a1dfe6ae", "rel": "bookmark"}], "adminPass": "WeDGb5veiShc"}} 2018-08-01 03:33:38,798 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers used request id req-183ece79-d505-468b-a925-edc60de86554 2018-08-01 03:33:38,798 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 5.50501084328s 2018-08-01 03:33:38,798 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers used request id req-183ece79-d505-468b-a925-edc60de86554 2018-08-01 03:33:38,799 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers 2018-08-01 03:33:38,802 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/8841d4eb-7b7e-4aa1-910d-6904a1dfe6ae -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}40a88225c359e4ebbf636375d766201f20832260" 2018-08-01 03:33:39,596 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 03:33: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-aa0c20d3-5576-42e2-b0de-bbdd23343a55 x-compute-request-id: req-aa0c20d3-5576-42e2-b0de-bbdd23343a55 Content-Encoding: gzip Content-Length: 640 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/8841d4eb-7b7e-4aa1-910d-6904a1dfe6ae", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/8841d4eb-7b7e-4aa1-910d-6904a1dfe6ae", "rel": "bookmark"}], "image": {"id": "3e920aa7-e4bb-4314-990e-daf2df9c6d0d", "links": [{"href": "http://172.30.9.21:8774/images/3e920aa7-e4bb-4314-990e-daf2df9c6d0d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e1ca35fc-6bda-4100-bc23-de5676f85193", "links": [{"href": "http://172.30.9.21:8774/flavors/e1ca35fc-6bda-4100-bc23-de5676f85193", "rel": "bookmark"}]}, "id": "8841d4eb-7b7e-4aa1-910d-6904a1dfe6ae", "user_id": "749556e27c83423fb69e649d00450103", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-01T03:33:38Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_82c58aca-fffa-4672-93ed-bbea6690914a", "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "singlevm1-vm_82c58aca-fffa-4672-93ed-bbea6690914a", "created": "2018-08-01T03:33:38Z", "tenant_id": "90aa95516c664aef94b667c55fdaffe9", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-01 03:33:39,596 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/8841d4eb-7b7e-4aa1-910d-6904a1dfe6ae used request id req-aa0c20d3-5576-42e2-b0de-bbdd23343a55 2018-08-01 03:33:39,596 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers in 0.796773910522s 2018-08-01 03:33:39,596 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/8841d4eb-7b7e-4aa1-910d-6904a1dfe6ae used request id req-aa0c20d3-5576-42e2-b0de-bbdd23343a55 2018-08-01 03:33:39,602 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-01 03:33:39,603 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}40a88225c359e4ebbf636375d766201f20832260" 2018-08-01 03:33:39,689 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-c699ab46-5976-4742-ac09-3a0a2ec39cec Date: Wed, 01 Aug 2018 03:33:39 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"262fe7ec-b437-40b8-908b-6eb66c149655","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"89443fd7c5cf4259bed71fca1c3fe619","status":"ACTIVE","subnets":["e06facf3-a24e-40d5-a5ce-a0901a6e4875"],"description":"","tags":[],"updated_at":"2018-08-01T03:28:20Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"89443fd7c5cf4259bed71fca1c3fe619","created_at":"2018-08-01T03:28:13Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"f49fd52f-8225-4e88-8152-812526e62f0c","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"90aa95516c664aef94b667c55fdaffe9","status":"ACTIVE","subnets":["fac77dec-0301-4d85-9eaf-960b145ea1bb"],"description":"","tags":[],"updated_at":"2018-08-01T03:33:23Z","provider:segmentation_id":34,"name":"singlevm1-net_82c58aca-fffa-4672-93ed-bbea6690914a","admin_state_up":true,"tenant_id":"90aa95516c664aef94b667c55fdaffe9","created_at":"2018-08-01T03:33:22Z","provider:network_type":"vxlan"}]} 2018-08-01 03:33:39,689 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-c699ab46-5976-4742-ac09-3a0a2ec39cec 2018-08-01 03:33:39,690 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0873239040375s 2018-08-01 03:33:39,690 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-c699ab46-5976-4742-ac09-3a0a2ec39cec 2018-08-01 03:33:39,691 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-01 03:33:39,692 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}40a88225c359e4ebbf636375d766201f20832260" 2018-08-01 03:33:39,735 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1291 X-Openstack-Request-Id: req-2a7f6ffa-b3ad-44d4-b6e6-613e25a70e1d Date: Wed, 01 Aug 2018 03:33:39 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"262fe7ec-b437-40b8-908b-6eb66c149655","tenant_id":"89443fd7c5cf4259bed71fca1c3fe619","created_at":"2018-08-01T03:28:20Z","dns_nameservers":[],"updated_at":"2018-08-01T03:28:20Z","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":"89443fd7c5cf4259bed71fca1c3fe619","id":"e06facf3-a24e-40d5-a5ce-a0901a6e4875","subnetpool_id":null,"name":"external-subnet"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f49fd52f-8225-4e88-8152-812526e62f0c","tenant_id":"90aa95516c664aef94b667c55fdaffe9","created_at":"2018-08-01T03:33:23Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-01T03:33:23Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"90aa95516c664aef94b667c55fdaffe9","id":"fac77dec-0301-4d85-9eaf-960b145ea1bb","subnetpool_id":null,"name":"singlevm1-subnet_82c58aca-fffa-4672-93ed-bbea6690914a"}]} 2018-08-01 03:33:39,735 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-2a7f6ffa-b3ad-44d4-b6e6-613e25a70e1d 2018-08-01 03:33:39,736 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0441510677338s 2018-08-01 03:33:39,736 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-2a7f6ffa-b3ad-44d4-b6e6-613e25a70e1d 2018-08-01 03:33:39,737 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-01 03:33:39,740 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}40a88225c359e4ebbf636375d766201f20832260" 2018-08-01 03:33:40,602 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 03:33: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-1138e58c-3883-4339-a9a6-9f90d595875f x-compute-request-id: req-1138e58c-3883-4339-a9a6-9f90d595875f Content-Encoding: gzip Content-Length: 643 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/8841d4eb-7b7e-4aa1-910d-6904a1dfe6ae", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/8841d4eb-7b7e-4aa1-910d-6904a1dfe6ae", "rel": "bookmark"}], "image": {"id": "3e920aa7-e4bb-4314-990e-daf2df9c6d0d", "links": [{"href": "http://172.30.9.21:8774/images/3e920aa7-e4bb-4314-990e-daf2df9c6d0d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e1ca35fc-6bda-4100-bc23-de5676f85193", "links": [{"href": "http://172.30.9.21:8774/flavors/e1ca35fc-6bda-4100-bc23-de5676f85193", "rel": "bookmark"}]}, "id": "8841d4eb-7b7e-4aa1-910d-6904a1dfe6ae", "user_id": "749556e27c83423fb69e649d00450103", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-01T03:33:39Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_82c58aca-fffa-4672-93ed-bbea6690914a", "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "singlevm1-vm_82c58aca-fffa-4672-93ed-bbea6690914a", "created": "2018-08-01T03:33:38Z", "tenant_id": "90aa95516c664aef94b667c55fdaffe9", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-01 03:33:40,602 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-1138e58c-3883-4339-a9a6-9f90d595875f 2018-08-01 03:33:40,602 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.864750146866s 2018-08-01 03:33:40,602 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-1138e58c-3883-4339-a9a6-9f90d595875f 2018-08-01 03:33:40,607 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-01 03:33:42,609 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-01 03:33:42,612 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}40a88225c359e4ebbf636375d766201f20832260" 2018-08-01 03:33:43,189 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 03:33: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-9f8138ff-9b0c-4f48-b4c8-465dc506dbb2 x-compute-request-id: req-9f8138ff-9b0c-4f48-b4c8-465dc506dbb2 Content-Encoding: gzip Content-Length: 723 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "block_device_mapping", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/8841d4eb-7b7e-4aa1-910d-6904a1dfe6ae", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/8841d4eb-7b7e-4aa1-910d-6904a1dfe6ae", "rel": "bookmark"}], "image": {"id": "3e920aa7-e4bb-4314-990e-daf2df9c6d0d", "links": [{"href": "http://172.30.9.21:8774/images/3e920aa7-e4bb-4314-990e-daf2df9c6d0d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e1ca35fc-6bda-4100-bc23-de5676f85193", "links": [{"href": "http://172.30.9.21:8774/flavors/e1ca35fc-6bda-4100-bc23-de5676f85193", "rel": "bookmark"}]}, "id": "8841d4eb-7b7e-4aa1-910d-6904a1dfe6ae", "user_id": "749556e27c83423fb69e649d00450103", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-01T03:33:42Z", "hostId": "8529eeb8dfdf5f0a88c54fac35fdf01b6cc0cd1e96d8a1d8c9447d66", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_82c58aca-fffa-4672-93ed-bbea6690914a", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "singlevm1-vm_82c58aca-fffa-4672-93ed-bbea6690914a", "created": "2018-08-01T03:33:38Z", "tenant_id": "90aa95516c664aef94b667c55fdaffe9", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-01 03:33:43,190 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-9f8138ff-9b0c-4f48-b4c8-465dc506dbb2 2018-08-01 03:33:43,190 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.580419063568s 2018-08-01 03:33:43,190 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-9f8138ff-9b0c-4f48-b4c8-465dc506dbb2 2018-08-01 03:33:43,194 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-01 03:33:45,197 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-01 03:33:45,199 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}40a88225c359e4ebbf636375d766201f20832260" 2018-08-01 03:33:46,601 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 03:33:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-46dd8f97-b486-4977-8d95-441666f918e0 x-compute-request-id: req-46dd8f97-b486-4977-8d95-441666f918e0 Content-Encoding: gzip Content-Length: 736 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/8841d4eb-7b7e-4aa1-910d-6904a1dfe6ae", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/8841d4eb-7b7e-4aa1-910d-6904a1dfe6ae", "rel": "bookmark"}], "image": {"id": "3e920aa7-e4bb-4314-990e-daf2df9c6d0d", "links": [{"href": "http://172.30.9.21:8774/images/3e920aa7-e4bb-4314-990e-daf2df9c6d0d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e1ca35fc-6bda-4100-bc23-de5676f85193", "links": [{"href": "http://172.30.9.21:8774/flavors/e1ca35fc-6bda-4100-bc23-de5676f85193", "rel": "bookmark"}]}, "id": "8841d4eb-7b7e-4aa1-910d-6904a1dfe6ae", "security_groups": [{"name": "singlevm1-sg_82c58aca-fffa-4672-93ed-bbea6690914a"}], "user_id": "749556e27c83423fb69e649d00450103", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-01T03:33:43Z", "hostId": "8529eeb8dfdf5f0a88c54fac35fdf01b6cc0cd1e96d8a1d8c9447d66", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_82c58aca-fffa-4672-93ed-bbea6690914a", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "singlevm1-vm_82c58aca-fffa-4672-93ed-bbea6690914a", "created": "2018-08-01T03:33:38Z", "tenant_id": "90aa95516c664aef94b667c55fdaffe9", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-01 03:33:46,601 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-46dd8f97-b486-4977-8d95-441666f918e0 2018-08-01 03:33:46,601 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.40423798561s 2018-08-01 03:33:46,601 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-46dd8f97-b486-4977-8d95-441666f918e0 2018-08-01 03:33:46,605 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-01 03:33:48,608 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-01 03:33:48,610 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}40a88225c359e4ebbf636375d766201f20832260" 2018-08-01 03:33:49,221 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 03:33: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-97b03d32-c2ea-4280-9698-2e48a958c272 x-compute-request-id: req-97b03d32-c2ea-4280-9698-2e48a958c272 Content-Encoding: gzip Content-Length: 811 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {"singlevm1-net_82c58aca-fffa-4672-93ed-bbea6690914a": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2d:8e:95", "version": 4, "addr": "192.168.120.22", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/8841d4eb-7b7e-4aa1-910d-6904a1dfe6ae", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/8841d4eb-7b7e-4aa1-910d-6904a1dfe6ae", "rel": "bookmark"}], "image": {"id": "3e920aa7-e4bb-4314-990e-daf2df9c6d0d", "links": [{"href": "http://172.30.9.21:8774/images/3e920aa7-e4bb-4314-990e-daf2df9c6d0d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e1ca35fc-6bda-4100-bc23-de5676f85193", "links": [{"href": "http://172.30.9.21:8774/flavors/e1ca35fc-6bda-4100-bc23-de5676f85193", "rel": "bookmark"}]}, "id": "8841d4eb-7b7e-4aa1-910d-6904a1dfe6ae", "security_groups": [{"name": "singlevm1-sg_82c58aca-fffa-4672-93ed-bbea6690914a"}], "user_id": "749556e27c83423fb69e649d00450103", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-01T03:33:43Z", "hostId": "8529eeb8dfdf5f0a88c54fac35fdf01b6cc0cd1e96d8a1d8c9447d66", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_82c58aca-fffa-4672-93ed-bbea6690914a", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "singlevm1-vm_82c58aca-fffa-4672-93ed-bbea6690914a", "created": "2018-08-01T03:33:38Z", "tenant_id": "90aa95516c664aef94b667c55fdaffe9", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-01 03:33:49,221 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-97b03d32-c2ea-4280-9698-2e48a958c272 2018-08-01 03:33:49,221 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.613154172897s 2018-08-01 03:33:49,221 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-97b03d32-c2ea-4280-9698-2e48a958c272 2018-08-01 03:33:49,226 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-01 03:33:51,228 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-01 03:33:51,231 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}40a88225c359e4ebbf636375d766201f20832260" 2018-08-01 03:33:52,309 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 03:33: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-1a6f7547-461a-4464-b163-910cce8f9df6 x-compute-request-id: req-1a6f7547-461a-4464-b163-910cce8f9df6 Content-Encoding: gzip Content-Length: 813 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"singlevm1-net_82c58aca-fffa-4672-93ed-bbea6690914a": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2d:8e:95", "version": 4, "addr": "192.168.120.22", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/8841d4eb-7b7e-4aa1-910d-6904a1dfe6ae", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/8841d4eb-7b7e-4aa1-910d-6904a1dfe6ae", "rel": "bookmark"}], "image": {"id": "3e920aa7-e4bb-4314-990e-daf2df9c6d0d", "links": [{"href": "http://172.30.9.21:8774/images/3e920aa7-e4bb-4314-990e-daf2df9c6d0d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": "2018-08-01T03:33:51.000000", "flavor": {"id": "e1ca35fc-6bda-4100-bc23-de5676f85193", "links": [{"href": "http://172.30.9.21:8774/flavors/e1ca35fc-6bda-4100-bc23-de5676f85193", "rel": "bookmark"}]}, "id": "8841d4eb-7b7e-4aa1-910d-6904a1dfe6ae", "security_groups": [{"name": "singlevm1-sg_82c58aca-fffa-4672-93ed-bbea6690914a"}], "user_id": "749556e27c83423fb69e649d00450103", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-01T03:33:51Z", "hostId": "8529eeb8dfdf5f0a88c54fac35fdf01b6cc0cd1e96d8a1d8c9447d66", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_82c58aca-fffa-4672-93ed-bbea6690914a", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "singlevm1-vm_82c58aca-fffa-4672-93ed-bbea6690914a", "created": "2018-08-01T03:33:38Z", "tenant_id": "90aa95516c664aef94b667c55fdaffe9", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-01 03:33:52,310 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-1a6f7547-461a-4464-b163-910cce8f9df6 2018-08-01 03:33:52,310 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.08123016357s 2018-08-01 03:33:52,310 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-1a6f7547-461a-4464-b163-910cce8f9df6 2018-08-01 03:33:52,314 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-01 03:33:52,315 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:9696/v2.0/ports.json?device_id=8841d4eb-7b7e-4aa1-910d-6904a1dfe6ae" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}40a88225c359e4ebbf636375d766201f20832260" 2018-08-01 03:33:53,263 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 877 X-Openstack-Request-Id: req-574b8a2f-d23f-4871-9ea2-65bdd85d2526 Date: Wed, 01 Aug 2018 03:33:53 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-01T03:33:50Z","device_owner":"compute:nova","revision_number":4,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"fac77dec-0301-4d85-9eaf-960b145ea1bb","ip_address":"192.168.120.22"}],"id":"352e0789-d8f9-4e51-8abd-780835535300","security_groups":["c155a688-fd3b-4791-aba1-ad7cf52dd993"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:2d:8e:95","project_id":"90aa95516c664aef94b667c55fdaffe9","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"8841d4eb-7b7e-4aa1-910d-6904a1dfe6ae","name":"","admin_state_up":true,"network_id":"f49fd52f-8225-4e88-8152-812526e62f0c","tenant_id":"90aa95516c664aef94b667c55fdaffe9","created_at":"2018-08-01T03:33:42Z","binding:vnic_type":"normal"}]} 2018-08-01 03:33:53,263 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports.json?device_id=8841d4eb-7b7e-4aa1-910d-6904a1dfe6ae used request id req-574b8a2f-d23f-4871-9ea2-65bdd85d2526 2018-08-01 03:33:53,263 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.948605775833s 2018-08-01 03:33:53,263 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports.json?device_id=8841d4eb-7b7e-4aa1-910d-6904a1dfe6ae used request id req-574b8a2f-d23f-4871-9ea2-65bdd85d2526 2018-08-01 03:33:53,268 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-01 03:33:53,269 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:9696/v2.0/floatingips.json?port_id=352e0789-d8f9-4e51-8abd-780835535300" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}40a88225c359e4ebbf636375d766201f20832260" 2018-08-01 03:33:53,317 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-744bf14e-5636-4d83-ad5e-01a21fda1ca4 Date: Wed, 01 Aug 2018 03:33:53 GMT RESP BODY: {"floatingips": []} 2018-08-01 03:33:53,317 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json?port_id=352e0789-d8f9-4e51-8abd-780835535300 used request id req-744bf14e-5636-4d83-ad5e-01a21fda1ca4 2018-08-01 03:33:53,317 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0481970310211s 2018-08-01 03:33:53,317 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json?port_id=352e0789-d8f9-4e51-8abd-780835535300 used request id req-744bf14e-5636-4d83-ad5e-01a21fda1ca4 2018-08-01 03:33:53,318 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'singlevm1-net_82c58aca-fffa-4672-93ed-bbea6690914a': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:2d:8e:95', u'version': 4, u'addr': u'192.168.120.22', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'3e920aa7-e4bb-4314-990e-daf2df9c6d0d'}), 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-01T03:33:51.000000', 'flavor': Munch({u'id': u'e1ca35fc-6bda-4100-bc23-de5676f85193'}), 'az': u'nova', 'id': u'8841d4eb-7b7e-4aa1-910d-6904a1dfe6ae', 'security_groups': [Munch({u'name': u'singlevm1-sg_82c58aca-fffa-4672-93ed-bbea6690914a'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'749556e27c83423fb69e649d00450103', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'90aa95516c664aef94b667c55fdaffe9', '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-01T03:33:51.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-01T03:33:51Z', 'hostId': u'8529eeb8dfdf5f0a88c54fac35fdf01b6cc0cd1e96d8a1d8c9447d66', u'OS-EXT-SRV-ATTR:host': u'overcloud-novacompute-1.opnfvlf.org', u'OS-SRV-USG:terminated_at': None, 'key_name': u'singlevm1-kp_82c58aca-fffa-4672-93ed-bbea6690914a', 'public_v6': '', 'private_v4': u'192.168.120.22', 'cloud': 'envvars', 'host_id': u'8529eeb8dfdf5f0a88c54fac35fdf01b6cc0cd1e96d8a1d8c9447d66', '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-01T03:33:51.000000', u'OS-EXT-SRV-ATTR:hypervisor_hostname': u'overcloud-novacompute-1.opnfvlf.org', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'90aa95516c664aef94b667c55fdaffe9', u'OS-EXT-SRV-ATTR:hypervisor_hostname': u'overcloud-novacompute-1.opnfvlf.org', 'name': u'singlevm1-vm_82c58aca-fffa-4672-93ed-bbea6690914a', 'adminPass': None, 'tenant_id': u'90aa95516c664aef94b667c55fdaffe9', 'created_at': u'2018-08-01T03:33:38Z', 'created': u'2018-08-01T03:33:38Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-08-01 03:33:53,321 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-01 03:33:53,321 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}40a88225c359e4ebbf636375d766201f20832260" 2018-08-01 03:33:53,412 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1391 X-Openstack-Request-Id: req-5521f3c4-f13f-426f-a694-f305adf9e7bd Date: Wed, 01 Aug 2018 03:33:53 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"262fe7ec-b437-40b8-908b-6eb66c149655","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"89443fd7c5cf4259bed71fca1c3fe619","status":"ACTIVE","subnets":["e06facf3-a24e-40d5-a5ce-a0901a6e4875"],"description":"","tags":[],"updated_at":"2018-08-01T03:28:20Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"89443fd7c5cf4259bed71fca1c3fe619","created_at":"2018-08-01T03:28:13Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"f49fd52f-8225-4e88-8152-812526e62f0c","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"90aa95516c664aef94b667c55fdaffe9","status":"ACTIVE","subnets":["fac77dec-0301-4d85-9eaf-960b145ea1bb"],"description":"","tags":[],"updated_at":"2018-08-01T03:33:23Z","provider:segmentation_id":34,"name":"singlevm1-net_82c58aca-fffa-4672-93ed-bbea6690914a","admin_state_up":true,"tenant_id":"90aa95516c664aef94b667c55fdaffe9","created_at":"2018-08-01T03:33:22Z","provider:network_type":"vxlan"}]} 2018-08-01 03:33:53,412 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-5521f3c4-f13f-426f-a694-f305adf9e7bd 2018-08-01 03:33:53,412 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0909180641174s 2018-08-01 03:33:53,412 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-5521f3c4-f13f-426f-a694-f305adf9e7bd 2018-08-01 03:33:53,414 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-01 03:33:53,414 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:9696/v2.0/ports.json?device_id=8841d4eb-7b7e-4aa1-910d-6904a1dfe6ae" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}40a88225c359e4ebbf636375d766201f20832260" 2018-08-01 03:33:54,340 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 877 X-Openstack-Request-Id: req-731dad4c-26f9-4dd4-8fac-0c5d6b7bc3cb Date: Wed, 01 Aug 2018 03:33:54 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-01T03:33:50Z","device_owner":"compute:nova","revision_number":4,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"fac77dec-0301-4d85-9eaf-960b145ea1bb","ip_address":"192.168.120.22"}],"id":"352e0789-d8f9-4e51-8abd-780835535300","security_groups":["c155a688-fd3b-4791-aba1-ad7cf52dd993"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:2d:8e:95","project_id":"90aa95516c664aef94b667c55fdaffe9","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"8841d4eb-7b7e-4aa1-910d-6904a1dfe6ae","name":"","admin_state_up":true,"network_id":"f49fd52f-8225-4e88-8152-812526e62f0c","tenant_id":"90aa95516c664aef94b667c55fdaffe9","created_at":"2018-08-01T03:33:42Z","binding:vnic_type":"normal"}]} 2018-08-01 03:33:54,341 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports.json?device_id=8841d4eb-7b7e-4aa1-910d-6904a1dfe6ae used request id req-731dad4c-26f9-4dd4-8fac-0c5d6b7bc3cb 2018-08-01 03:33:54,341 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.926774978638s 2018-08-01 03:33:54,341 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports.json?device_id=8841d4eb-7b7e-4aa1-910d-6904a1dfe6ae used request id req-731dad4c-26f9-4dd4-8fac-0c5d6b7bc3cb 2018-08-01 03:33:54,342 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-08-01 03:33:54,342 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}40a88225c359e4ebbf636375d766201f20832260" -d '{"floatingip": {"floating_network_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "fixed_ip_address": "192.168.120.22", "port_id": "352e0789-d8f9-4e51-8abd-780835535300"}}' 2018-08-01 03:33:56,070 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 554 X-Openstack-Request-Id: req-7b9ec70a-488e-49f0-a4dc-ff439b29b35a Date: Wed, 01 Aug 2018 03:33:56 GMT RESP BODY: {"floatingip": {"router_id": "56bcdd1f-8421-4a77-8e47-2ca41c960da3", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-01T03:33:55Z", "floating_network_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "fixed_ip_address": "192.168.120.22", "floating_ip_address": "172.30.9.202", "revision_number": 0, "port_id": "352e0789-d8f9-4e51-8abd-780835535300", "id": "26865f75-c4ef-49d8-a71f-0fc4cc918361", "tenant_id": "90aa95516c664aef94b667c55fdaffe9", "created_at": "2018-08-01T03:33:55Z", "project_id": "90aa95516c664aef94b667c55fdaffe9"}} 2018-08-01 03:33:56,070 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-7b9ec70a-488e-49f0-a4dc-ff439b29b35a 2018-08-01 03:33:56,070 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 1.72831201553s 2018-08-01 03:33:56,070 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-7b9ec70a-488e-49f0-a4dc-ff439b29b35a 2018-08-01 03:33:56,074 - functest.core.singlevm - DEBUG - floating_ip: Munch({'status': u'ACTIVE', 'router_id': u'56bcdd1f-8421-4a77-8e47-2ca41c960da3', 'properties': Munch({u'tags': []}), 'description': u'', u'tags': [], 'tenant_id': u'90aa95516c664aef94b667c55fdaffe9', 'created_at': u'2018-08-01T03:33:55Z', 'attached': True, 'updated_at': u'2018-08-01T03:33:55Z', 'id': u'26865f75-c4ef-49d8-a71f-0fc4cc918361', 'floating_network_id': u'262fe7ec-b437-40b8-908b-6eb66c149655', 'fixed_ip_address': u'192.168.120.22', 'floating_ip_address': u'172.30.9.202', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'90aa95516c664aef94b667c55fdaffe9', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'revision_number': 0, 'router': u'56bcdd1f-8421-4a77-8e47-2ca41c960da3', 'project_id': u'90aa95516c664aef94b667c55fdaffe9', 'port_id': u'352e0789-d8f9-4e51-8abd-780835535300', 'port': u'352e0789-d8f9-4e51-8abd-780835535300', 'network': u'262fe7ec-b437-40b8-908b-6eb66c149655'}) 2018-08-01 03:33:56,075 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-01 03:33:56,078 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/servers/8841d4eb-7b7e-4aa1-910d-6904a1dfe6ae/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}40a88225c359e4ebbf636375d766201f20832260" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-01 03:33:56,809 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 03:33: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-edcced41-24c0-4361-9840-e5ea9146f3c8 x-compute-request-id: req-edcced41-24c0-4361-9840-e5ea9146f3c8 Content-Encoding: gzip Content-Length: 9567 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 482194988 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135872] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137525] pid_max: default: 32768 minimum: 301\n[ 0.138418] ACPI: Core revision 20150930\n[ 0.139797] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141112] Security Framework initialized\n[ 0.141926] Yama: becoming mindful.\n[ 0.142657] AppArmor: AppArmor initialized\n[ 0.143527] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.144860] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146144] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147352] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.148772] Initializing cgroup subsys io\n[ 0.149585] Initializing cgroup subsys memory\n[ 0.150442] Initializing cgroup subsys devices\n[ 0.151326] Initializing cgroup subsys freezer\n[ 0.152193] Initializing cgroup subsys net_cls\n[ 0.153051] Initializing cgroup subsys perf_event\n[ 0.153955] Initializing cgroup subsys net_prio\n[ 0.154838] Initializing cgroup subsys hugetlb\n[ 0.155712] Initializing cgroup subsys pids\n[ 0.156586] CPU: Physical Processor ID: 0\n[ 0.158069] mce: CPU supports 10 MCE banks\n[ 0.158926] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.159937] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.175777] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.181828] ftrace: allocating 31920 entries in 125 pages\n[ 0.206455] smpboot: Max logical packages: 1\n[ 0.207347] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208690] x2apic enabled\n[ 0.209496] Switched APIC routing to physical x2apic.\n[ 0.211243] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212361] smpboot: CPU0: Intel Core Processor (Haswell, no TSX, IBRS) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214444] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216234] KVM setup paravirtual spinlock\n[ 0.217528] x86: Booted up 1 node, 1 CPUs\n[ 0.218342] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.219746] devtmpfs: initialized\n[ 0.221464] evm: security.selinux\n[ 0.222173] evm: security.SMACK64\n[ 0.222862] evm: security.SMACK64EXEC\n[ 0.223615] evm: security.SMACK64TRANSMUTE\n[ 0.224423] evm: security.SMACK64MMAP\n[ 0.225166] evm: security.ima\n[ 0.225804] evm: security.capability\n[ 0.226610] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228470] pinctrl core: initialized pinctrl subsystem\n[ 0.229572] RTC time: 3:33:51, date: 08/01/18\n[ 0.230535] NET: Registered protocol family 16\n[ 0.231523] cpuidle: using governor ladder\n[ 0.232341] cpuidle: using governor menu\n[ 0.233121] PCCT header not found.\n[ 0.233878] ACPI: bus type PCI registered\n[ 0.234693] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235940] PCI: Using configuration type 1 for base access\n[ 0.237710] ACPI: Added _OSI(Module Device)\n[ 0.238567] ACPI: Added _OSI(Processor Device)\n[ 0.239431] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.240323] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242067] ACPI: Interpreter enabled\n[ 0.242845] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244689] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.246527] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.248369] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.250203] ACPI: (supports S0 S5)\n[ 0.250903] ACPI: Using IOAPIC for interrupt routing\n[ 0.251847] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.254954] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.256102] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.257346] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.258534] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.260760] acpiphp: Slot [3] registered\n[ 0.261573] acpiphp: Slot [4] registered\n[ 0.262378] acpiphp: Slot [5] registered\n[ 0.263181] acpiphp: Slot [6] registered\n[ 0.263973] acpiphp: Slot [7] registered\n[ 0.264785] acpiphp: Slot [8] registered\n[ 0.265588] acpiphp: Slot [9] registered\n[ 0.266383] acpiphp: Slot [10] registered\n[ 0.267194] acpiphp: Slot [11] registered\n[ 0.268008] acpiphp: Slot [12] registered\n[ 0.268830] acpiphp: Slot [13] registered\n[ 0.269642] acpiphp: Slot [14] registered\n[ 0.270452] acpiphp: Slot [15] registered\n[ 0.281253] acpiphp: Slot [16] registered\n[ 0.282066] acpiphp: Slot [17] registered\n[ 0.282884] acpiphp: Slot [18] registered\n[ 0.283694] acpiphp: Slot [19] registered\n[ 0.284503] acpiphp: Slot [20] registered\n[ 0.285316] acpiphp: Slot [21] registered\n[ 0.286126] acpiphp: Slot [22] registered\n[ 0.286932] acpiphp: Slot [23] registered\n[ 0.287743] acpiphp: Slot [24] registered\n[ 0.288556] acpiphp: Slot [25] registered\n[ 0.289366] acpiphp: Slot [26] registered\n[ 0.290175] acpiphp: Slot [27] registered\n[ 0.290983] acpiphp: Slot [28] registered\n[ 0.291793] acpiphp: Slot [29] registered\n[ 0.292633] acpiphp: Slot [30] registered\n[ 0.293451] acpiphp: Slot [31] registered\n[ 0.294259] PCI host bridge to bus 0000:00\n[ 0.295063] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.296271] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.297490] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.298934] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.300379] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.301845] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.305059] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.306341] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.307512] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.308772] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.312316] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.313742] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.331963] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.333452] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.335101] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.336526] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.337919] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.339188] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.340480] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.341535] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.343073] vgaarb: loaded\n[ 0.343673] vgaarb: bridge control possible 0000:00:02.0\n[ 0.344891] SCSI subsystem initialized\n[ 0.345804] ACPI: bus type USB registered\n[ 0.346641] usbcore: registered new interface driver usbfs\n[ 0.347677] usbcore: registered new interface driver hub\n[ 0.348686] usbcore: registered new device driver usb\n[ 0.349792] PCI: Using ACPI for IRQ routing\n[ 0.350908] NetLabel: Initializing\n[ 0.351626] NetLabel: domain hash size = 128\n[ 0.352475] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.353436] NetLabel: unlabeled traffic allowed by default\n[ 0.354597] clocksource: Switched to clocksource kvm-clock\n[ 0.362800] AppArmor: AppArmor Filesystem Enabled\n[ 0.363766] pnp: PnP ACPI init\n[ 0.364701] pnp: PnP ACPI: found 5 devices\n[ 0.371026] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.372749] NET: Registered protocol family 2\n[ 0.373792] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.375090] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.376302] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.377500] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.378588] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.379773] NET: Registered protocol family 1\n[ 0.380656] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.381752] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.382826] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.396861] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.410985] Trying to unpack rootfs image as initramfs...\n[ 0.467185] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.468854] Scanning for low memory corruption every 60 seconds\n[ 0.470208] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.471390] audit: initializing netlink subsys (disabled)\n[ 0.472420] audit: type=2000 audit(1533094431.874:1): initialized\n[ 0.473762] Initialise system trusted keyring\n[ 0.474731] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.475896] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.478031] zbud: loaded\n[ 0.478780] VFS: Disk quotas dquot_6.6.0\n[ 0.479610] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.481220] fuse init (API version 7.23)\n[ 0.482129] Key type big_key registered\n[ 0.482940] Allocating IMA MOK and blacklist keyrings.\n[ 0.484189] Key type asymmetric registered\n[ 0.485011] Asymmetric key parser 'x509' registered\n[ 0.485976] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.487460] io scheduler noop registered\n[ 0.488259] io scheduler deadline registered (default)\n[ 0.489259] io scheduler cfq registered\n[ 0.490104] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.491159] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.492430] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.493876] ACPI: Power Button [PWRF]\n[ 0.494744] GHES: HEST is not enabled!\n[ 0.508412] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.536327] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.538450] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.562361] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.564665] Linux agpgart interface v0.103\n[ 0.567307] brd: module loaded\n[ 0.568981] loop: module loaded\n[ 0.573772] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.575245] GPT:90111 != 2097151\n[ 0.575927] GPT:Alternate GPT header not at the end of the disk.\n[ 0.577034] GPT:90111 != 2097151\n[ 0.577719] GPT: Use GNU Parted to correct GPT errors.\n[ 0.578699] vda: vda1 vda15\n[ 0.579931] scsi host0: ata_piix\n[ 0.582670] scsi host1: ata_piix\n[ 0.583418] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.584639] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.586304] libphy: Fixed MDIO Bus: probed\n[ 0.587137] tun: Universal TUN/TAP device driver, 1.6\n[ 0.588093] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.590999] PPP generic driver version 2.4.2\n[ 0.591953] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.593416] ehci-pci: EHCI PCI platform driver\n[ 0.594516] ehci-platform: EHCI generic platform driver\n[ 0.595795] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.597281] ohci-pci: OHCI PCI platform driver\n[ 0.598425] ohci-platform: OHCI generic platform driver\n[ 0.599724] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.614441] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.615719] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.617603] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.618894] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.620336] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.621960] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.623750] usb usb1: Product: UHCI Host Controller\n[ 0.624927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.626449] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.627670] hub 1-0:1.0: USB hub found\n[ 0.628641] hub 1-0:1.0: 2 ports detected\n[ 0.629769] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.632556] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.633775] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.635045] mousedev: PS/2 mouse device common for all mice\n[ 0.636666] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.638915] rtc_cmos 00:00: RTC can wake from S4\n[ 0.640287] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.641804] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.643299] i2c /dev entries driver\n[ 0.644240] device-mapper: uevent: version 1.0.3\n[ 0.645408] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.647463] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.649176] NET: Registered protocol family 10\n[ 0.650544] NET: Registered protocol family 17\n[ 0.651662] Key type dns_resolver registered\n[ 0.652865] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.654248] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.656542] registered taskstats version 1\n[ 0.657558] Loading compiled-in X.509 certificates\n[ 0.659252] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.661625] zswap: loaded using pool lzo/zbud\n[ 0.663493] Key type trusted registered\n[ 0.665420] Key type encrypted registered\n[ 0.666469] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.667767] ima: No TPM chip found, activating TPM-bypass!\n[ 0.669080] evm: HMAC attrs: 0x1\n[ 0.670241] Magic number: 14:430:562\n[ 0.671296] rtc_cmos 00:00: setting system clock to 2018-08-01 03:33:51 UTC (1533094431)\n[ 0.673307] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.674738] EDD information not available.\n[ 0.744005] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.756065] Write protecting the kernel read-only data: 14336k\n[ 0.758468] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.760683] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.60\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.808533] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.74\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.22...\nLease of 192.168.120.22 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.83. iid=i-00000002\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCPV1/9YnKtHT/B/GZvNZQEZ8aUYJq5KSIV3zC9vzIm4OqLHhL/L6VHO8Z3BYXHqg+TnEK/iB/+M3z55f3el3gRI+j+32f33DfU6Wal6bWQcSpWZ+6YzBPX20/A938A1/PXQBhtcHbgDp20x36pGwpEqoCS96fk0/8Vod6KTghdsy1QzgTRg3GlWdJV/I6aGBuV58g4SrrMnPGNWe9AcL1sn0GQUIz9qA936pP6RB6NhiQGzKFPywYC/A/qCWzMRtk8GBmk1CbMmeSszMQp+1B5Vv4C97R/IWw66A7OAsK40Lm2NDnlKoBscPBkXbheJ259My9OSyrj1ZeP/3Qxz8jZ root@singlevm1-vm-82c58aca-fffa-4672-93ed-bbea6690914a\nssh-dss AAAAB3NzaC1kc3MAAACBAJlzcEuRTUeVGJQN7peUwSCHjiJBOgBP51xPqg6Ez/F5e89gKm4z17yo3KHg37aC6sUnkga5EWoUpTYus9M1TGNyP4d1GZjFpdhC4ahpAiDyPLDs0Z512RbQiT2uJo4EqGiX7MdOW2nZx3z8G4s7Tf7Rjk9FODS8GM/ZQBYaZdtvAAAAFQDS7d8Jly54ZphIa986ihPlJDt1LQAAAIBQ6kKjLxkQc4fQYQCQbpgAJC1DokjENdXOHu+LpKyKYO/Ow17N0zVbXDoTxTQKgvM5lsHaMRDCgSXL0AJFT1iMS+Cd1WvtqnVsWoPJe4CCZLlYlR0Z/13t4VI5BklB/rGIBbOunXds8gTCZoMbhMcaRaaQAXLWT/PfsAF5bpDVfAAAAIAYZVClhbx2mRdIKbzqsieJuTs+oryGkLa2R5D+2zCer932KCGgKSQsXX/zX/MMBWTJVLaNovXowf0gNOx5FUq00UbYqtrErIfTZgUYBUukD9+FOtaTdxSUCRcYx0XIMQsxArjGo5/WpoJ9CwXiGw0zQAxh3ITz97J2rZM91+4EVw== root@singlevm1-vm-82c58aca-fffa-4672-93ed-bbea6690914a\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.22,24,fe80::f816:3eff:fe2d:8e95/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.22 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-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-82c58aca-fffa-4672-93ed-bbea6690914a\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.91 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nsinglevm1-vm-82c58aca-fffa-4672-93ed-bbea6690914a login: "} 2018-08-01 03:33:56,809 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/8841d4eb-7b7e-4aa1-910d-6904a1dfe6ae/action used request id req-edcced41-24c0-4361-9840-e5ea9146f3c8 2018-08-01 03:33:56,810 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.734526872635s 2018-08-01 03:33:56,810 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/8841d4eb-7b7e-4aa1-910d-6904a1dfe6ae/action used request id req-edcced41-24c0-4361-9840-e5ea9146f3c8 2018-08-01 03:33:56,811 - 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 482194988 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.135872] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.137525] pid_max: default: 32768 minimum: 301 [ 0.138418] ACPI: Core revision 20150930 [ 0.139797] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.141112] Security Framework initialized [ 0.141926] Yama: becoming mindful. [ 0.142657] AppArmor: AppArmor initialized [ 0.143527] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.144860] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.146144] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.147352] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.148772] Initializing cgroup subsys io [ 0.149585] Initializing cgroup subsys memory [ 0.150442] Initializing cgroup subsys devices [ 0.151326] Initializing cgroup subsys freezer [ 0.152193] Initializing cgroup subsys net_cls [ 0.153051] Initializing cgroup subsys perf_event [ 0.153955] Initializing cgroup subsys net_prio [ 0.154838] Initializing cgroup subsys hugetlb [ 0.155712] Initializing cgroup subsys pids [ 0.156586] CPU: Physical Processor ID: 0 [ 0.158069] mce: CPU supports 10 MCE banks [ 0.158926] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.159937] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.175777] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.181828] ftrace: allocating 31920 entries in 125 pages [ 0.206455] smpboot: Max logical packages: 1 [ 0.207347] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208690] x2apic enabled [ 0.209496] Switched APIC routing to physical x2apic. [ 0.211243] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212361] smpboot: CPU0: Intel Core Processor (Haswell, no TSX, IBRS) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214444] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216234] KVM setup paravirtual spinlock [ 0.217528] x86: Booted up 1 node, 1 CPUs [ 0.218342] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.219746] devtmpfs: initialized [ 0.221464] evm: security.selinux [ 0.222173] evm: security.SMACK64 [ 0.222862] evm: security.SMACK64EXEC [ 0.223615] evm: security.SMACK64TRANSMUTE [ 0.224423] evm: security.SMACK64MMAP [ 0.225166] evm: security.ima [ 0.225804] evm: security.capability [ 0.226610] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228470] pinctrl core: initialized pinctrl subsystem [ 0.229572] RTC time: 3:33:51, date: 08/01/18 [ 0.230535] NET: Registered protocol family 16 [ 0.231523] cpuidle: using governor ladder [ 0.232341] cpuidle: using governor menu [ 0.233121] PCCT header not found. [ 0.233878] ACPI: bus type PCI registered [ 0.234693] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.235940] PCI: Using configuration type 1 for base access [ 0.237710] ACPI: Added _OSI(Module Device) [ 0.238567] ACPI: Added _OSI(Processor Device) [ 0.239431] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.240323] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242067] ACPI: Interpreter enabled [ 0.242845] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.244689] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.246527] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.248369] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.250203] ACPI: (supports S0 S5) [ 0.250903] ACPI: Using IOAPIC for interrupt routing [ 0.251847] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.254954] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.256102] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.257346] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.258534] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.260760] acpiphp: Slot [3] registered [ 0.261573] acpiphp: Slot [4] registered [ 0.262378] acpiphp: Slot [5] registered [ 0.263181] acpiphp: Slot [6] registered [ 0.263973] acpiphp: Slot [7] registered [ 0.264785] acpiphp: Slot [8] registered [ 0.265588] acpiphp: Slot [9] registered [ 0.266383] acpiphp: Slot [10] registered [ 0.267194] acpiphp: Slot [11] registered [ 0.268008] acpiphp: Slot [12] registered [ 0.268830] acpiphp: Slot [13] registered [ 0.269642] acpiphp: Slot [14] registered [ 0.270452] acpiphp: Slot [15] registered [ 0.281253] acpiphp: Slot [16] registered [ 0.282066] acpiphp: Slot [17] registered [ 0.282884] acpiphp: Slot [18] registered [ 0.283694] acpiphp: Slot [19] registered [ 0.284503] acpiphp: Slot [20] registered [ 0.285316] acpiphp: Slot [21] registered [ 0.286126] acpiphp: Slot [22] registered [ 0.286932] acpiphp: Slot [23] registered [ 0.287743] acpiphp: Slot [24] registered [ 0.288556] acpiphp: Slot [25] registered [ 0.289366] acpiphp: Slot [26] registered [ 0.290175] acpiphp: Slot [27] registered [ 0.290983] acpiphp: Slot [28] registered [ 0.291793] acpiphp: Slot [29] registered [ 0.292633] acpiphp: Slot [30] registered [ 0.293451] acpiphp: Slot [31] registered [ 0.294259] PCI host bridge to bus 0000:00 [ 0.295063] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.296271] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.297490] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.298934] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.300379] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.301845] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.305059] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.306341] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.307512] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.308772] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.312316] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.313742] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.331963] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.333452] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.335101] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.336526] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.337919] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.339188] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.340480] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.341535] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.343073] vgaarb: loaded [ 0.343673] vgaarb: bridge control possible 0000:00:02.0 [ 0.344891] SCSI subsystem initialized [ 0.345804] ACPI: bus type USB registered [ 0.346641] usbcore: registered new interface driver usbfs [ 0.347677] usbcore: registered new interface driver hub [ 0.348686] usbcore: registered new device driver usb [ 0.349792] PCI: Using ACPI for IRQ routing [ 0.350908] NetLabel: Initializing [ 0.351626] NetLabel: domain hash size = 128 [ 0.352475] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.353436] NetLabel: unlabeled traffic allowed by default [ 0.354597] clocksource: Switched to clocksource kvm-clock [ 0.362800] AppArmor: AppArmor Filesystem Enabled [ 0.363766] pnp: PnP ACPI init [ 0.364701] pnp: PnP ACPI: found 5 devices [ 0.371026] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.372749] NET: Registered protocol family 2 [ 0.373792] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.375090] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.376302] TCP: Hash tables configured (established 4096 bind 4096) [ 0.377500] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.378588] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.379773] NET: Registered protocol family 1 [ 0.380656] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.381752] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.382826] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.396861] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.410985] Trying to unpack rootfs image as initramfs... [ 0.467185] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.468854] Scanning for low memory corruption every 60 seconds [ 0.470208] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.471390] audit: initializing netlink subsys (disabled) [ 0.472420] audit: type=2000 audit(1533094431.874:1): initialized [ 0.473762] Initialise system trusted keyring [ 0.474731] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.475896] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.478031] zbud: loaded [ 0.478780] VFS: Disk quotas dquot_6.6.0 [ 0.479610] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.481220] fuse init (API version 7.23) [ 0.482129] Key type big_key registered [ 0.482940] Allocating IMA MOK and blacklist keyrings. [ 0.484189] Key type asymmetric registered [ 0.485011] Asymmetric key parser 'x509' registered [ 0.485976] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.487460] io scheduler noop registered [ 0.488259] io scheduler deadline registered (default) [ 0.489259] io scheduler cfq registered [ 0.490104] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.491159] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.492430] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.493876] ACPI: Power Button [PWRF] [ 0.494744] GHES: HEST is not enabled! [ 0.508412] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.536327] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.538450] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.562361] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.564665] Linux agpgart interface v0.103 [ 0.567307] brd: module loaded [ 0.568981] loop: module loaded [ 0.573772] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.575245] GPT:90111 != 2097151 [ 0.575927] GPT:Alternate GPT header not at the end of the disk. [ 0.577034] GPT:90111 != 2097151 [ 0.577719] GPT: Use GNU Parted to correct GPT errors. [ 0.578699] vda: vda1 vda15 [ 0.579931] scsi host0: ata_piix [ 0.582670] scsi host1: ata_piix [ 0.583418] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.584639] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.586304] libphy: Fixed MDIO Bus: probed [ 0.587137] tun: Universal TUN/TAP device driver, 1.6 [ 0.588093] tun: (C) 1999-2004 Max Krasnyansky [ 0.590999] PPP generic driver version 2.4.2 [ 0.591953] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.593416] ehci-pci: EHCI PCI platform driver [ 0.594516] ehci-platform: EHCI generic platform driver [ 0.595795] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.597281] ohci-pci: OHCI PCI platform driver [ 0.598425] ohci-platform: OHCI generic platform driver [ 0.599724] uhci_hcd: USB Universal Host Controller Interface driver [ 0.614441] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.615719] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.617603] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.618894] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.620336] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.621960] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.623750] usb usb1: Product: UHCI Host Controller [ 0.624927] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.626449] usb usb1: SerialNumber: 0000:00:01.2 [ 0.627670] hub 1-0:1.0: USB hub found [ 0.628641] hub 1-0:1.0: 2 ports detected [ 0.629769] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.632556] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.633775] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.635045] mousedev: PS/2 mouse device common for all mice [ 0.636666] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.638915] rtc_cmos 00:00: RTC can wake from S4 [ 0.640287] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.641804] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.643299] i2c /dev entries driver [ 0.644240] device-mapper: uevent: version 1.0.3 [ 0.645408] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.647463] ledtrig-cpu: registered to indicate activity on CPUs [ 0.649176] NET: Registered protocol family 10 [ 0.650544] NET: Registered protocol family 17 [ 0.651662] Key type dns_resolver registered [ 0.652865] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.654248] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.656542] registered taskstats version 1 [ 0.657558] Loading compiled-in X.509 certificates [ 0.659252] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.661625] zswap: loaded using pool lzo/zbud [ 0.663493] Key type trusted registered [ 0.665420] Key type encrypted registered [ 0.666469] AppArmor: AppArmor sha1 policy hashing enabled [ 0.667767] ima: No TPM chip found, activating TPM-bypass! [ 0.669080] evm: HMAC attrs: 0x1 [ 0.670241] Magic number: 14:430:562 [ 0.671296] rtc_cmos 00:00: setting system clock to 2018-08-01 03:33:51 UTC (1533094431) [ 0.673307] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.674738] EDD information not available. [ 0.744005] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.756065] Write protecting the kernel read-only data: 14336k [ 0.758468] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.760683] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.60 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.808533] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.74 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.22... Lease of 192.168.120.22 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 0.83. iid=i-00000002 failed to get http://169.254.169.254/2009-04-04/user-data warning: no ec2 metadata for user-data Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 /run/cirros/datasource/data/user-data was not '#!' or executable === system information === Platform: RDO OpenStack Compute Container: none Arch: x86_64 CPU(s): 1 @ 3491.912 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: RAM Size: 488MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCPV1/9YnKtHT/B/GZvNZQEZ8aUYJq5KSIV3zC9vzIm4OqLHhL/L6VHO8Z3BYXHqg+TnEK/iB/+M3z55f3el3gRI+j+32f33DfU6Wal6bWQcSpWZ+6YzBPX20/A938A1/PXQBhtcHbgDp20x36pGwpEqoCS96fk0/8Vod6KTghdsy1QzgTRg3GlWdJV/I6aGBuV58g4SrrMnPGNWe9AcL1sn0GQUIz9qA936pP6RB6NhiQGzKFPywYC/A/qCWzMRtk8GBmk1CbMmeSszMQp+1B5Vv4C97R/IWw66A7OAsK40Lm2NDnlKoBscPBkXbheJ259My9OSyrj1ZeP/3Qxz8jZ root@singlevm1-vm-82c58aca-fffa-4672-93ed-bbea6690914a ssh-dss AAAAB3NzaC1kc3MAAACBAJlzcEuRTUeVGJQN7peUwSCHjiJBOgBP51xPqg6Ez/F5e89gKm4z17yo3KHg37aC6sUnkga5EWoUpTYus9M1TGNyP4d1GZjFpdhC4ahpAiDyPLDs0Z512RbQiT2uJo4EqGiX7MdOW2nZx3z8G4s7Tf7Rjk9FODS8GM/ZQBYaZdtvAAAAFQDS7d8Jly54ZphIa986ihPlJDt1LQAAAIBQ6kKjLxkQc4fQYQCQbpgAJC1DokjENdXOHu+LpKyKYO/Ow17N0zVbXDoTxTQKgvM5lsHaMRDCgSXL0AJFT1iMS+Cd1WvtqnVsWoPJe4CCZLlYlR0Z/13t4VI5BklB/rGIBbOunXds8gTCZoMbhMcaRaaQAXLWT/PfsAF5bpDVfAAAAIAYZVClhbx2mRdIKbzqsieJuTs+oryGkLa2R5D+2zCer932KCGgKSQsXX/zX/MMBWTJVLaNovXowf0gNOx5FUq00UbYqtrErIfTZgUYBUukD9+FOtaTdxSUCRcYx0XIMQsxArjGo5/WpoJ9CwXiGw0zQAxh3ITz97J2rZM91+4EVw== root@singlevm1-vm-82c58aca-fffa-4672-93ed-bbea6690914a -----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.22,24,fe80::f816:3eff:fe2d:8e95/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.22 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-82c58aca-fffa-4672-93ed-bbea6690914a launch-index: 0 === cirros: current=0.4.0 uptime=3.91 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. singlevm1-vm-82c58aca-fffa-4672-93ed-bbea6690914a login: 2018-08-01 03:33:57,815 - paramiko.transport - DEBUG - starting thread (client mode): 0xeb054ed0L 2018-08-01 03:33:57,815 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-01 03:33:57,816 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-08-01 03:33:57,816 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-08-01 03:33:57,817 - 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-01 03:33:57,817 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-01 03:33:57,818 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-08-01 03:33:57,818 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-01 03:33:57,818 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-01 03:33:57,818 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-01 03:33:57,837 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-01 03:33:57,838 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-01 03:33:57,848 - paramiko.transport - DEBUG - Adding ecdsa-sha2-nistp521 host key for 172.30.9.202: b136aa1474b83e03a814a4c634ec5343 2018-08-01 03:33:57,850 - paramiko.transport - DEBUG - Trying discovered key bfea61a4491d172fb1170a3eca6b860c in /tmp/tmpFhZ5qu 2018-08-01 03:33:57,877 - paramiko.transport - DEBUG - userauth is OK 2018-08-01 03:33:57,883 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-01 03:33:57,914 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-01 03:33:57,915 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-08-01 03:33:57,915 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-01 03:33:57,916 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-01 03:33:57,917 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-01 03:33:57,918 - functest.core.singlevm - DEBUG - output: Hello World 2018-08-01 03:33:57,918 - functest.core.singlevm - DEBUG - error: 2018-08-01 03:33:57,923 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-01 03:33:58,032 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-01 03:33:58,033 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | singlevm1 | functest | 00:35 | PASS | +-------------------+------------------+------------------+----------------+ 2018-08-01 03:33:58,040 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-08-01 03:33:58,041 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/floatingips/26865f75-c4ef-49d8-a71f-0fc4cc918361.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}40a88225c359e4ebbf636375d766201f20832260" 2018-08-01 03:33:59,388 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-633ee348-feb0-4184-aca7-8773dbe40eeb Content-Length: 0 Date: Wed, 01 Aug 2018 03:33:59 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-01 03:33:59,388 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/floatingips/26865f75-c4ef-49d8-a71f-0fc4cc918361.json used request id req-633ee348-feb0-4184-aca7-8773dbe40eeb 2018-08-01 03:33:59,388 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 1.34754610062s 2018-08-01 03:33:59,388 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/floatingips/26865f75-c4ef-49d8-a71f-0fc4cc918361.json used request id req-633ee348-feb0-4184-aca7-8773dbe40eeb 2018-08-01 03:33:59,393 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-01 03:33:59,394 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}40a88225c359e4ebbf636375d766201f20832260" 2018-08-01 03:33:59,455 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-ff0f5763-7c94-4d2d-8df0-3a9acca42ae6 Date: Wed, 01 Aug 2018 03:33:59 GMT RESP BODY: {"floatingips": []} 2018-08-01 03:33:59,455 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-ff0f5763-7c94-4d2d-8df0-3a9acca42ae6 2018-08-01 03:33:59,455 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0618541240692s 2018-08-01 03:33:59,455 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-ff0f5763-7c94-4d2d-8df0-3a9acca42ae6 2018-08-01 03:33:59,457 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-08-01 03:33:59,459 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:8774/v2.1/servers/8841d4eb-7b7e-4aa1-910d-6904a1dfe6ae -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}40a88225c359e4ebbf636375d766201f20832260" 2018-08-01 03:33:59,780 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 01 Aug 2018 03:33: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-78ad6f70-eed6-4516-a034-cb84885f3ef1 x-compute-request-id: req-78ad6f70-eed6-4516-a034-cb84885f3ef1 Content-Type: application/json 2018-08-01 03:33:59,780 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/servers/8841d4eb-7b7e-4aa1-910d-6904a1dfe6ae used request id req-78ad6f70-eed6-4516-a034-cb84885f3ef1 2018-08-01 03:33:59,780 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.32338309288s 2018-08-01 03:33:59,780 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/servers/8841d4eb-7b7e-4aa1-910d-6904a1dfe6ae used request id req-78ad6f70-eed6-4516-a034-cb84885f3ef1 2018-08-01 03:33:59,781 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-01 03:33:59,784 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}40a88225c359e4ebbf636375d766201f20832260" 2018-08-01 03:34:00,771 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 03:33: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-bd18eb57-82b9-466c-8d4e-07f12c7c46ab x-compute-request-id: req-bd18eb57-82b9-466c-8d4e-07f12c7c46ab Content-Encoding: gzip Content-Length: 833 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"singlevm1-net_82c58aca-fffa-4672-93ed-bbea6690914a": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2d:8e:95", "version": 4, "addr": "192.168.120.22", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2d:8e:95", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/8841d4eb-7b7e-4aa1-910d-6904a1dfe6ae", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/8841d4eb-7b7e-4aa1-910d-6904a1dfe6ae", "rel": "bookmark"}], "image": {"id": "3e920aa7-e4bb-4314-990e-daf2df9c6d0d", "links": [{"href": "http://172.30.9.21:8774/images/3e920aa7-e4bb-4314-990e-daf2df9c6d0d", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": "2018-08-01T03:33:51.000000", "flavor": {"id": "e1ca35fc-6bda-4100-bc23-de5676f85193", "links": [{"href": "http://172.30.9.21:8774/flavors/e1ca35fc-6bda-4100-bc23-de5676f85193", "rel": "bookmark"}]}, "id": "8841d4eb-7b7e-4aa1-910d-6904a1dfe6ae", "security_groups": [{"name": "singlevm1-sg_82c58aca-fffa-4672-93ed-bbea6690914a"}], "user_id": "749556e27c83423fb69e649d00450103", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-01T03:33:59Z", "hostId": "8529eeb8dfdf5f0a88c54fac35fdf01b6cc0cd1e96d8a1d8c9447d66", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_82c58aca-fffa-4672-93ed-bbea6690914a", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "singlevm1-vm_82c58aca-fffa-4672-93ed-bbea6690914a", "created": "2018-08-01T03:33:38Z", "tenant_id": "90aa95516c664aef94b667c55fdaffe9", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-01 03:34:00,771 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-bd18eb57-82b9-466c-8d4e-07f12c7c46ab 2018-08-01 03:34:00,771 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.989887952805s 2018-08-01 03:34:00,771 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-bd18eb57-82b9-466c-8d4e-07f12c7c46ab 2018-08-01 03:34:00,773 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-01 03:34:02,774 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-01 03:34:02,777 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}40a88225c359e4ebbf636375d766201f20832260" 2018-08-01 03:34:02,892 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 03:34: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-8beffc9b-4426-49f2-b0a6-67857b8eaa64 x-compute-request-id: req-8beffc9b-4426-49f2-b0a6-67857b8eaa64 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-08-01 03:34:02,892 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-8beffc9b-4426-49f2-b0a6-67857b8eaa64 2018-08-01 03:34:02,892 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.117970943451s 2018-08-01 03:34:02,893 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-8beffc9b-4426-49f2-b0a6-67857b8eaa64 2018-08-01 03:34:02,896 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-01 03:34:02,896 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}40a88225c359e4ebbf636375d766201f20832260" 2018-08-01 03:34:02,951 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14163 X-Openstack-Request-Id: req-edb9ad87-ffc4-490e-8c5e-30b4909567ea Date: Wed, 01 Aug 2018 03:34:02 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "89443fd7c5cf4259bed71fca1c3fe619", "created_at": "2018-08-01T03:28:13Z", "updated_at": "2018-08-01T03:28:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-01T03:28:13Z", "revision_number": 0, "id": "3b8497c6-7bda-4bd0-bb6f-02b189f08c88", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-01T03:28:13Z", "security_group_id": "0bb1dfe3-90a3-41f5-99ab-dbb834e2a0bf", "tenant_id": "89443fd7c5cf4259bed71fca1c3fe619", "port_range_min": null, "ethertype": "IPv4", "project_id": "89443fd7c5cf4259bed71fca1c3fe619"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-01T03:28:13Z", "revision_number": 0, "id": "a9fb7b6f-bffd-436e-9a8d-704427f894c1", "remote_group_id": "0bb1dfe3-90a3-41f5-99ab-dbb834e2a0bf", "remote_ip_prefix": null, "created_at": "2018-08-01T03:28:13Z", "security_group_id": "0bb1dfe3-90a3-41f5-99ab-dbb834e2a0bf", "tenant_id": "89443fd7c5cf4259bed71fca1c3fe619", "port_range_min": null, "ethertype": "IPv6", "project_id": "89443fd7c5cf4259bed71fca1c3fe619"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-01T03:28:13Z", "revision_number": 0, "id": "f3f422e1-7b5e-491d-864a-cb70dec2934b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-01T03:28:13Z", "security_group_id": "0bb1dfe3-90a3-41f5-99ab-dbb834e2a0bf", "tenant_id": "89443fd7c5cf4259bed71fca1c3fe619", "port_range_min": null, "ethertype": "IPv6", "project_id": "89443fd7c5cf4259bed71fca1c3fe619"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-01T03:28:13Z", "revision_number": 0, "id": "f6efa75b-27dc-4865-a1c8-7d635791a7e4", "remote_group_id": "0bb1dfe3-90a3-41f5-99ab-dbb834e2a0bf", "remote_ip_prefix": null, "created_at": "2018-08-01T03:28:13Z", "security_group_id": "0bb1dfe3-90a3-41f5-99ab-dbb834e2a0bf", "tenant_id": "89443fd7c5cf4259bed71fca1c3fe619", "port_range_min": null, "ethertype": "IPv4", "project_id": "89443fd7c5cf4259bed71fca1c3fe619"}], "revision_number": 1, "project_id": "89443fd7c5cf4259bed71fca1c3fe619", "id": "0bb1dfe3-90a3-41f5-99ab-dbb834e2a0bf", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0d4564991b154f39987f6f9577b24bec", "created_at": "2018-08-01T03:32:12Z", "updated_at": "2018-08-01T03:32:12Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-01T03:32:12Z", "revision_number": 0, "id": "05362760-be75-445a-8a31-ea358c74e828", "remote_group_id": "1d7ba4ef-f350-4c2d-85ad-bdfb9cb994cc", "remote_ip_prefix": null, "created_at": "2018-08-01T03:32:12Z", "security_group_id": "1d7ba4ef-f350-4c2d-85ad-bdfb9cb994cc", "tenant_id": "0d4564991b154f39987f6f9577b24bec", "port_range_min": null, "ethertype": "IPv6", "project_id": "0d4564991b154f39987f6f9577b24bec"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-01T03:32:12Z", "revision_number": 0, "id": "a24ea511-9da3-45e2-9c7c-32814ce65726", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-01T03:32:12Z", "security_group_id": "1d7ba4ef-f350-4c2d-85ad-bdfb9cb994cc", "tenant_id": "0d4564991b154f39987f6f9577b24bec", "port_range_min": null, "ethertype": "IPv4", "project_id": "0d4564991b154f39987f6f9577b24bec"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-01T03:32:12Z", "revision_number": 0, "id": "a8d5384a-d7d1-40a4-8341-14439f2fa1b9", "remote_group_id": "1d7ba4ef-f350-4c2d-85ad-bdfb9cb994cc", "remote_ip_prefix": null, "created_at": "2018-08-01T03:32:12Z", "security_group_id": "1d7ba4ef-f350-4c2d-85ad-bdfb9cb994cc", "tenant_id": "0d4564991b154f39987f6f9577b24bec", "port_range_min": null, "ethertype": "IPv4", "project_id": "0d4564991b154f39987f6f9577b24bec"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-01T03:32:12Z", "revision_number": 0, "id": "c86eb45e-dbbf-4c49-81a2-9d34147d8bc6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-01T03:32:12Z", "security_group_id": "1d7ba4ef-f350-4c2d-85ad-bdfb9cb994cc", "tenant_id": "0d4564991b154f39987f6f9577b24bec", "port_range_min": null, "ethertype": "IPv6", "project_id": "0d4564991b154f39987f6f9577b24bec"}], "revision_number": 1, "project_id": "0d4564991b154f39987f6f9577b24bec", "id": "1d7ba4ef-f350-4c2d-85ad-bdfb9cb994cc", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "90aa95516c664aef94b667c55fdaffe9", "created_at": "2018-08-01T03:31:48Z", "updated_at": "2018-08-01T03:31:48Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-01T03:31:48Z", "revision_number": 0, "id": "00df8f76-1ed8-4083-924f-ca045a97b819", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-01T03:31:48Z", "security_group_id": "3216b19d-23d9-46c6-8ddd-952537b910a1", "tenant_id": "90aa95516c664aef94b667c55fdaffe9", "port_range_min": null, "ethertype": "IPv6", "project_id": "90aa95516c664aef94b667c55fdaffe9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-01T03:31:48Z", "revision_number": 0, "id": "912a4378-4ad4-42d6-9023-7d110fb243bb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-01T03:31:48Z", "security_group_id": "3216b19d-23d9-46c6-8ddd-952537b910a1", "tenant_id": "90aa95516c664aef94b667c55fdaffe9", "port_range_min": null, "ethertype": "IPv4", "project_id": "90aa95516c664aef94b667c55fdaffe9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-01T03:31:48Z", "revision_number": 0, "id": "e38107c5-03ae-4d22-ab22-38a705e3c84f", "remote_group_id": "3216b19d-23d9-46c6-8ddd-952537b910a1", "remote_ip_prefix": null, "created_at": "2018-08-01T03:31:48Z", "security_group_id": "3216b19d-23d9-46c6-8ddd-952537b910a1", "tenant_id": "90aa95516c664aef94b667c55fdaffe9", "port_range_min": null, "ethertype": "IPv4", "project_id": "90aa95516c664aef94b667c55fdaffe9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-01T03:31:48Z", "revision_number": 0, "id": "f5a71b91-fcab-4a05-bc67-a1a34ae32c80", "remote_group_id": "3216b19d-23d9-46c6-8ddd-952537b910a1", "remote_ip_prefix": null, "created_at": "2018-08-01T03:31:48Z", "security_group_id": "3216b19d-23d9-46c6-8ddd-952537b910a1", "tenant_id": "90aa95516c664aef94b667c55fdaffe9", "port_range_min": null, "ethertype": "IPv6", "project_id": "90aa95516c664aef94b667c55fdaffe9"}], "revision_number": 1, "project_id": "90aa95516c664aef94b667c55fdaffe9", "id": "3216b19d-23d9-46c6-8ddd-952537b910a1", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "73d335a4251e443683efc2ad0f070500", "created_at": "2018-08-01T03:33:00Z", "updated_at": "2018-08-01T03:33:00Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-01T03:33:00Z", "revision_number": 0, "id": "2991b7b5-9aac-4dd4-b060-d55297a7cbb4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-01T03:33:00Z", "security_group_id": "b23b6cd4-a0b9-4912-94c1-a9d02413e5d8", "tenant_id": "73d335a4251e443683efc2ad0f070500", "port_range_min": null, "ethertype": "IPv6", "project_id": "73d335a4251e443683efc2ad0f070500"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-01T03:33:00Z", "revision_number": 0, "id": "a2fc7e6b-74cd-4212-b285-40679b1fc779", "remote_group_id": "b23b6cd4-a0b9-4912-94c1-a9d02413e5d8", "remote_ip_prefix": null, "created_at": "2018-08-01T03:33:00Z", "security_group_id": "b23b6cd4-a0b9-4912-94c1-a9d02413e5d8", "tenant_id": "73d335a4251e443683efc2ad0f070500", "port_range_min": null, "ethertype": "IPv6", "project_id": "73d335a4251e443683efc2ad0f070500"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-01T03:33:00Z", "revision_number": 0, "id": "a51796fd-b506-4041-8384-2ea53a6f2db8", "remote_group_id": "b23b6cd4-a0b9-4912-94c1-a9d02413e5d8", "remote_ip_prefix": null, "created_at": "2018-08-01T03:33:00Z", "security_group_id": "b23b6cd4-a0b9-4912-94c1-a9d02413e5d8", "tenant_id": "73d335a4251e443683efc2ad0f070500", "port_range_min": null, "ethertype": "IPv4", "project_id": "73d335a4251e443683efc2ad0f070500"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-01T03:33:00Z", "revision_number": 0, "id": "e0aa8a4d-a2d2-4b37-b00b-4de300ab917b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-01T03:33:00Z", "security_group_id": "b23b6cd4-a0b9-4912-94c1-a9d02413e5d8", "tenant_id": "73d335a4251e443683efc2ad0f070500", "port_range_min": null, "ethertype": "IPv4", "project_id": "73d335a4251e443683efc2ad0f070500"}], "revision_number": 1, "project_id": "73d335a4251e443683efc2ad0f070500", "id": "b23b6cd4-a0b9-4912-94c1-a9d02413e5d8", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-01T03:31:53Z", "updated_at": "2018-08-01T03:31:53Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-01T03:31:53Z", "revision_number": 0, "id": "0c94480a-368d-410b-b818-216d3af37709", "remote_group_id": "bb08bc43-e3b2-4329-989f-3da669433d5d", "remote_ip_prefix": null, "created_at": "2018-08-01T03:31:53Z", "security_group_id": "bb08bc43-e3b2-4329-989f-3da669433d5d", "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-01T03:31:53Z", "revision_number": 0, "id": "26e0dd94-d7da-4c66-a775-94d243dfc31c", "remote_group_id": "bb08bc43-e3b2-4329-989f-3da669433d5d", "remote_ip_prefix": null, "created_at": "2018-08-01T03:31:53Z", "security_group_id": "bb08bc43-e3b2-4329-989f-3da669433d5d", "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-01T03:31:53Z", "revision_number": 0, "id": "2a177ca1-ac39-4669-8689-45cb6777c41b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-01T03:31:53Z", "security_group_id": "bb08bc43-e3b2-4329-989f-3da669433d5d", "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-01T03:31:53Z", "revision_number": 0, "id": "8887cdcf-e456-4d27-b906-487168724950", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-01T03:31:53Z", "security_group_id": "bb08bc43-e3b2-4329-989f-3da669433d5d", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 1, "project_id": "", "id": "bb08bc43-e3b2-4329-989f-3da669433d5d", "name": "default"}, {"description": "created by OPNFV Functest (singlevm1)", "tags": [], "tenant_id": "90aa95516c664aef94b667c55fdaffe9", "created_at": "2018-08-01T03:33:30Z", "updated_at": "2018-08-01T03:33:32Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-01T03:33:31Z", "revision_number": 0, "id": "187cd23c-365d-426e-974f-2d701220a8db", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-01T03:33:31Z", "security_group_id": "c155a688-fd3b-4791-aba1-ad7cf52dd993", "tenant_id": "90aa95516c664aef94b667c55fdaffe9", "port_range_min": 22, "ethertype": "IPv4", "project_id": "90aa95516c664aef94b667c55fdaffe9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-01T03:33:30Z", "revision_number": 0, "id": "1b327e32-e109-44ad-bb54-fad790467a17", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-01T03:33:30Z", "security_group_id": "c155a688-fd3b-4791-aba1-ad7cf52dd993", "tenant_id": "90aa95516c664aef94b667c55fdaffe9", "port_range_min": null, "ethertype": "IPv4", "project_id": "90aa95516c664aef94b667c55fdaffe9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-01T03:33:31Z", "revision_number": 0, "id": "51f1c1e0-6341-417e-a376-12f1687788d6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-01T03:33:31Z", "security_group_id": "c155a688-fd3b-4791-aba1-ad7cf52dd993", "tenant_id": "90aa95516c664aef94b667c55fdaffe9", "port_range_min": null, "ethertype": "IPv6", "project_id": "90aa95516c664aef94b667c55fdaffe9"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-01T03:33:32Z", "revision_number": 0, "id": "6c854304-c893-4879-b140-fea23fcccad3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-01T03:33:32Z", "security_group_id": "c155a688-fd3b-4791-aba1-ad7cf52dd993", "tenant_id": "90aa95516c664aef94b667c55fdaffe9", "port_range_min": null, "ethertype": "IPv4", "project_id": "90aa95516c664aef94b667c55fdaffe9"}], "revision_number": 3, "project_id": "90aa95516c664aef94b667c55fdaffe9", "id": "c155a688-fd3b-4791-aba1-ad7cf52dd993", "name": "singlevm1-sg_82c58aca-fffa-4672-93ed-bbea6690914a"}]} 2018-08-01 03:34:02,952 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-edb9ad87-ffc4-490e-8c5e-30b4909567ea 2018-08-01 03:34:02,952 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.056293964386s 2018-08-01 03:34:02,953 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-edb9ad87-ffc4-490e-8c5e-30b4909567ea 2018-08-01 03:34:02,957 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-08-01 03:34:02,957 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/security-groups/c155a688-fd3b-4791-aba1-ad7cf52dd993.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}40a88225c359e4ebbf636375d766201f20832260" 2018-08-01 03:34:03,139 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-28a58160-ab45-4251-a0c2-646385b53099 Content-Length: 0 Date: Wed, 01 Aug 2018 03:34:03 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-01 03:34:03,140 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/c155a688-fd3b-4791-aba1-ad7cf52dd993.json used request id req-28a58160-ab45-4251-a0c2-646385b53099 2018-08-01 03:34:03,140 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.182779073715s 2018-08-01 03:34:03,140 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/c155a688-fd3b-4791-aba1-ad7cf52dd993.json used request id req-28a58160-ab45-4251-a0c2-646385b53099 2018-08-01 03:34:03,141 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-08-01 03:34:03,143 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:8774/v2.1/os-keypairs/singlevm1-kp_82c58aca-fffa-4672-93ed-bbea6690914a -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}40a88225c359e4ebbf636375d766201f20832260" 2018-08-01 03:34:03,332 - keystoneauth.session - DEBUG - RESP: [202] Date: Wed, 01 Aug 2018 03:34: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-bbbcb6dc-6000-4769-a3fe-1ae91c1c853b x-compute-request-id: req-bbbcb6dc-6000-4769-a3fe-1ae91c1c853b Content-Length: 0 Content-Type: application/json 2018-08-01 03:34:03,332 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/os-keypairs/singlevm1-kp_82c58aca-fffa-4672-93ed-bbea6690914a used request id req-bbbcb6dc-6000-4769-a3fe-1ae91c1c853b 2018-08-01 03:34:03,332 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.19155216217s 2018-08-01 03:34:03,332 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/os-keypairs/singlevm1-kp_82c58aca-fffa-4672-93ed-bbea6690914a used request id req-bbbcb6dc-6000-4769-a3fe-1ae91c1c853b 2018-08-01 03:34:03,333 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-01 03:34:03,334 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9696/v2.0/routers/56bcdd1f-8421-4a77-8e47-2ca41c960da3/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}40a88225c359e4ebbf636375d766201f20832260" -d '{"subnet_id": "fac77dec-0301-4d85-9eaf-960b145ea1bb"}' 2018-08-01 03:34:04,994 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-6ea144ef-7e4d-431d-9413-f38c8475a025 Date: Wed, 01 Aug 2018 03:34:04 GMT RESP BODY: {"network_id": "f49fd52f-8225-4e88-8152-812526e62f0c", "tenant_id": "90aa95516c664aef94b667c55fdaffe9", "subnet_id": "fac77dec-0301-4d85-9eaf-960b145ea1bb", "subnet_ids": ["fac77dec-0301-4d85-9eaf-960b145ea1bb"], "port_id": "41a1494b-421e-4123-accb-7d4d3cb9e9da", "id": "56bcdd1f-8421-4a77-8e47-2ca41c960da3"} 2018-08-01 03:34:04,994 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/56bcdd1f-8421-4a77-8e47-2ca41c960da3/remove_router_interface.json used request id req-6ea144ef-7e4d-431d-9413-f38c8475a025 2018-08-01 03:34:04,995 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.661454916s 2018-08-01 03:34:04,995 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/56bcdd1f-8421-4a77-8e47-2ca41c960da3/remove_router_interface.json used request id req-6ea144ef-7e4d-431d-9413-f38c8475a025 returning object 56bcdd1f-8421-4a77-8e47-2ca41c960da3 2018-08-01 03:34:04,995 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-01 03:34:04,995 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}40a88225c359e4ebbf636375d766201f20832260" 2018-08-01 03:34:05,114 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-f7ef9fb2-3528-4903-ba13-b3defba781cf Date: Wed, 01 Aug 2018 03:34:05 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "e06facf3-a24e-40d5-a5ce-a0901a6e4875", "ip_address": "172.30.9.209"}]}, "description": "", "tags": [], "tenant_id": "90aa95516c664aef94b667c55fdaffe9", "created_at": "2018-08-01T03:33:24Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-01T03:34:04Z", "revision_number": 4, "routes": [], "project_id": "90aa95516c664aef94b667c55fdaffe9", "id": "56bcdd1f-8421-4a77-8e47-2ca41c960da3", "name": "singlevm1-router_82c58aca-fffa-4672-93ed-bbea6690914a"}]} 2018-08-01 03:34:05,114 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-f7ef9fb2-3528-4903-ba13-b3defba781cf 2018-08-01 03:34:05,114 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.11892414093s 2018-08-01 03:34:05,114 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-f7ef9fb2-3528-4903-ba13-b3defba781cf 2018-08-01 03:34:05,115 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-01 03:34:05,116 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/routers/56bcdd1f-8421-4a77-8e47-2ca41c960da3.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}40a88225c359e4ebbf636375d766201f20832260" 2018-08-01 03:34:06,902 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-4626682a-3cae-406b-b0ad-d174e22ed0d1 Content-Length: 0 Date: Wed, 01 Aug 2018 03:34:06 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-01 03:34:06,902 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/routers/56bcdd1f-8421-4a77-8e47-2ca41c960da3.json used request id req-4626682a-3cae-406b-b0ad-d174e22ed0d1 2018-08-01 03:34:06,902 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.78704404831s 2018-08-01 03:34:06,903 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/routers/56bcdd1f-8421-4a77-8e47-2ca41c960da3.json used request id req-4626682a-3cae-406b-b0ad-d174e22ed0d1 2018-08-01 03:34:06,903 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-01 03:34:06,904 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}40a88225c359e4ebbf636375d766201f20832260" 2018-08-01 03:34:06,949 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1291 X-Openstack-Request-Id: req-15d5f229-167d-48c4-bbed-5d9e55c70ee0 Date: Wed, 01 Aug 2018 03:34:06 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"262fe7ec-b437-40b8-908b-6eb66c149655","tenant_id":"89443fd7c5cf4259bed71fca1c3fe619","created_at":"2018-08-01T03:28:20Z","dns_nameservers":[],"updated_at":"2018-08-01T03:28:20Z","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":"89443fd7c5cf4259bed71fca1c3fe619","id":"e06facf3-a24e-40d5-a5ce-a0901a6e4875","subnetpool_id":null,"name":"external-subnet"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f49fd52f-8225-4e88-8152-812526e62f0c","tenant_id":"90aa95516c664aef94b667c55fdaffe9","created_at":"2018-08-01T03:33:23Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-01T03:33:23Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"90aa95516c664aef94b667c55fdaffe9","id":"fac77dec-0301-4d85-9eaf-960b145ea1bb","subnetpool_id":null,"name":"singlevm1-subnet_82c58aca-fffa-4672-93ed-bbea6690914a"}]} 2018-08-01 03:34:06,949 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-15d5f229-167d-48c4-bbed-5d9e55c70ee0 2018-08-01 03:34:06,950 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0462410449982s 2018-08-01 03:34:06,950 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-15d5f229-167d-48c4-bbed-5d9e55c70ee0 2018-08-01 03:34:06,951 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-01 03:34:06,952 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/subnets/fac77dec-0301-4d85-9eaf-960b145ea1bb.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}40a88225c359e4ebbf636375d766201f20832260" 2018-08-01 03:34:09,419 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-fb56fc59-c866-4c4b-a558-aabc46027c8b Date: Wed, 01 Aug 2018 03:34:09 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-01 03:34:09,419 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/fac77dec-0301-4d85-9eaf-960b145ea1bb.json used request id req-fb56fc59-c866-4c4b-a558-aabc46027c8b 2018-08-01 03:34:09,420 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.46794700623s 2018-08-01 03:34:09,420 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/fac77dec-0301-4d85-9eaf-960b145ea1bb.json used request id req-fb56fc59-c866-4c4b-a558-aabc46027c8b 2018-08-01 03:34:09,420 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-01 03:34:09,421 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}40a88225c359e4ebbf636375d766201f20832260" 2018-08-01 03:34:09,587 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1353 X-Openstack-Request-Id: req-c0c4cbfc-93f0-4d62-88e3-84b705c925db Date: Wed, 01 Aug 2018 03:34:09 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"262fe7ec-b437-40b8-908b-6eb66c149655","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"89443fd7c5cf4259bed71fca1c3fe619","status":"ACTIVE","subnets":["e06facf3-a24e-40d5-a5ce-a0901a6e4875"],"description":"","tags":[],"updated_at":"2018-08-01T03:28:20Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"89443fd7c5cf4259bed71fca1c3fe619","created_at":"2018-08-01T03:28:13Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"f49fd52f-8225-4e88-8152-812526e62f0c","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"90aa95516c664aef94b667c55fdaffe9","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-01T03:34:09Z","provider:segmentation_id":34,"name":"singlevm1-net_82c58aca-fffa-4672-93ed-bbea6690914a","admin_state_up":true,"tenant_id":"90aa95516c664aef94b667c55fdaffe9","created_at":"2018-08-01T03:33:22Z","provider:network_type":"vxlan"}]} 2018-08-01 03:34:09,587 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-c0c4cbfc-93f0-4d62-88e3-84b705c925db 2018-08-01 03:34:09,587 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.166752099991s 2018-08-01 03:34:09,587 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-c0c4cbfc-93f0-4d62-88e3-84b705c925db 2018-08-01 03:34:09,589 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-01 03:34:09,589 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/networks/f49fd52f-8225-4e88-8152-812526e62f0c.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}40a88225c359e4ebbf636375d766201f20832260" 2018-08-01 03:34:11,203 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-b0b9335b-45e2-4e3e-aafe-759bd255475c Date: Wed, 01 Aug 2018 03:34:11 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-01 03:34:11,204 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/f49fd52f-8225-4e88-8152-812526e62f0c.json used request id req-b0b9335b-45e2-4e3e-aafe-759bd255475c 2018-08-01 03:34:11,204 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.61492991447s 2018-08-01 03:34:11,204 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/f49fd52f-8225-4e88-8152-812526e62f0c.json used request id req-b0b9335b-45e2-4e3e-aafe-759bd255475c 2018-08-01 03:34:11,208 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-01 03:34:11,211 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}40a88225c359e4ebbf636375d766201f20832260" 2018-08-01 03:34:11,413 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1200 Content-Type: application/json X-Openstack-Request-Id: req-c343086d-162c-472f-9ea4-d624c40782f5 Date: Wed, 01 Aug 2018 03:34:11 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://1c426f71-e315-470f-a765-a4a983e8d919/images/3e920aa7-e4bb-4314-990e-daf2df9c6d0d/snap", "metadata": {}}], "file": "/v2/images/3e920aa7-e4bb-4314-990e-daf2df9c6d0d/file", "owner": "90aa95516c664aef94b667c55fdaffe9", "id": "3e920aa7-e4bb-4314-990e-daf2df9c6d0d", "size": 12716032, "self": "/v2/images/3e920aa7-e4bb-4314-990e-daf2df9c6d0d", "disk_format": "qcow2", "direct_url": "rbd://1c426f71-e315-470f-a765-a4a983e8d919/images/3e920aa7-e4bb-4314-990e-daf2df9c6d0d/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-08-01T03:33:29Z", "visibility": "private", "owner_specified.shade.object": "images/singlevm1-img_82c58aca-fffa-4672-93ed-bbea6690914a", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm1-img_82c58aca-fffa-4672-93ed-bbea6690914a", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-01T03:33:28Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-01 03:34:11,413 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-c343086d-162c-472f-9ea4-d624c40782f5 2018-08-01 03:34:11,413 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.205368995667s 2018-08-01 03:34:11,414 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-c343086d-162c-472f-9ea4-d624c40782f5 2018-08-01 03:34:11,415 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-01 03:34:11,419 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9292/v2/images/3e920aa7-e4bb-4314-990e-daf2df9c6d0d -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}40a88225c359e4ebbf636375d766201f20832260" 2018-08-01 03:34:12,692 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-2006ff0e-97f3-416d-af49-df282effc195 Date: Wed, 01 Aug 2018 03:34: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-01 03:34:12,693 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/3e920aa7-e4bb-4314-990e-daf2df9c6d0d used request id req-2006ff0e-97f3-416d-af49-df282effc195 2018-08-01 03:34:12,693 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.27717208862s 2018-08-01 03:34:12,693 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/3e920aa7-e4bb-4314-990e-daf2df9c6d0d used request id req-2006ff0e-97f3-416d-af49-df282effc195 2018-08-01 03:34:12,693 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-01 03:34:12,696 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21: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}40a88225c359e4ebbf636375d766201f20832260" 2018-08-01 03:34:12,721 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 03:34: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-4dd56d3c-dd99-4b68-8a5d-2e28538e0840 x-compute-request-id: req-4dd56d3c-dd99-4b68-8a5d-2e28538e0840 Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavors": [{"name": "singlevm1-flavor_82c58aca-fffa-4672-93ed-bbea6690914a", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/e1ca35fc-6bda-4100-bc23-de5676f85193", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/e1ca35fc-6bda-4100-bc23-de5676f85193", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "e1ca35fc-6bda-4100-bc23-de5676f85193"}]} 2018-08-01 03:34:12,721 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-4dd56d3c-dd99-4b68-8a5d-2e28538e0840 2018-08-01 03:34:12,721 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0273771286011s 2018-08-01 03:34:12,721 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-4dd56d3c-dd99-4b68-8a5d-2e28538e0840 2018-08-01 03:34:12,723 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-01 03:34:12,725 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:8774/v2.1/flavors/e1ca35fc-6bda-4100-bc23-de5676f85193 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}40a88225c359e4ebbf636375d766201f20832260" 2018-08-01 03:34:12,773 - keystoneauth.session - DEBUG - RESP: [202] Date: Wed, 01 Aug 2018 03:34: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-df37278a-5fe7-4ff3-bbc8-2d0a443bdee7 x-compute-request-id: req-df37278a-5fe7-4ff3-bbc8-2d0a443bdee7 Content-Length: 0 Content-Type: application/json 2018-08-01 03:34:12,773 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/e1ca35fc-6bda-4100-bc23-de5676f85193 used request id req-df37278a-5fe7-4ff3-bbc8-2d0a443bdee7 2018-08-01 03:34:12,773 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0505528450012s 2018-08-01 03:34:12,773 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/e1ca35fc-6bda-4100-bc23-de5676f85193 used request id req-df37278a-5fe7-4ff3-bbc8-2d0a443bdee7 2018-08-01 03:34:12,829 - xtesting.ci.run_tests - INFO - Loading test case 'singlevm2'... 2018-08-01 03:34:12,870 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-01 03:34:12,870 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-01 03:34:12,870 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-01 03:34:12,870 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-01 03:34:12,870 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-01 03:34:12,870 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-01 03:34:12,870 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-01 03:34:12,870 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-01 03:34:12,870 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-01 03:34:12,871 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-01 03:34:12,871 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-01 03:34:12,871 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-01 03:34:12,871 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-01 03:34:12,871 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-01 03:34:12,871 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-01 03:34:12,871 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-01 03:34:12,871 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-01 03:34:12,871 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-01 03:34:12,871 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-01 03:34:12,871 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-01 03:34:12,871 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-01 03:34:12,871 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-01 03:34:12,873 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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-01 03:34:12,878 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 03:34:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bedc16a4-75c9-4014-a0d7-e0319a30ebe4 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-01 03:34:12,878 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-bedc16a4-75c9-4014-a0d7-e0319a30ebe4 2018-08-01 03:34:12,878 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-08-01 03:34:13,429 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ed1e3c9b852e426e8d791112d2fd4701", "name": "member"}, {"id": "147f18c7e1e349fc8e383440249c4c73", "name": "reader"}, {"id": "86fab6e3eccc4f5f9bd58caee92e2693", "name": "admin"}], "expires_at": "2018-08-01T04:34:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "90aa95516c664aef94b667c55fdaffe9", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:8004/v1/90aa95516c664aef94b667c55fdaffe9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5af2a23f0d4746a18ce9987becf49813"}, {"url": "http://192.30.9.7:8004/v1/90aa95516c664aef94b667c55fdaffe9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d6722b9f2184abb8e7b581d10709b51"}, {"url": "http://192.30.9.7:8004/v1/90aa95516c664aef94b667c55fdaffe9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc81206c7ec74b63a868c84343e2355a"}], "type": "orchestration", "id": "032123c5c07d477ab419a77fddb5ca2b", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/90aa95516c664aef94b667c55fdaffe9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00197bc0507d42718c9de1a1f3ff7fa9"}, {"url": "http://192.30.9.7:8776/v2/90aa95516c664aef94b667c55fdaffe9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "186c94a5205743a68de2c02795dd12cf"}, {"url": "http://192.30.9.7:8776/v2/90aa95516c664aef94b667c55fdaffe9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32c49f45893f4074a75a056facd63fc5"}], "type": "volumev2", "id": "09ef7c245fd9479f97ffee152dae0c8e", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27e89bb29a0d43ce83aefd4cae0f7bd7"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "295d31abf3f44d85b346281cd9c04740"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d685797f4b164aa48837a822ed32598b"}], "type": "alarming", "id": "0f8615b3651c41099fe76f0fa5b23dd1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f0c9b6089cd4f558ee73fabe48d842a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "551cf56b00bd4d038a8694d11700f2ef"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9ea08b0116c4412eaded9a074baa4211"}], "type": "image", "id": "17038717f3f0408e8c9d5af024ea0aab", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "17647a3a3a00479b9213e6f6cf7a30ea", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c2328ef964c4156917122cfb247f0c4"}, {"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33d0ce77838b4a0fbe56c50f7b1e4d71"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38b745fc1fe14a8691a6fb2553ade0e0"}], "type": "event", "id": "1d35633c710f4d9c88e1f50abe614b06", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/90aa95516c664aef94b667c55fdaffe9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dcebb246e8d42fab040b053411c0957"}, {"url": "http://192.30.9.7:8776/v3/90aa95516c664aef94b667c55fdaffe9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92f3de4ac4f44b9a95bdb5c3f0c34d51"}, {"url": "http://172.30.9.21:8776/v3/90aa95516c664aef94b667c55fdaffe9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f92025e32c9344f587283e14c1506699"}], "type": "volumev3", "id": "27b85f80d71f464183ff256181f71b43", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0f1136276d75402689a9c377621253ce"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b943f44b606457c91b7d5098b199be0"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b47ac34c09dc4c05b1ca4c869d47eaeb"}], "type": "metric", "id": "5a0ae06ba8b741ffb51d39c9adb9451c", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10bc7f20cf92414cb6d088da882341c5"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "53c0109d8bd545ef83f6d70ce101d52d"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d3688eabec1484e8c6549a46b35b25f"}], "type": "cloudformation", "id": "64e449782da244a4b49ea375e297a3ea", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/90aa95516c664aef94b667c55fdaffe9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8713e9b13a6e43c59e8aa6d6cd510b2b"}, {"url": "http://192.30.9.7:8776/v1/90aa95516c664aef94b667c55fdaffe9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b073433cdd0f4518882ecf0e413ae4af"}, {"url": "http://172.30.9.21:8776/v1/90aa95516c664aef94b667c55fdaffe9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fc41a1400c1945199a7f0758b5566e31"}], "type": "volume", "id": "6951fb022adb46feaa04f1020c483fd1", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "247e0a42582047fb8b1a74db1f38edf7"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37ed8998a3894a91b69a9e4f00e62b69"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b11d1b5d1d9043d88291c85c92eb73f4"}], "type": "placement", "id": "83e7ef9cff3b4731b936862816b9afd9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "432bfc9d0c4249dd9ccda5421e19b9e2"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f93c2c146b149cbb3483078f52c4bdf"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd4fdce564324509818028dc78641d8d"}], "type": "network", "id": "94871ebfcb5240ebb8b1c19b8739272c", "name": "neutron"}, {"endpoints": [{"url": "http://12.0.0.40:8080/v1/AUTH_90aa95516c664aef94b667c55fdaffe9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2333bd642dd5455c8f03d343d974704d"}, {"url": "http://12.0.0.40:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c3a57c4832a74174a0c0889da1e1364b"}, {"url": "http://172.30.9.21:8080/v1/AUTH_90aa95516c664aef94b667c55fdaffe9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f27db37221fb446f86228761531722fd"}], "type": "object-store", "id": "b008c8aea7694b57822ddc559b6dfc45", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "038ac873a08f40dab615db1106f36b91"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9c064a815b5c40c0bb0beee1dee18b58"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa33b6fd9ec24bfb9e27785b76bc205d"}], "type": "identity", "id": "de72ed0871ef4a7bab6d7ea0bbfa8d90", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c04b9806aca48e692c506107e0bd3a6"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "449f60307ac54b799d4527d2070f35db"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d69efddbf8af404a9b303b99cfb12f43"}], "type": "compute", "id": "eb2dd02d9ef54f67b42600e437ecb401", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "749556e27c83423fb69e649d00450103"}, "audit_ids": ["N39FyFC9Scq1FNYG6s00Tg"], "issued_at": "2018-08-01T03:34:13.000000Z"}} 2018-08-01 03:34:13,432 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-01 03:34:13,433 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21: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}e25d49557f7a423960cb21390d75ec971aed9e1a" 2018-08-01 03:34:14,433 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-09156e65-ed2b-455c-9472-1fd030781e8a Date: Wed, 01 Aug 2018 03:34:14 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"262fe7ec-b437-40b8-908b-6eb66c149655","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"89443fd7c5cf4259bed71fca1c3fe619","status":"ACTIVE","subnets":["e06facf3-a24e-40d5-a5ce-a0901a6e4875"],"description":"","tags":[],"updated_at":"2018-08-01T03:28:20Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"89443fd7c5cf4259bed71fca1c3fe619","created_at":"2018-08-01T03:28:13Z","provider:network_type":"flat"}]} 2018-08-01 03:34:14,433 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json?router%3Aexternal=True used request id req-09156e65-ed2b-455c-9472-1fd030781e8a 2018-08-01 03:34:14,433 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 1.00078511238s 2018-08-01 03:34:14,433 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json?router%3Aexternal=True used request id req-09156e65-ed2b-455c-9472-1fd030781e8a 2018-08-01 03:34:14,438 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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-01 03:34:14,444 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 01 Aug 2018 03:34:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8823d34f-d634-446b-9551-6102c1199dec 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.21:5000/v3/", "rel": "self"}]}]}} 2018-08-01 03:34:14,444 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/ used request id req-8823d34f-d634-446b-9551-6102c1199dec 2018-08-01 03:34:14,445 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-01 03:34:14,448 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}e25d49557f7a423960cb21390d75ec971aed9e1a" 2018-08-01 03:34:14,555 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 03:34:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4d109d39-3cb2-4b06-9c1a-bd9e2a364509 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.21:5000/v3/domains/cc40371ace4f4c2e9452fa2c52c1368e"}, "tags": [], "enabled": true, "id": "cc40371ace4f4c2e9452fa2c52c1368e", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains", "previous": null, "next": null}} 2018-08-01 03:34:14,555 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains used request id req-4d109d39-3cb2-4b06-9c1a-bd9e2a364509 2018-08-01 03:34:14,555 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.109710931778s 2018-08-01 03:34:14,555 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains used request id req-4d109d39-3cb2-4b06-9c1a-bd9e2a364509 2018-08-01 03:34:14,562 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-08-01 03:34:14,566 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}e25d49557f7a423960cb21390d75ec971aed9e1a" -d '{"project": {"description": "Created by OPNFV Functest: singlevm2", "enabled": true, "domain_id": "default", "name": "singlevm2-project_46b24f59-4bc3-4eb9-91f5-828af9d1d7fb"}}' 2018-08-01 03:34:14,761 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 01 Aug 2018 03:34:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-388eb926-2e0b-4dab-9d01-dd8b6aa2550d 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.21:5000/v3/projects/f79796eb7d2f4db1aae9ce68447f2973"}, "tags": [], "enabled": true, "id": "f79796eb7d2f4db1aae9ce68447f2973", "parent_id": "default", "domain_id": "default", "name": "singlevm2-project_46b24f59-4bc3-4eb9-91f5-828af9d1d7fb"}} 2018-08-01 03:34:14,762 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-388eb926-2e0b-4dab-9d01-dd8b6aa2550d 2018-08-01 03:34:14,762 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.199251890182s 2018-08-01 03:34:14,762 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-388eb926-2e0b-4dab-9d01-dd8b6aa2550d 2018-08-01 03:34:14,763 - 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'f79796eb7d2f4db1aae9ce68447f2973', '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_46b24f59-4bc3-4eb9-91f5-828af9d1d7fb'}) 2018-08-01 03:34:14,769 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-08-01 03:34:14,773 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}e25d49557f7a423960cb21390d75ec971aed9e1a" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "355cd88d-0057-42a6-869d-e6d73a8794f0", "email": null, "name": "singlevm2-user_46b24f59-4bc3-4eb9-91f5-828af9d1d7fb"}}' 2018-08-01 03:34:15,209 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 01 Aug 2018 03:34:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-88a4dbcd-e785-4201-941c-b7554fbf0b53 Content-Length: 324 Content-Type: application/json RESP BODY: {"user": {"name": "singlevm2-user_46b24f59-4bc3-4eb9-91f5-828af9d1d7fb", "links": {"self": "http://172.30.9.21:5000/v3/users/736cefcc4d814b1cb920dddf1f2b7eb8"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "736cefcc4d814b1cb920dddf1f2b7eb8", "domain_id": "default", "password_expires_at": null}} 2018-08-01 03:34:15,210 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/users used request id req-88a4dbcd-e785-4201-941c-b7554fbf0b53 2018-08-01 03:34:15,210 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.440546035767s 2018-08-01 03:34:15,210 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/users used request id req-88a4dbcd-e785-4201-941c-b7554fbf0b53 2018-08-01 03:34:15,211 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'736cefcc4d814b1cb920dddf1f2b7eb8', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'singlevm2-user_46b24f59-4bc3-4eb9-91f5-828af9d1d7fb'}) 2018-08-01 03:34:15,214 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-01 03:34:15,217 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e25d49557f7a423960cb21390d75ec971aed9e1a" 2018-08-01 03:34:15,320 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 03:34:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3b1834c7-f60e-4224-98ac-fe2892fb3a2e Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "147f18c7e1e349fc8e383440249c4c73", "links": {"self": "http://172.30.9.21:5000/v3/roles/147f18c7e1e349fc8e383440249c4c73"}, "name": "reader"}, {"domain_id": null, "id": "730dcac60af740de8f4eb572d8499268", "links": {"self": "http://172.30.9.21:5000/v3/roles/730dcac60af740de8f4eb572d8499268"}, "name": "swiftoperator"}, {"domain_id": null, "id": "86fab6e3eccc4f5f9bd58caee92e2693", "links": {"self": "http://172.30.9.21:5000/v3/roles/86fab6e3eccc4f5f9bd58caee92e2693"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b2b3ff44e054497fa64f6525e0e6195b", "links": {"self": "http://172.30.9.21:5000/v3/roles/b2b3ff44e054497fa64f6525e0e6195b"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ed1e3c9b852e426e8d791112d2fd4701", "links": {"self": "http://172.30.9.21:5000/v3/roles/ed1e3c9b852e426e8d791112d2fd4701"}, "name": "member"}, {"domain_id": null, "id": "f5c89a4293d34be3af121f401210ef46", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5c89a4293d34be3af121f401210ef46"}, "name": "ResellerAdmin"}]} 2018-08-01 03:34:15,320 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-3b1834c7-f60e-4224-98ac-fe2892fb3a2e 2018-08-01 03:34:15,320 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.105670928955s 2018-08-01 03:34:15,320 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-3b1834c7-f60e-4224-98ac-fe2892fb3a2e 2018-08-01 03:34:15,325 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-01 03:34:15,327 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e25d49557f7a423960cb21390d75ec971aed9e1a" 2018-08-01 03:34:15,421 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 03:34:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0d35a928-954e-4c75-8d9b-d007125d3216 Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "147f18c7e1e349fc8e383440249c4c73", "links": {"self": "http://172.30.9.21:5000/v3/roles/147f18c7e1e349fc8e383440249c4c73"}, "name": "reader"}, {"domain_id": null, "id": "730dcac60af740de8f4eb572d8499268", "links": {"self": "http://172.30.9.21:5000/v3/roles/730dcac60af740de8f4eb572d8499268"}, "name": "swiftoperator"}, {"domain_id": null, "id": "86fab6e3eccc4f5f9bd58caee92e2693", "links": {"self": "http://172.30.9.21:5000/v3/roles/86fab6e3eccc4f5f9bd58caee92e2693"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b2b3ff44e054497fa64f6525e0e6195b", "links": {"self": "http://172.30.9.21:5000/v3/roles/b2b3ff44e054497fa64f6525e0e6195b"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ed1e3c9b852e426e8d791112d2fd4701", "links": {"self": "http://172.30.9.21:5000/v3/roles/ed1e3c9b852e426e8d791112d2fd4701"}, "name": "member"}, {"domain_id": null, "id": "f5c89a4293d34be3af121f401210ef46", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5c89a4293d34be3af121f401210ef46"}, "name": "ResellerAdmin"}]} 2018-08-01 03:34:15,421 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-0d35a928-954e-4c75-8d9b-d007125d3216 2018-08-01 03:34:15,421 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0966789722443s 2018-08-01 03:34:15,422 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-0d35a928-954e-4c75-8d9b-d007125d3216 2018-08-01 03:34:15,426 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-01 03:34:15,429 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e25d49557f7a423960cb21390d75ec971aed9e1a" 2018-08-01 03:34:15,535 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 03:34:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3dfd235d-b03b-4687-ad19-70c51f031b1d Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "147f18c7e1e349fc8e383440249c4c73", "links": {"self": "http://172.30.9.21:5000/v3/roles/147f18c7e1e349fc8e383440249c4c73"}, "name": "reader"}, {"domain_id": null, "id": "730dcac60af740de8f4eb572d8499268", "links": {"self": "http://172.30.9.21:5000/v3/roles/730dcac60af740de8f4eb572d8499268"}, "name": "swiftoperator"}, {"domain_id": null, "id": "86fab6e3eccc4f5f9bd58caee92e2693", "links": {"self": "http://172.30.9.21:5000/v3/roles/86fab6e3eccc4f5f9bd58caee92e2693"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b2b3ff44e054497fa64f6525e0e6195b", "links": {"self": "http://172.30.9.21:5000/v3/roles/b2b3ff44e054497fa64f6525e0e6195b"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ed1e3c9b852e426e8d791112d2fd4701", "links": {"self": "http://172.30.9.21:5000/v3/roles/ed1e3c9b852e426e8d791112d2fd4701"}, "name": "member"}, {"domain_id": null, "id": "f5c89a4293d34be3af121f401210ef46", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5c89a4293d34be3af121f401210ef46"}, "name": "ResellerAdmin"}]} 2018-08-01 03:34:15,535 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-3dfd235d-b03b-4687-ad19-70c51f031b1d 2018-08-01 03:34:15,535 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.108779907227s 2018-08-01 03:34:15,535 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-3dfd235d-b03b-4687-ad19-70c51f031b1d 2018-08-01 03:34:15,540 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-01 03:34:15,543 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}e25d49557f7a423960cb21390d75ec971aed9e1a" 2018-08-01 03:34:15,648 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 03:34:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cc312785-05a1-49b7-a585-44eda3368f2d Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-01 03:34:15,649 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains/default used request id req-cc312785-05a1-49b7-a585-44eda3368f2d 2018-08-01 03:34:15,649 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.108486890793s 2018-08-01 03:34:15,649 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains/default used request id req-cc312785-05a1-49b7-a585-44eda3368f2d 2018-08-01 03:34:15,650 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-01 03:34:15,653 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}e25d49557f7a423960cb21390d75ec971aed9e1a" 2018-08-01 03:34:15,772 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 03:34:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0fa54ff1-c8da-4979-b466-caacb4d84c16 Content-Encoding: gzip Content-Length: 841 Content-Type: application/json RESP BODY: {"users": [{"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/0f8a0650d1a846e88ba44704b50255c1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0f8a0650d1a846e88ba44704b50255c1", "email": "glance@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/130b7ea936644204a37124e676ddf428"}, "domain_id": "default", "enabled": true, "options": {}, "id": "130b7ea936644204a37124e676ddf428", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/1476f1d37caa49ec90baf29b9d92850d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1476f1d37caa49ec90baf29b9d92850d", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/386874e6c2464a43ba93f0248a95595b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "386874e6c2464a43ba93f0248a95595b", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/3cb1fd184ec34300aba849c010464d1a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3cb1fd184ec34300aba849c010464d1a", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "singlevm2-user_46b24f59-4bc3-4eb9-91f5-828af9d1d7fb", "links": {"self": "http://172.30.9.21:5000/v3/users/736cefcc4d814b1cb920dddf1f2b7eb8"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "736cefcc4d814b1cb920dddf1f2b7eb8", "domain_id": "default", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/749556e27c83423fb69e649d00450103"}, "domain_id": "default", "enabled": true, "options": {}, "id": "749556e27c83423fb69e649d00450103", "email": "admin@example.com", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.21:5000/v3/users/b6122bbf2037491bb9db6c47618110d1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b6122bbf2037491bb9db6c47618110d1", "email": "swift@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/c09ff16c1a614c8bbc73ec74064357a4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c09ff16c1a614c8bbc73ec74064357a4", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/c1daa0d43666493abbd83fb1577cff74"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c1daa0d43666493abbd83fb1577cff74", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/d1cc4ab5045f48be8e12d229b3b59cac"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d1cc4ab5045f48be8e12d229b3b59cac", "email": "cinder@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.21:5000/v3/users/d32629a0e7364688b6a82d496d6e354d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d32629a0e7364688b6a82d496d6e354d", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/d5ee6c90793c4cbeb762d8c68db45d5c"}, "domain_id": "cc40371ace4f4c2e9452fa2c52c1368e", "enabled": true, "options": {}, "id": "d5ee6c90793c4cbeb762d8c68db45d5c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/d91fd39b379e480e825eb2aa75b847b7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d91fd39b379e480e825eb2aa75b847b7", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/ecd8a45bf2844011921c3e9caab06794"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ecd8a45bf2844011921c3e9caab06794", "email": "heat@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-08-01 03:34:15,773 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-0fa54ff1-c8da-4979-b466-caacb4d84c16 2018-08-01 03:34:15,773 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.122760057449s 2018-08-01 03:34:15,773 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-0fa54ff1-c8da-4979-b466-caacb4d84c16 2018-08-01 03:34:15,785 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-01 03:34:15,788 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21: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}e25d49557f7a423960cb21390d75ec971aed9e1a" 2018-08-01 03:34:15,898 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 03:34:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9be068a5-383e-4116-b3fc-57d7a0ea3de7 Content-Encoding: gzip Content-Length: 394 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/90aa95516c664aef94b667c55fdaffe9"}, "tags": [], "enabled": true, "id": "90aa95516c664aef94b667c55fdaffe9", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/89443fd7c5cf4259bed71fca1c3fe619"}, "tags": [], "enabled": true, "id": "89443fd7c5cf4259bed71fca1c3fe619", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: singlevm2", "links": {"self": "http://172.30.9.21:5000/v3/projects/f79796eb7d2f4db1aae9ce68447f2973"}, "tags": [], "enabled": true, "id": "f79796eb7d2f4db1aae9ce68447f2973", "parent_id": "default", "domain_id": "default", "name": "singlevm2-project_46b24f59-4bc3-4eb9-91f5-828af9d1d7fb"}]} 2018-08-01 03:34:15,899 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?domain_id=default used request id req-9be068a5-383e-4116-b3fc-57d7a0ea3de7 2018-08-01 03:34:15,899 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.113809108734s 2018-08-01 03:34:15,899 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?domain_id=default used request id req-9be068a5-383e-4116-b3fc-57d7a0ea3de7 2018-08-01 03:34:15,907 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-01 03:34:15,910 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:5000/v3/role_assignments?user.id=736cefcc4d814b1cb920dddf1f2b7eb8&role.id=ed1e3c9b852e426e8d791112d2fd4701&scope.project.id=f79796eb7d2f4db1aae9ce68447f2973" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e25d49557f7a423960cb21390d75ec971aed9e1a" 2018-08-01 03:34:16,010 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 03:34:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5d1a70c5-922d-4132-b7c8-4e994e2c574a Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.21:5000/v3/role_assignments?user.id=736cefcc4d814b1cb920dddf1f2b7eb8&role.id=ed1e3c9b852e426e8d791112d2fd4701&scope.project.id=f79796eb7d2f4db1aae9ce68447f2973", "previous": null, "next": null}} 2018-08-01 03:34:16,010 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/role_assignments?user.id=736cefcc4d814b1cb920dddf1f2b7eb8&role.id=ed1e3c9b852e426e8d791112d2fd4701&scope.project.id=f79796eb7d2f4db1aae9ce68447f2973 used request id req-5d1a70c5-922d-4132-b7c8-4e994e2c574a 2018-08-01 03:34:16,010 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.103075027466s 2018-08-01 03:34:16,010 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/role_assignments?user.id=736cefcc4d814b1cb920dddf1f2b7eb8&role.id=ed1e3c9b852e426e8d791112d2fd4701&scope.project.id=f79796eb7d2f4db1aae9ce68447f2973 used request id req-5d1a70c5-922d-4132-b7c8-4e994e2c574a 2018-08-01 03:34:16,014 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-01 03:34:16,017 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:5000/v3/projects/f79796eb7d2f4db1aae9ce68447f2973/users/736cefcc4d814b1cb920dddf1f2b7eb8/roles/ed1e3c9b852e426e8d791112d2fd4701 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e25d49557f7a423960cb21390d75ec971aed9e1a" 2018-08-01 03:34:16,170 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 01 Aug 2018 03:34:16 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1faa9a21-7e6d-40f8-9a0f-315192150747 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-01 03:34:16,170 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/f79796eb7d2f4db1aae9ce68447f2973/users/736cefcc4d814b1cb920dddf1f2b7eb8/roles/ed1e3c9b852e426e8d791112d2fd4701 used request id req-1faa9a21-7e6d-40f8-9a0f-315192150747 2018-08-01 03:34:16,170 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.156569004059s 2018-08-01 03:34:16,171 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/f79796eb7d2f4db1aae9ce68447f2973/users/736cefcc4d814b1cb920dddf1f2b7eb8/roles/ed1e3c9b852e426e8d791112d2fd4701 used request id req-1faa9a21-7e6d-40f8-9a0f-315192150747 2018-08-01 03:34:16,171 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'singlevm2-project_46b24f59-4bc3-4eb9-91f5-828af9d1d7fb', 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'f79796eb7d2f4db1aae9ce68447f2973', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': '355cd88d-0057-42a6-869d-e6d73a8794f0', 'username': u'singlevm2-user_46b24f59-4bc3-4eb9-91f5-828af9d1d7fb', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.21: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-01 03:34:16,173 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-01 03:34:16,173 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-01 03:34:16,173 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-01 03:34:16,173 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-01 03:34:16,173 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-01 03:34:16,173 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-01 03:34:16,173 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-01 03:34:16,173 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-01 03:34:16,174 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-01 03:34:16,174 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-01 03:34:16,174 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-01 03:34:16,174 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-01 03:34:16,174 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-01 03:34:16,174 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-01 03:34:16,174 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-01 03:34:16,174 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-01 03:34:16,174 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-01 03:34:16,174 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-01 03:34:16,175 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-01 03:34:16,175 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-01 03:34:16,175 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-01 03:34:16,175 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-01 03:34:16,176 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'singlevm2-user_46b24f59-4bc3-4eb9-91f5-828af9d1d7fb', 'password': '355cd88d-0057-42a6-869d-e6d73a8794f0', 'project_name': 'singlevm2-project_46b24f59-4bc3-4eb9-91f5-828af9d1d7fb', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.21:5000/v3', 'project_id': 'f79796eb7d2f4db1aae9ce68447f2973', 'project_domain_name': 'Default'} 2018-08-01 03:34:16,177 - xtesting.ci.run_tests - INFO - Running test case 'singlevm2'... 2018-08-01 03:34:16,178 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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-01 03:34:16,184 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 03:34:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-526a0de6-33d8-4136-9d84-bbabcb802bea Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-01 03:34:16,184 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-526a0de6-33d8-4136-9d84-bbabcb802bea 2018-08-01 03:34:16,185 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-08-01 03:34:16,577 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ed1e3c9b852e426e8d791112d2fd4701", "name": "member"}, {"id": "147f18c7e1e349fc8e383440249c4c73", "name": "reader"}], "expires_at": "2018-08-01T04:34:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f79796eb7d2f4db1aae9ce68447f2973", "name": "singlevm2-project_46b24f59-4bc3-4eb9-91f5-828af9d1d7fb"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:8004/v1/f79796eb7d2f4db1aae9ce68447f2973", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5af2a23f0d4746a18ce9987becf49813"}, {"url": "http://192.30.9.7:8004/v1/f79796eb7d2f4db1aae9ce68447f2973", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d6722b9f2184abb8e7b581d10709b51"}, {"url": "http://192.30.9.7:8004/v1/f79796eb7d2f4db1aae9ce68447f2973", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc81206c7ec74b63a868c84343e2355a"}], "type": "orchestration", "id": "032123c5c07d477ab419a77fddb5ca2b", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/f79796eb7d2f4db1aae9ce68447f2973", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00197bc0507d42718c9de1a1f3ff7fa9"}, {"url": "http://192.30.9.7:8776/v2/f79796eb7d2f4db1aae9ce68447f2973", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "186c94a5205743a68de2c02795dd12cf"}, {"url": "http://192.30.9.7:8776/v2/f79796eb7d2f4db1aae9ce68447f2973", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32c49f45893f4074a75a056facd63fc5"}], "type": "volumev2", "id": "09ef7c245fd9479f97ffee152dae0c8e", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27e89bb29a0d43ce83aefd4cae0f7bd7"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "295d31abf3f44d85b346281cd9c04740"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d685797f4b164aa48837a822ed32598b"}], "type": "alarming", "id": "0f8615b3651c41099fe76f0fa5b23dd1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f0c9b6089cd4f558ee73fabe48d842a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "551cf56b00bd4d038a8694d11700f2ef"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9ea08b0116c4412eaded9a074baa4211"}], "type": "image", "id": "17038717f3f0408e8c9d5af024ea0aab", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "17647a3a3a00479b9213e6f6cf7a30ea", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c2328ef964c4156917122cfb247f0c4"}, {"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33d0ce77838b4a0fbe56c50f7b1e4d71"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38b745fc1fe14a8691a6fb2553ade0e0"}], "type": "event", "id": "1d35633c710f4d9c88e1f50abe614b06", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/f79796eb7d2f4db1aae9ce68447f2973", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dcebb246e8d42fab040b053411c0957"}, {"url": "http://192.30.9.7:8776/v3/f79796eb7d2f4db1aae9ce68447f2973", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92f3de4ac4f44b9a95bdb5c3f0c34d51"}, {"url": "http://172.30.9.21:8776/v3/f79796eb7d2f4db1aae9ce68447f2973", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f92025e32c9344f587283e14c1506699"}], "type": "volumev3", "id": "27b85f80d71f464183ff256181f71b43", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0f1136276d75402689a9c377621253ce"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b943f44b606457c91b7d5098b199be0"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b47ac34c09dc4c05b1ca4c869d47eaeb"}], "type": "metric", "id": "5a0ae06ba8b741ffb51d39c9adb9451c", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10bc7f20cf92414cb6d088da882341c5"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "53c0109d8bd545ef83f6d70ce101d52d"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d3688eabec1484e8c6549a46b35b25f"}], "type": "cloudformation", "id": "64e449782da244a4b49ea375e297a3ea", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/f79796eb7d2f4db1aae9ce68447f2973", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8713e9b13a6e43c59e8aa6d6cd510b2b"}, {"url": "http://192.30.9.7:8776/v1/f79796eb7d2f4db1aae9ce68447f2973", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b073433cdd0f4518882ecf0e413ae4af"}, {"url": "http://172.30.9.21:8776/v1/f79796eb7d2f4db1aae9ce68447f2973", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fc41a1400c1945199a7f0758b5566e31"}], "type": "volume", "id": "6951fb022adb46feaa04f1020c483fd1", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "247e0a42582047fb8b1a74db1f38edf7"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37ed8998a3894a91b69a9e4f00e62b69"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b11d1b5d1d9043d88291c85c92eb73f4"}], "type": "placement", "id": "83e7ef9cff3b4731b936862816b9afd9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "432bfc9d0c4249dd9ccda5421e19b9e2"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f93c2c146b149cbb3483078f52c4bdf"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd4fdce564324509818028dc78641d8d"}], "type": "network", "id": "94871ebfcb5240ebb8b1c19b8739272c", "name": "neutron"}, {"endpoints": [{"url": "http://12.0.0.40:8080/v1/AUTH_f79796eb7d2f4db1aae9ce68447f2973", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2333bd642dd5455c8f03d343d974704d"}, {"url": "http://12.0.0.40:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c3a57c4832a74174a0c0889da1e1364b"}, {"url": "http://172.30.9.21:8080/v1/AUTH_f79796eb7d2f4db1aae9ce68447f2973", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f27db37221fb446f86228761531722fd"}], "type": "object-store", "id": "b008c8aea7694b57822ddc559b6dfc45", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "038ac873a08f40dab615db1106f36b91"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9c064a815b5c40c0bb0beee1dee18b58"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa33b6fd9ec24bfb9e27785b76bc205d"}], "type": "identity", "id": "de72ed0871ef4a7bab6d7ea0bbfa8d90", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c04b9806aca48e692c506107e0bd3a6"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "449f60307ac54b799d4527d2070f35db"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d69efddbf8af404a9b303b99cfb12f43"}], "type": "compute", "id": "eb2dd02d9ef54f67b42600e437ecb401", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "singlevm2-user_46b24f59-4bc3-4eb9-91f5-828af9d1d7fb", "id": "736cefcc4d814b1cb920dddf1f2b7eb8"}, "audit_ids": ["Z19V2SjfQFqma_8VcQeCDA"], "issued_at": "2018-08-01T03:34:16.000000Z"}} 2018-08-01 03:34:16,580 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-01 03:34:16,581 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}1763d14ed6acd24fecad03fb5919fe1084152365" -d '{"network": {"name": "singlevm2-net_46b24f59-4bc3-4eb9-91f5-828af9d1d7fb", "admin_state_up": true}}' 2018-08-01 03:34:17,216 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 587 X-Openstack-Request-Id: req-b2fd8a88-9c14-4aa8-b81e-73142914d25f Date: Wed, 01 Aug 2018 03:34:17 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"f79796eb7d2f4db1aae9ce68447f2973","created_at":"2018-08-01T03:34:16Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-01T03:34:17Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"f79796eb7d2f4db1aae9ce68447f2973","id":"55f2d7dc-3ce1-42da-8210-510e76837ac4","name":"singlevm2-net_46b24f59-4bc3-4eb9-91f5-828af9d1d7fb"}} 2018-08-01 03:34:17,216 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-b2fd8a88-9c14-4aa8-b81e-73142914d25f 2018-08-01 03:34:17,216 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.635415077209s 2018-08-01 03:34:17,216 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-b2fd8a88-9c14-4aa8-b81e-73142914d25f 2018-08-01 03:34:17,217 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-08-01T03:34:17Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'id': u'55f2d7dc-3ce1-42da-8210-510e76837ac4', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'singlevm2-net_46b24f59-4bc3-4eb9-91f5-828af9d1d7fb', u'admin_state_up': True, u'tenant_id': u'f79796eb7d2f4db1aae9ce68447f2973', u'created_at': u'2018-08-01T03:34:16Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'f79796eb7d2f4db1aae9ce68447f2973'}) 2018-08-01 03:34:17,217 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-01 03:34:17,218 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}1763d14ed6acd24fecad03fb5919fe1084152365" 2018-08-01 03:34:17,548 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1148 X-Openstack-Request-Id: req-a7b9e163-f049-4c1b-a1fd-663487e80634 Date: Wed, 01 Aug 2018 03:34:17 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["e06facf3-a24e-40d5-a5ce-a0901a6e4875"],"updated_at":"2018-08-01T03:28:20Z","tenant_id":"89443fd7c5cf4259bed71fca1c3fe619","created_at":"2018-08-01T03:28:13Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"89443fd7c5cf4259bed71fca1c3fe619","id":"262fe7ec-b437-40b8-908b-6eb66c149655","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-01T03:34:17Z","tenant_id":"f79796eb7d2f4db1aae9ce68447f2973","created_at":"2018-08-01T03:34:16Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":1,"admin_state_up":true,"shared":false,"project_id":"f79796eb7d2f4db1aae9ce68447f2973","id":"55f2d7dc-3ce1-42da-8210-510e76837ac4","name":"singlevm2-net_46b24f59-4bc3-4eb9-91f5-828af9d1d7fb"}]} 2018-08-01 03:34:17,548 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-a7b9e163-f049-4c1b-a1fd-663487e80634 2018-08-01 03:34:17,548 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.330935001373s 2018-08-01 03:34:17,549 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-a7b9e163-f049-4c1b-a1fd-663487e80634 2018-08-01 03:34:17,550 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-01 03:34:17,551 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}1763d14ed6acd24fecad03fb5919fe1084152365" -d '{"subnet": {"name": "singlevm2-subnet_46b24f59-4bc3-4eb9-91f5-828af9d1d7fb", "enable_dhcp": true, "network_id": "55f2d7dc-3ce1-42da-8210-510e76837ac4", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-01 03:34:18,365 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 677 X-Openstack-Request-Id: req-799cd84e-d4d4-4c7c-9c36-9ecb8ff142cf Date: Wed, 01 Aug 2018 03:34:18 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"55f2d7dc-3ce1-42da-8210-510e76837ac4","tenant_id":"f79796eb7d2f4db1aae9ce68447f2973","created_at":"2018-08-01T03:34:18Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-01T03:34:18Z","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":"f79796eb7d2f4db1aae9ce68447f2973","id":"3902fcb9-4b83-42c2-b224-6ab201ea42b8","subnetpool_id":null,"name":"singlevm2-subnet_46b24f59-4bc3-4eb9-91f5-828af9d1d7fb"}} 2018-08-01 03:34:18,365 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-799cd84e-d4d4-4c7c-9c36-9ecb8ff142cf 2018-08-01 03:34:18,365 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.814969062805s 2018-08-01 03:34:18,366 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-799cd84e-d4d4-4c7c-9c36-9ecb8ff142cf 2018-08-01 03:34:18,366 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-01T03:34:18Z', 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'3902fcb9-4b83-42c2-b224-6ab201ea42b8', u'subnetpool_id': None, u'service_types': [], u'name': u'singlevm2-subnet_46b24f59-4bc3-4eb9-91f5-828af9d1d7fb', u'enable_dhcp': True, u'network_id': u'55f2d7dc-3ce1-42da-8210-510e76837ac4', u'tenant_id': u'f79796eb7d2f4db1aae9ce68447f2973', u'created_at': u'2018-08-01T03:34:18Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'f79796eb7d2f4db1aae9ce68447f2973'}) 2018-08-01 03:34:18,367 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-01 03:34:18,368 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}1763d14ed6acd24fecad03fb5919fe1084152365" -d '{"router": {"external_gateway_info": {"network_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "name": "singlevm2-router_46b24f59-4bc3-4eb9-91f5-828af9d1d7fb", "admin_state_up": true}}' 2018-08-01 03:34:19,772 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 620 X-Openstack-Request-Id: req-66b5f656-f6c8-48bc-b50f-a72dcd73ae63 Date: Wed, 01 Aug 2018 03:34:19 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "e06facf3-a24e-40d5-a5ce-a0901a6e4875", "ip_address": "172.30.9.204"}]}, "description": "", "tags": [], "tenant_id": "f79796eb7d2f4db1aae9ce68447f2973", "created_at": "2018-08-01T03:34:18Z", "admin_state_up": true, "updated_at": "2018-08-01T03:34:19Z", "revision_number": 2, "routes": [], "project_id": "f79796eb7d2f4db1aae9ce68447f2973", "id": "d738e33b-98f7-4642-b758-485a3dadd882", "name": "singlevm2-router_46b24f59-4bc3-4eb9-91f5-828af9d1d7fb"}} 2018-08-01 03:34:19,772 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-66b5f656-f6c8-48bc-b50f-a72dcd73ae63 2018-08-01 03:34:19,773 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.40559411049s 2018-08-01 03:34:19,773 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-66b5f656-f6c8-48bc-b50f-a72dcd73ae63 2018-08-01 03:34:19,773 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'262fe7ec-b437-40b8-908b-6eb66c149655', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'e06facf3-a24e-40d5-a5ce-a0901a6e4875', u'ip_address': u'172.30.9.204'}]}, u'description': u'', u'tags': [], u'tenant_id': u'f79796eb7d2f4db1aae9ce68447f2973', u'created_at': u'2018-08-01T03:34:18Z', u'admin_state_up': True, u'updated_at': u'2018-08-01T03:34:19Z', u'revision_number': 2, u'routes': [], u'project_id': u'f79796eb7d2f4db1aae9ce68447f2973', u'id': u'd738e33b-98f7-4642-b758-485a3dadd882', u'name': u'singlevm2-router_46b24f59-4bc3-4eb9-91f5-828af9d1d7fb'}) 2018-08-01 03:34:19,774 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-01 03:34:19,775 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9696/v2.0/routers/d738e33b-98f7-4642-b758-485a3dadd882/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}1763d14ed6acd24fecad03fb5919fe1084152365" -d '{"subnet_id": "3902fcb9-4b83-42c2-b224-6ab201ea42b8"}' 2018-08-01 03:34:22,039 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-1ddb73d8-34e8-4939-a83f-33b4e8b5c0a9 Date: Wed, 01 Aug 2018 03:34:22 GMT RESP BODY: {"network_id": "55f2d7dc-3ce1-42da-8210-510e76837ac4", "tenant_id": "f79796eb7d2f4db1aae9ce68447f2973", "subnet_id": "3902fcb9-4b83-42c2-b224-6ab201ea42b8", "subnet_ids": ["3902fcb9-4b83-42c2-b224-6ab201ea42b8"], "port_id": "76769b91-d483-45f1-87cf-a0386f6fa563", "id": "d738e33b-98f7-4642-b758-485a3dadd882"} 2018-08-01 03:34:22,039 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/d738e33b-98f7-4642-b758-485a3dadd882/add_router_interface.json used request id req-1ddb73d8-34e8-4939-a83f-33b4e8b5c0a9 2018-08-01 03:34:22,039 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.26503396034s 2018-08-01 03:34:22,040 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/d738e33b-98f7-4642-b758-485a3dadd882/add_router_interface.json used request id req-1ddb73d8-34e8-4939-a83f-33b4e8b5c0a9 returning object d738e33b-98f7-4642-b758-485a3dadd882 2018-08-01 03:34:22,040 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-01 03:34:22,172 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-08-01 03:34:22,174 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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-01 03:34:22,179 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 754 Date: Wed, 01 Aug 2018 03:34:22 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.6", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}]} 2018-08-01 03:34:22,184 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-01 03:34:22,187 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}1763d14ed6acd24fecad03fb5919fe1084152365" 2018-08-01 03:34:22,407 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-770a64db-b1c3-4ea4-8e4f-22ab794b908b Date: Wed, 01 Aug 2018 03:34:22 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-01 03:34:22,407 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-770a64db-b1c3-4ea4-8e4f-22ab794b908b 2018-08-01 03:34:22,408 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.223953962326s 2018-08-01 03:34:22,408 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-770a64db-b1c3-4ea4-8e4f-22ab794b908b 2018-08-01 03:34:22,416 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-01 03:34:22,419 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}1763d14ed6acd24fecad03fb5919fe1084152365" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/singlevm2-img_46b24f59-4bc3-4eb9-91f5-828af9d1d7fb", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "singlevm2-img_46b24f59-4bc3-4eb9-91f5-828af9d1d7fb"}' 2018-08-01 03:34:22,671 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 870 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/24d4e48a-f4c2-4e3f-b9ff-33b2247ecc79 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-cbd34d30-8d96-4329-b3eb-784d98e35267 Date: Wed, 01 Aug 2018 03:34:22 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/24d4e48a-f4c2-4e3f-b9ff-33b2247ecc79/file", "owner": "f79796eb7d2f4db1aae9ce68447f2973", "id": "24d4e48a-f4c2-4e3f-b9ff-33b2247ecc79", "size": null, "self": "/v2/images/24d4e48a-f4c2-4e3f-b9ff-33b2247ecc79", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-08-01T03:34:22Z", "visibility": "private", "owner_specified.shade.object": "images/singlevm2-img_46b24f59-4bc3-4eb9-91f5-828af9d1d7fb", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm2-img_46b24f59-4bc3-4eb9-91f5-828af9d1d7fb", "checksum": null, "created_at": "2018-08-01T03:34:22Z", "protected": false} 2018-08-01 03:34:22,671 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-cbd34d30-8d96-4329-b3eb-784d98e35267 2018-08-01 03:34:22,671 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.255306959152s 2018-08-01 03:34:22,671 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-cbd34d30-8d96-4329-b3eb-784d98e35267 returning object 24d4e48a-f4c2-4e3f-b9ff-33b2247ecc79 2018-08-01 03:34:22,672 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-01 03:34:22,676 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9292/v2/images/24d4e48a-f4c2-4e3f-b9ff-33b2247ecc79/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}1763d14ed6acd24fecad03fb5919fe1084152365" -d '' 2018-08-01 03:34:23,390 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-cc7e7362-d0de-4e25-bdab-57d101417096 Date: Wed, 01 Aug 2018 03:34:23 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 03:34:23,391 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/24d4e48a-f4c2-4e3f-b9ff-33b2247ecc79/file used request id req-cc7e7362-d0de-4e25-bdab-57d101417096 2018-08-01 03:34:23,391 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 0.718550920486s 2018-08-01 03:34:23,391 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/24d4e48a-f4c2-4e3f-b9ff-33b2247ecc79/file used request id req-cc7e7362-d0de-4e25-bdab-57d101417096 2018-08-01 03:34:23,391 - functest.core.singlevm - DEBUG - image: Munch({u'status': u'queued', u'owner_specified.shade.object': u'images/singlevm2-img_46b24f59-4bc3-4eb9-91f5-828af9d1d7fb', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2018-08-01T03:34:22Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'locations': [], u'min_disk': 0, u'visibility': u'private', u'file': u'/v2/images/24d4e48a-f4c2-4e3f-b9ff-33b2247ecc79/file', u'owner': u'f79796eb7d2f4db1aae9ce68447f2973', u'virtual_size': None, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'id': u'24d4e48a-f4c2-4e3f-b9ff-33b2247ecc79', u'size': None, u'name': u'singlevm2-img_46b24f59-4bc3-4eb9-91f5-828af9d1d7fb', u'checksum': None, u'self': u'/v2/images/24d4e48a-f4c2-4e3f-b9ff-33b2247ecc79', u'disk_format': u'qcow2', u'protected': False, u'created_at': u'2018-08-01T03:34:22Z', u'schema': u'/v2/schemas/image'}) 2018-08-01 03:34:23,392 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-01 03:34:23,395 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}e25d49557f7a423960cb21390d75ec971aed9e1a" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "singlevm2-flavor_46b24f59-4bc3-4eb9-91f5-828af9d1d7fb", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-01 03:34:23,660 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 03:34: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-8764d215-7b08-49c5-b819-3506a0a92e6c x-compute-request-id: req-8764d215-7b08-49c5-b819-3506a0a92e6c Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavor": {"name": "singlevm2-flavor_46b24f59-4bc3-4eb9-91f5-828af9d1d7fb", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/a60c7919-2529-4579-9bb3-0e1b381bfd8e", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/a60c7919-2529-4579-9bb3-0e1b381bfd8e", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "a60c7919-2529-4579-9bb3-0e1b381bfd8e"}} 2018-08-01 03:34:23,660 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-8764d215-7b08-49c5-b819-3506a0a92e6c 2018-08-01 03:34:23,660 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.268197059631s 2018-08-01 03:34:23,661 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-8764d215-7b08-49c5-b819-3506a0a92e6c 2018-08-01 03:34:23,661 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'singlevm2-flavor_46b24f59-4bc3-4eb9-91f5-828af9d1d7fb', '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'90aa95516c664aef94b667c55fdaffe9', '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'a60c7919-2529-4579-9bb3-0e1b381bfd8e', 'swap': 0}) 2018-08-01 03:34:23,662 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-01 03:34:23,665 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/flavors/a60c7919-2529-4579-9bb3-0e1b381bfd8e/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}e25d49557f7a423960cb21390d75ec971aed9e1a" -d '{"extra_specs": {}}' 2018-08-01 03:34:23,687 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 03:34: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-8aa01a92-23b6-4807-a8a7-de1f3b2a77bb x-compute-request-id: req-8aa01a92-23b6-4807-a8a7-de1f3b2a77bb Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-01 03:34:23,688 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors/a60c7919-2529-4579-9bb3-0e1b381bfd8e/os-extra_specs used request id req-8aa01a92-23b6-4807-a8a7-de1f3b2a77bb 2018-08-01 03:34:23,688 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0254199504852s 2018-08-01 03:34:23,688 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors/a60c7919-2529-4579-9bb3-0e1b381bfd8e/os-extra_specs used request id req-8aa01a92-23b6-4807-a8a7-de1f3b2a77bb 2018-08-01 03:34:23,688 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-08-01 03:34:23,691 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}1763d14ed6acd24fecad03fb5919fe1084152365" -d '{"keypair": {"name": "singlevm2-kp_46b24f59-4bc3-4eb9-91f5-828af9d1d7fb"}}' 2018-08-01 03:34:24,672 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 03:34: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-887e6a1b-b657-4853-940b-61ae874d5ff0 x-compute-request-id: req-887e6a1b-b657-4853-940b-61ae874d5ff0 Content-Encoding: gzip Content-Length: 1806 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCeglisEqGAEtrzCSnhyHmoezxBtODvLZYHalK4qpzPqiqXlls9QEyS3nV8aNvtVM+t+2p5jw1oTWgQpgliU7IVKDxVF5zAkOTW79vI8ABxmH8GJxM7I7wMMpUwPkquk4c9UgIJ73/zxk6/InG+F5Fq8/X2NghKKDndCPAQMRuzl69zNFMTtp/QisKrw5TKllWAxHeOMOTuNeSGwpu+dmcAe5J8JgjXqnZVge0AY2GgJALFbtqoGGKczA+Rb6SFVkt3v7pSGsugjEawgJNn0zJSw4ErYqQbC7fcRB+5HW4yS6XUbQMxTNSS0A+FI5I4F422NQGpycwhCTmiTq9YiZl9 Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEogIBAAKCAQEAnoJYrBKhgBLa8wkp4ch5qHs8QbTg7y2WB2pSuKqcz6oql5Zb\nPUBMkt51fGjb7VTPrftqeY8NaE1oEKYJYlOyFSg8VRecwJDk1u/byPAAcZh/BicT\nOyO8DDKVMD5KrpOHPVICCe9/88ZOvyJxvheRavP19jYISig53QjwEDEbs5evczRT\nE7af0IrCq8OUypZVgMR3jjDk7jXkhsKbvnZnAHuSfCYI16p2VYHtAGNhoCQCxW7a\nqBhinMwPkW+khVZLd7+6UhrLoIxGsICTZ9MyUsOBK2KkGwu33EQfuR1uMkul1G0D\nMUzUktAPhSOSOBeNtjUBqcnMIQk5ok6vWImZfQIDAQABAoIBAHgB08Sjbmaa3+31\nWCI7N/CZLOvKWCp9ZwNCOlLZyVNoUEroaTecgN0JVAXXFfs/pOTiXqCd79ayFEHW\nk3BAUam3Bsad0+3vRXJ9svcUziEzBajQ2LyDt5G8kjsuTjiSNWf1uNlw3Hzh/Si0\nmU0EZvKEtgmsquYKQpTYeXio1YJH+lZkWn4dYo6fux/pTf9O6nsbMdHeLXUFWbSL\nl1HrQJGzI9ptJlvk+Vc2S1NhFFQfmYRbCS0PBNe50WvNbCw0MJIepQhSXCDgCNrH\ns5YFYUX4UcTuZFgMhJuRVUtKbT4OHjcCOzoFUbruSHFfQm4PWDky0dMgiZRJ35hy\nKucYfvkCgYEAzWdCSrW/COOYOYgSgBMm2E3rpnCmfCWKV8ncrs8OTh8czoe3+elw\ndauqMxwOc8slBv5CJwKNIcPiAp5UDEBvz+OpEXHJ27fLL7XEM6mPBpMQUR/yvu4n\nL66eWZ9tJbMAXq4+e6kGrHDb7Emx5xM5gAMMVumJ8bz2NZmgH3lcZocCgYEAxY3w\nRh90zh74vRYW2yeokEnRfvt3xuf2hc3drnUIWKANrq36YU+OqYph5yRGhoN85/dR\nx5z1KpXzsVnuPl+VPRC72RSynOiOrwNReA5LUK7scr/fFZwVgxc29zmgeNQD1tfr\n4PwpfgkgYLFmcVId3R2vZQ7OCwJOXsv3kjUn/NsCgYB5Md0mkdhXGVs/Tu+DjElW\nRZuuiDdjdw8Kv3ur1VYeeDMaFXBTUA7gD1sMbxiD8DA30RwdQl8dtiOL4fm7hOW0\nZyLhvR8aunZz/y72QKy4d1ugUlZ7m6+ZbdHXFb9kCBtGwk7xzgi3BJxu7gi/TFOY\nGbRVL9UJwrIPbEbTa1s+zwKBgBnBR3Hc5/13TDZaiuBHa1JkTUugvRzRYPJQxHXa\nDByBwUbkp5/IH3E6+UiJEii3O7GCLMc5Tz0eD4cvkj/PdkVfyR2j9SU/rFpktFpS\ngr8iDvFm0k6e6q8Md74DZUhbW6TGwZmzRjWIOxBgEFr1ua76D8O9Cl+lDVKOhNgq\n1evBAoGAGYJ8ppVGwjidZJi2d3DdIC3fgAFu4UWXFHGHh9jyyUvYBHLKB/NrzTTM\nH/xiEfbRO7CDtCDl3Ntcq5mhNz0D2c3Z2nSWTVHiCa2Nw7bfZ9M1BaxBVY7ubaSE\nd1zAIsTm44ft9+E21Uo87LX9FMj5W2LjHSNQbKpVp+6AROXIwhY=\n-----END RSA PRIVATE KEY-----\n", "user_id": "736cefcc4d814b1cb920dddf1f2b7eb8", "name": "singlevm2-kp_46b24f59-4bc3-4eb9-91f5-828af9d1d7fb", "fingerprint": "48:70:98:34:05:05:a2:ce:08:e6:62:b5:c6:7d:2c:ee"}} 2018-08-01 03:34:24,672 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/os-keypairs used request id req-887e6a1b-b657-4853-940b-61ae874d5ff0 2018-08-01 03:34:24,673 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.983982086182s 2018-08-01 03:34:24,673 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/os-keypairs used request id req-887e6a1b-b657-4853-940b-61ae874d5ff0 2018-08-01 03:34:24,674 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCeglisEqGAEtrzCSnhyHmoezxBtODvLZYHalK4qpzPqiqXlls9QEyS3nV8aNvtVM+t+2p5jw1oTWgQpgliU7IVKDxVF5zAkOTW79vI8ABxmH8GJxM7I7wMMpUwPkquk4c9UgIJ73/zxk6/InG+F5Fq8/X2NghKKDndCPAQMRuzl69zNFMTtp/QisKrw5TKllWAxHeOMOTuNeSGwpu+dmcAe5J8JgjXqnZVge0AY2GgJALFbtqoGGKczA+Rb6SFVkt3v7pSGsugjEawgJNn0zJSw4ErYqQbC7fcRB+5HW4yS6XUbQMxTNSS0A+FI5I4F422NQGpycwhCTmiTq9YiZl9 Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEogIBAAKCAQEAnoJYrBKhgBLa8wkp4ch5qHs8QbTg7y2WB2pSuKqcz6oql5Zb\nPUBMkt51fGjb7VTPrftqeY8NaE1oEKYJYlOyFSg8VRecwJDk1u/byPAAcZh/BicT\nOyO8DDKVMD5KrpOHPVICCe9/88ZOvyJxvheRavP19jYISig53QjwEDEbs5evczRT\nE7af0IrCq8OUypZVgMR3jjDk7jXkhsKbvnZnAHuSfCYI16p2VYHtAGNhoCQCxW7a\nqBhinMwPkW+khVZLd7+6UhrLoIxGsICTZ9MyUsOBK2KkGwu33EQfuR1uMkul1G0D\nMUzUktAPhSOSOBeNtjUBqcnMIQk5ok6vWImZfQIDAQABAoIBAHgB08Sjbmaa3+31\nWCI7N/CZLOvKWCp9ZwNCOlLZyVNoUEroaTecgN0JVAXXFfs/pOTiXqCd79ayFEHW\nk3BAUam3Bsad0+3vRXJ9svcUziEzBajQ2LyDt5G8kjsuTjiSNWf1uNlw3Hzh/Si0\nmU0EZvKEtgmsquYKQpTYeXio1YJH+lZkWn4dYo6fux/pTf9O6nsbMdHeLXUFWbSL\nl1HrQJGzI9ptJlvk+Vc2S1NhFFQfmYRbCS0PBNe50WvNbCw0MJIepQhSXCDgCNrH\ns5YFYUX4UcTuZFgMhJuRVUtKbT4OHjcCOzoFUbruSHFfQm4PWDky0dMgiZRJ35hy\nKucYfvkCgYEAzWdCSrW/COOYOYgSgBMm2E3rpnCmfCWKV8ncrs8OTh8czoe3+elw\ndauqMxwOc8slBv5CJwKNIcPiAp5UDEBvz+OpEXHJ27fLL7XEM6mPBpMQUR/yvu4n\nL66eWZ9tJbMAXq4+e6kGrHDb7Emx5xM5gAMMVumJ8bz2NZmgH3lcZocCgYEAxY3w\nRh90zh74vRYW2yeokEnRfvt3xuf2hc3drnUIWKANrq36YU+OqYph5yRGhoN85/dR\nx5z1KpXzsVnuPl+VPRC72RSynOiOrwNReA5LUK7scr/fFZwVgxc29zmgeNQD1tfr\n4PwpfgkgYLFmcVId3R2vZQ7OCwJOXsv3kjUn/NsCgYB5Md0mkdhXGVs/Tu+DjElW\nRZuuiDdjdw8Kv3ur1VYeeDMaFXBTUA7gD1sMbxiD8DA30RwdQl8dtiOL4fm7hOW0\nZyLhvR8aunZz/y72QKy4d1ugUlZ7m6+ZbdHXFb9kCBtGwk7xzgi3BJxu7gi/TFOY\nGbRVL9UJwrIPbEbTa1s+zwKBgBnBR3Hc5/13TDZaiuBHa1JkTUugvRzRYPJQxHXa\nDByBwUbkp5/IH3E6+UiJEii3O7GCLMc5Tz0eD4cvkj/PdkVfyR2j9SU/rFpktFpS\ngr8iDvFm0k6e6q8Md74DZUhbW6TGwZmzRjWIOxBgEFr1ua76D8O9Cl+lDVKOhNgq\n1evBAoGAGYJ8ppVGwjidZJi2d3DdIC3fgAFu4UWXFHGHh9jyyUvYBHLKB/NrzTTM\nH/xiEfbRO7CDtCDl3Ntcq5mhNz0D2c3Z2nSWTVHiCa2Nw7bfZ9M1BaxBVY7ubaSE\nd1zAIsTm44ft9+E21Uo87LX9FMj5W2LjHSNQbKpVp+6AROXIwhY=\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'736cefcc4d814b1cb920dddf1f2b7eb8', 'name': u'singlevm2-kp_46b24f59-4bc3-4eb9-91f5-828af9d1d7fb', 'created_at': '2018-08-01T03:34:24.674235', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f79796eb7d2f4db1aae9ce68447f2973', 'name': 'singlevm2-project_46b24f59-4bc3-4eb9-91f5-828af9d1d7fb', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'48:70:98:34:05:05:a2:ce:08:e6:62:b5:c6:7d:2c:ee', 'type': 'ssh', 'id': u'singlevm2-kp_46b24f59-4bc3-4eb9-91f5-828af9d1d7fb'}) 2018-08-01 03:34:24,674 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEogIBAAKCAQEAnoJYrBKhgBLa8wkp4ch5qHs8QbTg7y2WB2pSuKqcz6oql5Zb PUBMkt51fGjb7VTPrftqeY8NaE1oEKYJYlOyFSg8VRecwJDk1u/byPAAcZh/BicT OyO8DDKVMD5KrpOHPVICCe9/88ZOvyJxvheRavP19jYISig53QjwEDEbs5evczRT E7af0IrCq8OUypZVgMR3jjDk7jXkhsKbvnZnAHuSfCYI16p2VYHtAGNhoCQCxW7a qBhinMwPkW+khVZLd7+6UhrLoIxGsICTZ9MyUsOBK2KkGwu33EQfuR1uMkul1G0D MUzUktAPhSOSOBeNtjUBqcnMIQk5ok6vWImZfQIDAQABAoIBAHgB08Sjbmaa3+31 WCI7N/CZLOvKWCp9ZwNCOlLZyVNoUEroaTecgN0JVAXXFfs/pOTiXqCd79ayFEHW k3BAUam3Bsad0+3vRXJ9svcUziEzBajQ2LyDt5G8kjsuTjiSNWf1uNlw3Hzh/Si0 mU0EZvKEtgmsquYKQpTYeXio1YJH+lZkWn4dYo6fux/pTf9O6nsbMdHeLXUFWbSL l1HrQJGzI9ptJlvk+Vc2S1NhFFQfmYRbCS0PBNe50WvNbCw0MJIepQhSXCDgCNrH s5YFYUX4UcTuZFgMhJuRVUtKbT4OHjcCOzoFUbruSHFfQm4PWDky0dMgiZRJ35hy KucYfvkCgYEAzWdCSrW/COOYOYgSgBMm2E3rpnCmfCWKV8ncrs8OTh8czoe3+elw dauqMxwOc8slBv5CJwKNIcPiAp5UDEBvz+OpEXHJ27fLL7XEM6mPBpMQUR/yvu4n L66eWZ9tJbMAXq4+e6kGrHDb7Emx5xM5gAMMVumJ8bz2NZmgH3lcZocCgYEAxY3w Rh90zh74vRYW2yeokEnRfvt3xuf2hc3drnUIWKANrq36YU+OqYph5yRGhoN85/dR x5z1KpXzsVnuPl+VPRC72RSynOiOrwNReA5LUK7scr/fFZwVgxc29zmgeNQD1tfr 4PwpfgkgYLFmcVId3R2vZQ7OCwJOXsv3kjUn/NsCgYB5Md0mkdhXGVs/Tu+DjElW RZuuiDdjdw8Kv3ur1VYeeDMaFXBTUA7gD1sMbxiD8DA30RwdQl8dtiOL4fm7hOW0 ZyLhvR8aunZz/y72QKy4d1ugUlZ7m6+ZbdHXFb9kCBtGwk7xzgi3BJxu7gi/TFOY GbRVL9UJwrIPbEbTa1s+zwKBgBnBR3Hc5/13TDZaiuBHa1JkTUugvRzRYPJQxHXa DByBwUbkp5/IH3E6+UiJEii3O7GCLMc5Tz0eD4cvkj/PdkVfyR2j9SU/rFpktFpS gr8iDvFm0k6e6q8Md74DZUhbW6TGwZmzRjWIOxBgEFr1ua76D8O9Cl+lDVKOhNgq 1evBAoGAGYJ8ppVGwjidZJi2d3DdIC3fgAFu4UWXFHGHh9jyyUvYBHLKB/NrzTTM H/xiEfbRO7CDtCDl3Ntcq5mhNz0D2c3Z2nSWTVHiCa2Nw7bfZ9M1BaxBVY7ubaSE d1zAIsTm44ft9+E21Uo87LX9FMj5W2LjHSNQbKpVp+6AROXIwhY= -----END RSA PRIVATE KEY----- 2018-08-01 03:34:24,677 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-groups 2018-08-01 03:34:24,678 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}1763d14ed6acd24fecad03fb5919fe1084152365" -d '{"security_group": {"name": "singlevm2-sg_46b24f59-4bc3-4eb9-91f5-828af9d1d7fb", "description": "created by OPNFV Functest (singlevm2)"}}' 2018-08-01 03:34:25,093 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1418 X-Openstack-Request-Id: req-d1512cb9-e6a0-4970-9fef-a7a6b5fd35f8 Date: Wed, 01 Aug 2018 03:34:25 GMT RESP BODY: {"security_group": {"description": "created by OPNFV Functest (singlevm2)", "tags": [], "tenant_id": "f79796eb7d2f4db1aae9ce68447f2973", "created_at": "2018-08-01T03:34:24Z", "updated_at": "2018-08-01T03:34:24Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-01T03:34:24Z", "revision_number": 0, "id": "11d35731-dc67-439d-9c64-1651b82cdbd3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-01T03:34:24Z", "security_group_id": "2c379445-e809-4cbb-aff8-c4cf483b9b01", "tenant_id": "f79796eb7d2f4db1aae9ce68447f2973", "port_range_min": null, "ethertype": "IPv6", "project_id": "f79796eb7d2f4db1aae9ce68447f2973"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-01T03:34:24Z", "revision_number": 0, "id": "67058fcc-adf1-43e7-8604-424a184df2a2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-01T03:34:24Z", "security_group_id": "2c379445-e809-4cbb-aff8-c4cf483b9b01", "tenant_id": "f79796eb7d2f4db1aae9ce68447f2973", "port_range_min": null, "ethertype": "IPv4", "project_id": "f79796eb7d2f4db1aae9ce68447f2973"}], "revision_number": 1, "project_id": "f79796eb7d2f4db1aae9ce68447f2973", "id": "2c379445-e809-4cbb-aff8-c4cf483b9b01", "name": "singlevm2-sg_46b24f59-4bc3-4eb9-91f5-828af9d1d7fb"}} 2018-08-01 03:34:25,093 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-d1512cb9-e6a0-4970-9fef-a7a6b5fd35f8 2018-08-01 03:34:25,093 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-groups in 0.415534973145s 2018-08-01 03:34:25,093 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-d1512cb9-e6a0-4970-9fef-a7a6b5fd35f8 2018-08-01 03:34:25,098 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-01 03:34:25,098 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}1763d14ed6acd24fecad03fb5919fe1084152365" 2018-08-01 03:34:25,332 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3834 X-Openstack-Request-Id: req-796f7b22-c49a-4453-9fe0-5d7b399b3ce3 Date: Wed, 01 Aug 2018 03:34:25 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (singlevm2)", "tags": [], "tenant_id": "f79796eb7d2f4db1aae9ce68447f2973", "created_at": "2018-08-01T03:34:24Z", "updated_at": "2018-08-01T03:34:24Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-01T03:34:24Z", "revision_number": 0, "id": "11d35731-dc67-439d-9c64-1651b82cdbd3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-01T03:34:24Z", "security_group_id": "2c379445-e809-4cbb-aff8-c4cf483b9b01", "tenant_id": "f79796eb7d2f4db1aae9ce68447f2973", "port_range_min": null, "ethertype": "IPv6", "project_id": "f79796eb7d2f4db1aae9ce68447f2973"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-01T03:34:24Z", "revision_number": 0, "id": "67058fcc-adf1-43e7-8604-424a184df2a2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-01T03:34:24Z", "security_group_id": "2c379445-e809-4cbb-aff8-c4cf483b9b01", "tenant_id": "f79796eb7d2f4db1aae9ce68447f2973", "port_range_min": null, "ethertype": "IPv4", "project_id": "f79796eb7d2f4db1aae9ce68447f2973"}], "revision_number": 1, "project_id": "f79796eb7d2f4db1aae9ce68447f2973", "id": "2c379445-e809-4cbb-aff8-c4cf483b9b01", "name": "singlevm2-sg_46b24f59-4bc3-4eb9-91f5-828af9d1d7fb"}, {"description": "Default security group", "tags": [], "tenant_id": "f79796eb7d2f4db1aae9ce68447f2973", "created_at": "2018-08-01T03:34:16Z", "updated_at": "2018-08-01T03:34:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-01T03:34:16Z", "revision_number": 0, "id": "1e1e8d65-4993-47a8-8c94-93f5b6706582", "remote_group_id": "732d4bcb-bbe0-4fd2-9705-f2d5590b65ea", "remote_ip_prefix": null, "created_at": "2018-08-01T03:34:16Z", "security_group_id": "732d4bcb-bbe0-4fd2-9705-f2d5590b65ea", "tenant_id": "f79796eb7d2f4db1aae9ce68447f2973", "port_range_min": null, "ethertype": "IPv6", "project_id": "f79796eb7d2f4db1aae9ce68447f2973"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-01T03:34:16Z", "revision_number": 0, "id": "1fa92693-c1a4-4ff6-a370-f5cfa2be285b", "remote_group_id": "732d4bcb-bbe0-4fd2-9705-f2d5590b65ea", "remote_ip_prefix": null, "created_at": "2018-08-01T03:34:16Z", "security_group_id": "732d4bcb-bbe0-4fd2-9705-f2d5590b65ea", "tenant_id": "f79796eb7d2f4db1aae9ce68447f2973", "port_range_min": null, "ethertype": "IPv4", "project_id": "f79796eb7d2f4db1aae9ce68447f2973"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-01T03:34:16Z", "revision_number": 0, "id": "b587dc07-e70f-4b75-b68f-d70a9bf564d1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-01T03:34:16Z", "security_group_id": "732d4bcb-bbe0-4fd2-9705-f2d5590b65ea", "tenant_id": "f79796eb7d2f4db1aae9ce68447f2973", "port_range_min": null, "ethertype": "IPv6", "project_id": "f79796eb7d2f4db1aae9ce68447f2973"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-01T03:34:16Z", "revision_number": 0, "id": "ff1b02da-6cf7-4cd0-9958-2bdc4ca26df7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-01T03:34:16Z", "security_group_id": "732d4bcb-bbe0-4fd2-9705-f2d5590b65ea", "tenant_id": "f79796eb7d2f4db1aae9ce68447f2973", "port_range_min": null, "ethertype": "IPv4", "project_id": "f79796eb7d2f4db1aae9ce68447f2973"}], "revision_number": 1, "project_id": "f79796eb7d2f4db1aae9ce68447f2973", "id": "732d4bcb-bbe0-4fd2-9705-f2d5590b65ea", "name": "default"}]} 2018-08-01 03:34:25,333 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-796f7b22-c49a-4453-9fe0-5d7b399b3ce3 2018-08-01 03:34:25,333 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.234785079956s 2018-08-01 03:34:25,333 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-796f7b22-c49a-4453-9fe0-5d7b399b3ce3 2018-08-01 03:34:25,337 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-01 03:34:25,337 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}1763d14ed6acd24fecad03fb5919fe1084152365" -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": "2c379445-e809-4cbb-aff8-c4cf483b9b01"}}' 2018-08-01 03:34:25,762 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-b7175edc-c0e1-4bc8-81c7-15460b12d174 Date: Wed, 01 Aug 2018 03:34:25 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-08-01T03:34:25Z", "security_group_id": "2c379445-e809-4cbb-aff8-c4cf483b9b01", "port_range_min": 22, "revision_number": 0, "tenant_id": "f79796eb7d2f4db1aae9ce68447f2973", "created_at": "2018-08-01T03:34:25Z", "project_id": "f79796eb7d2f4db1aae9ce68447f2973", "id": "c736122d-60dd-41c1-93f0-fac41e526f85"}} 2018-08-01 03:34:25,762 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules.json used request id req-b7175edc-c0e1-4bc8-81c7-15460b12d174 2018-08-01 03:34:25,762 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.42506814003s 2018-08-01 03:34:25,762 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules.json used request id req-b7175edc-c0e1-4bc8-81c7-15460b12d174 2018-08-01 03:34:25,766 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-01 03:34:25,766 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}1763d14ed6acd24fecad03fb5919fe1084152365" 2018-08-01 03:34:25,832 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4330 X-Openstack-Request-Id: req-acd5c2e9-25dd-4566-93f8-a965f3e6742d Date: Wed, 01 Aug 2018 03:34:25 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (singlevm2)", "tags": [], "tenant_id": "f79796eb7d2f4db1aae9ce68447f2973", "created_at": "2018-08-01T03:34:24Z", "updated_at": "2018-08-01T03:34:25Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-01T03:34:24Z", "revision_number": 0, "id": "11d35731-dc67-439d-9c64-1651b82cdbd3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-01T03:34:24Z", "security_group_id": "2c379445-e809-4cbb-aff8-c4cf483b9b01", "tenant_id": "f79796eb7d2f4db1aae9ce68447f2973", "port_range_min": null, "ethertype": "IPv6", "project_id": "f79796eb7d2f4db1aae9ce68447f2973"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-01T03:34:24Z", "revision_number": 0, "id": "67058fcc-adf1-43e7-8604-424a184df2a2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-01T03:34:24Z", "security_group_id": "2c379445-e809-4cbb-aff8-c4cf483b9b01", "tenant_id": "f79796eb7d2f4db1aae9ce68447f2973", "port_range_min": null, "ethertype": "IPv4", "project_id": "f79796eb7d2f4db1aae9ce68447f2973"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-01T03:34:25Z", "revision_number": 0, "id": "c736122d-60dd-41c1-93f0-fac41e526f85", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-01T03:34:25Z", "security_group_id": "2c379445-e809-4cbb-aff8-c4cf483b9b01", "tenant_id": "f79796eb7d2f4db1aae9ce68447f2973", "port_range_min": 22, "ethertype": "IPv4", "project_id": "f79796eb7d2f4db1aae9ce68447f2973"}], "revision_number": 2, "project_id": "f79796eb7d2f4db1aae9ce68447f2973", "id": "2c379445-e809-4cbb-aff8-c4cf483b9b01", "name": "singlevm2-sg_46b24f59-4bc3-4eb9-91f5-828af9d1d7fb"}, {"description": "Default security group", "tags": [], "tenant_id": "f79796eb7d2f4db1aae9ce68447f2973", "created_at": "2018-08-01T03:34:16Z", "updated_at": "2018-08-01T03:34:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-01T03:34:16Z", "revision_number": 0, "id": "1e1e8d65-4993-47a8-8c94-93f5b6706582", "remote_group_id": "732d4bcb-bbe0-4fd2-9705-f2d5590b65ea", "remote_ip_prefix": null, "created_at": "2018-08-01T03:34:16Z", "security_group_id": "732d4bcb-bbe0-4fd2-9705-f2d5590b65ea", "tenant_id": "f79796eb7d2f4db1aae9ce68447f2973", "port_range_min": null, "ethertype": "IPv6", "project_id": "f79796eb7d2f4db1aae9ce68447f2973"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-01T03:34:16Z", "revision_number": 0, "id": "1fa92693-c1a4-4ff6-a370-f5cfa2be285b", "remote_group_id": "732d4bcb-bbe0-4fd2-9705-f2d5590b65ea", "remote_ip_prefix": null, "created_at": "2018-08-01T03:34:16Z", "security_group_id": "732d4bcb-bbe0-4fd2-9705-f2d5590b65ea", "tenant_id": "f79796eb7d2f4db1aae9ce68447f2973", "port_range_min": null, "ethertype": "IPv4", "project_id": "f79796eb7d2f4db1aae9ce68447f2973"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-01T03:34:16Z", "revision_number": 0, "id": "b587dc07-e70f-4b75-b68f-d70a9bf564d1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-01T03:34:16Z", "security_group_id": "732d4bcb-bbe0-4fd2-9705-f2d5590b65ea", "tenant_id": "f79796eb7d2f4db1aae9ce68447f2973", "port_range_min": null, "ethertype": "IPv6", "project_id": "f79796eb7d2f4db1aae9ce68447f2973"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-01T03:34:16Z", "revision_number": 0, "id": "ff1b02da-6cf7-4cd0-9958-2bdc4ca26df7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-01T03:34:16Z", "security_group_id": "732d4bcb-bbe0-4fd2-9705-f2d5590b65ea", "tenant_id": "f79796eb7d2f4db1aae9ce68447f2973", "port_range_min": null, "ethertype": "IPv4", "project_id": "f79796eb7d2f4db1aae9ce68447f2973"}], "revision_number": 1, "project_id": "f79796eb7d2f4db1aae9ce68447f2973", "id": "732d4bcb-bbe0-4fd2-9705-f2d5590b65ea", "name": "default"}]} 2018-08-01 03:34:25,832 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-acd5c2e9-25dd-4566-93f8-a965f3e6742d 2018-08-01 03:34:25,832 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0663208961487s 2018-08-01 03:34:25,833 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-acd5c2e9-25dd-4566-93f8-a965f3e6742d 2018-08-01 03:34:25,836 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-01 03:34:25,837 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}1763d14ed6acd24fecad03fb5919fe1084152365" -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": "2c379445-e809-4cbb-aff8-c4cf483b9b01"}}' 2018-08-01 03:34:26,193 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-97251f1f-6c65-4d4e-aab4-3c26a4896a3c Date: Wed, 01 Aug 2018 03:34:26 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-01T03:34:26Z", "security_group_id": "2c379445-e809-4cbb-aff8-c4cf483b9b01", "port_range_min": null, "revision_number": 0, "tenant_id": "f79796eb7d2f4db1aae9ce68447f2973", "created_at": "2018-08-01T03:34:26Z", "project_id": "f79796eb7d2f4db1aae9ce68447f2973", "id": "d51ac8bf-5897-4a05-a014-f0a7007311da"}} 2018-08-01 03:34:26,193 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules.json used request id req-97251f1f-6c65-4d4e-aab4-3c26a4896a3c 2018-08-01 03:34:26,193 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.356578111649s 2018-08-01 03:34:26,193 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules.json used request id req-97251f1f-6c65-4d4e-aab4-3c26a4896a3c 2018-08-01 03:34:26,195 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-01 03:34:26,195 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}1763d14ed6acd24fecad03fb5919fe1084152365" 2018-08-01 03:34:26,501 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-46e791b8-fe07-4be3-9628-1c95d5742a30 Date: Wed, 01 Aug 2018 03:34:26 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":["e06facf3-a24e-40d5-a5ce-a0901a6e4875"],"updated_at":"2018-08-01T03:28:20Z","tenant_id":"89443fd7c5cf4259bed71fca1c3fe619","created_at":"2018-08-01T03:28:13Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"89443fd7c5cf4259bed71fca1c3fe619","id":"262fe7ec-b437-40b8-908b-6eb66c149655","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["3902fcb9-4b83-42c2-b224-6ab201ea42b8"],"updated_at":"2018-08-01T03:34:18Z","tenant_id":"f79796eb7d2f4db1aae9ce68447f2973","created_at":"2018-08-01T03:34:16Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"f79796eb7d2f4db1aae9ce68447f2973","id":"55f2d7dc-3ce1-42da-8210-510e76837ac4","name":"singlevm2-net_46b24f59-4bc3-4eb9-91f5-828af9d1d7fb"}]} 2018-08-01 03:34:26,502 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-46e791b8-fe07-4be3-9628-1c95d5742a30 2018-08-01 03:34:26,502 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.306775093079s 2018-08-01 03:34:26,502 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-46e791b8-fe07-4be3-9628-1c95d5742a30 2018-08-01 03:34:26,506 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-01 03:34:26,510 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}1763d14ed6acd24fecad03fb5919fe1084152365" 2018-08-01 03:34:26,729 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1200 Content-Type: application/json X-Openstack-Request-Id: req-1f6531a2-dbf1-4f3b-93bd-7d2e3c62d10f Date: Wed, 01 Aug 2018 03:34:26 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://1c426f71-e315-470f-a765-a4a983e8d919/images/24d4e48a-f4c2-4e3f-b9ff-33b2247ecc79/snap", "metadata": {}}], "file": "/v2/images/24d4e48a-f4c2-4e3f-b9ff-33b2247ecc79/file", "owner": "f79796eb7d2f4db1aae9ce68447f2973", "id": "24d4e48a-f4c2-4e3f-b9ff-33b2247ecc79", "size": 12716032, "self": "/v2/images/24d4e48a-f4c2-4e3f-b9ff-33b2247ecc79", "disk_format": "qcow2", "direct_url": "rbd://1c426f71-e315-470f-a765-a4a983e8d919/images/24d4e48a-f4c2-4e3f-b9ff-33b2247ecc79/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-08-01T03:34:23Z", "visibility": "private", "owner_specified.shade.object": "images/singlevm2-img_46b24f59-4bc3-4eb9-91f5-828af9d1d7fb", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm2-img_46b24f59-4bc3-4eb9-91f5-828af9d1d7fb", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-01T03:34:22Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-01 03:34:26,730 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-1f6531a2-dbf1-4f3b-93bd-7d2e3c62d10f 2018-08-01 03:34:26,730 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.223088979721s 2018-08-01 03:34:26,730 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-1f6531a2-dbf1-4f3b-93bd-7d2e3c62d10f 2018-08-01 03:34:26,732 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-01 03:34:26,735 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21: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}1763d14ed6acd24fecad03fb5919fe1084152365" 2018-08-01 03:34:26,874 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 03:34:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-153ff4cb-f7d4-46aa-8249-f750a9e4d723 x-compute-request-id: req-153ff4cb-f7d4-46aa-8249-f750a9e4d723 Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavors": [{"name": "singlevm2-flavor_46b24f59-4bc3-4eb9-91f5-828af9d1d7fb", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/a60c7919-2529-4579-9bb3-0e1b381bfd8e", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/a60c7919-2529-4579-9bb3-0e1b381bfd8e", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "a60c7919-2529-4579-9bb3-0e1b381bfd8e"}]} 2018-08-01 03:34:26,874 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-153ff4cb-f7d4-46aa-8249-f750a9e4d723 2018-08-01 03:34:26,874 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.141762971878s 2018-08-01 03:34:26,874 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-153ff4cb-f7d4-46aa-8249-f750a9e4d723 2018-08-01 03:34:26,876 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-08-01 03:34:26,879 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}1763d14ed6acd24fecad03fb5919fe1084152365" -d '{"server": {"name": "singlevm2-vm_46b24f59-4bc3-4eb9-91f5-828af9d1d7fb", "imageRef": "24d4e48a-f4c2-4e3f-b9ff-33b2247ecc79", "key_name": "singlevm2-kp_46b24f59-4bc3-4eb9-91f5-828af9d1d7fb", "flavorRef": "a60c7919-2529-4579-9bb3-0e1b381bfd8e", "max_count": 1, "min_count": 1, "networks": [{"uuid": "55f2d7dc-3ce1-42da-8210-510e76837ac4"}], "security_groups": [{"name": "2c379445-e809-4cbb-aff8-c4cf483b9b01"}]}}' 2018-08-01 03:34:32,420 - keystoneauth.session - DEBUG - RESP: [202] Date: Wed, 01 Aug 2018 03:34:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-77854417-aedd-4da7-b0df-e85d4ec390ca x-compute-request-id: req-77854417-aedd-4da7-b0df-e85d4ec390ca Content-Length: 403 location: http://172.30.9.21:8774/v2.1/servers/c206476b-3d87-41ec-b0fd-e4b6eb0ab3f9 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "2c379445-e809-4cbb-aff8-c4cf483b9b01"}], "OS-DCF:diskConfig": "MANUAL", "id": "c206476b-3d87-41ec-b0fd-e4b6eb0ab3f9", "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/c206476b-3d87-41ec-b0fd-e4b6eb0ab3f9", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/c206476b-3d87-41ec-b0fd-e4b6eb0ab3f9", "rel": "bookmark"}], "adminPass": "skxQAf84a9VV"}} 2018-08-01 03:34:32,420 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers used request id req-77854417-aedd-4da7-b0df-e85d4ec390ca 2018-08-01 03:34:32,420 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 5.54390001297s 2018-08-01 03:34:32,421 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers used request id req-77854417-aedd-4da7-b0df-e85d4ec390ca 2018-08-01 03:34:32,421 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers 2018-08-01 03:34:32,424 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/c206476b-3d87-41ec-b0fd-e4b6eb0ab3f9 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}1763d14ed6acd24fecad03fb5919fe1084152365" 2018-08-01 03:34:33,207 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 03:34: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-bedbae99-f32c-4bc0-bc4f-b3c00027411d x-compute-request-id: req-bedbae99-f32c-4bc0-bc4f-b3c00027411d Content-Encoding: gzip Content-Length: 602 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/c206476b-3d87-41ec-b0fd-e4b6eb0ab3f9", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/c206476b-3d87-41ec-b0fd-e4b6eb0ab3f9", "rel": "bookmark"}], "image": {"id": "24d4e48a-f4c2-4e3f-b9ff-33b2247ecc79", "links": [{"href": "http://172.30.9.21:8774/images/24d4e48a-f4c2-4e3f-b9ff-33b2247ecc79", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "a60c7919-2529-4579-9bb3-0e1b381bfd8e", "links": [{"href": "http://172.30.9.21:8774/flavors/a60c7919-2529-4579-9bb3-0e1b381bfd8e", "rel": "bookmark"}]}, "id": "c206476b-3d87-41ec-b0fd-e4b6eb0ab3f9", "user_id": "736cefcc4d814b1cb920dddf1f2b7eb8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-01T03:34:32Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm2-kp_46b24f59-4bc3-4eb9-91f5-828af9d1d7fb", "name": "singlevm2-vm_46b24f59-4bc3-4eb9-91f5-828af9d1d7fb", "created": "2018-08-01T03:34:32Z", "tenant_id": "f79796eb7d2f4db1aae9ce68447f2973", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-01 03:34:33,207 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/c206476b-3d87-41ec-b0fd-e4b6eb0ab3f9 used request id req-bedbae99-f32c-4bc0-bc4f-b3c00027411d 2018-08-01 03:34:33,207 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers in 0.785930156708s 2018-08-01 03:34:33,208 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/c206476b-3d87-41ec-b0fd-e4b6eb0ab3f9 used request id req-bedbae99-f32c-4bc0-bc4f-b3c00027411d 2018-08-01 03:34:33,213 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-01 03:34:33,214 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}1763d14ed6acd24fecad03fb5919fe1084152365" 2018-08-01 03:34:33,509 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-40966c51-c023-4323-99ae-a70097221910 Date: Wed, 01 Aug 2018 03:34:33 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["e06facf3-a24e-40d5-a5ce-a0901a6e4875"],"updated_at":"2018-08-01T03:28:20Z","tenant_id":"89443fd7c5cf4259bed71fca1c3fe619","created_at":"2018-08-01T03:28:13Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"89443fd7c5cf4259bed71fca1c3fe619","id":"262fe7ec-b437-40b8-908b-6eb66c149655","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["3902fcb9-4b83-42c2-b224-6ab201ea42b8"],"updated_at":"2018-08-01T03:34:18Z","tenant_id":"f79796eb7d2f4db1aae9ce68447f2973","created_at":"2018-08-01T03:34:16Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"f79796eb7d2f4db1aae9ce68447f2973","id":"55f2d7dc-3ce1-42da-8210-510e76837ac4","name":"singlevm2-net_46b24f59-4bc3-4eb9-91f5-828af9d1d7fb"}]} 2018-08-01 03:34:33,509 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-40966c51-c023-4323-99ae-a70097221910 2018-08-01 03:34:33,509 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.295604944229s 2018-08-01 03:34:33,510 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-40966c51-c023-4323-99ae-a70097221910 2018-08-01 03:34:33,510 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-01 03:34:33,511 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}1763d14ed6acd24fecad03fb5919fe1084152365" 2018-08-01 03:34:33,561 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-c5d08de2-9b4a-4517-bc47-43b51f16d491 Date: Wed, 01 Aug 2018 03:34:33 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"55f2d7dc-3ce1-42da-8210-510e76837ac4","tenant_id":"f79796eb7d2f4db1aae9ce68447f2973","created_at":"2018-08-01T03:34:18Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-01T03:34:18Z","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":"f79796eb7d2f4db1aae9ce68447f2973","id":"3902fcb9-4b83-42c2-b224-6ab201ea42b8","subnetpool_id":null,"name":"singlevm2-subnet_46b24f59-4bc3-4eb9-91f5-828af9d1d7fb"}]} 2018-08-01 03:34:33,561 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-c5d08de2-9b4a-4517-bc47-43b51f16d491 2018-08-01 03:34:33,562 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0510101318359s 2018-08-01 03:34:33,562 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-c5d08de2-9b4a-4517-bc47-43b51f16d491 2018-08-01 03:34:33,563 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-01 03:34:33,565 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}1763d14ed6acd24fecad03fb5919fe1084152365" 2018-08-01 03:34:34,420 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 03:34: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-e4a1d3a0-6ceb-4826-9948-a22de9ccf774 x-compute-request-id: req-e4a1d3a0-6ceb-4826-9948-a22de9ccf774 Content-Encoding: gzip Content-Length: 605 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/c206476b-3d87-41ec-b0fd-e4b6eb0ab3f9", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/c206476b-3d87-41ec-b0fd-e4b6eb0ab3f9", "rel": "bookmark"}], "image": {"id": "24d4e48a-f4c2-4e3f-b9ff-33b2247ecc79", "links": [{"href": "http://172.30.9.21:8774/images/24d4e48a-f4c2-4e3f-b9ff-33b2247ecc79", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "a60c7919-2529-4579-9bb3-0e1b381bfd8e", "links": [{"href": "http://172.30.9.21:8774/flavors/a60c7919-2529-4579-9bb3-0e1b381bfd8e", "rel": "bookmark"}]}, "id": "c206476b-3d87-41ec-b0fd-e4b6eb0ab3f9", "user_id": "736cefcc4d814b1cb920dddf1f2b7eb8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-01T03:34:33Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm2-kp_46b24f59-4bc3-4eb9-91f5-828af9d1d7fb", "name": "singlevm2-vm_46b24f59-4bc3-4eb9-91f5-828af9d1d7fb", "created": "2018-08-01T03:34:32Z", "tenant_id": "f79796eb7d2f4db1aae9ce68447f2973", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-01 03:34:34,420 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-e4a1d3a0-6ceb-4826-9948-a22de9ccf774 2018-08-01 03:34:34,420 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.857089042664s 2018-08-01 03:34:34,420 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-e4a1d3a0-6ceb-4826-9948-a22de9ccf774 2018-08-01 03:34:34,425 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-01 03:34:36,426 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-01 03:34:36,429 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}1763d14ed6acd24fecad03fb5919fe1084152365" 2018-08-01 03:34:38,030 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 03:34: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-4b359c29-fa77-49d7-a4cc-52b36a6b9b4d x-compute-request-id: req-4b359c29-fa77-49d7-a4cc-52b36a6b9b4d Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/c206476b-3d87-41ec-b0fd-e4b6eb0ab3f9", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/c206476b-3d87-41ec-b0fd-e4b6eb0ab3f9", "rel": "bookmark"}], "image": {"id": "24d4e48a-f4c2-4e3f-b9ff-33b2247ecc79", "links": [{"href": "http://172.30.9.21:8774/images/24d4e48a-f4c2-4e3f-b9ff-33b2247ecc79", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "a60c7919-2529-4579-9bb3-0e1b381bfd8e", "links": [{"href": "http://172.30.9.21:8774/flavors/a60c7919-2529-4579-9bb3-0e1b381bfd8e", "rel": "bookmark"}]}, "id": "c206476b-3d87-41ec-b0fd-e4b6eb0ab3f9", "security_groups": [{"name": "singlevm2-sg_46b24f59-4bc3-4eb9-91f5-828af9d1d7fb"}], "user_id": "736cefcc4d814b1cb920dddf1f2b7eb8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-01T03:34:35Z", "hostId": "1b186b6ffe818a6dddbbda4342d32f84e489bad5658e284afaf73557", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm2-kp_46b24f59-4bc3-4eb9-91f5-828af9d1d7fb", "name": "singlevm2-vm_46b24f59-4bc3-4eb9-91f5-828af9d1d7fb", "created": "2018-08-01T03:34:32Z", "tenant_id": "f79796eb7d2f4db1aae9ce68447f2973", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-01 03:34:38,030 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-4b359c29-fa77-49d7-a4cc-52b36a6b9b4d 2018-08-01 03:34:38,030 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.60405397415s 2018-08-01 03:34:38,031 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-4b359c29-fa77-49d7-a4cc-52b36a6b9b4d 2018-08-01 03:34:38,035 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-01 03:34:40,038 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-01 03:34:40,041 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}1763d14ed6acd24fecad03fb5919fe1084152365" 2018-08-01 03:34:40,835 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 03:34: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-7b6fcfcb-c0eb-454c-b7ac-6b54fbf8bef2 x-compute-request-id: req-7b6fcfcb-c0eb-454c-b7ac-6b54fbf8bef2 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/c206476b-3d87-41ec-b0fd-e4b6eb0ab3f9", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/c206476b-3d87-41ec-b0fd-e4b6eb0ab3f9", "rel": "bookmark"}], "image": {"id": "24d4e48a-f4c2-4e3f-b9ff-33b2247ecc79", "links": [{"href": "http://172.30.9.21:8774/images/24d4e48a-f4c2-4e3f-b9ff-33b2247ecc79", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "a60c7919-2529-4579-9bb3-0e1b381bfd8e", "links": [{"href": "http://172.30.9.21:8774/flavors/a60c7919-2529-4579-9bb3-0e1b381bfd8e", "rel": "bookmark"}]}, "id": "c206476b-3d87-41ec-b0fd-e4b6eb0ab3f9", "security_groups": [{"name": "singlevm2-sg_46b24f59-4bc3-4eb9-91f5-828af9d1d7fb"}], "user_id": "736cefcc4d814b1cb920dddf1f2b7eb8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-01T03:34:35Z", "hostId": "1b186b6ffe818a6dddbbda4342d32f84e489bad5658e284afaf73557", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm2-kp_46b24f59-4bc3-4eb9-91f5-828af9d1d7fb", "name": "singlevm2-vm_46b24f59-4bc3-4eb9-91f5-828af9d1d7fb", "created": "2018-08-01T03:34:32Z", "tenant_id": "f79796eb7d2f4db1aae9ce68447f2973", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-01 03:34:40,835 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-7b6fcfcb-c0eb-454c-b7ac-6b54fbf8bef2 2018-08-01 03:34:40,835 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.79733300209s 2018-08-01 03:34:40,836 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-7b6fcfcb-c0eb-454c-b7ac-6b54fbf8bef2 2018-08-01 03:34:40,839 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-01 03:34:42,842 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-01 03:34:42,845 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}1763d14ed6acd24fecad03fb5919fe1084152365" 2018-08-01 03:34:43,826 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 03:34: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-6672c7af-ec27-4e7e-b072-ca28ffd6cb85 x-compute-request-id: req-6672c7af-ec27-4e7e-b072-ca28ffd6cb85 Content-Encoding: gzip Content-Length: 741 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"singlevm2-net_46b24f59-4bc3-4eb9-91f5-828af9d1d7fb": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:76:bd:35", "version": 4, "addr": "192.168.120.26", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/c206476b-3d87-41ec-b0fd-e4b6eb0ab3f9", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/c206476b-3d87-41ec-b0fd-e4b6eb0ab3f9", "rel": "bookmark"}], "image": {"id": "24d4e48a-f4c2-4e3f-b9ff-33b2247ecc79", "links": [{"href": "http://172.30.9.21:8774/images/24d4e48a-f4c2-4e3f-b9ff-33b2247ecc79", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-01T03:34:41.000000", "flavor": {"id": "a60c7919-2529-4579-9bb3-0e1b381bfd8e", "links": [{"href": "http://172.30.9.21:8774/flavors/a60c7919-2529-4579-9bb3-0e1b381bfd8e", "rel": "bookmark"}]}, "id": "c206476b-3d87-41ec-b0fd-e4b6eb0ab3f9", "security_groups": [{"name": "singlevm2-sg_46b24f59-4bc3-4eb9-91f5-828af9d1d7fb"}], "user_id": "736cefcc4d814b1cb920dddf1f2b7eb8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-01T03:34:41Z", "hostId": "1b186b6ffe818a6dddbbda4342d32f84e489bad5658e284afaf73557", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm2-kp_46b24f59-4bc3-4eb9-91f5-828af9d1d7fb", "name": "singlevm2-vm_46b24f59-4bc3-4eb9-91f5-828af9d1d7fb", "created": "2018-08-01T03:34:32Z", "tenant_id": "f79796eb7d2f4db1aae9ce68447f2973", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-01 03:34:43,826 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-6672c7af-ec27-4e7e-b072-ca28ffd6cb85 2018-08-01 03:34:43,826 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.984075784683s 2018-08-01 03:34:43,827 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-6672c7af-ec27-4e7e-b072-ca28ffd6cb85 2018-08-01 03:34:43,831 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-01 03:34:43,831 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:9696/v2.0/ports.json?device_id=c206476b-3d87-41ec-b0fd-e4b6eb0ab3f9" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}1763d14ed6acd24fecad03fb5919fe1084152365" 2018-08-01 03:34:44,081 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-5a463a74-3018-47a1-94ab-c465f907e560 Date: Wed, 01 Aug 2018 03:34:44 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"55f2d7dc-3ce1-42da-8210-510e76837ac4","tenant_id":"f79796eb7d2f4db1aae9ce68447f2973","created_at":"2018-08-01T03:34:35Z","admin_state_up":true,"updated_at":"2018-08-01T03:34:40Z","binding:vnic_type":"normal","device_id":"c206476b-3d87-41ec-b0fd-e4b6eb0ab3f9","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:76:bd:35","id":"fd440011-8b36-43a9-af97-f50a91a817b7","port_security_enabled":true,"project_id":"f79796eb7d2f4db1aae9ce68447f2973","fixed_ips":[{"subnet_id":"3902fcb9-4b83-42c2-b224-6ab201ea42b8","ip_address":"192.168.120.26"}],"extra_dhcp_opts":[],"security_groups":["2c379445-e809-4cbb-aff8-c4cf483b9b01"],"name":""}]} 2018-08-01 03:34:44,081 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports.json?device_id=c206476b-3d87-41ec-b0fd-e4b6eb0ab3f9 used request id req-5a463a74-3018-47a1-94ab-c465f907e560 2018-08-01 03:34:44,082 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.250854969025s 2018-08-01 03:34:44,082 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports.json?device_id=c206476b-3d87-41ec-b0fd-e4b6eb0ab3f9 used request id req-5a463a74-3018-47a1-94ab-c465f907e560 2018-08-01 03:34:44,087 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-01 03:34:44,088 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:9696/v2.0/floatingips.json?port_id=fd440011-8b36-43a9-af97-f50a91a817b7" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}1763d14ed6acd24fecad03fb5919fe1084152365" 2018-08-01 03:34:44,325 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-82c99a6c-11c6-4d89-b92d-6faf8f84bc2c Date: Wed, 01 Aug 2018 03:34:44 GMT RESP BODY: {"floatingips": []} 2018-08-01 03:34:44,326 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json?port_id=fd440011-8b36-43a9-af97-f50a91a817b7 used request id req-82c99a6c-11c6-4d89-b92d-6faf8f84bc2c 2018-08-01 03:34:44,326 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.238481044769s 2018-08-01 03:34:44,326 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json?port_id=fd440011-8b36-43a9-af97-f50a91a817b7 used request id req-82c99a6c-11c6-4d89-b92d-6faf8f84bc2c 2018-08-01 03:34:44,327 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'singlevm2-net_46b24f59-4bc3-4eb9-91f5-828af9d1d7fb': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:76:bd:35', u'version': 4, u'addr': u'192.168.120.26', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'24d4e48a-f4c2-4e3f-b9ff-33b2247ecc79'}), 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-01T03:34:41.000000', 'flavor': Munch({u'id': u'a60c7919-2529-4579-9bb3-0e1b381bfd8e'}), 'az': u'nova', 'id': u'c206476b-3d87-41ec-b0fd-e4b6eb0ab3f9', 'security_groups': [Munch({u'name': u'singlevm2-sg_46b24f59-4bc3-4eb9-91f5-828af9d1d7fb'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'736cefcc4d814b1cb920dddf1f2b7eb8', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f79796eb7d2f4db1aae9ce68447f2973', 'name': 'singlevm2-project_46b24f59-4bc3-4eb9-91f5-828af9d1d7fb', '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-01T03:34:41.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-01T03:34:41Z', 'hostId': u'1b186b6ffe818a6dddbbda4342d32f84e489bad5658e284afaf73557', u'OS-SRV-USG:terminated_at': None, 'key_name': u'singlevm2-kp_46b24f59-4bc3-4eb9-91f5-828af9d1d7fb', 'public_v6': '', 'private_v4': u'192.168.120.26', 'cloud': 'envvars', 'host_id': u'1b186b6ffe818a6dddbbda4342d32f84e489bad5658e284afaf73557', '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-01T03:34:41.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'f79796eb7d2f4db1aae9ce68447f2973', 'name': u'singlevm2-vm_46b24f59-4bc3-4eb9-91f5-828af9d1d7fb', 'adminPass': None, 'tenant_id': u'f79796eb7d2f4db1aae9ce68447f2973', 'created_at': u'2018-08-01T03:34:32Z', 'created': u'2018-08-01T03:34:32Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-08-01 03:34:44,330 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-01 03:34:44,330 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}1763d14ed6acd24fecad03fb5919fe1084152365" 2018-08-01 03:34:44,619 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-14ad9d22-d416-46e2-b0ce-18f47e36046c Date: Wed, 01 Aug 2018 03:34: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":["e06facf3-a24e-40d5-a5ce-a0901a6e4875"],"updated_at":"2018-08-01T03:28:20Z","tenant_id":"89443fd7c5cf4259bed71fca1c3fe619","created_at":"2018-08-01T03:28:13Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"89443fd7c5cf4259bed71fca1c3fe619","id":"262fe7ec-b437-40b8-908b-6eb66c149655","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["3902fcb9-4b83-42c2-b224-6ab201ea42b8"],"updated_at":"2018-08-01T03:34:18Z","tenant_id":"f79796eb7d2f4db1aae9ce68447f2973","created_at":"2018-08-01T03:34:16Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"f79796eb7d2f4db1aae9ce68447f2973","id":"55f2d7dc-3ce1-42da-8210-510e76837ac4","name":"singlevm2-net_46b24f59-4bc3-4eb9-91f5-828af9d1d7fb"}]} 2018-08-01 03:34:44,620 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-14ad9d22-d416-46e2-b0ce-18f47e36046c 2018-08-01 03:34:44,620 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.289916038513s 2018-08-01 03:34:44,620 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-14ad9d22-d416-46e2-b0ce-18f47e36046c 2018-08-01 03:34:44,621 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-01 03:34:44,622 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:9696/v2.0/ports.json?device_id=c206476b-3d87-41ec-b0fd-e4b6eb0ab3f9" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}1763d14ed6acd24fecad03fb5919fe1084152365" 2018-08-01 03:34:44,682 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-cdc4fb05-5e92-4b85-82d7-a7fc51b74bc3 Date: Wed, 01 Aug 2018 03:34:44 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"55f2d7dc-3ce1-42da-8210-510e76837ac4","tenant_id":"f79796eb7d2f4db1aae9ce68447f2973","created_at":"2018-08-01T03:34:35Z","admin_state_up":true,"updated_at":"2018-08-01T03:34:40Z","binding:vnic_type":"normal","device_id":"c206476b-3d87-41ec-b0fd-e4b6eb0ab3f9","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:76:bd:35","id":"fd440011-8b36-43a9-af97-f50a91a817b7","port_security_enabled":true,"project_id":"f79796eb7d2f4db1aae9ce68447f2973","fixed_ips":[{"subnet_id":"3902fcb9-4b83-42c2-b224-6ab201ea42b8","ip_address":"192.168.120.26"}],"extra_dhcp_opts":[],"security_groups":["2c379445-e809-4cbb-aff8-c4cf483b9b01"],"name":""}]} 2018-08-01 03:34:44,682 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports.json?device_id=c206476b-3d87-41ec-b0fd-e4b6eb0ab3f9 used request id req-cdc4fb05-5e92-4b85-82d7-a7fc51b74bc3 2018-08-01 03:34:44,682 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0605900287628s 2018-08-01 03:34:44,682 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports.json?device_id=c206476b-3d87-41ec-b0fd-e4b6eb0ab3f9 used request id req-cdc4fb05-5e92-4b85-82d7-a7fc51b74bc3 2018-08-01 03:34:44,683 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-08-01 03:34:44,684 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}1763d14ed6acd24fecad03fb5919fe1084152365" -d '{"floatingip": {"floating_network_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "fixed_ip_address": "192.168.120.26", "port_id": "fd440011-8b36-43a9-af97-f50a91a817b7"}}' 2018-08-01 03:34:46,762 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 554 X-Openstack-Request-Id: req-b7a10df9-5502-452b-978c-310a76f317ac Date: Wed, 01 Aug 2018 03:34:46 GMT RESP BODY: {"floatingip": {"router_id": "d738e33b-98f7-4642-b758-485a3dadd882", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-01T03:34:45Z", "floating_network_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "fixed_ip_address": "192.168.120.26", "floating_ip_address": "172.30.9.200", "revision_number": 0, "port_id": "fd440011-8b36-43a9-af97-f50a91a817b7", "id": "eb399914-6fb4-462a-9636-7a584d61d0d3", "tenant_id": "f79796eb7d2f4db1aae9ce68447f2973", "created_at": "2018-08-01T03:34:45Z", "project_id": "f79796eb7d2f4db1aae9ce68447f2973"}} 2018-08-01 03:34:46,763 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-b7a10df9-5502-452b-978c-310a76f317ac 2018-08-01 03:34:46,763 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 2.07967305183s 2018-08-01 03:34:46,763 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-b7a10df9-5502-452b-978c-310a76f317ac 2018-08-01 03:34:46,766 - functest.core.singlevm - DEBUG - floating_ip: Munch({'status': u'ACTIVE', 'router_id': u'd738e33b-98f7-4642-b758-485a3dadd882', 'properties': Munch({u'tags': []}), 'description': u'', u'tags': [], 'tenant_id': u'f79796eb7d2f4db1aae9ce68447f2973', 'created_at': u'2018-08-01T03:34:45Z', 'attached': True, 'updated_at': u'2018-08-01T03:34:45Z', 'id': u'eb399914-6fb4-462a-9636-7a584d61d0d3', 'floating_network_id': u'262fe7ec-b437-40b8-908b-6eb66c149655', 'fixed_ip_address': u'192.168.120.26', 'floating_ip_address': u'172.30.9.200', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f79796eb7d2f4db1aae9ce68447f2973', 'name': 'singlevm2-project_46b24f59-4bc3-4eb9-91f5-828af9d1d7fb', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'revision_number': 0, 'router': u'd738e33b-98f7-4642-b758-485a3dadd882', 'project_id': u'f79796eb7d2f4db1aae9ce68447f2973', 'port_id': u'fd440011-8b36-43a9-af97-f50a91a817b7', 'port': u'fd440011-8b36-43a9-af97-f50a91a817b7', 'network': u'262fe7ec-b437-40b8-908b-6eb66c149655'}) 2018-08-01 03:34:46,767 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-01 03:34:46,770 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/servers/c206476b-3d87-41ec-b0fd-e4b6eb0ab3f9/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}1763d14ed6acd24fecad03fb5919fe1084152365" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-01 03:34:46,907 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 03:34:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-924d7214-c246-4a2a-98d0-b86cb399fd1b x-compute-request-id: req-924d7214-c246-4a2a-98d0-b86cb399fd1b Content-Encoding: gzip Content-Length: 9573 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 472330470 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.144927] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.146584] pid_max: default: 32768 minimum: 301\n[ 0.147477] ACPI: Core revision 20150930\n[ 0.148863] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.150166] Security Framework initialized\n[ 0.150980] Yama: becoming mindful.\n[ 0.151712] AppArmor: AppArmor initialized\n[ 0.152576] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.153903] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.155192] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.156400] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.157821] Initializing cgroup subsys io\n[ 0.158636] Initializing cgroup subsys memory\n[ 0.159493] Initializing cgroup subsys devices\n[ 0.160373] Initializing cgroup subsys freezer\n[ 0.161242] Initializing cgroup subsys net_cls\n[ 0.162102] Initializing cgroup subsys perf_event\n[ 0.163009] Initializing cgroup subsys net_prio\n[ 0.163898] Initializing cgroup subsys hugetlb\n[ 0.164766] Initializing cgroup subsys pids\n[ 0.165633] CPU: Physical Processor ID: 0\n[ 0.167134] mce: CPU supports 10 MCE banks\n[ 0.167990] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.168986] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.183409] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.189482] ftrace: allocating 31920 entries in 125 pages\n[ 0.214505] smpboot: Max logical packages: 1\n[ 0.215361] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.216713] x2apic enabled\n[ 0.217520] Switched APIC routing to physical x2apic.\n[ 0.219244] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.220354] smpboot: CPU0: Intel Core Processor (Haswell, no TSX, IBRS) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.222413] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.224187] KVM setup paravirtual spinlock\n[ 0.225501] x86: Booted up 1 node, 1 CPUs\n[ 0.226310] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.227699] devtmpfs: initialized\n[ 0.229414] evm: security.selinux\n[ 0.230108] evm: security.SMACK64\n[ 0.230797] evm: security.SMACK64EXEC\n[ 0.231537] evm: security.SMACK64TRANSMUTE\n[ 0.232339] evm: security.SMACK64MMAP\n[ 0.233079] evm: security.ima\n[ 0.233718] evm: security.capability\n[ 0.234521] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.236373] pinctrl core: initialized pinctrl subsystem\n[ 0.237470] RTC time: 3:34:41, date: 08/01/18\n[ 0.238432] NET: Registered protocol family 16\n[ 0.239414] cpuidle: using governor ladder\n[ 0.240224] cpuidle: using governor menu\n[ 0.241006] PCCT header not found.\n[ 0.241761] ACPI: bus type PCI registered\n[ 0.242560] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.243793] PCI: Using configuration type 1 for base access\n[ 0.245565] ACPI: Added _OSI(Module Device)\n[ 0.246406] ACPI: Added _OSI(Processor Device)\n[ 0.247264] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.248153] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.249878] ACPI: Interpreter enabled\n[ 0.250645] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.252477] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.254295] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.256124] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.257949] ACPI: (supports S0 S5)\n[ 0.258650] ACPI: Using IOAPIC for interrupt routing\n[ 0.259592] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.262696] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.263834] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.265064] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.266252] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.268464] acpiphp: Slot [3] registered\n[ 0.269266] acpiphp: Slot [4] registered\n[ 0.270059] acpiphp: Slot [5] registered\n[ 0.270855] acpiphp: Slot [6] registered\n[ 0.271649] acpiphp: Slot [7] registered\n[ 0.272447] acpiphp: Slot [8] registered\n[ 0.273244] acpiphp: Slot [9] registered\n[ 0.274033] acpiphp: Slot [10] registered\n[ 0.274838] acpiphp: Slot [11] registered\n[ 0.275652] acpiphp: Slot [12] registered\n[ 0.276463] acpiphp: Slot [13] registered\n[ 0.277271] acpiphp: Slot [14] registered\n[ 0.278075] acpiphp: Slot [15] registered\n[ 0.288783] acpiphp: Slot [16] registered\n[ 0.289624] acpiphp: Slot [17] registered\n[ 0.290432] acpiphp: Slot [18] registered\n[ 0.291235] acpiphp: Slot [19] registered\n[ 0.292035] acpiphp: Slot [20] registered\n[ 0.292849] acpiphp: Slot [21] registered\n[ 0.293664] acpiphp: Slot [22] registered\n[ 0.294577] acpiphp: Slot [23] registered\n[ 0.295395] acpiphp: Slot [24] registered\n[ 0.296201] acpiphp: Slot [25] registered\n[ 0.297012] acpiphp: Slot [26] registered\n[ 0.297821] acpiphp: Slot [27] registered\n[ 0.298700] acpiphp: Slot [28] registered\n[ 0.299514] acpiphp: Slot [29] registered\n[ 0.300317] acpiphp: Slot [30] registered\n[ 0.301134] acpiphp: Slot [31] registered\n[ 0.301945] PCI host bridge to bus 0000:00\n[ 0.302753] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.303960] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.305172] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.306618] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.308054] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.309527] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.312781] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.314060] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.315234] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.316495] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319933] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.321363] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.339755] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.341214] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.342964] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.344378] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.345769] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.347033] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.348443] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.349495] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.351036] vgaarb: loaded\n[ 0.351635] vgaarb: bridge control possible 0000:00:02.0\n[ 0.352875] SCSI subsystem initialized\n[ 0.353795] ACPI: bus type USB registered\n[ 0.354627] usbcore: registered new interface driver usbfs\n[ 0.355657] usbcore: registered new interface driver hub\n[ 0.356668] usbcore: registered new device driver usb\n[ 0.357776] PCI: Using ACPI for IRQ routing\n[ 0.358885] NetLabel: Initializing\n[ 0.359606] NetLabel: domain hash size = 128\n[ 0.360454] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.361411] NetLabel: unlabeled traffic allowed by default\n[ 0.362576] clocksource: Switched to clocksource kvm-clock\n[ 0.370973] AppArmor: AppArmor Filesystem Enabled\n[ 0.371945] pnp: PnP ACPI init\n[ 0.372889] pnp: PnP ACPI: found 5 devices\n[ 0.379233] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.380956] NET: Registered protocol family 2\n[ 0.382007] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.383306] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.384561] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.385769] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.386863] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.388049] NET: Registered protocol family 1\n[ 0.388930] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.390024] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.391102] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.405133] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.419246] Trying to unpack rootfs image as initramfs...\n[ 0.476100] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.477746] Scanning for low memory corruption every 60 seconds\n[ 0.479116] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.480285] audit: initializing netlink subsys (disabled)\n[ 0.481310] audit: type=2000 audit(1533094482.333:1): initialized\n[ 0.482678] Initialise system trusted keyring\n[ 0.483621] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.484947] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.487085] zbud: loaded\n[ 0.487822] VFS: Disk quotas dquot_6.6.0\n[ 0.488649] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.490257] fuse init (API version 7.23)\n[ 0.491170] Key type big_key registered\n[ 0.491980] Allocating IMA MOK and blacklist keyrings.\n[ 0.493198] Key type asymmetric registered\n[ 0.494025] Asymmetric key parser 'x509' registered\n[ 0.494998] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.496474] io scheduler noop registered\n[ 0.497268] io scheduler deadline registered (default)\n[ 0.498406] io scheduler cfq registered\n[ 0.499270] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.500318] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.501585] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.503041] ACPI: Power Button [PWRF]\n[ 0.503896] GHES: HEST is not enabled!\n[ 0.517551] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.545349] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.547446] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.571453] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.573755] Linux agpgart interface v0.103\n[ 0.576435] brd: module loaded\n[ 0.578110] loop: module loaded\n[ 0.581941] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.583409] GPT:90111 != 2097151\n[ 0.584087] GPT:Alternate GPT header not at the end of the disk.\n[ 0.585312] GPT:90111 != 2097151\n[ 0.586011] GPT: Use GNU Parted to correct GPT errors.\n[ 0.587006] vda: vda1 vda15\n[ 0.588278] scsi host0: ata_piix\n[ 0.590986] scsi host1: ata_piix\n[ 0.591735] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.592970] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.594602] libphy: Fixed MDIO Bus: probed\n[ 0.595436] tun: Universal TUN/TAP device driver, 1.6\n[ 0.596401] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.599092] PPP generic driver version 2.4.2\n[ 0.600345] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.602007] ehci-pci: EHCI PCI platform driver\n[ 0.603122] ehci-platform: EHCI generic platform driver\n[ 0.604465] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.605909] ohci-pci: OHCI PCI platform driver\n[ 0.607012] ohci-platform: OHCI generic platform driver\n[ 0.608271] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.622815] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.624095] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.625929] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.627175] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.628611] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.630164] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.631916] usb usb1: Product: UHCI Host Controller\n[ 0.633083] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.634512] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.635740] hub 1-0:1.0: USB hub found\n[ 0.636710] hub 1-0:1.0: 2 ports detected\n[ 0.637864] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.640484] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.641689] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.642987] mousedev: PS/2 mouse device common for all mice\n[ 0.644530] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.646823] rtc_cmos 00:00: RTC can wake from S4\n[ 0.648177] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.649680] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.651200] i2c /dev entries driver\n[ 0.652168] device-mapper: uevent: version 1.0.3\n[ 0.653369] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.655426] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.657153] NET: Registered protocol family 10\n[ 0.658533] NET: Registered protocol family 17\n[ 0.659677] Key type dns_resolver registered\n[ 0.660917] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.662304] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.664525] registered taskstats version 1\n[ 0.665576] Loading compiled-in X.509 certificates\n[ 0.667306] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.669655] zswap: loaded using pool lzo/zbud\n[ 0.671555] Key type trusted registered\n[ 0.673517] Key type encrypted registered\n[ 0.674544] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.675860] ima: No TPM chip found, activating TPM-bypass!\n[ 0.677186] evm: HMAC attrs: 0x1\n[ 0.678336] Magic number: 14:430:562\n[ 0.679409] rtc_cmos 00:00: setting system clock to 2018-08-01 03:34:41 UTC (1533094481)\n[ 0.681430] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.682822] EDD information not available.\n[ 0.751909] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.763792] Write protecting the kernel read-only data: 14336k\n[ 0.765967] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.767874] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.59\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.812571] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.71\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.26...\nLease of 192.168.120.26 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.80. iid=i-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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDHjHXTOtIbCjPbrRTHKplvajn2oMyUZECzX7aEdX2oVNf/H+E5LNV08IC7JbOsRqyq3cXFe904Aw1c2A5vfKV+qkclyWsxI2+gAn+odXoLB+mCVFTvASXepWmqz8NUSjvmB3CxEdDmVz52MRt7MUqPYd12mnLZvJ0f4bpWMHQedXxvcf/UFb9HRUtCWTpzYvpZt9yUkT5fc61bCZjLABWFwbiX0tIo9KX8IE8BB7p+qELvDpGzTmfPcItrFS3gP1tU8GaYGGqtmuJKD0IN37tLX2DxXw12hGqJosZJAwFjDQegjWDE3o4vJKpjeP3xoY9qwMPvB8rWL8oh3tIrE9R3 root@singlevm2-vm-46b24f59-4bc3-4eb9-91f5-828af9d1d7fb\nssh-dss AAAAB3NzaC1kc3MAAACBAKLTdq/S5npXJmzjPel0aoxlbTobVwK0XorN62swbFwIbo2x9PH+3R+xX2XvAOQtBgm2XdNBMRTcBf2DFU/wfzFVVzfwWAKDZErMJRqiZU7Y5XQ5NhWDRp2a5hP1p5mlT0wXyHSy8UGXqlaq/brh48vcUP+a2P6eZJJKTzgxnhJXAAAAFQDlOsVDKRUUSMZRmgZZPr03F8fZwQAAAIBzl7eo9yOJJeY6Rlx6W9g/LHubhoocBJK5tlRPeVBTOKIORJQTW+xfhnnuyYSzONs1ZpXueAf42qWJ7cEhU5H5hpUSDTzdOeDGuvFHCM4ov+ybLZw8UcS4r1YTbY0rewqgTAU5ubDuCaUBzqEgYEL7T1k9NsQ2YHFxTeMUGdpMmQAAAIBpu/XiJ1T6t/nydoiAu7WSmWuikfjcYDvwJRkgTbkOZqSnThGkboAZlrcKWAxU0Iu9nT7SQHunYMZ4ozJMGCMg0og563BOekUSVauuw5Wecdoy9LitMP3zxiMXoeVbVh7Zg/Rs+uwICHgnABTmB1jwoiFk3GBLj5kbVNBRkvGL0A== root@singlevm2-vm-46b24f59-4bc3-4eb9-91f5-828af9d1d7fb\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,192.168.120.26,24,fe80::f816:3eff:fe76:bd35/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.26 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-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-46b24f59-4bc3-4eb9-91f5-828af9d1d7fb\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.65 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nsinglevm2-vm-46b24f59-4bc3-4eb9-91f5-828af9d1d7fb login: /dev/root resized successfully [took 0.35s]\n"} 2018-08-01 03:34:46,907 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/c206476b-3d87-41ec-b0fd-e4b6eb0ab3f9/action used request id req-924d7214-c246-4a2a-98d0-b86cb399fd1b 2018-08-01 03:34:46,908 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.140143871307s 2018-08-01 03:34:46,908 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/c206476b-3d87-41ec-b0fd-e4b6eb0ab3f9/action used request id req-924d7214-c246-4a2a-98d0-b86cb399fd1b 2018-08-01 03:34:46,909 - 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 472330470 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.144927] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.146584] pid_max: default: 32768 minimum: 301 [ 0.147477] ACPI: Core revision 20150930 [ 0.148863] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.150166] Security Framework initialized [ 0.150980] Yama: becoming mindful. [ 0.151712] AppArmor: AppArmor initialized [ 0.152576] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.153903] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.155192] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.156400] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.157821] Initializing cgroup subsys io [ 0.158636] Initializing cgroup subsys memory [ 0.159493] Initializing cgroup subsys devices [ 0.160373] Initializing cgroup subsys freezer [ 0.161242] Initializing cgroup subsys net_cls [ 0.162102] Initializing cgroup subsys perf_event [ 0.163009] Initializing cgroup subsys net_prio [ 0.163898] Initializing cgroup subsys hugetlb [ 0.164766] Initializing cgroup subsys pids [ 0.165633] CPU: Physical Processor ID: 0 [ 0.167134] mce: CPU supports 10 MCE banks [ 0.167990] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.168986] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.183409] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.189482] ftrace: allocating 31920 entries in 125 pages [ 0.214505] smpboot: Max logical packages: 1 [ 0.215361] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.216713] x2apic enabled [ 0.217520] Switched APIC routing to physical x2apic. [ 0.219244] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.220354] smpboot: CPU0: Intel Core Processor (Haswell, no TSX, IBRS) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.222413] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.224187] KVM setup paravirtual spinlock [ 0.225501] x86: Booted up 1 node, 1 CPUs [ 0.226310] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.227699] devtmpfs: initialized [ 0.229414] evm: security.selinux [ 0.230108] evm: security.SMACK64 [ 0.230797] evm: security.SMACK64EXEC [ 0.231537] evm: security.SMACK64TRANSMUTE [ 0.232339] evm: security.SMACK64MMAP [ 0.233079] evm: security.ima [ 0.233718] evm: security.capability [ 0.234521] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.236373] pinctrl core: initialized pinctrl subsystem [ 0.237470] RTC time: 3:34:41, date: 08/01/18 [ 0.238432] NET: Registered protocol family 16 [ 0.239414] cpuidle: using governor ladder [ 0.240224] cpuidle: using governor menu [ 0.241006] PCCT header not found. [ 0.241761] ACPI: bus type PCI registered [ 0.242560] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.243793] PCI: Using configuration type 1 for base access [ 0.245565] ACPI: Added _OSI(Module Device) [ 0.246406] ACPI: Added _OSI(Processor Device) [ 0.247264] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.248153] ACPI: Added _OSI(Processor Aggregator Device) [ 0.249878] ACPI: Interpreter enabled [ 0.250645] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.252477] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.254295] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.256124] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.257949] ACPI: (supports S0 S5) [ 0.258650] ACPI: Using IOAPIC for interrupt routing [ 0.259592] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.262696] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.263834] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.265064] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.266252] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.268464] acpiphp: Slot [3] registered [ 0.269266] acpiphp: Slot [4] registered [ 0.270059] acpiphp: Slot [5] registered [ 0.270855] acpiphp: Slot [6] registered [ 0.271649] acpiphp: Slot [7] registered [ 0.272447] acpiphp: Slot [8] registered [ 0.273244] acpiphp: Slot [9] registered [ 0.274033] acpiphp: Slot [10] registered [ 0.274838] acpiphp: Slot [11] registered [ 0.275652] acpiphp: Slot [12] registered [ 0.276463] acpiphp: Slot [13] registered [ 0.277271] acpiphp: Slot [14] registered [ 0.278075] acpiphp: Slot [15] registered [ 0.288783] acpiphp: Slot [16] registered [ 0.289624] acpiphp: Slot [17] registered [ 0.290432] acpiphp: Slot [18] registered [ 0.291235] acpiphp: Slot [19] registered [ 0.292035] acpiphp: Slot [20] registered [ 0.292849] acpiphp: Slot [21] registered [ 0.293664] acpiphp: Slot [22] registered [ 0.294577] acpiphp: Slot [23] registered [ 0.295395] acpiphp: Slot [24] registered [ 0.296201] acpiphp: Slot [25] registered [ 0.297012] acpiphp: Slot [26] registered [ 0.297821] acpiphp: Slot [27] registered [ 0.298700] acpiphp: Slot [28] registered [ 0.299514] acpiphp: Slot [29] registered [ 0.300317] acpiphp: Slot [30] registered [ 0.301134] acpiphp: Slot [31] registered [ 0.301945] PCI host bridge to bus 0000:00 [ 0.302753] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.303960] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.305172] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.306618] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.308054] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.309527] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.312781] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.314060] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.315234] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.316495] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.319933] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.321363] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.339755] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.341214] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.342964] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.344378] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.345769] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.347033] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.348443] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.349495] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.351036] vgaarb: loaded [ 0.351635] vgaarb: bridge control possible 0000:00:02.0 [ 0.352875] SCSI subsystem initialized [ 0.353795] ACPI: bus type USB registered [ 0.354627] usbcore: registered new interface driver usbfs [ 0.355657] usbcore: registered new interface driver hub [ 0.356668] usbcore: registered new device driver usb [ 0.357776] PCI: Using ACPI for IRQ routing [ 0.358885] NetLabel: Initializing [ 0.359606] NetLabel: domain hash size = 128 [ 0.360454] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.361411] NetLabel: unlabeled traffic allowed by default [ 0.362576] clocksource: Switched to clocksource kvm-clock [ 0.370973] AppArmor: AppArmor Filesystem Enabled [ 0.371945] pnp: PnP ACPI init [ 0.372889] pnp: PnP ACPI: found 5 devices [ 0.379233] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.380956] NET: Registered protocol family 2 [ 0.382007] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.383306] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.384561] TCP: Hash tables configured (established 4096 bind 4096) [ 0.385769] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.386863] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.388049] NET: Registered protocol family 1 [ 0.388930] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.390024] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.391102] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.405133] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.419246] Trying to unpack rootfs image as initramfs... [ 0.476100] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.477746] Scanning for low memory corruption every 60 seconds [ 0.479116] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.480285] audit: initializing netlink subsys (disabled) [ 0.481310] audit: type=2000 audit(1533094482.333:1): initialized [ 0.482678] Initialise system trusted keyring [ 0.483621] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.484947] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.487085] zbud: loaded [ 0.487822] VFS: Disk quotas dquot_6.6.0 [ 0.488649] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.490257] fuse init (API version 7.23) [ 0.491170] Key type big_key registered [ 0.491980] Allocating IMA MOK and blacklist keyrings. [ 0.493198] Key type asymmetric registered [ 0.494025] Asymmetric key parser 'x509' registered [ 0.494998] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.496474] io scheduler noop registered [ 0.497268] io scheduler deadline registered (default) [ 0.498406] io scheduler cfq registered [ 0.499270] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.500318] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.501585] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.503041] ACPI: Power Button [PWRF] [ 0.503896] GHES: HEST is not enabled! [ 0.517551] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.545349] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.547446] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.571453] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.573755] Linux agpgart interface v0.103 [ 0.576435] brd: module loaded [ 0.578110] loop: module loaded [ 0.581941] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.583409] GPT:90111 != 2097151 [ 0.584087] GPT:Alternate GPT header not at the end of the disk. [ 0.585312] GPT:90111 != 2097151 [ 0.586011] GPT: Use GNU Parted to correct GPT errors. [ 0.587006] vda: vda1 vda15 [ 0.588278] scsi host0: ata_piix [ 0.590986] scsi host1: ata_piix [ 0.591735] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.592970] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.594602] libphy: Fixed MDIO Bus: probed [ 0.595436] tun: Universal TUN/TAP device driver, 1.6 [ 0.596401] tun: (C) 1999-2004 Max Krasnyansky [ 0.599092] PPP generic driver version 2.4.2 [ 0.600345] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.602007] ehci-pci: EHCI PCI platform driver [ 0.603122] ehci-platform: EHCI generic platform driver [ 0.604465] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.605909] ohci-pci: OHCI PCI platform driver [ 0.607012] ohci-platform: OHCI generic platform driver [ 0.608271] uhci_hcd: USB Universal Host Controller Interface driver [ 0.622815] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.624095] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.625929] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.627175] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.628611] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.630164] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.631916] usb usb1: Product: UHCI Host Controller [ 0.633083] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.634512] usb usb1: SerialNumber: 0000:00:01.2 [ 0.635740] hub 1-0:1.0: USB hub found [ 0.636710] hub 1-0:1.0: 2 ports detected [ 0.637864] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.640484] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.641689] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.642987] mousedev: PS/2 mouse device common for all mice [ 0.644530] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.646823] rtc_cmos 00:00: RTC can wake from S4 [ 0.648177] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.649680] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.651200] i2c /dev entries driver [ 0.652168] device-mapper: uevent: version 1.0.3 [ 0.653369] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.655426] ledtrig-cpu: registered to indicate activity on CPUs [ 0.657153] NET: Registered protocol family 10 [ 0.658533] NET: Registered protocol family 17 [ 0.659677] Key type dns_resolver registered [ 0.660917] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.662304] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.664525] registered taskstats version 1 [ 0.665576] Loading compiled-in X.509 certificates [ 0.667306] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.669655] zswap: loaded using pool lzo/zbud [ 0.671555] Key type trusted registered [ 0.673517] Key type encrypted registered [ 0.674544] AppArmor: AppArmor sha1 policy hashing enabled [ 0.675860] ima: No TPM chip found, activating TPM-bypass! [ 0.677186] evm: HMAC attrs: 0x1 [ 0.678336] Magic number: 14:430:562 [ 0.679409] rtc_cmos 00:00: setting system clock to 2018-08-01 03:34:41 UTC (1533094481) [ 0.681430] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.682822] EDD information not available. [ 0.751909] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.763792] Write protecting the kernel read-only data: 14336k [ 0.765967] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.767874] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.59 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.812571] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.71 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.26... Lease of 192.168.120.26 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 0.80. iid=i-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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDHjHXTOtIbCjPbrRTHKplvajn2oMyUZECzX7aEdX2oVNf/H+E5LNV08IC7JbOsRqyq3cXFe904Aw1c2A5vfKV+qkclyWsxI2+gAn+odXoLB+mCVFTvASXepWmqz8NUSjvmB3CxEdDmVz52MRt7MUqPYd12mnLZvJ0f4bpWMHQedXxvcf/UFb9HRUtCWTpzYvpZt9yUkT5fc61bCZjLABWFwbiX0tIo9KX8IE8BB7p+qELvDpGzTmfPcItrFS3gP1tU8GaYGGqtmuJKD0IN37tLX2DxXw12hGqJosZJAwFjDQegjWDE3o4vJKpjeP3xoY9qwMPvB8rWL8oh3tIrE9R3 root@singlevm2-vm-46b24f59-4bc3-4eb9-91f5-828af9d1d7fb ssh-dss AAAAB3NzaC1kc3MAAACBAKLTdq/S5npXJmzjPel0aoxlbTobVwK0XorN62swbFwIbo2x9PH+3R+xX2XvAOQtBgm2XdNBMRTcBf2DFU/wfzFVVzfwWAKDZErMJRqiZU7Y5XQ5NhWDRp2a5hP1p5mlT0wXyHSy8UGXqlaq/brh48vcUP+a2P6eZJJKTzgxnhJXAAAAFQDlOsVDKRUUSMZRmgZZPr03F8fZwQAAAIBzl7eo9yOJJeY6Rlx6W9g/LHubhoocBJK5tlRPeVBTOKIORJQTW+xfhnnuyYSzONs1ZpXueAf42qWJ7cEhU5H5hpUSDTzdOeDGuvFHCM4ov+ybLZw8UcS4r1YTbY0rewqgTAU5ubDuCaUBzqEgYEL7T1k9NsQ2YHFxTeMUGdpMmQAAAIBpu/XiJ1T6t/nydoiAu7WSmWuikfjcYDvwJRkgTbkOZqSnThGkboAZlrcKWAxU0Iu9nT7SQHunYMZ4ozJMGCMg0og563BOekUSVauuw5Wecdoy9LitMP3zxiMXoeVbVh7Zg/Rs+uwICHgnABTmB1jwoiFk3GBLj5kbVNBRkvGL0A== root@singlevm2-vm-46b24f59-4bc3-4eb9-91f5-828af9d1d7fb -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.120.26,24,fe80::f816:3eff:fe76:bd35/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.26 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-46b24f59-4bc3-4eb9-91f5-828af9d1d7fb launch-index: 0 === cirros: current=0.4.0 uptime=3.65 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. singlevm2-vm-46b24f59-4bc3-4eb9-91f5-828af9d1d7fb login: /dev/root resized successfully [took 0.35s] 2018-08-01 03:34:48,914 - paramiko.transport - DEBUG - starting thread (client mode): 0xeaefb410L 2018-08-01 03:34:48,914 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-01 03:34:48,914 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-08-01 03:34:48,914 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-08-01 03:34:48,915 - 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-01 03:34:48,916 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-01 03:34:48,916 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-08-01 03:34:48,916 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-01 03:34:48,916 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-01 03:34:48,916 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-01 03:34:48,933 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-01 03:34:48,934 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-01 03:34:48,946 - paramiko.transport - DEBUG - Adding ecdsa-sha2-nistp521 host key for 172.30.9.200: 187416f46cb4f8c8102f68bf6158bc21 2018-08-01 03:34:48,947 - paramiko.transport - DEBUG - Trying discovered key 487098340505a2ce08e662b5c67d2cee in /tmp/tmpTiorTY 2018-08-01 03:34:48,972 - paramiko.transport - DEBUG - userauth is OK 2018-08-01 03:34:48,978 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-01 03:34:48,979 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-01 03:34:48,980 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-08-01 03:34:48,980 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-01 03:34:48,982 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-01 03:34:48,983 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-01 03:34:48,983 - functest.core.singlevm - DEBUG - output: Hello World 2018-08-01 03:34:48,984 - functest.core.singlevm - DEBUG - error: 2018-08-01 03:34:48,988 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-01 03:34:49,096 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-01 03:34:49,097 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | singlevm2 | functest | 00:33 | PASS | +-------------------+------------------+------------------+----------------+ 2018-08-01 03:34:49,104 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-08-01 03:34:49,105 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/floatingips/eb399914-6fb4-462a-9636-7a584d61d0d3.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}1763d14ed6acd24fecad03fb5919fe1084152365" 2018-08-01 03:34:50,077 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-08cc68ea-353a-4a31-99d4-fcb65ea3d001 Content-Length: 0 Date: Wed, 01 Aug 2018 03:34:50 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-01 03:34:50,077 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/floatingips/eb399914-6fb4-462a-9636-7a584d61d0d3.json used request id req-08cc68ea-353a-4a31-99d4-fcb65ea3d001 2018-08-01 03:34:50,077 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 0.972949028015s 2018-08-01 03:34:50,077 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/floatingips/eb399914-6fb4-462a-9636-7a584d61d0d3.json used request id req-08cc68ea-353a-4a31-99d4-fcb65ea3d001 2018-08-01 03:34:50,083 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-01 03:34:50,083 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}1763d14ed6acd24fecad03fb5919fe1084152365" 2018-08-01 03:34:50,132 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-06343bf0-079a-4ade-92b7-0b4fca5c3d08 Date: Wed, 01 Aug 2018 03:34:50 GMT RESP BODY: {"floatingips": []} 2018-08-01 03:34:50,132 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-06343bf0-079a-4ade-92b7-0b4fca5c3d08 2018-08-01 03:34:50,132 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.049211025238s 2018-08-01 03:34:50,133 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-06343bf0-079a-4ade-92b7-0b4fca5c3d08 2018-08-01 03:34:50,134 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-08-01 03:34:50,137 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:8774/v2.1/servers/c206476b-3d87-41ec-b0fd-e4b6eb0ab3f9 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}1763d14ed6acd24fecad03fb5919fe1084152365" 2018-08-01 03:34:50,343 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 01 Aug 2018 03:34: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-afe771d7-7bf6-401c-b823-c29698502e12 x-compute-request-id: req-afe771d7-7bf6-401c-b823-c29698502e12 Content-Type: application/json 2018-08-01 03:34:50,343 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/servers/c206476b-3d87-41ec-b0fd-e4b6eb0ab3f9 used request id req-afe771d7-7bf6-401c-b823-c29698502e12 2018-08-01 03:34:50,343 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.209202051163s 2018-08-01 03:34:50,343 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/servers/c206476b-3d87-41ec-b0fd-e4b6eb0ab3f9 used request id req-afe771d7-7bf6-401c-b823-c29698502e12 2018-08-01 03:34:50,344 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-01 03:34:50,347 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}1763d14ed6acd24fecad03fb5919fe1084152365" 2018-08-01 03:34:50,983 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 03:34: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-c0a0bedb-0210-47f6-b7ba-4bf6cf761de3 x-compute-request-id: req-c0a0bedb-0210-47f6-b7ba-4bf6cf761de3 Content-Encoding: gzip Content-Length: 764 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"singlevm2-net_46b24f59-4bc3-4eb9-91f5-828af9d1d7fb": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:76:bd:35", "version": 4, "addr": "192.168.120.26", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:76:bd:35", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/c206476b-3d87-41ec-b0fd-e4b6eb0ab3f9", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/c206476b-3d87-41ec-b0fd-e4b6eb0ab3f9", "rel": "bookmark"}], "image": {"id": "24d4e48a-f4c2-4e3f-b9ff-33b2247ecc79", "links": [{"href": "http://172.30.9.21:8774/images/24d4e48a-f4c2-4e3f-b9ff-33b2247ecc79", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-01T03:34:41.000000", "flavor": {"id": "a60c7919-2529-4579-9bb3-0e1b381bfd8e", "links": [{"href": "http://172.30.9.21:8774/flavors/a60c7919-2529-4579-9bb3-0e1b381bfd8e", "rel": "bookmark"}]}, "id": "c206476b-3d87-41ec-b0fd-e4b6eb0ab3f9", "security_groups": [{"name": "singlevm2-sg_46b24f59-4bc3-4eb9-91f5-828af9d1d7fb"}], "user_id": "736cefcc4d814b1cb920dddf1f2b7eb8", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-01T03:34:50Z", "hostId": "1b186b6ffe818a6dddbbda4342d32f84e489bad5658e284afaf73557", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm2-kp_46b24f59-4bc3-4eb9-91f5-828af9d1d7fb", "name": "singlevm2-vm_46b24f59-4bc3-4eb9-91f5-828af9d1d7fb", "created": "2018-08-01T03:34:32Z", "tenant_id": "f79796eb7d2f4db1aae9ce68447f2973", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-01 03:34:50,983 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-c0a0bedb-0210-47f6-b7ba-4bf6cf761de3 2018-08-01 03:34:50,983 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.639173030853s 2018-08-01 03:34:50,984 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-c0a0bedb-0210-47f6-b7ba-4bf6cf761de3 2018-08-01 03:34:50,985 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-01 03:34:52,988 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-01 03:34:52,991 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}1763d14ed6acd24fecad03fb5919fe1084152365" 2018-08-01 03:34:53,097 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 03:34:52 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-e72715c5-9792-431c-bfc4-2b1be489be37 x-compute-request-id: req-e72715c5-9792-431c-bfc4-2b1be489be37 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-08-01 03:34:53,097 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-e72715c5-9792-431c-bfc4-2b1be489be37 2018-08-01 03:34:53,098 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.10938501358s 2018-08-01 03:34:53,098 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-e72715c5-9792-431c-bfc4-2b1be489be37 2018-08-01 03:34:53,101 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-01 03:34:53,101 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}1763d14ed6acd24fecad03fb5919fe1084152365" 2018-08-01 03:34:53,156 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4831 X-Openstack-Request-Id: req-27f8992d-a23f-4207-bc80-2d470503dbfc Date: Wed, 01 Aug 2018 03:34:53 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (singlevm2)", "tags": [], "tenant_id": "f79796eb7d2f4db1aae9ce68447f2973", "created_at": "2018-08-01T03:34:24Z", "updated_at": "2018-08-01T03:34:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-01T03:34:24Z", "revision_number": 0, "id": "11d35731-dc67-439d-9c64-1651b82cdbd3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-01T03:34:24Z", "security_group_id": "2c379445-e809-4cbb-aff8-c4cf483b9b01", "tenant_id": "f79796eb7d2f4db1aae9ce68447f2973", "port_range_min": null, "ethertype": "IPv6", "project_id": "f79796eb7d2f4db1aae9ce68447f2973"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-01T03:34:24Z", "revision_number": 0, "id": "67058fcc-adf1-43e7-8604-424a184df2a2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-01T03:34:24Z", "security_group_id": "2c379445-e809-4cbb-aff8-c4cf483b9b01", "tenant_id": "f79796eb7d2f4db1aae9ce68447f2973", "port_range_min": null, "ethertype": "IPv4", "project_id": "f79796eb7d2f4db1aae9ce68447f2973"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-01T03:34:25Z", "revision_number": 0, "id": "c736122d-60dd-41c1-93f0-fac41e526f85", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-01T03:34:25Z", "security_group_id": "2c379445-e809-4cbb-aff8-c4cf483b9b01", "tenant_id": "f79796eb7d2f4db1aae9ce68447f2973", "port_range_min": 22, "ethertype": "IPv4", "project_id": "f79796eb7d2f4db1aae9ce68447f2973"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-01T03:34:26Z", "revision_number": 0, "id": "d51ac8bf-5897-4a05-a014-f0a7007311da", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-01T03:34:26Z", "security_group_id": "2c379445-e809-4cbb-aff8-c4cf483b9b01", "tenant_id": "f79796eb7d2f4db1aae9ce68447f2973", "port_range_min": null, "ethertype": "IPv4", "project_id": "f79796eb7d2f4db1aae9ce68447f2973"}], "revision_number": 3, "project_id": "f79796eb7d2f4db1aae9ce68447f2973", "id": "2c379445-e809-4cbb-aff8-c4cf483b9b01", "name": "singlevm2-sg_46b24f59-4bc3-4eb9-91f5-828af9d1d7fb"}, {"description": "Default security group", "tags": [], "tenant_id": "f79796eb7d2f4db1aae9ce68447f2973", "created_at": "2018-08-01T03:34:16Z", "updated_at": "2018-08-01T03:34:16Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-01T03:34:16Z", "revision_number": 0, "id": "1e1e8d65-4993-47a8-8c94-93f5b6706582", "remote_group_id": "732d4bcb-bbe0-4fd2-9705-f2d5590b65ea", "remote_ip_prefix": null, "created_at": "2018-08-01T03:34:16Z", "security_group_id": "732d4bcb-bbe0-4fd2-9705-f2d5590b65ea", "tenant_id": "f79796eb7d2f4db1aae9ce68447f2973", "port_range_min": null, "ethertype": "IPv6", "project_id": "f79796eb7d2f4db1aae9ce68447f2973"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-01T03:34:16Z", "revision_number": 0, "id": "1fa92693-c1a4-4ff6-a370-f5cfa2be285b", "remote_group_id": "732d4bcb-bbe0-4fd2-9705-f2d5590b65ea", "remote_ip_prefix": null, "created_at": "2018-08-01T03:34:16Z", "security_group_id": "732d4bcb-bbe0-4fd2-9705-f2d5590b65ea", "tenant_id": "f79796eb7d2f4db1aae9ce68447f2973", "port_range_min": null, "ethertype": "IPv4", "project_id": "f79796eb7d2f4db1aae9ce68447f2973"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-01T03:34:16Z", "revision_number": 0, "id": "b587dc07-e70f-4b75-b68f-d70a9bf564d1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-01T03:34:16Z", "security_group_id": "732d4bcb-bbe0-4fd2-9705-f2d5590b65ea", "tenant_id": "f79796eb7d2f4db1aae9ce68447f2973", "port_range_min": null, "ethertype": "IPv6", "project_id": "f79796eb7d2f4db1aae9ce68447f2973"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-01T03:34:16Z", "revision_number": 0, "id": "ff1b02da-6cf7-4cd0-9958-2bdc4ca26df7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-01T03:34:16Z", "security_group_id": "732d4bcb-bbe0-4fd2-9705-f2d5590b65ea", "tenant_id": "f79796eb7d2f4db1aae9ce68447f2973", "port_range_min": null, "ethertype": "IPv4", "project_id": "f79796eb7d2f4db1aae9ce68447f2973"}], "revision_number": 1, "project_id": "f79796eb7d2f4db1aae9ce68447f2973", "id": "732d4bcb-bbe0-4fd2-9705-f2d5590b65ea", "name": "default"}]} 2018-08-01 03:34:53,156 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-27f8992d-a23f-4207-bc80-2d470503dbfc 2018-08-01 03:34:53,157 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0555040836334s 2018-08-01 03:34:53,157 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-27f8992d-a23f-4207-bc80-2d470503dbfc 2018-08-01 03:34:53,160 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-08-01 03:34:53,160 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/security-groups/2c379445-e809-4cbb-aff8-c4cf483b9b01.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}1763d14ed6acd24fecad03fb5919fe1084152365" 2018-08-01 03:34:53,363 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-1cb170cc-fa03-4236-9a24-79ed6289c4ab Content-Length: 0 Date: Wed, 01 Aug 2018 03:34:53 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-01 03:34:53,364 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/2c379445-e809-4cbb-aff8-c4cf483b9b01.json used request id req-1cb170cc-fa03-4236-9a24-79ed6289c4ab 2018-08-01 03:34:53,364 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.203639030457s 2018-08-01 03:34:53,364 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/2c379445-e809-4cbb-aff8-c4cf483b9b01.json used request id req-1cb170cc-fa03-4236-9a24-79ed6289c4ab 2018-08-01 03:34:53,364 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-08-01 03:34:53,367 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:8774/v2.1/os-keypairs/singlevm2-kp_46b24f59-4bc3-4eb9-91f5-828af9d1d7fb -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}1763d14ed6acd24fecad03fb5919fe1084152365" 2018-08-01 03:34:53,559 - keystoneauth.session - DEBUG - RESP: [202] Date: Wed, 01 Aug 2018 03:34: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-8f877322-5ff6-48d1-a97e-10a3b8c23738 x-compute-request-id: req-8f877322-5ff6-48d1-a97e-10a3b8c23738 Content-Length: 0 Content-Type: application/json 2018-08-01 03:34:53,559 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/os-keypairs/singlevm2-kp_46b24f59-4bc3-4eb9-91f5-828af9d1d7fb used request id req-8f877322-5ff6-48d1-a97e-10a3b8c23738 2018-08-01 03:34:53,560 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.195161104202s 2018-08-01 03:34:53,560 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/os-keypairs/singlevm2-kp_46b24f59-4bc3-4eb9-91f5-828af9d1d7fb used request id req-8f877322-5ff6-48d1-a97e-10a3b8c23738 2018-08-01 03:34:53,560 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-01 03:34:53,561 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9696/v2.0/routers/d738e33b-98f7-4642-b758-485a3dadd882/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}1763d14ed6acd24fecad03fb5919fe1084152365" -d '{"subnet_id": "3902fcb9-4b83-42c2-b224-6ab201ea42b8"}' 2018-08-01 03:34:55,340 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-1e879a42-9d2d-4bab-b8e5-312f81ab27a1 Date: Wed, 01 Aug 2018 03:34:55 GMT RESP BODY: {"network_id": "55f2d7dc-3ce1-42da-8210-510e76837ac4", "tenant_id": "f79796eb7d2f4db1aae9ce68447f2973", "subnet_id": "3902fcb9-4b83-42c2-b224-6ab201ea42b8", "subnet_ids": ["3902fcb9-4b83-42c2-b224-6ab201ea42b8"], "port_id": "76769b91-d483-45f1-87cf-a0386f6fa563", "id": "d738e33b-98f7-4642-b758-485a3dadd882"} 2018-08-01 03:34:55,341 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/d738e33b-98f7-4642-b758-485a3dadd882/remove_router_interface.json used request id req-1e879a42-9d2d-4bab-b8e5-312f81ab27a1 2018-08-01 03:34:55,341 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.78038692474s 2018-08-01 03:34:55,341 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/d738e33b-98f7-4642-b758-485a3dadd882/remove_router_interface.json used request id req-1e879a42-9d2d-4bab-b8e5-312f81ab27a1 returning object d738e33b-98f7-4642-b758-485a3dadd882 2018-08-01 03:34:55,342 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-01 03:34:55,342 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}1763d14ed6acd24fecad03fb5919fe1084152365" 2018-08-01 03:34:55,477 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 623 X-Openstack-Request-Id: req-084469a3-07a6-4d05-a101-54f99ecb900f Date: Wed, 01 Aug 2018 03:34:55 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "e06facf3-a24e-40d5-a5ce-a0901a6e4875", "ip_address": "172.30.9.204"}]}, "description": "", "tags": [], "tenant_id": "f79796eb7d2f4db1aae9ce68447f2973", "created_at": "2018-08-01T03:34:18Z", "admin_state_up": true, "updated_at": "2018-08-01T03:34:54Z", "revision_number": 4, "routes": [], "project_id": "f79796eb7d2f4db1aae9ce68447f2973", "id": "d738e33b-98f7-4642-b758-485a3dadd882", "name": "singlevm2-router_46b24f59-4bc3-4eb9-91f5-828af9d1d7fb"}]} 2018-08-01 03:34:55,478 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-084469a3-07a6-4d05-a101-54f99ecb900f 2018-08-01 03:34:55,478 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.13604593277s 2018-08-01 03:34:55,478 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-084469a3-07a6-4d05-a101-54f99ecb900f 2018-08-01 03:34:55,480 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-01 03:34:55,480 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/routers/d738e33b-98f7-4642-b758-485a3dadd882.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}1763d14ed6acd24fecad03fb5919fe1084152365" 2018-08-01 03:34:57,038 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-4de3ee61-ca2a-4275-bc7a-859595e503c5 Content-Length: 0 Date: Wed, 01 Aug 2018 03:34:57 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-01 03:34:57,038 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/routers/d738e33b-98f7-4642-b758-485a3dadd882.json used request id req-4de3ee61-ca2a-4275-bc7a-859595e503c5 2018-08-01 03:34:57,038 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.55845618248s 2018-08-01 03:34:57,038 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/routers/d738e33b-98f7-4642-b758-485a3dadd882.json used request id req-4de3ee61-ca2a-4275-bc7a-859595e503c5 2018-08-01 03:34:57,039 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-01 03:34:57,039 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}1763d14ed6acd24fecad03fb5919fe1084152365" 2018-08-01 03:34:57,089 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-8640396e-67ba-48c1-93f2-bf606994f39b Date: Wed, 01 Aug 2018 03:34:57 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"55f2d7dc-3ce1-42da-8210-510e76837ac4","tenant_id":"f79796eb7d2f4db1aae9ce68447f2973","created_at":"2018-08-01T03:34:18Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-01T03:34:18Z","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":"f79796eb7d2f4db1aae9ce68447f2973","id":"3902fcb9-4b83-42c2-b224-6ab201ea42b8","subnetpool_id":null,"name":"singlevm2-subnet_46b24f59-4bc3-4eb9-91f5-828af9d1d7fb"}]} 2018-08-01 03:34:57,089 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-8640396e-67ba-48c1-93f2-bf606994f39b 2018-08-01 03:34:57,089 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.050420999527s 2018-08-01 03:34:57,090 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-8640396e-67ba-48c1-93f2-bf606994f39b 2018-08-01 03:34:57,091 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-01 03:34:57,091 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/subnets/3902fcb9-4b83-42c2-b224-6ab201ea42b8.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}1763d14ed6acd24fecad03fb5919fe1084152365" 2018-08-01 03:34:59,881 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-0fbc88e8-5b08-41fb-a024-af6ec9fc55fb Date: Wed, 01 Aug 2018 03:34:59 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-01 03:34:59,881 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/3902fcb9-4b83-42c2-b224-6ab201ea42b8.json used request id req-0fbc88e8-5b08-41fb-a024-af6ec9fc55fb 2018-08-01 03:34:59,882 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.7905061245s 2018-08-01 03:34:59,882 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/3902fcb9-4b83-42c2-b224-6ab201ea42b8.json used request id req-0fbc88e8-5b08-41fb-a024-af6ec9fc55fb 2018-08-01 03:34:59,882 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-01 03:34:59,883 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}1763d14ed6acd24fecad03fb5919fe1084152365" 2018-08-01 03:34:59,999 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1154 X-Openstack-Request-Id: req-af571d33-ca30-4a68-be8c-4cff0bf18ae6 Date: Wed, 01 Aug 2018 03:34: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":["e06facf3-a24e-40d5-a5ce-a0901a6e4875"],"updated_at":"2018-08-01T03:28:20Z","tenant_id":"89443fd7c5cf4259bed71fca1c3fe619","created_at":"2018-08-01T03:28:13Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"89443fd7c5cf4259bed71fca1c3fe619","id":"262fe7ec-b437-40b8-908b-6eb66c149655","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-01T03:34:59Z","tenant_id":"f79796eb7d2f4db1aae9ce68447f2973","created_at":"2018-08-01T03:34:16Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"f79796eb7d2f4db1aae9ce68447f2973","id":"55f2d7dc-3ce1-42da-8210-510e76837ac4","name":"singlevm2-net_46b24f59-4bc3-4eb9-91f5-828af9d1d7fb"}]} 2018-08-01 03:35:00,000 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-af571d33-ca30-4a68-be8c-4cff0bf18ae6 2018-08-01 03:35:00,000 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.117305040359s 2018-08-01 03:35:00,000 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-af571d33-ca30-4a68-be8c-4cff0bf18ae6 2018-08-01 03:35:00,001 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-01 03:35:00,002 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/networks/55f2d7dc-3ce1-42da-8210-510e76837ac4.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}1763d14ed6acd24fecad03fb5919fe1084152365" 2018-08-01 03:35:01,377 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-070f94fc-9586-48b1-b812-932e7263d1ee Date: Wed, 01 Aug 2018 03:35:01 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-01 03:35:01,377 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/55f2d7dc-3ce1-42da-8210-510e76837ac4.json used request id req-070f94fc-9586-48b1-b812-932e7263d1ee 2018-08-01 03:35:01,377 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.37589287758s 2018-08-01 03:35:01,377 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/55f2d7dc-3ce1-42da-8210-510e76837ac4.json used request id req-070f94fc-9586-48b1-b812-932e7263d1ee 2018-08-01 03:35:01,381 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-01 03:35:01,385 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}1763d14ed6acd24fecad03fb5919fe1084152365" 2018-08-01 03:35:02,087 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1200 Content-Type: application/json X-Openstack-Request-Id: req-b7080462-e63a-430d-87be-b2c943603e75 Date: Wed, 01 Aug 2018 03:35:02 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://1c426f71-e315-470f-a765-a4a983e8d919/images/24d4e48a-f4c2-4e3f-b9ff-33b2247ecc79/snap", "metadata": {}}], "file": "/v2/images/24d4e48a-f4c2-4e3f-b9ff-33b2247ecc79/file", "owner": "f79796eb7d2f4db1aae9ce68447f2973", "id": "24d4e48a-f4c2-4e3f-b9ff-33b2247ecc79", "size": 12716032, "self": "/v2/images/24d4e48a-f4c2-4e3f-b9ff-33b2247ecc79", "disk_format": "qcow2", "direct_url": "rbd://1c426f71-e315-470f-a765-a4a983e8d919/images/24d4e48a-f4c2-4e3f-b9ff-33b2247ecc79/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-08-01T03:34:23Z", "visibility": "private", "owner_specified.shade.object": "images/singlevm2-img_46b24f59-4bc3-4eb9-91f5-828af9d1d7fb", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm2-img_46b24f59-4bc3-4eb9-91f5-828af9d1d7fb", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-01T03:34:22Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-01 03:35:02,087 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-b7080462-e63a-430d-87be-b2c943603e75 2018-08-01 03:35:02,087 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.705579996109s 2018-08-01 03:35:02,087 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-b7080462-e63a-430d-87be-b2c943603e75 2018-08-01 03:35:02,089 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-01 03:35:02,093 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9292/v2/images/24d4e48a-f4c2-4e3f-b9ff-33b2247ecc79 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}1763d14ed6acd24fecad03fb5919fe1084152365" 2018-08-01 03:35:03,108 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-b4e27fa2-ec39-4200-987d-1a0fb796db73 Date: Wed, 01 Aug 2018 03:35: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-01 03:35:03,108 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/24d4e48a-f4c2-4e3f-b9ff-33b2247ecc79 used request id req-b4e27fa2-ec39-4200-987d-1a0fb796db73 2018-08-01 03:35:03,108 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.01897883415s 2018-08-01 03:35:03,108 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/24d4e48a-f4c2-4e3f-b9ff-33b2247ecc79 used request id req-b4e27fa2-ec39-4200-987d-1a0fb796db73 2018-08-01 03:35:03,109 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-01 03:35:03,112 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21: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}e25d49557f7a423960cb21390d75ec971aed9e1a" 2018-08-01 03:35:03,139 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 03:35: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-83157f6f-8b42-4135-afc4-45d030e07a59 x-compute-request-id: req-83157f6f-8b42-4135-afc4-45d030e07a59 Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavors": [{"name": "singlevm2-flavor_46b24f59-4bc3-4eb9-91f5-828af9d1d7fb", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/a60c7919-2529-4579-9bb3-0e1b381bfd8e", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/a60c7919-2529-4579-9bb3-0e1b381bfd8e", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "a60c7919-2529-4579-9bb3-0e1b381bfd8e"}]} 2018-08-01 03:35:03,139 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-83157f6f-8b42-4135-afc4-45d030e07a59 2018-08-01 03:35:03,140 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0305709838867s 2018-08-01 03:35:03,140 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-83157f6f-8b42-4135-afc4-45d030e07a59 2018-08-01 03:35:03,141 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-01 03:35:03,144 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:8774/v2.1/flavors/a60c7919-2529-4579-9bb3-0e1b381bfd8e -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e25d49557f7a423960cb21390d75ec971aed9e1a" 2018-08-01 03:35:03,181 - keystoneauth.session - DEBUG - RESP: [202] Date: Wed, 01 Aug 2018 03:35: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-23bee6cd-ec8e-435b-9d40-9fef90768e9f x-compute-request-id: req-23bee6cd-ec8e-435b-9d40-9fef90768e9f Content-Length: 0 Content-Type: application/json 2018-08-01 03:35:03,181 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/a60c7919-2529-4579-9bb3-0e1b381bfd8e used request id req-23bee6cd-ec8e-435b-9d40-9fef90768e9f 2018-08-01 03:35:03,181 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0396280288696s 2018-08-01 03:35:03,181 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/a60c7919-2529-4579-9bb3-0e1b381bfd8e used request id req-23bee6cd-ec8e-435b-9d40-9fef90768e9f 2018-08-01 03:35:03,182 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-01 03:35:03,185 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}e25d49557f7a423960cb21390d75ec971aed9e1a" 2018-08-01 03:35:03,300 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 03:35:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5a648358-e571-4bd5-8111-52a24eed1030 Content-Encoding: gzip Content-Length: 841 Content-Type: application/json RESP BODY: {"users": [{"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/0f8a0650d1a846e88ba44704b50255c1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0f8a0650d1a846e88ba44704b50255c1", "email": "glance@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/130b7ea936644204a37124e676ddf428"}, "domain_id": "default", "enabled": true, "options": {}, "id": "130b7ea936644204a37124e676ddf428", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/1476f1d37caa49ec90baf29b9d92850d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1476f1d37caa49ec90baf29b9d92850d", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/386874e6c2464a43ba93f0248a95595b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "386874e6c2464a43ba93f0248a95595b", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/3cb1fd184ec34300aba849c010464d1a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3cb1fd184ec34300aba849c010464d1a", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "singlevm2-user_46b24f59-4bc3-4eb9-91f5-828af9d1d7fb", "links": {"self": "http://172.30.9.21:5000/v3/users/736cefcc4d814b1cb920dddf1f2b7eb8"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "736cefcc4d814b1cb920dddf1f2b7eb8", "domain_id": "default", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/749556e27c83423fb69e649d00450103"}, "domain_id": "default", "enabled": true, "options": {}, "id": "749556e27c83423fb69e649d00450103", "email": "admin@example.com", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.21:5000/v3/users/b6122bbf2037491bb9db6c47618110d1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b6122bbf2037491bb9db6c47618110d1", "email": "swift@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/c09ff16c1a614c8bbc73ec74064357a4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c09ff16c1a614c8bbc73ec74064357a4", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/c1daa0d43666493abbd83fb1577cff74"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c1daa0d43666493abbd83fb1577cff74", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/d1cc4ab5045f48be8e12d229b3b59cac"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d1cc4ab5045f48be8e12d229b3b59cac", "email": "cinder@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.21:5000/v3/users/d32629a0e7364688b6a82d496d6e354d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d32629a0e7364688b6a82d496d6e354d", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/d5ee6c90793c4cbeb762d8c68db45d5c"}, "domain_id": "cc40371ace4f4c2e9452fa2c52c1368e", "enabled": true, "options": {}, "id": "d5ee6c90793c4cbeb762d8c68db45d5c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/d91fd39b379e480e825eb2aa75b847b7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d91fd39b379e480e825eb2aa75b847b7", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/ecd8a45bf2844011921c3e9caab06794"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ecd8a45bf2844011921c3e9caab06794", "email": "heat@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-08-01 03:35:03,300 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-5a648358-e571-4bd5-8111-52a24eed1030 2018-08-01 03:35:03,301 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.118807077408s 2018-08-01 03:35:03,301 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-5a648358-e571-4bd5-8111-52a24eed1030 2018-08-01 03:35:03,307 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-01 03:35:03,310 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/users/736cefcc4d814b1cb920dddf1f2b7eb8 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e25d49557f7a423960cb21390d75ec971aed9e1a" 2018-08-01 03:35:03,432 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 03:35:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1f7c6b9f-4e01-48db-bd2b-6f7d00dc3ffb Content-Encoding: gzip Content-Length: 227 Content-Type: application/json RESP BODY: {"user": {"name": "singlevm2-user_46b24f59-4bc3-4eb9-91f5-828af9d1d7fb", "links": {"self": "http://172.30.9.21:5000/v3/users/736cefcc4d814b1cb920dddf1f2b7eb8"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "736cefcc4d814b1cb920dddf1f2b7eb8", "description": null}} 2018-08-01 03:35:03,433 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users/736cefcc4d814b1cb920dddf1f2b7eb8 used request id req-1f7c6b9f-4e01-48db-bd2b-6f7d00dc3ffb 2018-08-01 03:35:03,433 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.125777006149s 2018-08-01 03:35:03,433 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users/736cefcc4d814b1cb920dddf1f2b7eb8 used request id req-1f7c6b9f-4e01-48db-bd2b-6f7d00dc3ffb 2018-08-01 03:35:03,434 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-08-01 03:35:03,437 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:5000/v3/users/736cefcc4d814b1cb920dddf1f2b7eb8 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e25d49557f7a423960cb21390d75ec971aed9e1a" 2018-08-01 03:35:03,751 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 01 Aug 2018 03:35:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4dc8c2b4-a8ab-493d-aa4c-a53644bbe846 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-01 03:35:03,751 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/736cefcc4d814b1cb920dddf1f2b7eb8 used request id req-4dc8c2b4-a8ab-493d-aa4c-a53644bbe846 2018-08-01 03:35:03,751 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.317331075668s 2018-08-01 03:35:03,751 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/736cefcc4d814b1cb920dddf1f2b7eb8 used request id req-4dc8c2b4-a8ab-493d-aa4c-a53644bbe846 2018-08-01 03:35:03,757 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-01 03:35:03,760 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}e25d49557f7a423960cb21390d75ec971aed9e1a" 2018-08-01 03:35:03,858 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 03:35:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ed588178-bd41-4466-89ca-fe0dbf224947 Content-Encoding: gzip Content-Length: 386 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/89443fd7c5cf4259bed71fca1c3fe619"}, "tags": [], "enabled": true, "id": "89443fd7c5cf4259bed71fca1c3fe619", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/90aa95516c664aef94b667c55fdaffe9"}, "tags": [], "enabled": true, "id": "90aa95516c664aef94b667c55fdaffe9", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: singlevm2", "links": {"self": "http://172.30.9.21:5000/v3/projects/f79796eb7d2f4db1aae9ce68447f2973"}, "tags": [], "enabled": true, "id": "f79796eb7d2f4db1aae9ce68447f2973", "parent_id": "default", "domain_id": "default", "name": "singlevm2-project_46b24f59-4bc3-4eb9-91f5-828af9d1d7fb"}]} 2018-08-01 03:35:03,858 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects used request id req-ed588178-bd41-4466-89ca-fe0dbf224947 2018-08-01 03:35:03,858 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.101287841797s 2018-08-01 03:35:03,859 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects used request id req-ed588178-bd41-4466-89ca-fe0dbf224947 2018-08-01 03:35:03,863 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-08-01 03:35:03,866 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:5000/v3/projects/f79796eb7d2f4db1aae9ce68447f2973 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e25d49557f7a423960cb21390d75ec971aed9e1a" 2018-08-01 03:35:04,061 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 01 Aug 2018 03:35:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bdd5c6eb-125d-4c63-8f4d-64052d939f30 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-01 03:35:04,061 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/f79796eb7d2f4db1aae9ce68447f2973 used request id req-bdd5c6eb-125d-4c63-8f4d-64052d939f30 2018-08-01 03:35:04,061 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.198620080948s 2018-08-01 03:35:04,062 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/f79796eb7d2f4db1aae9ce68447f2973 used request id req-bdd5c6eb-125d-4c63-8f4d-64052d939f30 2018-08-01 03:35:04,117 - xtesting.ci.run_tests - INFO - Loading test case 'vping_ssh'... 2018-08-01 03:35:04,159 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-01 03:35:04,159 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-01 03:35:04,159 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-01 03:35:04,159 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-01 03:35:04,159 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-01 03:35:04,159 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-01 03:35:04,160 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-01 03:35:04,160 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-01 03:35:04,160 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-01 03:35:04,160 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-01 03:35:04,160 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-01 03:35:04,160 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-01 03:35:04,160 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-01 03:35:04,160 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-01 03:35:04,160 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-01 03:35:04,160 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-01 03:35:04,160 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-01 03:35:04,160 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-01 03:35:04,161 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-01 03:35:04,161 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-01 03:35:04,161 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-01 03:35:04,161 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-01 03:35:04,162 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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-01 03:35:04,167 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 03:35:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6756922f-f1fc-494d-8183-6854fe40c051 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-01 03:35:04,167 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-6756922f-f1fc-494d-8183-6854fe40c051 2018-08-01 03:35:04,168 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-08-01 03:35:04,653 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ed1e3c9b852e426e8d791112d2fd4701", "name": "member"}, {"id": "147f18c7e1e349fc8e383440249c4c73", "name": "reader"}, {"id": "86fab6e3eccc4f5f9bd58caee92e2693", "name": "admin"}], "expires_at": "2018-08-01T04:35:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "90aa95516c664aef94b667c55fdaffe9", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:8004/v1/90aa95516c664aef94b667c55fdaffe9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5af2a23f0d4746a18ce9987becf49813"}, {"url": "http://192.30.9.7:8004/v1/90aa95516c664aef94b667c55fdaffe9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d6722b9f2184abb8e7b581d10709b51"}, {"url": "http://192.30.9.7:8004/v1/90aa95516c664aef94b667c55fdaffe9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc81206c7ec74b63a868c84343e2355a"}], "type": "orchestration", "id": "032123c5c07d477ab419a77fddb5ca2b", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/90aa95516c664aef94b667c55fdaffe9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00197bc0507d42718c9de1a1f3ff7fa9"}, {"url": "http://192.30.9.7:8776/v2/90aa95516c664aef94b667c55fdaffe9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "186c94a5205743a68de2c02795dd12cf"}, {"url": "http://192.30.9.7:8776/v2/90aa95516c664aef94b667c55fdaffe9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32c49f45893f4074a75a056facd63fc5"}], "type": "volumev2", "id": "09ef7c245fd9479f97ffee152dae0c8e", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27e89bb29a0d43ce83aefd4cae0f7bd7"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "295d31abf3f44d85b346281cd9c04740"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d685797f4b164aa48837a822ed32598b"}], "type": "alarming", "id": "0f8615b3651c41099fe76f0fa5b23dd1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f0c9b6089cd4f558ee73fabe48d842a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "551cf56b00bd4d038a8694d11700f2ef"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9ea08b0116c4412eaded9a074baa4211"}], "type": "image", "id": "17038717f3f0408e8c9d5af024ea0aab", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "17647a3a3a00479b9213e6f6cf7a30ea", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c2328ef964c4156917122cfb247f0c4"}, {"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33d0ce77838b4a0fbe56c50f7b1e4d71"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38b745fc1fe14a8691a6fb2553ade0e0"}], "type": "event", "id": "1d35633c710f4d9c88e1f50abe614b06", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/90aa95516c664aef94b667c55fdaffe9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dcebb246e8d42fab040b053411c0957"}, {"url": "http://192.30.9.7:8776/v3/90aa95516c664aef94b667c55fdaffe9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92f3de4ac4f44b9a95bdb5c3f0c34d51"}, {"url": "http://172.30.9.21:8776/v3/90aa95516c664aef94b667c55fdaffe9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f92025e32c9344f587283e14c1506699"}], "type": "volumev3", "id": "27b85f80d71f464183ff256181f71b43", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0f1136276d75402689a9c377621253ce"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b943f44b606457c91b7d5098b199be0"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b47ac34c09dc4c05b1ca4c869d47eaeb"}], "type": "metric", "id": "5a0ae06ba8b741ffb51d39c9adb9451c", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10bc7f20cf92414cb6d088da882341c5"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "53c0109d8bd545ef83f6d70ce101d52d"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d3688eabec1484e8c6549a46b35b25f"}], "type": "cloudformation", "id": "64e449782da244a4b49ea375e297a3ea", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/90aa95516c664aef94b667c55fdaffe9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8713e9b13a6e43c59e8aa6d6cd510b2b"}, {"url": "http://192.30.9.7:8776/v1/90aa95516c664aef94b667c55fdaffe9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b073433cdd0f4518882ecf0e413ae4af"}, {"url": "http://172.30.9.21:8776/v1/90aa95516c664aef94b667c55fdaffe9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fc41a1400c1945199a7f0758b5566e31"}], "type": "volume", "id": "6951fb022adb46feaa04f1020c483fd1", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "247e0a42582047fb8b1a74db1f38edf7"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37ed8998a3894a91b69a9e4f00e62b69"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b11d1b5d1d9043d88291c85c92eb73f4"}], "type": "placement", "id": "83e7ef9cff3b4731b936862816b9afd9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "432bfc9d0c4249dd9ccda5421e19b9e2"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f93c2c146b149cbb3483078f52c4bdf"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd4fdce564324509818028dc78641d8d"}], "type": "network", "id": "94871ebfcb5240ebb8b1c19b8739272c", "name": "neutron"}, {"endpoints": [{"url": "http://12.0.0.40:8080/v1/AUTH_90aa95516c664aef94b667c55fdaffe9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2333bd642dd5455c8f03d343d974704d"}, {"url": "http://12.0.0.40:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c3a57c4832a74174a0c0889da1e1364b"}, {"url": "http://172.30.9.21:8080/v1/AUTH_90aa95516c664aef94b667c55fdaffe9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f27db37221fb446f86228761531722fd"}], "type": "object-store", "id": "b008c8aea7694b57822ddc559b6dfc45", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "038ac873a08f40dab615db1106f36b91"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9c064a815b5c40c0bb0beee1dee18b58"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa33b6fd9ec24bfb9e27785b76bc205d"}], "type": "identity", "id": "de72ed0871ef4a7bab6d7ea0bbfa8d90", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c04b9806aca48e692c506107e0bd3a6"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "449f60307ac54b799d4527d2070f35db"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d69efddbf8af404a9b303b99cfb12f43"}], "type": "compute", "id": "eb2dd02d9ef54f67b42600e437ecb401", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "749556e27c83423fb69e649d00450103"}, "audit_ids": ["T6OR4sPaQpuX_KSmXsJMzA"], "issued_at": "2018-08-01T03:35:04.000000Z"}} 2018-08-01 03:35:04,656 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-01 03:35:04,656 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21: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}04ce7b748e9e3a788cdca23d6d4bed5418e2cd53" 2018-08-01 03:35:04,946 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-af4fd29e-5d2d-44b8-a9e7-73a56cf2f3d7 Date: Wed, 01 Aug 2018 03:35:04 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"262fe7ec-b437-40b8-908b-6eb66c149655","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"89443fd7c5cf4259bed71fca1c3fe619","status":"ACTIVE","subnets":["e06facf3-a24e-40d5-a5ce-a0901a6e4875"],"description":"","tags":[],"updated_at":"2018-08-01T03:28:20Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"89443fd7c5cf4259bed71fca1c3fe619","created_at":"2018-08-01T03:28:13Z","provider:network_type":"flat"}]} 2018-08-01 03:35:04,946 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json?router%3Aexternal=True used request id req-af4fd29e-5d2d-44b8-a9e7-73a56cf2f3d7 2018-08-01 03:35:04,946 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.290359973907s 2018-08-01 03:35:04,947 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json?router%3Aexternal=True used request id req-af4fd29e-5d2d-44b8-a9e7-73a56cf2f3d7 2018-08-01 03:35:04,950 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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-01 03:35:04,956 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 01 Aug 2018 03:35:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-04778981-b09e-495a-96f9-de96e6684c32 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.21:5000/v3/", "rel": "self"}]}]}} 2018-08-01 03:35:04,956 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/ used request id req-04778981-b09e-495a-96f9-de96e6684c32 2018-08-01 03:35:04,957 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-01 03:35:04,960 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}04ce7b748e9e3a788cdca23d6d4bed5418e2cd53" 2018-08-01 03:35:05,062 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 03:35:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2a4a8dc0-7b3d-4a8c-99af-83e5b239ad22 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.21:5000/v3/domains/cc40371ace4f4c2e9452fa2c52c1368e"}, "tags": [], "enabled": true, "id": "cc40371ace4f4c2e9452fa2c52c1368e", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains", "previous": null, "next": null}} 2018-08-01 03:35:05,062 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains used request id req-2a4a8dc0-7b3d-4a8c-99af-83e5b239ad22 2018-08-01 03:35:05,063 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.105630159378s 2018-08-01 03:35:05,063 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains used request id req-2a4a8dc0-7b3d-4a8c-99af-83e5b239ad22 2018-08-01 03:35:05,070 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-08-01 03:35:05,073 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}04ce7b748e9e3a788cdca23d6d4bed5418e2cd53" -d '{"project": {"description": "Created by OPNFV Functest: vping_ssh", "enabled": true, "domain_id": "default", "name": "vping_ssh-project_48c007f4-9405-42c8-873f-9a1342010cb1"}}' 2018-08-01 03:35:05,209 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 01 Aug 2018 03:35:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-921d8deb-d2af-4be1-a543-4a30a28c556d 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.21:5000/v3/projects/14cb0b84fa454e1ea6fb1321b925f4a9"}, "tags": [], "enabled": true, "id": "14cb0b84fa454e1ea6fb1321b925f4a9", "parent_id": "default", "domain_id": "default", "name": "vping_ssh-project_48c007f4-9405-42c8-873f-9a1342010cb1"}} 2018-08-01 03:35:05,209 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-921d8deb-d2af-4be1-a543-4a30a28c556d 2018-08-01 03:35:05,209 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.139288902283s 2018-08-01 03:35:05,209 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-921d8deb-d2af-4be1-a543-4a30a28c556d 2018-08-01 03:35:05,210 - 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'14cb0b84fa454e1ea6fb1321b925f4a9', '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_48c007f4-9405-42c8-873f-9a1342010cb1'}) 2018-08-01 03:35:05,216 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-08-01 03:35:05,219 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}04ce7b748e9e3a788cdca23d6d4bed5418e2cd53" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "21adecbd-5e90-48f4-880f-f00bcba78e2e", "email": null, "name": "vping_ssh-user_48c007f4-9405-42c8-873f-9a1342010cb1"}}' 2018-08-01 03:35:05,667 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 01 Aug 2018 03:35:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0b3513dc-e2a2-4bbd-8457-46c13c561553 Content-Length: 324 Content-Type: application/json RESP BODY: {"user": {"name": "vping_ssh-user_48c007f4-9405-42c8-873f-9a1342010cb1", "links": {"self": "http://172.30.9.21:5000/v3/users/520f9d542b584a12a10ae027da8aceaf"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "520f9d542b584a12a10ae027da8aceaf", "domain_id": "default", "password_expires_at": null}} 2018-08-01 03:35:05,667 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/users used request id req-0b3513dc-e2a2-4bbd-8457-46c13c561553 2018-08-01 03:35:05,667 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.451452970505s 2018-08-01 03:35:05,667 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/users used request id req-0b3513dc-e2a2-4bbd-8457-46c13c561553 2018-08-01 03:35:05,668 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'520f9d542b584a12a10ae027da8aceaf', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'vping_ssh-user_48c007f4-9405-42c8-873f-9a1342010cb1'}) 2018-08-01 03:35:05,672 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-01 03:35:05,675 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}04ce7b748e9e3a788cdca23d6d4bed5418e2cd53" 2018-08-01 03:35:05,783 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 03:35:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5a1ea0f5-69e5-426f-be78-11d3f32bcc91 Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "147f18c7e1e349fc8e383440249c4c73", "links": {"self": "http://172.30.9.21:5000/v3/roles/147f18c7e1e349fc8e383440249c4c73"}, "name": "reader"}, {"domain_id": null, "id": "730dcac60af740de8f4eb572d8499268", "links": {"self": "http://172.30.9.21:5000/v3/roles/730dcac60af740de8f4eb572d8499268"}, "name": "swiftoperator"}, {"domain_id": null, "id": "86fab6e3eccc4f5f9bd58caee92e2693", "links": {"self": "http://172.30.9.21:5000/v3/roles/86fab6e3eccc4f5f9bd58caee92e2693"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b2b3ff44e054497fa64f6525e0e6195b", "links": {"self": "http://172.30.9.21:5000/v3/roles/b2b3ff44e054497fa64f6525e0e6195b"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ed1e3c9b852e426e8d791112d2fd4701", "links": {"self": "http://172.30.9.21:5000/v3/roles/ed1e3c9b852e426e8d791112d2fd4701"}, "name": "member"}, {"domain_id": null, "id": "f5c89a4293d34be3af121f401210ef46", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5c89a4293d34be3af121f401210ef46"}, "name": "ResellerAdmin"}]} 2018-08-01 03:35:05,783 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-5a1ea0f5-69e5-426f-be78-11d3f32bcc91 2018-08-01 03:35:05,784 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.111840009689s 2018-08-01 03:35:05,784 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-5a1ea0f5-69e5-426f-be78-11d3f32bcc91 2018-08-01 03:35:05,789 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-01 03:35:05,792 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}04ce7b748e9e3a788cdca23d6d4bed5418e2cd53" 2018-08-01 03:35:05,902 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 03:35:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dc0f9bc8-2cf8-45ea-9f6f-be68b35d3e77 Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "147f18c7e1e349fc8e383440249c4c73", "links": {"self": "http://172.30.9.21:5000/v3/roles/147f18c7e1e349fc8e383440249c4c73"}, "name": "reader"}, {"domain_id": null, "id": "730dcac60af740de8f4eb572d8499268", "links": {"self": "http://172.30.9.21:5000/v3/roles/730dcac60af740de8f4eb572d8499268"}, "name": "swiftoperator"}, {"domain_id": null, "id": "86fab6e3eccc4f5f9bd58caee92e2693", "links": {"self": "http://172.30.9.21:5000/v3/roles/86fab6e3eccc4f5f9bd58caee92e2693"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b2b3ff44e054497fa64f6525e0e6195b", "links": {"self": "http://172.30.9.21:5000/v3/roles/b2b3ff44e054497fa64f6525e0e6195b"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ed1e3c9b852e426e8d791112d2fd4701", "links": {"self": "http://172.30.9.21:5000/v3/roles/ed1e3c9b852e426e8d791112d2fd4701"}, "name": "member"}, {"domain_id": null, "id": "f5c89a4293d34be3af121f401210ef46", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5c89a4293d34be3af121f401210ef46"}, "name": "ResellerAdmin"}]} 2018-08-01 03:35:05,902 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-dc0f9bc8-2cf8-45ea-9f6f-be68b35d3e77 2018-08-01 03:35:05,902 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.11323094368s 2018-08-01 03:35:05,902 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-dc0f9bc8-2cf8-45ea-9f6f-be68b35d3e77 2018-08-01 03:35:05,907 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-01 03:35:05,910 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}04ce7b748e9e3a788cdca23d6d4bed5418e2cd53" 2018-08-01 03:35:06,031 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 03:35:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5c40fae8-72a1-42f9-b9f9-6c58691fbe40 Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "147f18c7e1e349fc8e383440249c4c73", "links": {"self": "http://172.30.9.21:5000/v3/roles/147f18c7e1e349fc8e383440249c4c73"}, "name": "reader"}, {"domain_id": null, "id": "730dcac60af740de8f4eb572d8499268", "links": {"self": "http://172.30.9.21:5000/v3/roles/730dcac60af740de8f4eb572d8499268"}, "name": "swiftoperator"}, {"domain_id": null, "id": "86fab6e3eccc4f5f9bd58caee92e2693", "links": {"self": "http://172.30.9.21:5000/v3/roles/86fab6e3eccc4f5f9bd58caee92e2693"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b2b3ff44e054497fa64f6525e0e6195b", "links": {"self": "http://172.30.9.21:5000/v3/roles/b2b3ff44e054497fa64f6525e0e6195b"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ed1e3c9b852e426e8d791112d2fd4701", "links": {"self": "http://172.30.9.21:5000/v3/roles/ed1e3c9b852e426e8d791112d2fd4701"}, "name": "member"}, {"domain_id": null, "id": "f5c89a4293d34be3af121f401210ef46", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5c89a4293d34be3af121f401210ef46"}, "name": "ResellerAdmin"}]} 2018-08-01 03:35:06,031 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-5c40fae8-72a1-42f9-b9f9-6c58691fbe40 2018-08-01 03:35:06,032 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.124485015869s 2018-08-01 03:35:06,032 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-5c40fae8-72a1-42f9-b9f9-6c58691fbe40 2018-08-01 03:35:06,036 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-01 03:35:06,039 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}04ce7b748e9e3a788cdca23d6d4bed5418e2cd53" 2018-08-01 03:35:06,150 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 03:35:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aadfe8b6-b648-4b29-9114-4f33e2ceb083 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-01 03:35:06,150 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains/default used request id req-aadfe8b6-b648-4b29-9114-4f33e2ceb083 2018-08-01 03:35:06,150 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.113987922668s 2018-08-01 03:35:06,151 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains/default used request id req-aadfe8b6-b648-4b29-9114-4f33e2ceb083 2018-08-01 03:35:06,151 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-01 03:35:06,155 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}04ce7b748e9e3a788cdca23d6d4bed5418e2cd53" 2018-08-01 03:35:06,275 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 03:35:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9312abfd-9341-4133-aaee-ebf77409ca50 Content-Encoding: gzip Content-Length: 840 Content-Type: application/json RESP BODY: {"users": [{"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/0f8a0650d1a846e88ba44704b50255c1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0f8a0650d1a846e88ba44704b50255c1", "email": "glance@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/130b7ea936644204a37124e676ddf428"}, "domain_id": "default", "enabled": true, "options": {}, "id": "130b7ea936644204a37124e676ddf428", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/1476f1d37caa49ec90baf29b9d92850d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1476f1d37caa49ec90baf29b9d92850d", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/386874e6c2464a43ba93f0248a95595b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "386874e6c2464a43ba93f0248a95595b", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/3cb1fd184ec34300aba849c010464d1a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3cb1fd184ec34300aba849c010464d1a", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "vping_ssh-user_48c007f4-9405-42c8-873f-9a1342010cb1", "links": {"self": "http://172.30.9.21:5000/v3/users/520f9d542b584a12a10ae027da8aceaf"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "520f9d542b584a12a10ae027da8aceaf", "domain_id": "default", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/749556e27c83423fb69e649d00450103"}, "domain_id": "default", "enabled": true, "options": {}, "id": "749556e27c83423fb69e649d00450103", "email": "admin@example.com", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.21:5000/v3/users/b6122bbf2037491bb9db6c47618110d1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b6122bbf2037491bb9db6c47618110d1", "email": "swift@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/c09ff16c1a614c8bbc73ec74064357a4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c09ff16c1a614c8bbc73ec74064357a4", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/c1daa0d43666493abbd83fb1577cff74"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c1daa0d43666493abbd83fb1577cff74", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/d1cc4ab5045f48be8e12d229b3b59cac"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d1cc4ab5045f48be8e12d229b3b59cac", "email": "cinder@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.21:5000/v3/users/d32629a0e7364688b6a82d496d6e354d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d32629a0e7364688b6a82d496d6e354d", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/d5ee6c90793c4cbeb762d8c68db45d5c"}, "domain_id": "cc40371ace4f4c2e9452fa2c52c1368e", "enabled": true, "options": {}, "id": "d5ee6c90793c4cbeb762d8c68db45d5c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/d91fd39b379e480e825eb2aa75b847b7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d91fd39b379e480e825eb2aa75b847b7", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/ecd8a45bf2844011921c3e9caab06794"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ecd8a45bf2844011921c3e9caab06794", "email": "heat@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-08-01 03:35:06,275 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-9312abfd-9341-4133-aaee-ebf77409ca50 2018-08-01 03:35:06,275 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.123642206192s 2018-08-01 03:35:06,276 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-9312abfd-9341-4133-aaee-ebf77409ca50 2018-08-01 03:35:06,287 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-01 03:35:06,290 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21: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}04ce7b748e9e3a788cdca23d6d4bed5418e2cd53" 2018-08-01 03:35:06,398 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 03:35:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1835396d-0bc4-4c49-9c84-e8a38e07b586 Content-Encoding: gzip Content-Length: 393 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/90aa95516c664aef94b667c55fdaffe9"}, "tags": [], "enabled": true, "id": "90aa95516c664aef94b667c55fdaffe9", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/89443fd7c5cf4259bed71fca1c3fe619"}, "tags": [], "enabled": true, "id": "89443fd7c5cf4259bed71fca1c3fe619", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: vping_ssh", "links": {"self": "http://172.30.9.21:5000/v3/projects/14cb0b84fa454e1ea6fb1321b925f4a9"}, "tags": [], "enabled": true, "id": "14cb0b84fa454e1ea6fb1321b925f4a9", "parent_id": "default", "domain_id": "default", "name": "vping_ssh-project_48c007f4-9405-42c8-873f-9a1342010cb1"}]} 2018-08-01 03:35:06,399 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?domain_id=default used request id req-1835396d-0bc4-4c49-9c84-e8a38e07b586 2018-08-01 03:35:06,399 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.11164689064s 2018-08-01 03:35:06,399 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?domain_id=default used request id req-1835396d-0bc4-4c49-9c84-e8a38e07b586 2018-08-01 03:35:06,406 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-01 03:35:06,410 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:5000/v3/role_assignments?user.id=520f9d542b584a12a10ae027da8aceaf&role.id=ed1e3c9b852e426e8d791112d2fd4701&scope.project.id=14cb0b84fa454e1ea6fb1321b925f4a9" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}04ce7b748e9e3a788cdca23d6d4bed5418e2cd53" 2018-08-01 03:35:06,506 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 03:35:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a6d6e002-8fb6-4519-b24b-2eb2321b4998 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.21:5000/v3/role_assignments?user.id=520f9d542b584a12a10ae027da8aceaf&role.id=ed1e3c9b852e426e8d791112d2fd4701&scope.project.id=14cb0b84fa454e1ea6fb1321b925f4a9", "previous": null, "next": null}} 2018-08-01 03:35:06,506 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/role_assignments?user.id=520f9d542b584a12a10ae027da8aceaf&role.id=ed1e3c9b852e426e8d791112d2fd4701&scope.project.id=14cb0b84fa454e1ea6fb1321b925f4a9 used request id req-a6d6e002-8fb6-4519-b24b-2eb2321b4998 2018-08-01 03:35:06,507 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.100049972534s 2018-08-01 03:35:06,507 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/role_assignments?user.id=520f9d542b584a12a10ae027da8aceaf&role.id=ed1e3c9b852e426e8d791112d2fd4701&scope.project.id=14cb0b84fa454e1ea6fb1321b925f4a9 used request id req-a6d6e002-8fb6-4519-b24b-2eb2321b4998 2018-08-01 03:35:06,510 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-01 03:35:06,514 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:5000/v3/projects/14cb0b84fa454e1ea6fb1321b925f4a9/users/520f9d542b584a12a10ae027da8aceaf/roles/ed1e3c9b852e426e8d791112d2fd4701 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}04ce7b748e9e3a788cdca23d6d4bed5418e2cd53" 2018-08-01 03:35:06,703 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 01 Aug 2018 03:35:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-28802b9e-0d7c-4ac9-9869-eae707b686ee Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-01 03:35:06,703 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/14cb0b84fa454e1ea6fb1321b925f4a9/users/520f9d542b584a12a10ae027da8aceaf/roles/ed1e3c9b852e426e8d791112d2fd4701 used request id req-28802b9e-0d7c-4ac9-9869-eae707b686ee 2018-08-01 03:35:06,703 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.192543029785s 2018-08-01 03:35:06,703 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/14cb0b84fa454e1ea6fb1321b925f4a9/users/520f9d542b584a12a10ae027da8aceaf/roles/ed1e3c9b852e426e8d791112d2fd4701 used request id req-28802b9e-0d7c-4ac9-9869-eae707b686ee 2018-08-01 03:35:06,704 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'vping_ssh-project_48c007f4-9405-42c8-873f-9a1342010cb1', 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'14cb0b84fa454e1ea6fb1321b925f4a9', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': '21adecbd-5e90-48f4-880f-f00bcba78e2e', 'username': u'vping_ssh-user_48c007f4-9405-42c8-873f-9a1342010cb1', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.21: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-01 03:35:06,705 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-01 03:35:06,705 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-01 03:35:06,705 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-01 03:35:06,705 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-01 03:35:06,706 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-01 03:35:06,706 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-01 03:35:06,706 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-01 03:35:06,706 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-01 03:35:06,706 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-01 03:35:06,706 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-01 03:35:06,706 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-01 03:35:06,706 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-01 03:35:06,706 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-01 03:35:06,707 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-01 03:35:06,707 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-01 03:35:06,707 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-01 03:35:06,707 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-01 03:35:06,707 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-01 03:35:06,707 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-01 03:35:06,707 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-01 03:35:06,707 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-01 03:35:06,707 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-01 03:35:06,709 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'vping_ssh-user_48c007f4-9405-42c8-873f-9a1342010cb1', 'password': '21adecbd-5e90-48f4-880f-f00bcba78e2e', 'project_name': 'vping_ssh-project_48c007f4-9405-42c8-873f-9a1342010cb1', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.21:5000/v3', 'project_id': '14cb0b84fa454e1ea6fb1321b925f4a9', 'project_domain_name': 'Default'} 2018-08-01 03:35:06,709 - xtesting.ci.run_tests - INFO - Running test case 'vping_ssh'... 2018-08-01 03:35:06,710 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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-01 03:35:06,717 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 03:35:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c6b6c323-a939-42d1-b089-61b2d5a00d63 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-01 03:35:06,717 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-c6b6c323-a939-42d1-b089-61b2d5a00d63 2018-08-01 03:35:06,718 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-08-01 03:35:07,121 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ed1e3c9b852e426e8d791112d2fd4701", "name": "member"}, {"id": "147f18c7e1e349fc8e383440249c4c73", "name": "reader"}], "expires_at": "2018-08-01T04:35:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "14cb0b84fa454e1ea6fb1321b925f4a9", "name": "vping_ssh-project_48c007f4-9405-42c8-873f-9a1342010cb1"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:8004/v1/14cb0b84fa454e1ea6fb1321b925f4a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5af2a23f0d4746a18ce9987becf49813"}, {"url": "http://192.30.9.7:8004/v1/14cb0b84fa454e1ea6fb1321b925f4a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d6722b9f2184abb8e7b581d10709b51"}, {"url": "http://192.30.9.7:8004/v1/14cb0b84fa454e1ea6fb1321b925f4a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc81206c7ec74b63a868c84343e2355a"}], "type": "orchestration", "id": "032123c5c07d477ab419a77fddb5ca2b", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/14cb0b84fa454e1ea6fb1321b925f4a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00197bc0507d42718c9de1a1f3ff7fa9"}, {"url": "http://192.30.9.7:8776/v2/14cb0b84fa454e1ea6fb1321b925f4a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "186c94a5205743a68de2c02795dd12cf"}, {"url": "http://192.30.9.7:8776/v2/14cb0b84fa454e1ea6fb1321b925f4a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32c49f45893f4074a75a056facd63fc5"}], "type": "volumev2", "id": "09ef7c245fd9479f97ffee152dae0c8e", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27e89bb29a0d43ce83aefd4cae0f7bd7"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "295d31abf3f44d85b346281cd9c04740"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d685797f4b164aa48837a822ed32598b"}], "type": "alarming", "id": "0f8615b3651c41099fe76f0fa5b23dd1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f0c9b6089cd4f558ee73fabe48d842a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "551cf56b00bd4d038a8694d11700f2ef"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9ea08b0116c4412eaded9a074baa4211"}], "type": "image", "id": "17038717f3f0408e8c9d5af024ea0aab", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "17647a3a3a00479b9213e6f6cf7a30ea", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c2328ef964c4156917122cfb247f0c4"}, {"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33d0ce77838b4a0fbe56c50f7b1e4d71"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38b745fc1fe14a8691a6fb2553ade0e0"}], "type": "event", "id": "1d35633c710f4d9c88e1f50abe614b06", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/14cb0b84fa454e1ea6fb1321b925f4a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dcebb246e8d42fab040b053411c0957"}, {"url": "http://192.30.9.7:8776/v3/14cb0b84fa454e1ea6fb1321b925f4a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92f3de4ac4f44b9a95bdb5c3f0c34d51"}, {"url": "http://172.30.9.21:8776/v3/14cb0b84fa454e1ea6fb1321b925f4a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f92025e32c9344f587283e14c1506699"}], "type": "volumev3", "id": "27b85f80d71f464183ff256181f71b43", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0f1136276d75402689a9c377621253ce"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b943f44b606457c91b7d5098b199be0"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b47ac34c09dc4c05b1ca4c869d47eaeb"}], "type": "metric", "id": "5a0ae06ba8b741ffb51d39c9adb9451c", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10bc7f20cf92414cb6d088da882341c5"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "53c0109d8bd545ef83f6d70ce101d52d"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d3688eabec1484e8c6549a46b35b25f"}], "type": "cloudformation", "id": "64e449782da244a4b49ea375e297a3ea", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/14cb0b84fa454e1ea6fb1321b925f4a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8713e9b13a6e43c59e8aa6d6cd510b2b"}, {"url": "http://192.30.9.7:8776/v1/14cb0b84fa454e1ea6fb1321b925f4a9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b073433cdd0f4518882ecf0e413ae4af"}, {"url": "http://172.30.9.21:8776/v1/14cb0b84fa454e1ea6fb1321b925f4a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fc41a1400c1945199a7f0758b5566e31"}], "type": "volume", "id": "6951fb022adb46feaa04f1020c483fd1", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "247e0a42582047fb8b1a74db1f38edf7"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37ed8998a3894a91b69a9e4f00e62b69"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b11d1b5d1d9043d88291c85c92eb73f4"}], "type": "placement", "id": "83e7ef9cff3b4731b936862816b9afd9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "432bfc9d0c4249dd9ccda5421e19b9e2"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f93c2c146b149cbb3483078f52c4bdf"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd4fdce564324509818028dc78641d8d"}], "type": "network", "id": "94871ebfcb5240ebb8b1c19b8739272c", "name": "neutron"}, {"endpoints": [{"url": "http://12.0.0.40:8080/v1/AUTH_14cb0b84fa454e1ea6fb1321b925f4a9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2333bd642dd5455c8f03d343d974704d"}, {"url": "http://12.0.0.40:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c3a57c4832a74174a0c0889da1e1364b"}, {"url": "http://172.30.9.21:8080/v1/AUTH_14cb0b84fa454e1ea6fb1321b925f4a9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f27db37221fb446f86228761531722fd"}], "type": "object-store", "id": "b008c8aea7694b57822ddc559b6dfc45", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "038ac873a08f40dab615db1106f36b91"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9c064a815b5c40c0bb0beee1dee18b58"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa33b6fd9ec24bfb9e27785b76bc205d"}], "type": "identity", "id": "de72ed0871ef4a7bab6d7ea0bbfa8d90", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c04b9806aca48e692c506107e0bd3a6"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "449f60307ac54b799d4527d2070f35db"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d69efddbf8af404a9b303b99cfb12f43"}], "type": "compute", "id": "eb2dd02d9ef54f67b42600e437ecb401", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "vping_ssh-user_48c007f4-9405-42c8-873f-9a1342010cb1", "id": "520f9d542b584a12a10ae027da8aceaf"}, "audit_ids": ["Q-kSBYhHR6eZSk8R3EELbg"], "issued_at": "2018-08-01T03:35:07.000000Z"}} 2018-08-01 03:35:07,124 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-01 03:35:07,124 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fcb08804975ba926b221ebe4743f26967ea5c141" -d '{"network": {"name": "vping_ssh-net_48c007f4-9405-42c8-873f-9a1342010cb1", "admin_state_up": true}}' 2018-08-01 03:35:07,844 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 587 X-Openstack-Request-Id: req-0803bd2e-fd08-48ef-9152-2aa0e1dde8ce Date: Wed, 01 Aug 2018 03:35:07 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"14cb0b84fa454e1ea6fb1321b925f4a9","created_at":"2018-08-01T03:35:07Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-01T03:35:07Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"14cb0b84fa454e1ea6fb1321b925f4a9","id":"e60d8b87-81cd-4b6e-b4e0-ba4cddfb6e74","name":"vping_ssh-net_48c007f4-9405-42c8-873f-9a1342010cb1"}} 2018-08-01 03:35:07,844 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-0803bd2e-fd08-48ef-9152-2aa0e1dde8ce 2018-08-01 03:35:07,844 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.720490932465s 2018-08-01 03:35:07,845 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-0803bd2e-fd08-48ef-9152-2aa0e1dde8ce 2018-08-01 03:35:07,845 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-08-01T03:35:07Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'id': u'e60d8b87-81cd-4b6e-b4e0-ba4cddfb6e74', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vping_ssh-net_48c007f4-9405-42c8-873f-9a1342010cb1', u'admin_state_up': True, u'tenant_id': u'14cb0b84fa454e1ea6fb1321b925f4a9', u'created_at': u'2018-08-01T03:35:07Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'14cb0b84fa454e1ea6fb1321b925f4a9'}) 2018-08-01 03:35:07,846 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-01 03:35:07,846 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}fcb08804975ba926b221ebe4743f26967ea5c141" 2018-08-01 03:35:08,164 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1148 X-Openstack-Request-Id: req-2d483424-a2b9-44fd-85b0-cc499f0802b0 Date: Wed, 01 Aug 2018 03:35:08 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["e06facf3-a24e-40d5-a5ce-a0901a6e4875"],"updated_at":"2018-08-01T03:28:20Z","tenant_id":"89443fd7c5cf4259bed71fca1c3fe619","created_at":"2018-08-01T03:28:13Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"89443fd7c5cf4259bed71fca1c3fe619","id":"262fe7ec-b437-40b8-908b-6eb66c149655","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-01T03:35:07Z","tenant_id":"14cb0b84fa454e1ea6fb1321b925f4a9","created_at":"2018-08-01T03:35:07Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":1,"admin_state_up":true,"shared":false,"project_id":"14cb0b84fa454e1ea6fb1321b925f4a9","id":"e60d8b87-81cd-4b6e-b4e0-ba4cddfb6e74","name":"vping_ssh-net_48c007f4-9405-42c8-873f-9a1342010cb1"}]} 2018-08-01 03:35:08,164 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-2d483424-a2b9-44fd-85b0-cc499f0802b0 2018-08-01 03:35:08,164 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.31808590889s 2018-08-01 03:35:08,164 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-2d483424-a2b9-44fd-85b0-cc499f0802b0 2018-08-01 03:35:08,166 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-01 03:35:08,166 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}fcb08804975ba926b221ebe4743f26967ea5c141" -d '{"subnet": {"name": "vping_ssh-subnet_48c007f4-9405-42c8-873f-9a1342010cb1", "enable_dhcp": true, "network_id": "e60d8b87-81cd-4b6e-b4e0-ba4cddfb6e74", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-01 03:35:09,072 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 677 X-Openstack-Request-Id: req-be540ccc-9e18-4afa-b07f-32c16110f9bb Date: Wed, 01 Aug 2018 03:35:09 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e60d8b87-81cd-4b6e-b4e0-ba4cddfb6e74","tenant_id":"14cb0b84fa454e1ea6fb1321b925f4a9","created_at":"2018-08-01T03:35:08Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-01T03:35: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":"14cb0b84fa454e1ea6fb1321b925f4a9","id":"3371006e-1aa5-4778-bebc-da340c535895","subnetpool_id":null,"name":"vping_ssh-subnet_48c007f4-9405-42c8-873f-9a1342010cb1"}} 2018-08-01 03:35:09,072 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-be540ccc-9e18-4afa-b07f-32c16110f9bb 2018-08-01 03:35:09,072 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.906280994415s 2018-08-01 03:35:09,072 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-be540ccc-9e18-4afa-b07f-32c16110f9bb 2018-08-01 03:35:09,073 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-01T03:35: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'3371006e-1aa5-4778-bebc-da340c535895', u'subnetpool_id': None, u'service_types': [], u'name': u'vping_ssh-subnet_48c007f4-9405-42c8-873f-9a1342010cb1', u'enable_dhcp': True, u'network_id': u'e60d8b87-81cd-4b6e-b4e0-ba4cddfb6e74', u'tenant_id': u'14cb0b84fa454e1ea6fb1321b925f4a9', u'created_at': u'2018-08-01T03:35: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'14cb0b84fa454e1ea6fb1321b925f4a9'}) 2018-08-01 03:35:09,073 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-01 03:35:09,074 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}fcb08804975ba926b221ebe4743f26967ea5c141" -d '{"router": {"external_gateway_info": {"network_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "name": "vping_ssh-router_48c007f4-9405-42c8-873f-9a1342010cb1", "admin_state_up": true}}' 2018-08-01 03:35:10,501 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 620 X-Openstack-Request-Id: req-2d8ea001-cf6c-4f0a-bfdf-2eab5b14e3ef Date: Wed, 01 Aug 2018 03:35:10 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "e06facf3-a24e-40d5-a5ce-a0901a6e4875", "ip_address": "172.30.9.201"}]}, "description": "", "tags": [], "tenant_id": "14cb0b84fa454e1ea6fb1321b925f4a9", "created_at": "2018-08-01T03:35:09Z", "admin_state_up": true, "updated_at": "2018-08-01T03:35:10Z", "revision_number": 2, "routes": [], "project_id": "14cb0b84fa454e1ea6fb1321b925f4a9", "id": "1848177a-8d24-4e1e-928e-53bfabfe417e", "name": "vping_ssh-router_48c007f4-9405-42c8-873f-9a1342010cb1"}} 2018-08-01 03:35:10,501 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-2d8ea001-cf6c-4f0a-bfdf-2eab5b14e3ef 2018-08-01 03:35:10,501 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.4274520874s 2018-08-01 03:35:10,501 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-2d8ea001-cf6c-4f0a-bfdf-2eab5b14e3ef 2018-08-01 03:35:10,502 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'262fe7ec-b437-40b8-908b-6eb66c149655', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'e06facf3-a24e-40d5-a5ce-a0901a6e4875', u'ip_address': u'172.30.9.201'}]}, u'description': u'', u'tags': [], u'tenant_id': u'14cb0b84fa454e1ea6fb1321b925f4a9', u'created_at': u'2018-08-01T03:35:09Z', u'admin_state_up': True, u'updated_at': u'2018-08-01T03:35:10Z', u'revision_number': 2, u'routes': [], u'project_id': u'14cb0b84fa454e1ea6fb1321b925f4a9', u'id': u'1848177a-8d24-4e1e-928e-53bfabfe417e', u'name': u'vping_ssh-router_48c007f4-9405-42c8-873f-9a1342010cb1'}) 2018-08-01 03:35:10,502 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-01 03:35:10,503 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9696/v2.0/routers/1848177a-8d24-4e1e-928e-53bfabfe417e/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}fcb08804975ba926b221ebe4743f26967ea5c141" -d '{"subnet_id": "3371006e-1aa5-4778-bebc-da340c535895"}' 2018-08-01 03:35:12,919 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-86663c06-7bff-488b-bd46-a6adf84dbfaf Date: Wed, 01 Aug 2018 03:35:12 GMT RESP BODY: {"network_id": "e60d8b87-81cd-4b6e-b4e0-ba4cddfb6e74", "tenant_id": "14cb0b84fa454e1ea6fb1321b925f4a9", "subnet_id": "3371006e-1aa5-4778-bebc-da340c535895", "subnet_ids": ["3371006e-1aa5-4778-bebc-da340c535895"], "port_id": "dd08b2d3-ef91-4170-b484-ab6b2762aa3b", "id": "1848177a-8d24-4e1e-928e-53bfabfe417e"} 2018-08-01 03:35:12,919 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/1848177a-8d24-4e1e-928e-53bfabfe417e/add_router_interface.json used request id req-86663c06-7bff-488b-bd46-a6adf84dbfaf 2018-08-01 03:35:12,919 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.41674494743s 2018-08-01 03:35:12,920 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/1848177a-8d24-4e1e-928e-53bfabfe417e/add_router_interface.json used request id req-86663c06-7bff-488b-bd46-a6adf84dbfaf returning object 1848177a-8d24-4e1e-928e-53bfabfe417e 2018-08-01 03:35:12,920 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-01 03:35:13,042 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-08-01 03:35:13,044 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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-01 03:35:13,048 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 754 Date: Wed, 01 Aug 2018 03:35:13 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.6", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}]} 2018-08-01 03:35:13,053 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-01 03:35:13,057 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}fcb08804975ba926b221ebe4743f26967ea5c141" 2018-08-01 03:35:13,261 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-23282a98-9bb0-486e-8357-7b0e1ef29f2c Date: Wed, 01 Aug 2018 03:35:13 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-01 03:35:13,261 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-23282a98-9bb0-486e-8357-7b0e1ef29f2c 2018-08-01 03:35:13,261 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.207970142365s 2018-08-01 03:35:13,262 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-23282a98-9bb0-486e-8357-7b0e1ef29f2c 2018-08-01 03:35:13,271 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-01 03:35:13,274 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fcb08804975ba926b221ebe4743f26967ea5c141" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/vping_ssh-img_48c007f4-9405-42c8-873f-9a1342010cb1", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vping_ssh-img_48c007f4-9405-42c8-873f-9a1342010cb1"}' 2018-08-01 03:35:14,020 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 870 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/3419a3f1-4d86-4272-b2da-e0d59f7df43f Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-6877b175-d477-482d-bf03-a49b652e2b55 Date: Wed, 01 Aug 2018 03:35:14 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/3419a3f1-4d86-4272-b2da-e0d59f7df43f/file", "owner": "14cb0b84fa454e1ea6fb1321b925f4a9", "id": "3419a3f1-4d86-4272-b2da-e0d59f7df43f", "size": null, "self": "/v2/images/3419a3f1-4d86-4272-b2da-e0d59f7df43f", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-08-01T03:35:13Z", "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_48c007f4-9405-42c8-873f-9a1342010cb1", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_48c007f4-9405-42c8-873f-9a1342010cb1", "checksum": null, "created_at": "2018-08-01T03:35:13Z", "protected": false} 2018-08-01 03:35:14,021 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-6877b175-d477-482d-bf03-a49b652e2b55 2018-08-01 03:35:14,021 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.749809980392s 2018-08-01 03:35:14,021 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-6877b175-d477-482d-bf03-a49b652e2b55 returning object 3419a3f1-4d86-4272-b2da-e0d59f7df43f 2018-08-01 03:35:14,022 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-01 03:35:14,025 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9292/v2/images/3419a3f1-4d86-4272-b2da-e0d59f7df43f/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}fcb08804975ba926b221ebe4743f26967ea5c141" -d '' 2018-08-01 03:35:14,690 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-2b9757fc-1dda-4651-940e-95416af51272 Date: Wed, 01 Aug 2018 03:35: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-01 03:35:14,690 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/3419a3f1-4d86-4272-b2da-e0d59f7df43f/file used request id req-2b9757fc-1dda-4651-940e-95416af51272 2018-08-01 03:35:14,690 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 0.66823887825s 2018-08-01 03:35:14,690 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/3419a3f1-4d86-4272-b2da-e0d59f7df43f/file used request id req-2b9757fc-1dda-4651-940e-95416af51272 2018-08-01 03:35:14,691 - functest.core.singlevm - DEBUG - image: Munch({u'status': u'queued', u'owner_specified.shade.object': u'images/vping_ssh-img_48c007f4-9405-42c8-873f-9a1342010cb1', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2018-08-01T03:35:13Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'locations': [], u'min_disk': 0, u'visibility': u'private', u'file': u'/v2/images/3419a3f1-4d86-4272-b2da-e0d59f7df43f/file', u'owner': u'14cb0b84fa454e1ea6fb1321b925f4a9', u'virtual_size': None, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'id': u'3419a3f1-4d86-4272-b2da-e0d59f7df43f', u'size': None, u'name': u'vping_ssh-img_48c007f4-9405-42c8-873f-9a1342010cb1', u'checksum': None, u'self': u'/v2/images/3419a3f1-4d86-4272-b2da-e0d59f7df43f', u'disk_format': u'qcow2', u'protected': False, u'created_at': u'2018-08-01T03:35:13Z', u'schema': u'/v2/schemas/image'}) 2018-08-01 03:35:14,691 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-01 03:35:14,694 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}04ce7b748e9e3a788cdca23d6d4bed5418e2cd53" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "vping_ssh-flavor_48c007f4-9405-42c8-873f-9a1342010cb1", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-01 03:35:14,921 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 03:35:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-33977cef-48f7-4b5b-8784-b44a5dcb02df x-compute-request-id: req-33977cef-48f7-4b5b-8784-b44a5dcb02df Content-Encoding: gzip Content-Length: 311 Content-Type: application/json RESP BODY: {"flavor": {"name": "vping_ssh-flavor_48c007f4-9405-42c8-873f-9a1342010cb1", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/2eb3467c-0eb8-44dc-9d93-bcce8bb0ff2b", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/2eb3467c-0eb8-44dc-9d93-bcce8bb0ff2b", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "2eb3467c-0eb8-44dc-9d93-bcce8bb0ff2b"}} 2018-08-01 03:35:14,921 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-33977cef-48f7-4b5b-8784-b44a5dcb02df 2018-08-01 03:35:14,921 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.229881048203s 2018-08-01 03:35:14,922 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-33977cef-48f7-4b5b-8784-b44a5dcb02df 2018-08-01 03:35:14,923 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vping_ssh-flavor_48c007f4-9405-42c8-873f-9a1342010cb1', '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'90aa95516c664aef94b667c55fdaffe9', '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'2eb3467c-0eb8-44dc-9d93-bcce8bb0ff2b', 'swap': 0}) 2018-08-01 03:35:14,923 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-01 03:35:14,926 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/flavors/2eb3467c-0eb8-44dc-9d93-bcce8bb0ff2b/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}04ce7b748e9e3a788cdca23d6d4bed5418e2cd53" -d '{"extra_specs": {}}' 2018-08-01 03:35:14,949 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 03:35:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-5b545161-2baf-4ae6-bc18-0e10e2d427cc x-compute-request-id: req-5b545161-2baf-4ae6-bc18-0e10e2d427cc Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-01 03:35:14,949 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors/2eb3467c-0eb8-44dc-9d93-bcce8bb0ff2b/os-extra_specs used request id req-5b545161-2baf-4ae6-bc18-0e10e2d427cc 2018-08-01 03:35:14,949 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0260231494904s 2018-08-01 03:35:14,950 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors/2eb3467c-0eb8-44dc-9d93-bcce8bb0ff2b/os-extra_specs used request id req-5b545161-2baf-4ae6-bc18-0e10e2d427cc 2018-08-01 03:35:14,950 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-08-01 03:35:14,953 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}fcb08804975ba926b221ebe4743f26967ea5c141" -d '{"keypair": {"name": "vping_ssh-kp_48c007f4-9405-42c8-873f-9a1342010cb1"}}' 2018-08-01 03:35:15,357 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 03:35:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-95c91288-4dfa-4030-9734-3b80d8bc3aa2 x-compute-request-id: req-95c91288-4dfa-4030-9734-3b80d8bc3aa2 Content-Encoding: gzip Content-Length: 1809 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQSa6UPzABMC0i496QkkLnIEjN9Z/Tsyv1SfMNOWMLIoVl8131tBFyiH6lbl+TTTDAWxg/K/j2rVeWwn+XckxAhVrZNWSL9yFxolbcGl3O/MCtX2sawqlWL6bg7MM8MS2P66y7JgteILQkVCmcEahHAEWdFI5ZS7HvlbHFtx/DeJkbUOWx0AqWvYteN8w+EkTumxYN6mRyr9MO83mao4ZaDjMRKObrtJLZt09z3QBuh7L47vIR36xvey/1IxXFJR+bmauyHoIbSrw5DswmsquMh4U5jLzmfuX3KWBIfftzC6MMyZJrS4sW9wHAqDEXOanypAui/sidX3EH+rkkEzdF Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEA0EmulD8wATAtIuPekJJC5yBIzfWf07Mr9UnzDTljCyKFZfNd\n9bQRcoh+pW5fk00wwFsYPyv49q1XlsJ/l3JMQIVa2TVki/chcaJW3BpdzvzArV9r\nGsKpVi+m4OzDPDEtj+usuyYLXiC0JFQpnBGoRwBFnRSOWUux75Wxxbcfw3iZG1Dl\nsdAKlr2LXjfMPhJE7psWDepkcq/TDvN5mqOGWg4zESjm67SS2bdPc90Aboey+O7y\nEd+sb3sv9SMVxSUfm5mrsh6CG0q8OQ7MJrKrjIeFOYy85n7l9ylgSH37cwujDMmS\na0uLFvcBwKgxFzmp8qQLov7InV9xB/q5JBM3RQIDAQABAoIBAHPiuuYybdQLaOGD\npL4NEnojpT4qTf1sL6XuufL+ndOBJnU9vWZKBHcT6FrEmRqMlPZA+LGVFpSwhw4T\nMwghCLnROGWnZkTVf98IcolNhin2yIDtmNqvuaWBJ7j3IfzoY7AycM1DcomxamjY\nBrqVvGmchh7KZBTcn6hsQhd+Nob7HfBBWRLbMt3frkbzfEC81q90NlrbD7wn7cW7\noqrjcSd5X6JWtiSN0lKVpQSnAo4LvCfugcho7oPZM8r3TWVCrmNtUTWKJvItReCk\nAQF4cNE82ZpST8m0ZfOs/KBxe/0c8+g0AVfzs/qbbY1bzPP+QcQeF+POhXPDz61K\nIyp/7LUCgYEA8y3DOkv9rlDFaxR+0GCxjIzifkk7xVzaUUAdeoBxdCbh1n4c0qrD\nx9IKCkm9Ssu0BhXen3SVwwTCIa+DevyVttB09GuFaUDK3Ix+wp0niw5dW+DlW5dR\nMJvXFcZ/k/MO+X2A1d96UrPdF7m7LOb8by6DwXlB5O6KZR5QJSjQ1DsCgYEA20T9\nFmojOmeGX7IPg5NXuT5ERCvEDUS4rE6s0tiwy+h31aoYFp4pyfeM3WiqQ4wiMA1c\nCYVysjwdGQ4Eluk4cemt0/a9oUeZ+D9eZULKpGjA6BRgguAtmwOcX2Ct4SjS7jN8\n0fInAEZKvimZY6UXl7gWH54a4A7lbElq4cu06n8CgYEAy5gzzFoU8N10+5q0NZfO\n7qKBekOsBCgiLEZmp8pjsmBfUepSDVqlAWXrvANStQ1pEnM66Pt960HPms5MYSqZ\n2e4bDQv8LUvuy8ng0uUqVzTWmvbmb9F3SyAean+/Dko/7kfSFr28twMZhySb/hMB\no8Ao1VHFBntkaRaA+St780MCgYBxPj0TsXdGN6dPjw+yHYvF0SHCr3POgnp6Cxv4\nvQ76ELKrN/C+5aqhc2deBitBPYN+m7e39yLYaHGCuhmmswaC1nP/L8SaIfekHV4s\nIAW2SZ+vfK6niQ4krAW7wJus2L+vZAoIB+8aljMN6UAeFWqM4fcTFz28EBVvCq/X\ns7RZEwKBgQCINyXb6zjGAFoK3TAk3XCX7X4C7LOooQLhR4l806desIuT1GM7N84x\n/eTa7700/G4t++fwist9O/YZBj/RZ8YBAAtn2T+021dIA3suh75OzYdBeWljVcBb\ndUhy+KiwwEBIjHV1hHhx4/K8wz/T/jM0FbX9S8YHB31i8mBydQ9+ug==\n-----END RSA PRIVATE KEY-----\n", "user_id": "520f9d542b584a12a10ae027da8aceaf", "name": "vping_ssh-kp_48c007f4-9405-42c8-873f-9a1342010cb1", "fingerprint": "b8:49:17:f6:f0:3f:77:c0:39:b0:1c:85:33:07:e4:a6"}} 2018-08-01 03:35:15,357 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/os-keypairs used request id req-95c91288-4dfa-4030-9734-3b80d8bc3aa2 2018-08-01 03:35:15,357 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.406674146652s 2018-08-01 03:35:15,357 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/os-keypairs used request id req-95c91288-4dfa-4030-9734-3b80d8bc3aa2 2018-08-01 03:35:15,358 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQSa6UPzABMC0i496QkkLnIEjN9Z/Tsyv1SfMNOWMLIoVl8131tBFyiH6lbl+TTTDAWxg/K/j2rVeWwn+XckxAhVrZNWSL9yFxolbcGl3O/MCtX2sawqlWL6bg7MM8MS2P66y7JgteILQkVCmcEahHAEWdFI5ZS7HvlbHFtx/DeJkbUOWx0AqWvYteN8w+EkTumxYN6mRyr9MO83mao4ZaDjMRKObrtJLZt09z3QBuh7L47vIR36xvey/1IxXFJR+bmauyHoIbSrw5DswmsquMh4U5jLzmfuX3KWBIfftzC6MMyZJrS4sW9wHAqDEXOanypAui/sidX3EH+rkkEzdF Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEA0EmulD8wATAtIuPekJJC5yBIzfWf07Mr9UnzDTljCyKFZfNd\n9bQRcoh+pW5fk00wwFsYPyv49q1XlsJ/l3JMQIVa2TVki/chcaJW3BpdzvzArV9r\nGsKpVi+m4OzDPDEtj+usuyYLXiC0JFQpnBGoRwBFnRSOWUux75Wxxbcfw3iZG1Dl\nsdAKlr2LXjfMPhJE7psWDepkcq/TDvN5mqOGWg4zESjm67SS2bdPc90Aboey+O7y\nEd+sb3sv9SMVxSUfm5mrsh6CG0q8OQ7MJrKrjIeFOYy85n7l9ylgSH37cwujDMmS\na0uLFvcBwKgxFzmp8qQLov7InV9xB/q5JBM3RQIDAQABAoIBAHPiuuYybdQLaOGD\npL4NEnojpT4qTf1sL6XuufL+ndOBJnU9vWZKBHcT6FrEmRqMlPZA+LGVFpSwhw4T\nMwghCLnROGWnZkTVf98IcolNhin2yIDtmNqvuaWBJ7j3IfzoY7AycM1DcomxamjY\nBrqVvGmchh7KZBTcn6hsQhd+Nob7HfBBWRLbMt3frkbzfEC81q90NlrbD7wn7cW7\noqrjcSd5X6JWtiSN0lKVpQSnAo4LvCfugcho7oPZM8r3TWVCrmNtUTWKJvItReCk\nAQF4cNE82ZpST8m0ZfOs/KBxe/0c8+g0AVfzs/qbbY1bzPP+QcQeF+POhXPDz61K\nIyp/7LUCgYEA8y3DOkv9rlDFaxR+0GCxjIzifkk7xVzaUUAdeoBxdCbh1n4c0qrD\nx9IKCkm9Ssu0BhXen3SVwwTCIa+DevyVttB09GuFaUDK3Ix+wp0niw5dW+DlW5dR\nMJvXFcZ/k/MO+X2A1d96UrPdF7m7LOb8by6DwXlB5O6KZR5QJSjQ1DsCgYEA20T9\nFmojOmeGX7IPg5NXuT5ERCvEDUS4rE6s0tiwy+h31aoYFp4pyfeM3WiqQ4wiMA1c\nCYVysjwdGQ4Eluk4cemt0/a9oUeZ+D9eZULKpGjA6BRgguAtmwOcX2Ct4SjS7jN8\n0fInAEZKvimZY6UXl7gWH54a4A7lbElq4cu06n8CgYEAy5gzzFoU8N10+5q0NZfO\n7qKBekOsBCgiLEZmp8pjsmBfUepSDVqlAWXrvANStQ1pEnM66Pt960HPms5MYSqZ\n2e4bDQv8LUvuy8ng0uUqVzTWmvbmb9F3SyAean+/Dko/7kfSFr28twMZhySb/hMB\no8Ao1VHFBntkaRaA+St780MCgYBxPj0TsXdGN6dPjw+yHYvF0SHCr3POgnp6Cxv4\nvQ76ELKrN/C+5aqhc2deBitBPYN+m7e39yLYaHGCuhmmswaC1nP/L8SaIfekHV4s\nIAW2SZ+vfK6niQ4krAW7wJus2L+vZAoIB+8aljMN6UAeFWqM4fcTFz28EBVvCq/X\ns7RZEwKBgQCINyXb6zjGAFoK3TAk3XCX7X4C7LOooQLhR4l806desIuT1GM7N84x\n/eTa7700/G4t++fwist9O/YZBj/RZ8YBAAtn2T+021dIA3suh75OzYdBeWljVcBb\ndUhy+KiwwEBIjHV1hHhx4/K8wz/T/jM0FbX9S8YHB31i8mBydQ9+ug==\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'520f9d542b584a12a10ae027da8aceaf', 'name': u'vping_ssh-kp_48c007f4-9405-42c8-873f-9a1342010cb1', 'created_at': '2018-08-01T03:35:15.358425', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'14cb0b84fa454e1ea6fb1321b925f4a9', 'name': 'vping_ssh-project_48c007f4-9405-42c8-873f-9a1342010cb1', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'b8:49:17:f6:f0:3f:77:c0:39:b0:1c:85:33:07:e4:a6', 'type': 'ssh', 'id': u'vping_ssh-kp_48c007f4-9405-42c8-873f-9a1342010cb1'}) 2018-08-01 03:35:15,358 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEpAIBAAKCAQEA0EmulD8wATAtIuPekJJC5yBIzfWf07Mr9UnzDTljCyKFZfNd 9bQRcoh+pW5fk00wwFsYPyv49q1XlsJ/l3JMQIVa2TVki/chcaJW3BpdzvzArV9r GsKpVi+m4OzDPDEtj+usuyYLXiC0JFQpnBGoRwBFnRSOWUux75Wxxbcfw3iZG1Dl sdAKlr2LXjfMPhJE7psWDepkcq/TDvN5mqOGWg4zESjm67SS2bdPc90Aboey+O7y Ed+sb3sv9SMVxSUfm5mrsh6CG0q8OQ7MJrKrjIeFOYy85n7l9ylgSH37cwujDMmS a0uLFvcBwKgxFzmp8qQLov7InV9xB/q5JBM3RQIDAQABAoIBAHPiuuYybdQLaOGD pL4NEnojpT4qTf1sL6XuufL+ndOBJnU9vWZKBHcT6FrEmRqMlPZA+LGVFpSwhw4T MwghCLnROGWnZkTVf98IcolNhin2yIDtmNqvuaWBJ7j3IfzoY7AycM1DcomxamjY BrqVvGmchh7KZBTcn6hsQhd+Nob7HfBBWRLbMt3frkbzfEC81q90NlrbD7wn7cW7 oqrjcSd5X6JWtiSN0lKVpQSnAo4LvCfugcho7oPZM8r3TWVCrmNtUTWKJvItReCk AQF4cNE82ZpST8m0ZfOs/KBxe/0c8+g0AVfzs/qbbY1bzPP+QcQeF+POhXPDz61K Iyp/7LUCgYEA8y3DOkv9rlDFaxR+0GCxjIzifkk7xVzaUUAdeoBxdCbh1n4c0qrD x9IKCkm9Ssu0BhXen3SVwwTCIa+DevyVttB09GuFaUDK3Ix+wp0niw5dW+DlW5dR MJvXFcZ/k/MO+X2A1d96UrPdF7m7LOb8by6DwXlB5O6KZR5QJSjQ1DsCgYEA20T9 FmojOmeGX7IPg5NXuT5ERCvEDUS4rE6s0tiwy+h31aoYFp4pyfeM3WiqQ4wiMA1c CYVysjwdGQ4Eluk4cemt0/a9oUeZ+D9eZULKpGjA6BRgguAtmwOcX2Ct4SjS7jN8 0fInAEZKvimZY6UXl7gWH54a4A7lbElq4cu06n8CgYEAy5gzzFoU8N10+5q0NZfO 7qKBekOsBCgiLEZmp8pjsmBfUepSDVqlAWXrvANStQ1pEnM66Pt960HPms5MYSqZ 2e4bDQv8LUvuy8ng0uUqVzTWmvbmb9F3SyAean+/Dko/7kfSFr28twMZhySb/hMB o8Ao1VHFBntkaRaA+St780MCgYBxPj0TsXdGN6dPjw+yHYvF0SHCr3POgnp6Cxv4 vQ76ELKrN/C+5aqhc2deBitBPYN+m7e39yLYaHGCuhmmswaC1nP/L8SaIfekHV4s IAW2SZ+vfK6niQ4krAW7wJus2L+vZAoIB+8aljMN6UAeFWqM4fcTFz28EBVvCq/X s7RZEwKBgQCINyXb6zjGAFoK3TAk3XCX7X4C7LOooQLhR4l806desIuT1GM7N84x /eTa7700/G4t++fwist9O/YZBj/RZ8YBAAtn2T+021dIA3suh75OzYdBeWljVcBb dUhy+KiwwEBIjHV1hHhx4/K8wz/T/jM0FbX9S8YHB31i8mBydQ9+ug== -----END RSA PRIVATE KEY----- 2018-08-01 03:35:15,361 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-groups 2018-08-01 03:35:15,362 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}fcb08804975ba926b221ebe4743f26967ea5c141" -d '{"security_group": {"name": "vping_ssh-sg_48c007f4-9405-42c8-873f-9a1342010cb1", "description": "created by OPNFV Functest (vping_ssh)"}}' 2018-08-01 03:35:15,922 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1418 X-Openstack-Request-Id: req-236f8a27-3d4f-4739-9e1f-6a9d747e9acc Date: Wed, 01 Aug 2018 03:35:15 GMT RESP BODY: {"security_group": {"description": "created by OPNFV Functest (vping_ssh)", "tags": [], "tenant_id": "14cb0b84fa454e1ea6fb1321b925f4a9", "created_at": "2018-08-01T03:35:15Z", "updated_at": "2018-08-01T03:35:15Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-01T03:35:15Z", "revision_number": 0, "id": "51508000-1944-4a54-92d6-ab4472252e60", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-01T03:35:15Z", "security_group_id": "bc9f0085-ff7b-4d85-959d-f10a4570fd53", "tenant_id": "14cb0b84fa454e1ea6fb1321b925f4a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "14cb0b84fa454e1ea6fb1321b925f4a9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-01T03:35:15Z", "revision_number": 0, "id": "6691fff3-ba08-4eb6-84cb-2a691f892205", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-01T03:35:15Z", "security_group_id": "bc9f0085-ff7b-4d85-959d-f10a4570fd53", "tenant_id": "14cb0b84fa454e1ea6fb1321b925f4a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "14cb0b84fa454e1ea6fb1321b925f4a9"}], "revision_number": 1, "project_id": "14cb0b84fa454e1ea6fb1321b925f4a9", "id": "bc9f0085-ff7b-4d85-959d-f10a4570fd53", "name": "vping_ssh-sg_48c007f4-9405-42c8-873f-9a1342010cb1"}} 2018-08-01 03:35:15,922 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-236f8a27-3d4f-4739-9e1f-6a9d747e9acc 2018-08-01 03:35:15,923 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-groups in 0.561105012894s 2018-08-01 03:35:15,923 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-236f8a27-3d4f-4739-9e1f-6a9d747e9acc 2018-08-01 03:35:15,925 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-01 03:35:15,925 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}fcb08804975ba926b221ebe4743f26967ea5c141" 2018-08-01 03:35:15,977 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3834 X-Openstack-Request-Id: req-f13aeeac-059c-406d-9e36-d9b920bc441c Date: Wed, 01 Aug 2018 03:35:15 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "14cb0b84fa454e1ea6fb1321b925f4a9", "created_at": "2018-08-01T03:35:07Z", "updated_at": "2018-08-01T03:35:07Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-01T03:35:07Z", "revision_number": 0, "id": "0e306cfa-aa2e-4ac5-8668-f05866cdc4a9", "remote_group_id": "693a3ce4-f812-4951-8989-72bfc5e6a14c", "remote_ip_prefix": null, "created_at": "2018-08-01T03:35:07Z", "security_group_id": "693a3ce4-f812-4951-8989-72bfc5e6a14c", "tenant_id": "14cb0b84fa454e1ea6fb1321b925f4a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "14cb0b84fa454e1ea6fb1321b925f4a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-01T03:35:07Z", "revision_number": 0, "id": "12c4be50-bd2f-43a5-bf4b-e78b4042efea", "remote_group_id": "693a3ce4-f812-4951-8989-72bfc5e6a14c", "remote_ip_prefix": null, "created_at": "2018-08-01T03:35:07Z", "security_group_id": "693a3ce4-f812-4951-8989-72bfc5e6a14c", "tenant_id": "14cb0b84fa454e1ea6fb1321b925f4a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "14cb0b84fa454e1ea6fb1321b925f4a9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-01T03:35:07Z", "revision_number": 0, "id": "8968eafa-7004-4097-a51a-b5571df19d6a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-01T03:35:07Z", "security_group_id": "693a3ce4-f812-4951-8989-72bfc5e6a14c", "tenant_id": "14cb0b84fa454e1ea6fb1321b925f4a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "14cb0b84fa454e1ea6fb1321b925f4a9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-01T03:35:07Z", "revision_number": 0, "id": "daba33fc-31a8-4756-89e4-9918caf9135e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-01T03:35:07Z", "security_group_id": "693a3ce4-f812-4951-8989-72bfc5e6a14c", "tenant_id": "14cb0b84fa454e1ea6fb1321b925f4a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "14cb0b84fa454e1ea6fb1321b925f4a9"}], "revision_number": 1, "project_id": "14cb0b84fa454e1ea6fb1321b925f4a9", "id": "693a3ce4-f812-4951-8989-72bfc5e6a14c", "name": "default"}, {"description": "created by OPNFV Functest (vping_ssh)", "tags": [], "tenant_id": "14cb0b84fa454e1ea6fb1321b925f4a9", "created_at": "2018-08-01T03:35:15Z", "updated_at": "2018-08-01T03:35:15Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-01T03:35:15Z", "revision_number": 0, "id": "51508000-1944-4a54-92d6-ab4472252e60", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-01T03:35:15Z", "security_group_id": "bc9f0085-ff7b-4d85-959d-f10a4570fd53", "tenant_id": "14cb0b84fa454e1ea6fb1321b925f4a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "14cb0b84fa454e1ea6fb1321b925f4a9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-01T03:35:15Z", "revision_number": 0, "id": "6691fff3-ba08-4eb6-84cb-2a691f892205", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-01T03:35:15Z", "security_group_id": "bc9f0085-ff7b-4d85-959d-f10a4570fd53", "tenant_id": "14cb0b84fa454e1ea6fb1321b925f4a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "14cb0b84fa454e1ea6fb1321b925f4a9"}], "revision_number": 1, "project_id": "14cb0b84fa454e1ea6fb1321b925f4a9", "id": "bc9f0085-ff7b-4d85-959d-f10a4570fd53", "name": "vping_ssh-sg_48c007f4-9405-42c8-873f-9a1342010cb1"}]} 2018-08-01 03:35:15,978 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-f13aeeac-059c-406d-9e36-d9b920bc441c 2018-08-01 03:35:15,978 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0528750419617s 2018-08-01 03:35:15,978 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-f13aeeac-059c-406d-9e36-d9b920bc441c 2018-08-01 03:35:15,982 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-01 03:35:15,983 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}fcb08804975ba926b221ebe4743f26967ea5c141" -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": "bc9f0085-ff7b-4d85-959d-f10a4570fd53"}}' 2018-08-01 03:35:16,447 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-8cfee659-520c-48d7-985e-5006c9c1c9d2 Date: Wed, 01 Aug 2018 03:35:16 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-01T03:35:16Z", "security_group_id": "bc9f0085-ff7b-4d85-959d-f10a4570fd53", "port_range_min": 22, "revision_number": 0, "tenant_id": "14cb0b84fa454e1ea6fb1321b925f4a9", "created_at": "2018-08-01T03:35:16Z", "project_id": "14cb0b84fa454e1ea6fb1321b925f4a9", "id": "66d3b2e9-6167-4b2b-9184-399093385eb3"}} 2018-08-01 03:35:16,447 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules.json used request id req-8cfee659-520c-48d7-985e-5006c9c1c9d2 2018-08-01 03:35:16,448 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.465338945389s 2018-08-01 03:35:16,448 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules.json used request id req-8cfee659-520c-48d7-985e-5006c9c1c9d2 2018-08-01 03:35:16,451 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-01 03:35:16,452 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}fcb08804975ba926b221ebe4743f26967ea5c141" 2018-08-01 03:35:16,705 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4330 X-Openstack-Request-Id: req-3331f2a9-8264-44db-a418-1eaf24374526 Date: Wed, 01 Aug 2018 03:35:16 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "14cb0b84fa454e1ea6fb1321b925f4a9", "created_at": "2018-08-01T03:35:07Z", "updated_at": "2018-08-01T03:35:07Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-01T03:35:07Z", "revision_number": 0, "id": "0e306cfa-aa2e-4ac5-8668-f05866cdc4a9", "remote_group_id": "693a3ce4-f812-4951-8989-72bfc5e6a14c", "remote_ip_prefix": null, "created_at": "2018-08-01T03:35:07Z", "security_group_id": "693a3ce4-f812-4951-8989-72bfc5e6a14c", "tenant_id": "14cb0b84fa454e1ea6fb1321b925f4a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "14cb0b84fa454e1ea6fb1321b925f4a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-01T03:35:07Z", "revision_number": 0, "id": "12c4be50-bd2f-43a5-bf4b-e78b4042efea", "remote_group_id": "693a3ce4-f812-4951-8989-72bfc5e6a14c", "remote_ip_prefix": null, "created_at": "2018-08-01T03:35:07Z", "security_group_id": "693a3ce4-f812-4951-8989-72bfc5e6a14c", "tenant_id": "14cb0b84fa454e1ea6fb1321b925f4a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "14cb0b84fa454e1ea6fb1321b925f4a9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-01T03:35:07Z", "revision_number": 0, "id": "8968eafa-7004-4097-a51a-b5571df19d6a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-01T03:35:07Z", "security_group_id": "693a3ce4-f812-4951-8989-72bfc5e6a14c", "tenant_id": "14cb0b84fa454e1ea6fb1321b925f4a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "14cb0b84fa454e1ea6fb1321b925f4a9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-01T03:35:07Z", "revision_number": 0, "id": "daba33fc-31a8-4756-89e4-9918caf9135e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-01T03:35:07Z", "security_group_id": "693a3ce4-f812-4951-8989-72bfc5e6a14c", "tenant_id": "14cb0b84fa454e1ea6fb1321b925f4a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "14cb0b84fa454e1ea6fb1321b925f4a9"}], "revision_number": 1, "project_id": "14cb0b84fa454e1ea6fb1321b925f4a9", "id": "693a3ce4-f812-4951-8989-72bfc5e6a14c", "name": "default"}, {"description": "created by OPNFV Functest (vping_ssh)", "tags": [], "tenant_id": "14cb0b84fa454e1ea6fb1321b925f4a9", "created_at": "2018-08-01T03:35:15Z", "updated_at": "2018-08-01T03:35:16Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-01T03:35:15Z", "revision_number": 0, "id": "51508000-1944-4a54-92d6-ab4472252e60", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-01T03:35:15Z", "security_group_id": "bc9f0085-ff7b-4d85-959d-f10a4570fd53", "tenant_id": "14cb0b84fa454e1ea6fb1321b925f4a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "14cb0b84fa454e1ea6fb1321b925f4a9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-01T03:35:15Z", "revision_number": 0, "id": "6691fff3-ba08-4eb6-84cb-2a691f892205", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-01T03:35:15Z", "security_group_id": "bc9f0085-ff7b-4d85-959d-f10a4570fd53", "tenant_id": "14cb0b84fa454e1ea6fb1321b925f4a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "14cb0b84fa454e1ea6fb1321b925f4a9"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-01T03:35:16Z", "revision_number": 0, "id": "66d3b2e9-6167-4b2b-9184-399093385eb3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-01T03:35:16Z", "security_group_id": "bc9f0085-ff7b-4d85-959d-f10a4570fd53", "tenant_id": "14cb0b84fa454e1ea6fb1321b925f4a9", "port_range_min": 22, "ethertype": "IPv4", "project_id": "14cb0b84fa454e1ea6fb1321b925f4a9"}], "revision_number": 2, "project_id": "14cb0b84fa454e1ea6fb1321b925f4a9", "id": "bc9f0085-ff7b-4d85-959d-f10a4570fd53", "name": "vping_ssh-sg_48c007f4-9405-42c8-873f-9a1342010cb1"}]} 2018-08-01 03:35:16,705 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-3331f2a9-8264-44db-a418-1eaf24374526 2018-08-01 03:35:16,705 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.254081964493s 2018-08-01 03:35:16,706 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-3331f2a9-8264-44db-a418-1eaf24374526 2018-08-01 03:35:16,709 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-01 03:35:16,710 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}fcb08804975ba926b221ebe4743f26967ea5c141" -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": "bc9f0085-ff7b-4d85-959d-f10a4570fd53"}}' 2018-08-01 03:35:16,913 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-36c39d85-c6a0-4049-a919-087df8699efb Date: Wed, 01 Aug 2018 03:35:16 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-01T03:35:16Z", "security_group_id": "bc9f0085-ff7b-4d85-959d-f10a4570fd53", "port_range_min": null, "revision_number": 0, "tenant_id": "14cb0b84fa454e1ea6fb1321b925f4a9", "created_at": "2018-08-01T03:35:16Z", "project_id": "14cb0b84fa454e1ea6fb1321b925f4a9", "id": "591dda74-d4c5-4218-aec8-cb146f82eff8"}} 2018-08-01 03:35:16,913 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules.json used request id req-36c39d85-c6a0-4049-a919-087df8699efb 2018-08-01 03:35:16,913 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.203799962997s 2018-08-01 03:35:16,913 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules.json used request id req-36c39d85-c6a0-4049-a919-087df8699efb 2018-08-01 03:35:16,915 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-01 03:35:16,915 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}fcb08804975ba926b221ebe4743f26967ea5c141" 2018-08-01 03:35:17,214 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-0b3c6f8b-e9b4-4fb8-b212-bdc431cb12d8 Date: Wed, 01 Aug 2018 03:35:17 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["e06facf3-a24e-40d5-a5ce-a0901a6e4875"],"updated_at":"2018-08-01T03:28:20Z","tenant_id":"89443fd7c5cf4259bed71fca1c3fe619","created_at":"2018-08-01T03:28:13Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"89443fd7c5cf4259bed71fca1c3fe619","id":"262fe7ec-b437-40b8-908b-6eb66c149655","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["3371006e-1aa5-4778-bebc-da340c535895"],"updated_at":"2018-08-01T03:35:08Z","tenant_id":"14cb0b84fa454e1ea6fb1321b925f4a9","created_at":"2018-08-01T03:35:07Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"14cb0b84fa454e1ea6fb1321b925f4a9","id":"e60d8b87-81cd-4b6e-b4e0-ba4cddfb6e74","name":"vping_ssh-net_48c007f4-9405-42c8-873f-9a1342010cb1"}]} 2018-08-01 03:35:17,214 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-0b3c6f8b-e9b4-4fb8-b212-bdc431cb12d8 2018-08-01 03:35:17,215 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.299499034882s 2018-08-01 03:35:17,215 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-0b3c6f8b-e9b4-4fb8-b212-bdc431cb12d8 2018-08-01 03:35:17,219 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-01 03:35:17,222 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}fcb08804975ba926b221ebe4743f26967ea5c141" 2018-08-01 03:35:17,452 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1200 Content-Type: application/json X-Openstack-Request-Id: req-8b765460-352a-484a-90ab-ebcd21bbc0b0 Date: Wed, 01 Aug 2018 03:35:17 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://1c426f71-e315-470f-a765-a4a983e8d919/images/3419a3f1-4d86-4272-b2da-e0d59f7df43f/snap", "metadata": {}}], "file": "/v2/images/3419a3f1-4d86-4272-b2da-e0d59f7df43f/file", "owner": "14cb0b84fa454e1ea6fb1321b925f4a9", "id": "3419a3f1-4d86-4272-b2da-e0d59f7df43f", "size": 12716032, "self": "/v2/images/3419a3f1-4d86-4272-b2da-e0d59f7df43f", "disk_format": "qcow2", "direct_url": "rbd://1c426f71-e315-470f-a765-a4a983e8d919/images/3419a3f1-4d86-4272-b2da-e0d59f7df43f/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-08-01T03:35:14Z", "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_48c007f4-9405-42c8-873f-9a1342010cb1", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_48c007f4-9405-42c8-873f-9a1342010cb1", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-01T03:35:13Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-01 03:35:17,452 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-8b765460-352a-484a-90ab-ebcd21bbc0b0 2018-08-01 03:35:17,452 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.233180999756s 2018-08-01 03:35:17,453 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-8b765460-352a-484a-90ab-ebcd21bbc0b0 2018-08-01 03:35:17,454 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-01 03:35:17,457 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21: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}fcb08804975ba926b221ebe4743f26967ea5c141" 2018-08-01 03:35:17,494 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 03:35:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4b59fb7b-8ab9-4371-9182-7bf4ca02b26d x-compute-request-id: req-4b59fb7b-8ab9-4371-9182-7bf4ca02b26d Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vping_ssh-flavor_48c007f4-9405-42c8-873f-9a1342010cb1", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/2eb3467c-0eb8-44dc-9d93-bcce8bb0ff2b", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/2eb3467c-0eb8-44dc-9d93-bcce8bb0ff2b", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "2eb3467c-0eb8-44dc-9d93-bcce8bb0ff2b"}]} 2018-08-01 03:35:17,494 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-4b59fb7b-8ab9-4371-9182-7bf4ca02b26d 2018-08-01 03:35:17,494 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0397849082947s 2018-08-01 03:35:17,495 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-4b59fb7b-8ab9-4371-9182-7bf4ca02b26d 2018-08-01 03:35:17,496 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-08-01 03:35:17,499 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}fcb08804975ba926b221ebe4743f26967ea5c141" -d '{"server": {"name": "vping_ssh-vm2_48c007f4-9405-42c8-873f-9a1342010cb1", "imageRef": "3419a3f1-4d86-4272-b2da-e0d59f7df43f", "flavorRef": "2eb3467c-0eb8-44dc-9d93-bcce8bb0ff2b", "max_count": 1, "min_count": 1, "networks": [{"uuid": "e60d8b87-81cd-4b6e-b4e0-ba4cddfb6e74"}], "security_groups": [{"name": "bc9f0085-ff7b-4d85-959d-f10a4570fd53"}]}}' 2018-08-01 03:35:22,054 - keystoneauth.session - DEBUG - RESP: [202] Date: Wed, 01 Aug 2018 03:35:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-8b1669c1-c4ef-481d-8144-fb3ca286bede x-compute-request-id: req-8b1669c1-c4ef-481d-8144-fb3ca286bede Content-Length: 403 location: http://172.30.9.21:8774/v2.1/servers/66f6d393-d394-4bcb-a909-36f9c4d10774 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "bc9f0085-ff7b-4d85-959d-f10a4570fd53"}], "OS-DCF:diskConfig": "MANUAL", "id": "66f6d393-d394-4bcb-a909-36f9c4d10774", "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/66f6d393-d394-4bcb-a909-36f9c4d10774", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/66f6d393-d394-4bcb-a909-36f9c4d10774", "rel": "bookmark"}], "adminPass": "6XJx7qwd44wz"}} 2018-08-01 03:35:22,054 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers used request id req-8b1669c1-c4ef-481d-8144-fb3ca286bede 2018-08-01 03:35:22,054 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 4.55795502663s 2018-08-01 03:35:22,055 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers used request id req-8b1669c1-c4ef-481d-8144-fb3ca286bede 2018-08-01 03:35:22,055 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers 2018-08-01 03:35:22,058 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/66f6d393-d394-4bcb-a909-36f9c4d10774 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}fcb08804975ba926b221ebe4743f26967ea5c141" 2018-08-01 03:35:22,303 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 03:35:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c9eff79b-2ed0-44cf-ae3d-504649ec814d x-compute-request-id: req-c9eff79b-2ed0-44cf-ae3d-504649ec814d Content-Encoding: gzip Content-Length: 602 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/66f6d393-d394-4bcb-a909-36f9c4d10774", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/66f6d393-d394-4bcb-a909-36f9c4d10774", "rel": "bookmark"}], "image": {"id": "3419a3f1-4d86-4272-b2da-e0d59f7df43f", "links": [{"href": "http://172.30.9.21:8774/images/3419a3f1-4d86-4272-b2da-e0d59f7df43f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2eb3467c-0eb8-44dc-9d93-bcce8bb0ff2b", "links": [{"href": "http://172.30.9.21:8774/flavors/2eb3467c-0eb8-44dc-9d93-bcce8bb0ff2b", "rel": "bookmark"}]}, "id": "66f6d393-d394-4bcb-a909-36f9c4d10774", "user_id": "520f9d542b584a12a10ae027da8aceaf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-01T03:35:22Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_48c007f4-9405-42c8-873f-9a1342010cb1", "created": "2018-08-01T03:35:21Z", "tenant_id": "14cb0b84fa454e1ea6fb1321b925f4a9", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-01 03:35:22,304 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/66f6d393-d394-4bcb-a909-36f9c4d10774 used request id req-c9eff79b-2ed0-44cf-ae3d-504649ec814d 2018-08-01 03:35:22,304 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers in 0.24830698967s 2018-08-01 03:35:22,304 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/66f6d393-d394-4bcb-a909-36f9c4d10774 used request id req-c9eff79b-2ed0-44cf-ae3d-504649ec814d 2018-08-01 03:35:22,310 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-01 03:35:22,311 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}fcb08804975ba926b221ebe4743f26967ea5c141" 2018-08-01 03:35:22,427 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-8857da7f-51e5-44f1-8fe4-522227baa78f Date: Wed, 01 Aug 2018 03:35:22 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["e06facf3-a24e-40d5-a5ce-a0901a6e4875"],"updated_at":"2018-08-01T03:28:20Z","tenant_id":"89443fd7c5cf4259bed71fca1c3fe619","created_at":"2018-08-01T03:28:13Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"89443fd7c5cf4259bed71fca1c3fe619","id":"262fe7ec-b437-40b8-908b-6eb66c149655","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["3371006e-1aa5-4778-bebc-da340c535895"],"updated_at":"2018-08-01T03:35:08Z","tenant_id":"14cb0b84fa454e1ea6fb1321b925f4a9","created_at":"2018-08-01T03:35:07Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"14cb0b84fa454e1ea6fb1321b925f4a9","id":"e60d8b87-81cd-4b6e-b4e0-ba4cddfb6e74","name":"vping_ssh-net_48c007f4-9405-42c8-873f-9a1342010cb1"}]} 2018-08-01 03:35:22,428 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-8857da7f-51e5-44f1-8fe4-522227baa78f 2018-08-01 03:35:22,428 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.117072105408s 2018-08-01 03:35:22,428 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-8857da7f-51e5-44f1-8fe4-522227baa78f 2018-08-01 03:35:22,429 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-01 03:35:22,429 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}fcb08804975ba926b221ebe4743f26967ea5c141" 2018-08-01 03:35:22,479 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-1b443f10-9f04-4e47-a12d-4826f3752a27 Date: Wed, 01 Aug 2018 03:35:22 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e60d8b87-81cd-4b6e-b4e0-ba4cddfb6e74","tenant_id":"14cb0b84fa454e1ea6fb1321b925f4a9","created_at":"2018-08-01T03:35:08Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-01T03:35: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":"14cb0b84fa454e1ea6fb1321b925f4a9","id":"3371006e-1aa5-4778-bebc-da340c535895","subnetpool_id":null,"name":"vping_ssh-subnet_48c007f4-9405-42c8-873f-9a1342010cb1"}]} 2018-08-01 03:35:22,479 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-1b443f10-9f04-4e47-a12d-4826f3752a27 2018-08-01 03:35:22,479 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0500359535217s 2018-08-01 03:35:22,479 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-1b443f10-9f04-4e47-a12d-4826f3752a27 2018-08-01 03:35:22,480 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-01 03:35:22,483 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}fcb08804975ba926b221ebe4743f26967ea5c141" 2018-08-01 03:35:23,002 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 03:35:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-dae5c0c0-dbf6-4574-bd4d-a083cfdf627e x-compute-request-id: req-dae5c0c0-dbf6-4574-bd4d-a083cfdf627e 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.21:8774/v2.1/servers/66f6d393-d394-4bcb-a909-36f9c4d10774", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/66f6d393-d394-4bcb-a909-36f9c4d10774", "rel": "bookmark"}], "image": {"id": "3419a3f1-4d86-4272-b2da-e0d59f7df43f", "links": [{"href": "http://172.30.9.21:8774/images/3419a3f1-4d86-4272-b2da-e0d59f7df43f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2eb3467c-0eb8-44dc-9d93-bcce8bb0ff2b", "links": [{"href": "http://172.30.9.21:8774/flavors/2eb3467c-0eb8-44dc-9d93-bcce8bb0ff2b", "rel": "bookmark"}]}, "id": "66f6d393-d394-4bcb-a909-36f9c4d10774", "user_id": "520f9d542b584a12a10ae027da8aceaf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-01T03:35:22Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_48c007f4-9405-42c8-873f-9a1342010cb1", "created": "2018-08-01T03:35:21Z", "tenant_id": "14cb0b84fa454e1ea6fb1321b925f4a9", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-01 03:35:23,003 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-dae5c0c0-dbf6-4574-bd4d-a083cfdf627e 2018-08-01 03:35:23,003 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.522279977798s 2018-08-01 03:35:23,003 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-dae5c0c0-dbf6-4574-bd4d-a083cfdf627e 2018-08-01 03:35:23,007 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-01 03:35:25,010 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-01 03:35:25,013 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}fcb08804975ba926b221ebe4743f26967ea5c141" 2018-08-01 03:35:25,352 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 03:35:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6aed8d29-0d92-425e-b9a9-c39a11327d5d x-compute-request-id: req-6aed8d29-0d92-425e-b9a9-c39a11327d5d Content-Encoding: gzip Content-Length: 638 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/66f6d393-d394-4bcb-a909-36f9c4d10774", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/66f6d393-d394-4bcb-a909-36f9c4d10774", "rel": "bookmark"}], "image": {"id": "3419a3f1-4d86-4272-b2da-e0d59f7df43f", "links": [{"href": "http://172.30.9.21:8774/images/3419a3f1-4d86-4272-b2da-e0d59f7df43f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2eb3467c-0eb8-44dc-9d93-bcce8bb0ff2b", "links": [{"href": "http://172.30.9.21:8774/flavors/2eb3467c-0eb8-44dc-9d93-bcce8bb0ff2b", "rel": "bookmark"}]}, "id": "66f6d393-d394-4bcb-a909-36f9c4d10774", "user_id": "520f9d542b584a12a10ae027da8aceaf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-01T03:35:24Z", "hostId": "0ad1e834e5178078c65249bb9ce6d76a09fe967e22903399b4021891", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_48c007f4-9405-42c8-873f-9a1342010cb1", "created": "2018-08-01T03:35:21Z", "tenant_id": "14cb0b84fa454e1ea6fb1321b925f4a9", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-01 03:35:25,352 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-6aed8d29-0d92-425e-b9a9-c39a11327d5d 2018-08-01 03:35:25,353 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.342190027237s 2018-08-01 03:35:25,353 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-6aed8d29-0d92-425e-b9a9-c39a11327d5d 2018-08-01 03:35:25,357 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-01 03:35:27,360 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-01 03:35:27,363 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}fcb08804975ba926b221ebe4743f26967ea5c141" 2018-08-01 03:35:27,991 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 03:35: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-a9915505-231e-4632-819b-63f159e5bfe8 x-compute-request-id: req-a9915505-231e-4632-819b-63f159e5bfe8 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.21:8774/v2.1/servers/66f6d393-d394-4bcb-a909-36f9c4d10774", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/66f6d393-d394-4bcb-a909-36f9c4d10774", "rel": "bookmark"}], "image": {"id": "3419a3f1-4d86-4272-b2da-e0d59f7df43f", "links": [{"href": "http://172.30.9.21:8774/images/3419a3f1-4d86-4272-b2da-e0d59f7df43f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2eb3467c-0eb8-44dc-9d93-bcce8bb0ff2b", "links": [{"href": "http://172.30.9.21:8774/flavors/2eb3467c-0eb8-44dc-9d93-bcce8bb0ff2b", "rel": "bookmark"}]}, "id": "66f6d393-d394-4bcb-a909-36f9c4d10774", "security_groups": [{"name": "vping_ssh-sg_48c007f4-9405-42c8-873f-9a1342010cb1"}], "user_id": "520f9d542b584a12a10ae027da8aceaf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-01T03:35:25Z", "hostId": "0ad1e834e5178078c65249bb9ce6d76a09fe967e22903399b4021891", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_48c007f4-9405-42c8-873f-9a1342010cb1", "created": "2018-08-01T03:35:21Z", "tenant_id": "14cb0b84fa454e1ea6fb1321b925f4a9", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-01 03:35:27,991 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-a9915505-231e-4632-819b-63f159e5bfe8 2018-08-01 03:35:27,991 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.630567073822s 2018-08-01 03:35:27,991 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-a9915505-231e-4632-819b-63f159e5bfe8 2018-08-01 03:35:27,996 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-01 03:35:29,998 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-01 03:35:30,002 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}fcb08804975ba926b221ebe4743f26967ea5c141" 2018-08-01 03:35:31,083 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 03:35: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-c9e43a2e-eacd-4733-8911-46a6a436d510 x-compute-request-id: req-c9e43a2e-eacd-4733-8911-46a6a436d510 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.21:8774/v2.1/servers/66f6d393-d394-4bcb-a909-36f9c4d10774", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/66f6d393-d394-4bcb-a909-36f9c4d10774", "rel": "bookmark"}], "image": {"id": "3419a3f1-4d86-4272-b2da-e0d59f7df43f", "links": [{"href": "http://172.30.9.21:8774/images/3419a3f1-4d86-4272-b2da-e0d59f7df43f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2eb3467c-0eb8-44dc-9d93-bcce8bb0ff2b", "links": [{"href": "http://172.30.9.21:8774/flavors/2eb3467c-0eb8-44dc-9d93-bcce8bb0ff2b", "rel": "bookmark"}]}, "id": "66f6d393-d394-4bcb-a909-36f9c4d10774", "security_groups": [{"name": "vping_ssh-sg_48c007f4-9405-42c8-873f-9a1342010cb1"}], "user_id": "520f9d542b584a12a10ae027da8aceaf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-01T03:35:25Z", "hostId": "0ad1e834e5178078c65249bb9ce6d76a09fe967e22903399b4021891", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_48c007f4-9405-42c8-873f-9a1342010cb1", "created": "2018-08-01T03:35:21Z", "tenant_id": "14cb0b84fa454e1ea6fb1321b925f4a9", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-01 03:35:31,083 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-c9e43a2e-eacd-4733-8911-46a6a436d510 2018-08-01 03:35:31,083 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.08473801613s 2018-08-01 03:35:31,084 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-c9e43a2e-eacd-4733-8911-46a6a436d510 2018-08-01 03:35:31,088 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-01 03:35:33,091 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-01 03:35:33,094 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}fcb08804975ba926b221ebe4743f26967ea5c141" 2018-08-01 03:35:33,899 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 03:35: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-0ae6cdf8-6b4c-471d-9bb4-44630d705421 x-compute-request-id: req-0ae6cdf8-6b4c-471d-9bb4-44630d705421 Content-Encoding: gzip Content-Length: 742 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_48c007f4-9405-42c8-873f-9a1342010cb1": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:88:85:e9", "version": 4, "addr": "192.168.120.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/66f6d393-d394-4bcb-a909-36f9c4d10774", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/66f6d393-d394-4bcb-a909-36f9c4d10774", "rel": "bookmark"}], "image": {"id": "3419a3f1-4d86-4272-b2da-e0d59f7df43f", "links": [{"href": "http://172.30.9.21:8774/images/3419a3f1-4d86-4272-b2da-e0d59f7df43f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-01T03:35:30.000000", "flavor": {"id": "2eb3467c-0eb8-44dc-9d93-bcce8bb0ff2b", "links": [{"href": "http://172.30.9.21:8774/flavors/2eb3467c-0eb8-44dc-9d93-bcce8bb0ff2b", "rel": "bookmark"}]}, "id": "66f6d393-d394-4bcb-a909-36f9c4d10774", "security_groups": [{"name": "vping_ssh-sg_48c007f4-9405-42c8-873f-9a1342010cb1"}], "user_id": "520f9d542b584a12a10ae027da8aceaf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-01T03:35:30Z", "hostId": "0ad1e834e5178078c65249bb9ce6d76a09fe967e22903399b4021891", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_48c007f4-9405-42c8-873f-9a1342010cb1", "created": "2018-08-01T03:35:21Z", "tenant_id": "14cb0b84fa454e1ea6fb1321b925f4a9", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-01 03:35:33,899 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-0ae6cdf8-6b4c-471d-9bb4-44630d705421 2018-08-01 03:35:33,899 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.808658838272s 2018-08-01 03:35:33,900 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-0ae6cdf8-6b4c-471d-9bb4-44630d705421 2018-08-01 03:35:33,904 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-01 03:35:33,905 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:9696/v2.0/ports.json?device_id=66f6d393-d394-4bcb-a909-36f9c4d10774" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}fcb08804975ba926b221ebe4743f26967ea5c141" 2018-08-01 03:35:33,967 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-a35da991-3cba-4ace-9c13-fe0298bc6ac2 Date: Wed, 01 Aug 2018 03:35:33 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"e60d8b87-81cd-4b6e-b4e0-ba4cddfb6e74","tenant_id":"14cb0b84fa454e1ea6fb1321b925f4a9","created_at":"2018-08-01T03:35:25Z","admin_state_up":true,"updated_at":"2018-08-01T03:35:30Z","binding:vnic_type":"normal","device_id":"66f6d393-d394-4bcb-a909-36f9c4d10774","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:88:85:e9","id":"7cd67921-c37e-4bd0-8ef4-1a761290b569","port_security_enabled":true,"project_id":"14cb0b84fa454e1ea6fb1321b925f4a9","fixed_ips":[{"subnet_id":"3371006e-1aa5-4778-bebc-da340c535895","ip_address":"192.168.120.6"}],"extra_dhcp_opts":[],"security_groups":["bc9f0085-ff7b-4d85-959d-f10a4570fd53"],"name":""}]} 2018-08-01 03:35:33,967 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports.json?device_id=66f6d393-d394-4bcb-a909-36f9c4d10774 used request id req-a35da991-3cba-4ace-9c13-fe0298bc6ac2 2018-08-01 03:35:33,968 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0634129047394s 2018-08-01 03:35:33,968 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports.json?device_id=66f6d393-d394-4bcb-a909-36f9c4d10774 used request id req-a35da991-3cba-4ace-9c13-fe0298bc6ac2 2018-08-01 03:35:33,973 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-01 03:35:33,974 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:9696/v2.0/floatingips.json?port_id=7cd67921-c37e-4bd0-8ef4-1a761290b569" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}fcb08804975ba926b221ebe4743f26967ea5c141" 2018-08-01 03:35:34,208 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-04bf86f3-882a-43cb-a9d4-76524bbe9662 Date: Wed, 01 Aug 2018 03:35:34 GMT RESP BODY: {"floatingips": []} 2018-08-01 03:35:34,208 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json?port_id=7cd67921-c37e-4bd0-8ef4-1a761290b569 used request id req-04bf86f3-882a-43cb-a9d4-76524bbe9662 2018-08-01 03:35:34,208 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.234607934952s 2018-08-01 03:35:34,208 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json?port_id=7cd67921-c37e-4bd0-8ef4-1a761290b569 used request id req-04bf86f3-882a-43cb-a9d4-76524bbe9662 2018-08-01 03:35:34,209 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_ssh-net_48c007f4-9405-42c8-873f-9a1342010cb1': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:88:85:e9', u'version': 4, u'addr': u'192.168.120.6', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'3419a3f1-4d86-4272-b2da-e0d59f7df43f'}), 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-01T03:35:30.000000', 'flavor': Munch({u'id': u'2eb3467c-0eb8-44dc-9d93-bcce8bb0ff2b'}), 'az': u'nova', 'id': u'66f6d393-d394-4bcb-a909-36f9c4d10774', 'security_groups': [Munch({u'name': u'vping_ssh-sg_48c007f4-9405-42c8-873f-9a1342010cb1'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'520f9d542b584a12a10ae027da8aceaf', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'14cb0b84fa454e1ea6fb1321b925f4a9', 'name': 'vping_ssh-project_48c007f4-9405-42c8-873f-9a1342010cb1', '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-01T03:35:30.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-01T03:35:30Z', 'hostId': u'0ad1e834e5178078c65249bb9ce6d76a09fe967e22903399b4021891', u'OS-SRV-USG:terminated_at': None, 'key_name': None, 'public_v6': '', 'private_v4': u'192.168.120.6', 'cloud': 'envvars', 'host_id': u'0ad1e834e5178078c65249bb9ce6d76a09fe967e22903399b4021891', '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-01T03:35:30.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'14cb0b84fa454e1ea6fb1321b925f4a9', 'name': u'vping_ssh-vm2_48c007f4-9405-42c8-873f-9a1342010cb1', 'adminPass': None, 'tenant_id': u'14cb0b84fa454e1ea6fb1321b925f4a9', 'created_at': u'2018-08-01T03:35:21Z', 'created': u'2018-08-01T03:35:21Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-08-01 03:35:34,210 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-01 03:35:34,210 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}fcb08804975ba926b221ebe4743f26967ea5c141" 2018-08-01 03:35:34,323 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-093af5e2-b09f-409a-9ecd-ec4ebf4cb4c2 Date: Wed, 01 Aug 2018 03:35:34 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":["e06facf3-a24e-40d5-a5ce-a0901a6e4875"],"updated_at":"2018-08-01T03:28:20Z","tenant_id":"89443fd7c5cf4259bed71fca1c3fe619","created_at":"2018-08-01T03:28:13Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"89443fd7c5cf4259bed71fca1c3fe619","id":"262fe7ec-b437-40b8-908b-6eb66c149655","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["3371006e-1aa5-4778-bebc-da340c535895"],"updated_at":"2018-08-01T03:35:08Z","tenant_id":"14cb0b84fa454e1ea6fb1321b925f4a9","created_at":"2018-08-01T03:35:07Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"14cb0b84fa454e1ea6fb1321b925f4a9","id":"e60d8b87-81cd-4b6e-b4e0-ba4cddfb6e74","name":"vping_ssh-net_48c007f4-9405-42c8-873f-9a1342010cb1"}]} 2018-08-01 03:35:34,323 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-093af5e2-b09f-409a-9ecd-ec4ebf4cb4c2 2018-08-01 03:35:34,323 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.113312959671s 2018-08-01 03:35:34,323 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-093af5e2-b09f-409a-9ecd-ec4ebf4cb4c2 2018-08-01 03:35:34,328 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-01 03:35:34,332 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}fcb08804975ba926b221ebe4743f26967ea5c141" 2018-08-01 03:35:35,038 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1200 Content-Type: application/json X-Openstack-Request-Id: req-5bff42e2-1e76-4320-8213-cc76705d32a4 Date: Wed, 01 Aug 2018 03:35:35 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://1c426f71-e315-470f-a765-a4a983e8d919/images/3419a3f1-4d86-4272-b2da-e0d59f7df43f/snap", "metadata": {}}], "file": "/v2/images/3419a3f1-4d86-4272-b2da-e0d59f7df43f/file", "owner": "14cb0b84fa454e1ea6fb1321b925f4a9", "id": "3419a3f1-4d86-4272-b2da-e0d59f7df43f", "size": 12716032, "self": "/v2/images/3419a3f1-4d86-4272-b2da-e0d59f7df43f", "disk_format": "qcow2", "direct_url": "rbd://1c426f71-e315-470f-a765-a4a983e8d919/images/3419a3f1-4d86-4272-b2da-e0d59f7df43f/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-08-01T03:35:14Z", "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_48c007f4-9405-42c8-873f-9a1342010cb1", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_48c007f4-9405-42c8-873f-9a1342010cb1", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-01T03:35:13Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-01 03:35:35,038 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-5bff42e2-1e76-4320-8213-cc76705d32a4 2018-08-01 03:35:35,039 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.710495948792s 2018-08-01 03:35:35,039 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-5bff42e2-1e76-4320-8213-cc76705d32a4 2018-08-01 03:35:35,040 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-01 03:35:35,043 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21: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}fcb08804975ba926b221ebe4743f26967ea5c141" 2018-08-01 03:35:35,069 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 03:35:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9b4dcc11-9735-47e2-9639-d5c72d993f7c x-compute-request-id: req-9b4dcc11-9735-47e2-9639-d5c72d993f7c Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vping_ssh-flavor_48c007f4-9405-42c8-873f-9a1342010cb1", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/2eb3467c-0eb8-44dc-9d93-bcce8bb0ff2b", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/2eb3467c-0eb8-44dc-9d93-bcce8bb0ff2b", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "2eb3467c-0eb8-44dc-9d93-bcce8bb0ff2b"}]} 2018-08-01 03:35:35,069 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-9b4dcc11-9735-47e2-9639-d5c72d993f7c 2018-08-01 03:35:35,069 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0282771587372s 2018-08-01 03:35:35,069 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-9b4dcc11-9735-47e2-9639-d5c72d993f7c 2018-08-01 03:35:35,070 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-08-01 03:35:35,073 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}fcb08804975ba926b221ebe4743f26967ea5c141" -d '{"server": {"name": "vping_ssh-vm_48c007f4-9405-42c8-873f-9a1342010cb1", "imageRef": "3419a3f1-4d86-4272-b2da-e0d59f7df43f", "key_name": "vping_ssh-kp_48c007f4-9405-42c8-873f-9a1342010cb1", "flavorRef": "2eb3467c-0eb8-44dc-9d93-bcce8bb0ff2b", "max_count": 1, "min_count": 1, "networks": [{"uuid": "e60d8b87-81cd-4b6e-b4e0-ba4cddfb6e74"}], "security_groups": [{"name": "bc9f0085-ff7b-4d85-959d-f10a4570fd53"}]}}' 2018-08-01 03:35:39,241 - keystoneauth.session - DEBUG - RESP: [202] Date: Wed, 01 Aug 2018 03:35:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-43cb3930-e35a-45c6-8ca3-cb76270755ab x-compute-request-id: req-43cb3930-e35a-45c6-8ca3-cb76270755ab Content-Length: 403 location: http://172.30.9.21:8774/v2.1/servers/2228250f-a44a-4106-8919-85e97cf8dcf3 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "bc9f0085-ff7b-4d85-959d-f10a4570fd53"}], "OS-DCF:diskConfig": "MANUAL", "id": "2228250f-a44a-4106-8919-85e97cf8dcf3", "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/2228250f-a44a-4106-8919-85e97cf8dcf3", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/2228250f-a44a-4106-8919-85e97cf8dcf3", "rel": "bookmark"}], "adminPass": "USkAF9L4eGMh"}} 2018-08-01 03:35:39,241 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers used request id req-43cb3930-e35a-45c6-8ca3-cb76270755ab 2018-08-01 03:35:39,241 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 4.17046284676s 2018-08-01 03:35:39,241 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers used request id req-43cb3930-e35a-45c6-8ca3-cb76270755ab 2018-08-01 03:35:39,242 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers 2018-08-01 03:35:39,245 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/2228250f-a44a-4106-8919-85e97cf8dcf3 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}fcb08804975ba926b221ebe4743f26967ea5c141" 2018-08-01 03:35:39,327 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 03:35: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-3bcffa0e-9a2a-46db-bab7-f9960c753eb1 x-compute-request-id: req-3bcffa0e-9a2a-46db-bab7-f9960c753eb1 Content-Encoding: gzip Content-Length: 603 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/2228250f-a44a-4106-8919-85e97cf8dcf3", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/2228250f-a44a-4106-8919-85e97cf8dcf3", "rel": "bookmark"}], "image": {"id": "3419a3f1-4d86-4272-b2da-e0d59f7df43f", "links": [{"href": "http://172.30.9.21:8774/images/3419a3f1-4d86-4272-b2da-e0d59f7df43f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2eb3467c-0eb8-44dc-9d93-bcce8bb0ff2b", "links": [{"href": "http://172.30.9.21:8774/flavors/2eb3467c-0eb8-44dc-9d93-bcce8bb0ff2b", "rel": "bookmark"}]}, "id": "2228250f-a44a-4106-8919-85e97cf8dcf3", "user_id": "520f9d542b584a12a10ae027da8aceaf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-01T03:35:39Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_48c007f4-9405-42c8-873f-9a1342010cb1", "name": "vping_ssh-vm_48c007f4-9405-42c8-873f-9a1342010cb1", "created": "2018-08-01T03:35:39Z", "tenant_id": "14cb0b84fa454e1ea6fb1321b925f4a9", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-01 03:35:39,327 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/2228250f-a44a-4106-8919-85e97cf8dcf3 used request id req-3bcffa0e-9a2a-46db-bab7-f9960c753eb1 2018-08-01 03:35:39,328 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers in 0.0853941440582s 2018-08-01 03:35:39,328 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/2228250f-a44a-4106-8919-85e97cf8dcf3 used request id req-3bcffa0e-9a2a-46db-bab7-f9960c753eb1 2018-08-01 03:35:39,332 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-01 03:35:39,334 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}fcb08804975ba926b221ebe4743f26967ea5c141" 2018-08-01 03:35:40,064 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 03:35: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-b4fbfb8d-2ceb-4621-a6f8-aea1cbfac0d6 x-compute-request-id: req-b4fbfb8d-2ceb-4621-a6f8-aea1cbfac0d6 Content-Encoding: gzip Content-Length: 848 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/2228250f-a44a-4106-8919-85e97cf8dcf3", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/2228250f-a44a-4106-8919-85e97cf8dcf3", "rel": "bookmark"}], "image": {"id": "3419a3f1-4d86-4272-b2da-e0d59f7df43f", "links": [{"href": "http://172.30.9.21:8774/images/3419a3f1-4d86-4272-b2da-e0d59f7df43f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2eb3467c-0eb8-44dc-9d93-bcce8bb0ff2b", "links": [{"href": "http://172.30.9.21:8774/flavors/2eb3467c-0eb8-44dc-9d93-bcce8bb0ff2b", "rel": "bookmark"}]}, "id": "2228250f-a44a-4106-8919-85e97cf8dcf3", "user_id": "520f9d542b584a12a10ae027da8aceaf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-01T03:35:39Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_48c007f4-9405-42c8-873f-9a1342010cb1", "name": "vping_ssh-vm_48c007f4-9405-42c8-873f-9a1342010cb1", "created": "2018-08-01T03:35:39Z", "tenant_id": "14cb0b84fa454e1ea6fb1321b925f4a9", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_48c007f4-9405-42c8-873f-9a1342010cb1": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:88:85:e9", "version": 4, "addr": "192.168.120.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/66f6d393-d394-4bcb-a909-36f9c4d10774", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/66f6d393-d394-4bcb-a909-36f9c4d10774", "rel": "bookmark"}], "image": {"id": "3419a3f1-4d86-4272-b2da-e0d59f7df43f", "links": [{"href": "http://172.30.9.21:8774/images/3419a3f1-4d86-4272-b2da-e0d59f7df43f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-01T03:35:30.000000", "flavor": {"id": "2eb3467c-0eb8-44dc-9d93-bcce8bb0ff2b", "links": [{"href": "http://172.30.9.21:8774/flavors/2eb3467c-0eb8-44dc-9d93-bcce8bb0ff2b", "rel": "bookmark"}]}, "id": "66f6d393-d394-4bcb-a909-36f9c4d10774", "security_groups": [{"name": "vping_ssh-sg_48c007f4-9405-42c8-873f-9a1342010cb1"}], "user_id": "520f9d542b584a12a10ae027da8aceaf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-01T03:35:30Z", "hostId": "0ad1e834e5178078c65249bb9ce6d76a09fe967e22903399b4021891", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_48c007f4-9405-42c8-873f-9a1342010cb1", "created": "2018-08-01T03:35:21Z", "tenant_id": "14cb0b84fa454e1ea6fb1321b925f4a9", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-01 03:35:40,065 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-b4fbfb8d-2ceb-4621-a6f8-aea1cbfac0d6 2018-08-01 03:35:40,065 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.732855081558s 2018-08-01 03:35:40,065 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-b4fbfb8d-2ceb-4621-a6f8-aea1cbfac0d6 2018-08-01 03:35:40,071 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-01 03:35:42,074 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-01 03:35:42,077 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}fcb08804975ba926b221ebe4743f26967ea5c141" 2018-08-01 03:35:42,511 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 03:35: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-7e735f3e-a45f-4acb-9e72-2759723b968d x-compute-request-id: req-7e735f3e-a45f-4acb-9e72-2759723b968d 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.21:8774/v2.1/servers/2228250f-a44a-4106-8919-85e97cf8dcf3", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/2228250f-a44a-4106-8919-85e97cf8dcf3", "rel": "bookmark"}], "image": {"id": "3419a3f1-4d86-4272-b2da-e0d59f7df43f", "links": [{"href": "http://172.30.9.21:8774/images/3419a3f1-4d86-4272-b2da-e0d59f7df43f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2eb3467c-0eb8-44dc-9d93-bcce8bb0ff2b", "links": [{"href": "http://172.30.9.21:8774/flavors/2eb3467c-0eb8-44dc-9d93-bcce8bb0ff2b", "rel": "bookmark"}]}, "id": "2228250f-a44a-4106-8919-85e97cf8dcf3", "user_id": "520f9d542b584a12a10ae027da8aceaf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-01T03:35:41Z", "hostId": "a7b6191ed52b7a57d4de2a9f82433f7accbb1678903f021023533772", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_48c007f4-9405-42c8-873f-9a1342010cb1", "name": "vping_ssh-vm_48c007f4-9405-42c8-873f-9a1342010cb1", "created": "2018-08-01T03:35:39Z", "tenant_id": "14cb0b84fa454e1ea6fb1321b925f4a9", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_48c007f4-9405-42c8-873f-9a1342010cb1": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:88:85:e9", "version": 4, "addr": "192.168.120.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/66f6d393-d394-4bcb-a909-36f9c4d10774", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/66f6d393-d394-4bcb-a909-36f9c4d10774", "rel": "bookmark"}], "image": {"id": "3419a3f1-4d86-4272-b2da-e0d59f7df43f", "links": [{"href": "http://172.30.9.21:8774/images/3419a3f1-4d86-4272-b2da-e0d59f7df43f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-01T03:35:30.000000", "flavor": {"id": "2eb3467c-0eb8-44dc-9d93-bcce8bb0ff2b", "links": [{"href": "http://172.30.9.21:8774/flavors/2eb3467c-0eb8-44dc-9d93-bcce8bb0ff2b", "rel": "bookmark"}]}, "id": "66f6d393-d394-4bcb-a909-36f9c4d10774", "security_groups": [{"name": "vping_ssh-sg_48c007f4-9405-42c8-873f-9a1342010cb1"}], "user_id": "520f9d542b584a12a10ae027da8aceaf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-01T03:35:30Z", "hostId": "0ad1e834e5178078c65249bb9ce6d76a09fe967e22903399b4021891", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_48c007f4-9405-42c8-873f-9a1342010cb1", "created": "2018-08-01T03:35:21Z", "tenant_id": "14cb0b84fa454e1ea6fb1321b925f4a9", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-01 03:35:42,512 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-7e735f3e-a45f-4acb-9e72-2759723b968d 2018-08-01 03:35:42,512 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.438143014908s 2018-08-01 03:35:42,512 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-7e735f3e-a45f-4acb-9e72-2759723b968d 2018-08-01 03:35:42,517 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-01 03:35:44,520 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-01 03:35:44,523 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}fcb08804975ba926b221ebe4743f26967ea5c141" 2018-08-01 03:35:45,145 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 03:35: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-28303667-4c6b-4ef5-b2d8-a8653d43c998 x-compute-request-id: req-28303667-4c6b-4ef5-b2d8-a8653d43c998 Content-Encoding: gzip Content-Length: 890 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/2228250f-a44a-4106-8919-85e97cf8dcf3", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/2228250f-a44a-4106-8919-85e97cf8dcf3", "rel": "bookmark"}], "image": {"id": "3419a3f1-4d86-4272-b2da-e0d59f7df43f", "links": [{"href": "http://172.30.9.21:8774/images/3419a3f1-4d86-4272-b2da-e0d59f7df43f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2eb3467c-0eb8-44dc-9d93-bcce8bb0ff2b", "links": [{"href": "http://172.30.9.21:8774/flavors/2eb3467c-0eb8-44dc-9d93-bcce8bb0ff2b", "rel": "bookmark"}]}, "id": "2228250f-a44a-4106-8919-85e97cf8dcf3", "security_groups": [{"name": "vping_ssh-sg_48c007f4-9405-42c8-873f-9a1342010cb1"}], "user_id": "520f9d542b584a12a10ae027da8aceaf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-01T03:35:43Z", "hostId": "a7b6191ed52b7a57d4de2a9f82433f7accbb1678903f021023533772", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_48c007f4-9405-42c8-873f-9a1342010cb1", "name": "vping_ssh-vm_48c007f4-9405-42c8-873f-9a1342010cb1", "created": "2018-08-01T03:35:39Z", "tenant_id": "14cb0b84fa454e1ea6fb1321b925f4a9", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_48c007f4-9405-42c8-873f-9a1342010cb1": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:88:85:e9", "version": 4, "addr": "192.168.120.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/66f6d393-d394-4bcb-a909-36f9c4d10774", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/66f6d393-d394-4bcb-a909-36f9c4d10774", "rel": "bookmark"}], "image": {"id": "3419a3f1-4d86-4272-b2da-e0d59f7df43f", "links": [{"href": "http://172.30.9.21:8774/images/3419a3f1-4d86-4272-b2da-e0d59f7df43f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-01T03:35:30.000000", "flavor": {"id": "2eb3467c-0eb8-44dc-9d93-bcce8bb0ff2b", "links": [{"href": "http://172.30.9.21:8774/flavors/2eb3467c-0eb8-44dc-9d93-bcce8bb0ff2b", "rel": "bookmark"}]}, "id": "66f6d393-d394-4bcb-a909-36f9c4d10774", "security_groups": [{"name": "vping_ssh-sg_48c007f4-9405-42c8-873f-9a1342010cb1"}], "user_id": "520f9d542b584a12a10ae027da8aceaf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-01T03:35:30Z", "hostId": "0ad1e834e5178078c65249bb9ce6d76a09fe967e22903399b4021891", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_48c007f4-9405-42c8-873f-9a1342010cb1", "created": "2018-08-01T03:35:21Z", "tenant_id": "14cb0b84fa454e1ea6fb1321b925f4a9", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-01 03:35:45,145 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-28303667-4c6b-4ef5-b2d8-a8653d43c998 2018-08-01 03:35:45,146 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.625523805618s 2018-08-01 03:35:45,146 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-28303667-4c6b-4ef5-b2d8-a8653d43c998 2018-08-01 03:35:45,151 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-01 03:35:47,154 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-01 03:35:47,157 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}fcb08804975ba926b221ebe4743f26967ea5c141" 2018-08-01 03:35:47,749 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 03:35: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-c1d26ac0-3c54-4430-a03b-d28f703572b1 x-compute-request-id: req-c1d26ac0-3c54-4430-a03b-d28f703572b1 Content-Encoding: gzip Content-Length: 890 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/2228250f-a44a-4106-8919-85e97cf8dcf3", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/2228250f-a44a-4106-8919-85e97cf8dcf3", "rel": "bookmark"}], "image": {"id": "3419a3f1-4d86-4272-b2da-e0d59f7df43f", "links": [{"href": "http://172.30.9.21:8774/images/3419a3f1-4d86-4272-b2da-e0d59f7df43f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2eb3467c-0eb8-44dc-9d93-bcce8bb0ff2b", "links": [{"href": "http://172.30.9.21:8774/flavors/2eb3467c-0eb8-44dc-9d93-bcce8bb0ff2b", "rel": "bookmark"}]}, "id": "2228250f-a44a-4106-8919-85e97cf8dcf3", "security_groups": [{"name": "vping_ssh-sg_48c007f4-9405-42c8-873f-9a1342010cb1"}], "user_id": "520f9d542b584a12a10ae027da8aceaf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-01T03:35:43Z", "hostId": "a7b6191ed52b7a57d4de2a9f82433f7accbb1678903f021023533772", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_48c007f4-9405-42c8-873f-9a1342010cb1", "name": "vping_ssh-vm_48c007f4-9405-42c8-873f-9a1342010cb1", "created": "2018-08-01T03:35:39Z", "tenant_id": "14cb0b84fa454e1ea6fb1321b925f4a9", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_48c007f4-9405-42c8-873f-9a1342010cb1": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:88:85:e9", "version": 4, "addr": "192.168.120.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/66f6d393-d394-4bcb-a909-36f9c4d10774", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/66f6d393-d394-4bcb-a909-36f9c4d10774", "rel": "bookmark"}], "image": {"id": "3419a3f1-4d86-4272-b2da-e0d59f7df43f", "links": [{"href": "http://172.30.9.21:8774/images/3419a3f1-4d86-4272-b2da-e0d59f7df43f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-01T03:35:30.000000", "flavor": {"id": "2eb3467c-0eb8-44dc-9d93-bcce8bb0ff2b", "links": [{"href": "http://172.30.9.21:8774/flavors/2eb3467c-0eb8-44dc-9d93-bcce8bb0ff2b", "rel": "bookmark"}]}, "id": "66f6d393-d394-4bcb-a909-36f9c4d10774", "security_groups": [{"name": "vping_ssh-sg_48c007f4-9405-42c8-873f-9a1342010cb1"}], "user_id": "520f9d542b584a12a10ae027da8aceaf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-01T03:35:30Z", "hostId": "0ad1e834e5178078c65249bb9ce6d76a09fe967e22903399b4021891", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_48c007f4-9405-42c8-873f-9a1342010cb1", "created": "2018-08-01T03:35:21Z", "tenant_id": "14cb0b84fa454e1ea6fb1321b925f4a9", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-01 03:35:47,750 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-c1d26ac0-3c54-4430-a03b-d28f703572b1 2018-08-01 03:35:47,750 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.59576010704s 2018-08-01 03:35:47,750 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-c1d26ac0-3c54-4430-a03b-d28f703572b1 2018-08-01 03:35:47,755 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-01 03:35:49,758 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-01 03:35:49,761 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}fcb08804975ba926b221ebe4743f26967ea5c141" 2018-08-01 03:35:50,413 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 03:35: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-6ef32e9b-2ec8-4545-8ccf-0278a151ce30 x-compute-request-id: req-6ef32e9b-2ec8-4545-8ccf-0278a151ce30 Content-Encoding: gzip Content-Length: 890 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/2228250f-a44a-4106-8919-85e97cf8dcf3", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/2228250f-a44a-4106-8919-85e97cf8dcf3", "rel": "bookmark"}], "image": {"id": "3419a3f1-4d86-4272-b2da-e0d59f7df43f", "links": [{"href": "http://172.30.9.21:8774/images/3419a3f1-4d86-4272-b2da-e0d59f7df43f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2eb3467c-0eb8-44dc-9d93-bcce8bb0ff2b", "links": [{"href": "http://172.30.9.21:8774/flavors/2eb3467c-0eb8-44dc-9d93-bcce8bb0ff2b", "rel": "bookmark"}]}, "id": "2228250f-a44a-4106-8919-85e97cf8dcf3", "security_groups": [{"name": "vping_ssh-sg_48c007f4-9405-42c8-873f-9a1342010cb1"}], "user_id": "520f9d542b584a12a10ae027da8aceaf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-01T03:35:43Z", "hostId": "a7b6191ed52b7a57d4de2a9f82433f7accbb1678903f021023533772", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_48c007f4-9405-42c8-873f-9a1342010cb1", "name": "vping_ssh-vm_48c007f4-9405-42c8-873f-9a1342010cb1", "created": "2018-08-01T03:35:39Z", "tenant_id": "14cb0b84fa454e1ea6fb1321b925f4a9", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_48c007f4-9405-42c8-873f-9a1342010cb1": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:88:85:e9", "version": 4, "addr": "192.168.120.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/66f6d393-d394-4bcb-a909-36f9c4d10774", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/66f6d393-d394-4bcb-a909-36f9c4d10774", "rel": "bookmark"}], "image": {"id": "3419a3f1-4d86-4272-b2da-e0d59f7df43f", "links": [{"href": "http://172.30.9.21:8774/images/3419a3f1-4d86-4272-b2da-e0d59f7df43f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-01T03:35:30.000000", "flavor": {"id": "2eb3467c-0eb8-44dc-9d93-bcce8bb0ff2b", "links": [{"href": "http://172.30.9.21:8774/flavors/2eb3467c-0eb8-44dc-9d93-bcce8bb0ff2b", "rel": "bookmark"}]}, "id": "66f6d393-d394-4bcb-a909-36f9c4d10774", "security_groups": [{"name": "vping_ssh-sg_48c007f4-9405-42c8-873f-9a1342010cb1"}], "user_id": "520f9d542b584a12a10ae027da8aceaf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-01T03:35:30Z", "hostId": "0ad1e834e5178078c65249bb9ce6d76a09fe967e22903399b4021891", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_48c007f4-9405-42c8-873f-9a1342010cb1", "created": "2018-08-01T03:35:21Z", "tenant_id": "14cb0b84fa454e1ea6fb1321b925f4a9", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-01 03:35:50,413 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-6ef32e9b-2ec8-4545-8ccf-0278a151ce30 2018-08-01 03:35:50,413 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.655227184296s 2018-08-01 03:35:50,414 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-6ef32e9b-2ec8-4545-8ccf-0278a151ce30 2018-08-01 03:35:50,418 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-01 03:35:52,421 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-01 03:35:52,424 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}fcb08804975ba926b221ebe4743f26967ea5c141" 2018-08-01 03:35:53,697 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 03:35: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-7f74f7ad-1d5b-42d1-8874-20150e3862f0 x-compute-request-id: req-7f74f7ad-1d5b-42d1-8874-20150e3862f0 Content-Encoding: gzip Content-Length: 870 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_48c007f4-9405-42c8-873f-9a1342010cb1": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:51:40:7f", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/2228250f-a44a-4106-8919-85e97cf8dcf3", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/2228250f-a44a-4106-8919-85e97cf8dcf3", "rel": "bookmark"}], "image": {"id": "3419a3f1-4d86-4272-b2da-e0d59f7df43f", "links": [{"href": "http://172.30.9.21:8774/images/3419a3f1-4d86-4272-b2da-e0d59f7df43f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-01T03:35:50.000000", "flavor": {"id": "2eb3467c-0eb8-44dc-9d93-bcce8bb0ff2b", "links": [{"href": "http://172.30.9.21:8774/flavors/2eb3467c-0eb8-44dc-9d93-bcce8bb0ff2b", "rel": "bookmark"}]}, "id": "2228250f-a44a-4106-8919-85e97cf8dcf3", "security_groups": [{"name": "vping_ssh-sg_48c007f4-9405-42c8-873f-9a1342010cb1"}], "user_id": "520f9d542b584a12a10ae027da8aceaf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-01T03:35:50Z", "hostId": "a7b6191ed52b7a57d4de2a9f82433f7accbb1678903f021023533772", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_48c007f4-9405-42c8-873f-9a1342010cb1", "name": "vping_ssh-vm_48c007f4-9405-42c8-873f-9a1342010cb1", "created": "2018-08-01T03:35:39Z", "tenant_id": "14cb0b84fa454e1ea6fb1321b925f4a9", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_48c007f4-9405-42c8-873f-9a1342010cb1": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:88:85:e9", "version": 4, "addr": "192.168.120.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/66f6d393-d394-4bcb-a909-36f9c4d10774", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/66f6d393-d394-4bcb-a909-36f9c4d10774", "rel": "bookmark"}], "image": {"id": "3419a3f1-4d86-4272-b2da-e0d59f7df43f", "links": [{"href": "http://172.30.9.21:8774/images/3419a3f1-4d86-4272-b2da-e0d59f7df43f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-01T03:35:30.000000", "flavor": {"id": "2eb3467c-0eb8-44dc-9d93-bcce8bb0ff2b", "links": [{"href": "http://172.30.9.21:8774/flavors/2eb3467c-0eb8-44dc-9d93-bcce8bb0ff2b", "rel": "bookmark"}]}, "id": "66f6d393-d394-4bcb-a909-36f9c4d10774", "security_groups": [{"name": "vping_ssh-sg_48c007f4-9405-42c8-873f-9a1342010cb1"}], "user_id": "520f9d542b584a12a10ae027da8aceaf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-01T03:35:30Z", "hostId": "0ad1e834e5178078c65249bb9ce6d76a09fe967e22903399b4021891", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_48c007f4-9405-42c8-873f-9a1342010cb1", "created": "2018-08-01T03:35:21Z", "tenant_id": "14cb0b84fa454e1ea6fb1321b925f4a9", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-01 03:35:53,697 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-7f74f7ad-1d5b-42d1-8874-20150e3862f0 2018-08-01 03:35:53,697 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.27601099014s 2018-08-01 03:35:53,698 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-7f74f7ad-1d5b-42d1-8874-20150e3862f0 2018-08-01 03:35:53,703 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-01 03:35:53,704 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:9696/v2.0/ports.json?device_id=2228250f-a44a-4106-8919-85e97cf8dcf3" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}fcb08804975ba926b221ebe4743f26967ea5c141" 2018-08-01 03:35:53,793 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-f0580e75-6076-42f0-a754-c38fff2e1278 Date: Wed, 01 Aug 2018 03:35:53 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"e60d8b87-81cd-4b6e-b4e0-ba4cddfb6e74","tenant_id":"14cb0b84fa454e1ea6fb1321b925f4a9","created_at":"2018-08-01T03:35:42Z","admin_state_up":true,"updated_at":"2018-08-01T03:35:49Z","binding:vnic_type":"normal","device_id":"2228250f-a44a-4106-8919-85e97cf8dcf3","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:51:40:7f","id":"8fa694f0-7a45-437b-851f-9faec5d51452","port_security_enabled":true,"project_id":"14cb0b84fa454e1ea6fb1321b925f4a9","fixed_ips":[{"subnet_id":"3371006e-1aa5-4778-bebc-da340c535895","ip_address":"192.168.120.11"}],"extra_dhcp_opts":[],"security_groups":["bc9f0085-ff7b-4d85-959d-f10a4570fd53"],"name":""}]} 2018-08-01 03:35:53,793 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports.json?device_id=2228250f-a44a-4106-8919-85e97cf8dcf3 used request id req-f0580e75-6076-42f0-a754-c38fff2e1278 2018-08-01 03:35:53,793 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0900030136108s 2018-08-01 03:35:53,793 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports.json?device_id=2228250f-a44a-4106-8919-85e97cf8dcf3 used request id req-f0580e75-6076-42f0-a754-c38fff2e1278 2018-08-01 03:35:53,798 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-01 03:35:53,798 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:9696/v2.0/floatingips.json?port_id=8fa694f0-7a45-437b-851f-9faec5d51452" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}fcb08804975ba926b221ebe4743f26967ea5c141" 2018-08-01 03:35:53,850 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-94692fdc-4312-4e95-bb7a-08e23a7306a9 Date: Wed, 01 Aug 2018 03:35:53 GMT RESP BODY: {"floatingips": []} 2018-08-01 03:35:53,850 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json?port_id=8fa694f0-7a45-437b-851f-9faec5d51452 used request id req-94692fdc-4312-4e95-bb7a-08e23a7306a9 2018-08-01 03:35:53,851 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0525569915771s 2018-08-01 03:35:53,851 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json?port_id=8fa694f0-7a45-437b-851f-9faec5d51452 used request id req-94692fdc-4312-4e95-bb7a-08e23a7306a9 2018-08-01 03:35:53,851 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_ssh-net_48c007f4-9405-42c8-873f-9a1342010cb1': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:51:40:7f', 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'3419a3f1-4d86-4272-b2da-e0d59f7df43f'}), 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-01T03:35:50.000000', 'flavor': Munch({u'id': u'2eb3467c-0eb8-44dc-9d93-bcce8bb0ff2b'}), 'az': u'nova', 'id': u'2228250f-a44a-4106-8919-85e97cf8dcf3', 'security_groups': [Munch({u'name': u'vping_ssh-sg_48c007f4-9405-42c8-873f-9a1342010cb1'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'520f9d542b584a12a10ae027da8aceaf', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'14cb0b84fa454e1ea6fb1321b925f4a9', 'name': 'vping_ssh-project_48c007f4-9405-42c8-873f-9a1342010cb1', '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-01T03:35:50.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-01T03:35:50Z', 'hostId': u'a7b6191ed52b7a57d4de2a9f82433f7accbb1678903f021023533772', u'OS-SRV-USG:terminated_at': None, 'key_name': u'vping_ssh-kp_48c007f4-9405-42c8-873f-9a1342010cb1', 'public_v6': '', 'private_v4': u'192.168.120.11', 'cloud': 'envvars', 'host_id': u'a7b6191ed52b7a57d4de2a9f82433f7accbb1678903f021023533772', '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-01T03:35:50.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'14cb0b84fa454e1ea6fb1321b925f4a9', 'name': u'vping_ssh-vm_48c007f4-9405-42c8-873f-9a1342010cb1', 'adminPass': None, 'tenant_id': u'14cb0b84fa454e1ea6fb1321b925f4a9', 'created_at': u'2018-08-01T03:35:39Z', 'created': u'2018-08-01T03:35:39Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-08-01 03:35:53,854 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-01 03:35:53,855 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}fcb08804975ba926b221ebe4743f26967ea5c141" 2018-08-01 03:35:53,994 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-bb7f07bc-e7b8-4694-b9f9-c93b48837bea Date: Wed, 01 Aug 2018 03:35: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":["e06facf3-a24e-40d5-a5ce-a0901a6e4875"],"updated_at":"2018-08-01T03:28:20Z","tenant_id":"89443fd7c5cf4259bed71fca1c3fe619","created_at":"2018-08-01T03:28:13Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"89443fd7c5cf4259bed71fca1c3fe619","id":"262fe7ec-b437-40b8-908b-6eb66c149655","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["3371006e-1aa5-4778-bebc-da340c535895"],"updated_at":"2018-08-01T03:35:08Z","tenant_id":"14cb0b84fa454e1ea6fb1321b925f4a9","created_at":"2018-08-01T03:35:07Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"14cb0b84fa454e1ea6fb1321b925f4a9","id":"e60d8b87-81cd-4b6e-b4e0-ba4cddfb6e74","name":"vping_ssh-net_48c007f4-9405-42c8-873f-9a1342010cb1"}]} 2018-08-01 03:35:53,994 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-bb7f07bc-e7b8-4694-b9f9-c93b48837bea 2018-08-01 03:35:53,994 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.139867782593s 2018-08-01 03:35:53,995 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-bb7f07bc-e7b8-4694-b9f9-c93b48837bea 2018-08-01 03:35:53,996 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-01 03:35:53,996 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:9696/v2.0/ports.json?device_id=2228250f-a44a-4106-8919-85e97cf8dcf3" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}fcb08804975ba926b221ebe4743f26967ea5c141" 2018-08-01 03:35:54,060 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-c478d098-762e-4d6d-9b9e-88e3f2317acf Date: Wed, 01 Aug 2018 03:35:54 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"e60d8b87-81cd-4b6e-b4e0-ba4cddfb6e74","tenant_id":"14cb0b84fa454e1ea6fb1321b925f4a9","created_at":"2018-08-01T03:35:42Z","admin_state_up":true,"updated_at":"2018-08-01T03:35:49Z","binding:vnic_type":"normal","device_id":"2228250f-a44a-4106-8919-85e97cf8dcf3","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:51:40:7f","id":"8fa694f0-7a45-437b-851f-9faec5d51452","port_security_enabled":true,"project_id":"14cb0b84fa454e1ea6fb1321b925f4a9","fixed_ips":[{"subnet_id":"3371006e-1aa5-4778-bebc-da340c535895","ip_address":"192.168.120.11"}],"extra_dhcp_opts":[],"security_groups":["bc9f0085-ff7b-4d85-959d-f10a4570fd53"],"name":""}]} 2018-08-01 03:35:54,060 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports.json?device_id=2228250f-a44a-4106-8919-85e97cf8dcf3 used request id req-c478d098-762e-4d6d-9b9e-88e3f2317acf 2018-08-01 03:35:54,060 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0641391277313s 2018-08-01 03:35:54,060 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports.json?device_id=2228250f-a44a-4106-8919-85e97cf8dcf3 used request id req-c478d098-762e-4d6d-9b9e-88e3f2317acf 2018-08-01 03:35:54,061 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-08-01 03:35:54,062 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}fcb08804975ba926b221ebe4743f26967ea5c141" -d '{"floatingip": {"floating_network_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "fixed_ip_address": "192.168.120.11", "port_id": "8fa694f0-7a45-437b-851f-9faec5d51452"}}' 2018-08-01 03:35:56,149 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 554 X-Openstack-Request-Id: req-886fada7-44a1-427f-8313-864979628097 Date: Wed, 01 Aug 2018 03:35:56 GMT RESP BODY: {"floatingip": {"router_id": "1848177a-8d24-4e1e-928e-53bfabfe417e", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-01T03:35:54Z", "floating_network_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "fixed_ip_address": "192.168.120.11", "floating_ip_address": "172.30.9.200", "revision_number": 0, "port_id": "8fa694f0-7a45-437b-851f-9faec5d51452", "id": "89681dc5-7edb-40c1-9d44-3bd0c53dffc2", "tenant_id": "14cb0b84fa454e1ea6fb1321b925f4a9", "created_at": "2018-08-01T03:35:54Z", "project_id": "14cb0b84fa454e1ea6fb1321b925f4a9"}} 2018-08-01 03:35:56,149 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-886fada7-44a1-427f-8313-864979628097 2018-08-01 03:35:56,149 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 2.08771800995s 2018-08-01 03:35:56,149 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-886fada7-44a1-427f-8313-864979628097 2018-08-01 03:35:56,153 - functest.core.singlevm - DEBUG - floating_ip: Munch({'status': u'ACTIVE', 'router_id': u'1848177a-8d24-4e1e-928e-53bfabfe417e', 'properties': Munch({u'tags': []}), 'description': u'', u'tags': [], 'tenant_id': u'14cb0b84fa454e1ea6fb1321b925f4a9', 'created_at': u'2018-08-01T03:35:54Z', 'attached': True, 'updated_at': u'2018-08-01T03:35:54Z', 'id': u'89681dc5-7edb-40c1-9d44-3bd0c53dffc2', 'floating_network_id': u'262fe7ec-b437-40b8-908b-6eb66c149655', 'fixed_ip_address': u'192.168.120.11', 'floating_ip_address': u'172.30.9.200', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'14cb0b84fa454e1ea6fb1321b925f4a9', 'name': 'vping_ssh-project_48c007f4-9405-42c8-873f-9a1342010cb1', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'revision_number': 0, 'router': u'1848177a-8d24-4e1e-928e-53bfabfe417e', 'project_id': u'14cb0b84fa454e1ea6fb1321b925f4a9', 'port_id': u'8fa694f0-7a45-437b-851f-9faec5d51452', 'port': u'8fa694f0-7a45-437b-851f-9faec5d51452', 'network': u'262fe7ec-b437-40b8-908b-6eb66c149655'}) 2018-08-01 03:35:56,153 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-01 03:35:56,156 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/servers/2228250f-a44a-4106-8919-85e97cf8dcf3/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}fcb08804975ba926b221ebe4743f26967ea5c141" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-01 03:35:57,004 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 03:35: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-3ff9219c-0367-4826-b988-6f3235205742 x-compute-request-id: req-3ff9219c-0367-4826-b988-6f3235205742 Content-Encoding: gzip Content-Length: 9578 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 486688378 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.137545] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.139239] pid_max: default: 32768 minimum: 301\n[ 0.140154] ACPI: Core revision 20150930\n[ 0.141556] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.142886] Security Framework initialized\n[ 0.143716] Yama: becoming mindful.\n[ 0.144463] AppArmor: AppArmor initialized\n[ 0.145339] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.146695] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.147996] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149230] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.150667] Initializing cgroup subsys io\n[ 0.151497] Initializing cgroup subsys memory\n[ 0.152371] Initializing cgroup subsys devices\n[ 0.153267] Initializing cgroup subsys freezer\n[ 0.154156] Initializing cgroup subsys net_cls\n[ 0.155035] Initializing cgroup subsys perf_event\n[ 0.155962] Initializing cgroup subsys net_prio\n[ 0.156874] Initializing cgroup subsys hugetlb\n[ 0.157758] Initializing cgroup subsys pids\n[ 0.158642] CPU: Physical Processor ID: 0\n[ 0.160157] mce: CPU supports 10 MCE banks\n[ 0.161024] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.162048] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.178013] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.184151] ftrace: allocating 31920 entries in 125 pages\n[ 0.209347] smpboot: Max logical packages: 1\n[ 0.210218] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.211587] x2apic enabled\n[ 0.212409] Switched APIC routing to physical x2apic.\n[ 0.214169] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.215310] smpboot: CPU0: Intel Core Processor (Haswell, no TSX, IBRS) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.217447] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.219262] KVM setup paravirtual spinlock\n[ 0.220570] x86: Booted up 1 node, 1 CPUs\n[ 0.221396] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.222810] devtmpfs: initialized\n[ 0.224538] evm: security.selinux\n[ 0.225253] evm: security.SMACK64\n[ 0.225950] evm: security.SMACK64EXEC\n[ 0.226706] evm: security.SMACK64TRANSMUTE\n[ 0.227533] evm: security.SMACK64MMAP\n[ 0.228289] evm: security.ima\n[ 0.228939] evm: security.capability\n[ 0.229754] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.231638] pinctrl core: initialized pinctrl subsystem\n[ 0.232762] RTC time: 3:35:50, date: 08/01/18\n[ 0.233746] NET: Registered protocol family 16\n[ 0.234752] cpuidle: using governor ladder\n[ 0.235587] cpuidle: using governor menu\n[ 0.236386] PCCT header not found.\n[ 0.237155] ACPI: bus type PCI registered\n[ 0.237972] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.239238] PCI: Using configuration type 1 for base access\n[ 0.241018] ACPI: Added _OSI(Module Device)\n[ 0.241878] ACPI: Added _OSI(Processor Device)\n[ 0.242755] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.243671] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.245425] ACPI: Interpreter enabled\n[ 0.246204] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.248072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.249938] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.251812] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.253675] ACPI: (supports S0 S5)\n[ 0.254389] ACPI: Using IOAPIC for interrupt routing\n[ 0.255348] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.258475] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.259641] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.260896] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.262115] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.264370] acpiphp: Slot [3] registered\n[ 0.265188] acpiphp: Slot [4] registered\n[ 0.265998] acpiphp: Slot [5] registered\n[ 0.266815] acpiphp: Slot [6] registered\n[ 0.267628] acpiphp: Slot [7] registered\n[ 0.268444] acpiphp: Slot [8] registered\n[ 0.269261] acpiphp: Slot [9] registered\n[ 0.270067] acpiphp: Slot [10] registered\n[ 0.270898] acpiphp: Slot [11] registered\n[ 0.271724] acpiphp: Slot [12] registered\n[ 0.272557] acpiphp: Slot [13] registered\n[ 0.273381] acpiphp: Slot [14] registered\n[ 0.274203] acpiphp: Slot [15] registered\n[ 0.285009] acpiphp: Slot [16] registered\n[ 0.285843] acpiphp: Slot [17] registered\n[ 0.286678] acpiphp: Slot [18] registered\n[ 0.287507] acpiphp: Slot [19] registered\n[ 0.288333] acpiphp: Slot [20] registered\n[ 0.289165] acpiphp: Slot [21] registered\n[ 0.289987] acpiphp: Slot [22] registered\n[ 0.290815] acpiphp: Slot [23] registered\n[ 0.291642] acpiphp: Slot [24] registered\n[ 0.292471] acpiphp: Slot [25] registered\n[ 0.293300] acpiphp: Slot [26] registered\n[ 0.294126] acpiphp: Slot [27] registered\n[ 0.294950] acpiphp: Slot [28] registered\n[ 0.295810] acpiphp: Slot [29] registered\n[ 0.296639] acpiphp: Slot [30] registered\n[ 0.297467] acpiphp: Slot [31] registered\n[ 0.298289] PCI host bridge to bus 0000:00\n[ 0.299109] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.300336] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.301573] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.303043] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.304516] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.306012] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309381] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310688] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.312214] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313499] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.317281] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.319418] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.339933] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.341781] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.343513] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.345247] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.346969] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.348556] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.350186] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.351598] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.353618] vgaarb: loaded\n[ 0.354379] vgaarb: bridge control possible 0000:00:02.0\n[ 0.355959] SCSI subsystem initialized\n[ 0.357039] ACPI: bus type USB registered\n[ 0.357914] usbcore: registered new interface driver usbfs\n[ 0.358970] usbcore: registered new interface driver hub\n[ 0.360002] usbcore: registered new device driver usb\n[ 0.361301] PCI: Using ACPI for IRQ routing\n[ 0.362467] NetLabel: Initializing\n[ 0.363209] NetLabel: domain hash size = 128\n[ 0.364134] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.365125] NetLabel: unlabeled traffic allowed by default\n[ 0.366326] clocksource: Switched to clocksource kvm-clock\n[ 0.374543] AppArmor: AppArmor Filesystem Enabled\n[ 0.375555] pnp: PnP ACPI init\n[ 0.376493] pnp: PnP ACPI: found 5 devices\n[ 0.382801] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.384670] NET: Registered protocol family 2\n[ 0.385794] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.387164] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.388427] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.389775] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.390922] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.392169] NET: Registered protocol family 1\n[ 0.393091] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.394245] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.395365] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.409336] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.423487] Trying to unpack rootfs image as initramfs...\n[ 0.479867] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.481610] Scanning for low memory corruption every 60 seconds\n[ 0.483020] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.484225] audit: initializing netlink subsys (disabled)\n[ 0.485280] audit: type=2000 audit(1533094551.130:1): initialized\n[ 0.486725] Initialise system trusted keyring\n[ 0.487707] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.488907] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.491122] zbud: loaded\n[ 0.491869] VFS: Disk quotas dquot_6.6.0\n[ 0.492732] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.494378] fuse init (API version 7.23)\n[ 0.495301] Key type big_key registered\n[ 0.496135] Allocating IMA MOK and blacklist keyrings.\n[ 0.497382] Key type asymmetric registered\n[ 0.498237] Asymmetric key parser 'x509' registered\n[ 0.499238] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.500827] io scheduler noop registered\n[ 0.501644] io scheduler deadline registered (default)\n[ 0.502704] io scheduler cfq registered\n[ 0.503602] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.504679] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.505984] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.507511] ACPI: Power Button [PWRF]\n[ 0.508400] GHES: HEST is not enabled!\n[ 0.522010] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.549725] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.551862] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.577503] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.580261] Linux agpgart interface v0.103\n[ 0.583199] brd: module loaded\n[ 0.584888] loop: module loaded\n[ 0.589723] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.591244] GPT:90111 != 2097151\n[ 0.591940] GPT:Alternate GPT header not at the end of the disk.\n[ 0.593066] GPT:90111 != 2097151\n[ 0.593759] GPT: Use GNU Parted to correct GPT errors.\n[ 0.594762] vda: vda1 vda15\n[ 0.596147] scsi host0: ata_piix\n[ 0.596971] scsi host1: ata_piix\n[ 0.597732] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.598994] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.600528] libphy: Fixed MDIO Bus: probed\n[ 0.601369] tun: Universal TUN/TAP device driver, 1.6\n[ 0.602353] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.604692] PPP generic driver version 2.4.2\n[ 0.605930] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.607479] ehci-pci: EHCI PCI platform driver\n[ 0.608599] ehci-platform: EHCI generic platform driver\n[ 0.609866] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.611333] ohci-pci: OHCI PCI platform driver\n[ 0.612454] ohci-platform: OHCI generic platform driver\n[ 0.613721] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.628229] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.629527] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.631380] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.632645] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.634109] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.635699] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.637496] usb usb1: Product: UHCI Host Controller\n[ 0.638678] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.640149] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.641377] hub 1-0:1.0: USB hub found\n[ 0.642366] hub 1-0:1.0: 2 ports detected\n[ 0.643542] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.646184] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.647408] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.648722] mousedev: PS/2 mouse device common for all mice\n[ 0.650306] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.652625] rtc_cmos 00:00: RTC can wake from S4\n[ 0.653992] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.655515] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.657062] i2c /dev entries driver\n[ 0.658022] device-mapper: uevent: version 1.0.3\n[ 0.659238] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.661321] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.663067] NET: Registered protocol family 10\n[ 0.664462] NET: Registered protocol family 17\n[ 0.665602] Key type dns_resolver registered\n[ 0.666843] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.668253] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.670485] registered taskstats version 1\n[ 0.671554] Loading compiled-in X.509 certificates\n[ 0.673290] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.675622] zswap: loaded using pool lzo/zbud\n[ 0.677465] Key type trusted registered\n[ 0.679413] Key type encrypted registered\n[ 0.680436] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.681759] ima: No TPM chip found, activating TPM-bypass!\n[ 0.683105] evm: HMAC attrs: 0x1\n[ 0.684212] Magic number: 14:430:562\n[ 0.685251] rtc_cmos 00:00: setting system clock to 2018-08-01 03:35:51 UTC (1533094551)\n[ 0.687270] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.688673] EDD information not available.\n[ 0.759612] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.771586] Write protecting the kernel read-only data: 14336k\n[ 0.774067] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.776284] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.73\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 0.925620] 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.11...\nLease of 192.168.120.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.82. 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCsn7mHZPKVzFyGQzgB6JuucoUuADyP6uKiosGrR8ud81pNYsSmfZUL2Def15v+i59i2WvwOVCwnABTF9oiM9bGKlaUdi1TUSyp7nJGXZ5IDsLbYrBHmbfZ/6AR+ZGWF2XyLXalwEjMkmaITWB74PB7MFfQqcLqUfJVbpLYXelxdhaC0tNCd+4ppVTvIc0vUaFxOAiJ9mQQ0PCLP06dk+yugZ7BCfSfDBkBzyhSuLdvTrmNvI4IG+TN16uRwuWhXWpRvvBUhckEXOClA73NqWATuoAez9wlHtpg+MSLzYXL6+ilUDG+cYPuvnDEFjOvz2y8nOobbTHsjjsueVK9m2R7 root@vping-ssh-vm-48c007f4-9405-42c8-873f-9a1342010cb1\nssh-dss AAAAB3NzaC1kc3MAAACBAIZc+NlY+PjEPH4jozZDhIWvBRJ/1nRkKRmyrkzRzOZW5LzEJjBLm/gZLflsaPste0yNKatwSyamiz5Ir+zC+vJHCnprObNFL5oxybjKogXhWli9dgQo14MfSzv1H8nLOP9pXUrlJBxs4xp2JJce3ZQvDGBFLXCAqXtU1sGGBFMNAAAAFQDVjZuGoqYNx+DFZDse0FHwN7mm8wAAAIApn8FgEuz6YeyQK1vI5Ah8HEmfw+5qvdOWcsDzaaESjPJkyFXmhYXgNiJcWT/uc01tJFft4pkDV2nfOBeUrHeWp1KQUUOo/0rUazl92ZJKFTJD89dTXCttK1jhrjjMIWYpbh7yvND59zsd+UR00ucFNYsqYujz6Wxu+TJ0WkuaLAAAAIAfI74blkvPwrnjuPIkaPc52ALYd73H/1+QZ+g3iY8L+zf9q6jFtmxLF/xEiaKtGUrtzZ0PviZjlBEy8RG+Mvh6jWL0nJuBjYMMWiW4v4q7iJ7CZkZkrZUvzSz5ySPYX14f8IRCZBUqB0krQUlAYGU24xjl7LiIVkOLCnCC9fJhvQ== root@vping-ssh-vm-48c007f4-9405-42c8-873f-9a1342010cb1\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,192.168.120.11,24,fe80::f816:3eff:fe51:407f/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.11 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-0000000b\nname: N/A\navailability-zone: nova\nlocal-hostname: vping-ssh-vm-48c007f4-9405-42c8-873f-9a1342010cb1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.61 ===\n/dev/root resized successfully [took 0.19s]\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-48c007f4-9405-42c8-873f-9a1342010cb1 login: "} 2018-08-01 03:35:57,004 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/2228250f-a44a-4106-8919-85e97cf8dcf3/action used request id req-3ff9219c-0367-4826-b988-6f3235205742 2018-08-01 03:35:57,004 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.850882053375s 2018-08-01 03:35:57,005 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/2228250f-a44a-4106-8919-85e97cf8dcf3/action used request id req-3ff9219c-0367-4826-b988-6f3235205742 2018-08-01 03:35:57,005 - 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 486688378 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.137545] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.139239] pid_max: default: 32768 minimum: 301 [ 0.140154] ACPI: Core revision 20150930 [ 0.141556] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.142886] Security Framework initialized [ 0.143716] Yama: becoming mindful. [ 0.144463] AppArmor: AppArmor initialized [ 0.145339] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.146695] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.147996] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.149230] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.150667] Initializing cgroup subsys io [ 0.151497] Initializing cgroup subsys memory [ 0.152371] Initializing cgroup subsys devices [ 0.153267] Initializing cgroup subsys freezer [ 0.154156] Initializing cgroup subsys net_cls [ 0.155035] Initializing cgroup subsys perf_event [ 0.155962] Initializing cgroup subsys net_prio [ 0.156874] Initializing cgroup subsys hugetlb [ 0.157758] Initializing cgroup subsys pids [ 0.158642] CPU: Physical Processor ID: 0 [ 0.160157] mce: CPU supports 10 MCE banks [ 0.161024] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.162048] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.178013] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.184151] ftrace: allocating 31920 entries in 125 pages [ 0.209347] smpboot: Max logical packages: 1 [ 0.210218] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.211587] x2apic enabled [ 0.212409] Switched APIC routing to physical x2apic. [ 0.214169] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.215310] smpboot: CPU0: Intel Core Processor (Haswell, no TSX, IBRS) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.217447] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.219262] KVM setup paravirtual spinlock [ 0.220570] x86: Booted up 1 node, 1 CPUs [ 0.221396] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.222810] devtmpfs: initialized [ 0.224538] evm: security.selinux [ 0.225253] evm: security.SMACK64 [ 0.225950] evm: security.SMACK64EXEC [ 0.226706] evm: security.SMACK64TRANSMUTE [ 0.227533] evm: security.SMACK64MMAP [ 0.228289] evm: security.ima [ 0.228939] evm: security.capability [ 0.229754] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.231638] pinctrl core: initialized pinctrl subsystem [ 0.232762] RTC time: 3:35:50, date: 08/01/18 [ 0.233746] NET: Registered protocol family 16 [ 0.234752] cpuidle: using governor ladder [ 0.235587] cpuidle: using governor menu [ 0.236386] PCCT header not found. [ 0.237155] ACPI: bus type PCI registered [ 0.237972] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.239238] PCI: Using configuration type 1 for base access [ 0.241018] ACPI: Added _OSI(Module Device) [ 0.241878] ACPI: Added _OSI(Processor Device) [ 0.242755] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.243671] ACPI: Added _OSI(Processor Aggregator Device) [ 0.245425] ACPI: Interpreter enabled [ 0.246204] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.248072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.249938] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.251812] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.253675] ACPI: (supports S0 S5) [ 0.254389] ACPI: Using IOAPIC for interrupt routing [ 0.255348] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.258475] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.259641] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.260896] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.262115] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.264370] acpiphp: Slot [3] registered [ 0.265188] acpiphp: Slot [4] registered [ 0.265998] acpiphp: Slot [5] registered [ 0.266815] acpiphp: Slot [6] registered [ 0.267628] acpiphp: Slot [7] registered [ 0.268444] acpiphp: Slot [8] registered [ 0.269261] acpiphp: Slot [9] registered [ 0.270067] acpiphp: Slot [10] registered [ 0.270898] acpiphp: Slot [11] registered [ 0.271724] acpiphp: Slot [12] registered [ 0.272557] acpiphp: Slot [13] registered [ 0.273381] acpiphp: Slot [14] registered [ 0.274203] acpiphp: Slot [15] registered [ 0.285009] acpiphp: Slot [16] registered [ 0.285843] acpiphp: Slot [17] registered [ 0.286678] acpiphp: Slot [18] registered [ 0.287507] acpiphp: Slot [19] registered [ 0.288333] acpiphp: Slot [20] registered [ 0.289165] acpiphp: Slot [21] registered [ 0.289987] acpiphp: Slot [22] registered [ 0.290815] acpiphp: Slot [23] registered [ 0.291642] acpiphp: Slot [24] registered [ 0.292471] acpiphp: Slot [25] registered [ 0.293300] acpiphp: Slot [26] registered [ 0.294126] acpiphp: Slot [27] registered [ 0.294950] acpiphp: Slot [28] registered [ 0.295810] acpiphp: Slot [29] registered [ 0.296639] acpiphp: Slot [30] registered [ 0.297467] acpiphp: Slot [31] registered [ 0.298289] PCI host bridge to bus 0000:00 [ 0.299109] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.300336] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.301573] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.303043] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.304516] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.306012] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309381] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.310688] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312214] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.313499] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.317281] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.319418] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.339933] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.341781] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.343513] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.345247] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.346969] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.348556] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.350186] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.351598] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.353618] vgaarb: loaded [ 0.354379] vgaarb: bridge control possible 0000:00:02.0 [ 0.355959] SCSI subsystem initialized [ 0.357039] ACPI: bus type USB registered [ 0.357914] usbcore: registered new interface driver usbfs [ 0.358970] usbcore: registered new interface driver hub [ 0.360002] usbcore: registered new device driver usb [ 0.361301] PCI: Using ACPI for IRQ routing [ 0.362467] NetLabel: Initializing [ 0.363209] NetLabel: domain hash size = 128 [ 0.364134] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.365125] NetLabel: unlabeled traffic allowed by default [ 0.366326] clocksource: Switched to clocksource kvm-clock [ 0.374543] AppArmor: AppArmor Filesystem Enabled [ 0.375555] pnp: PnP ACPI init [ 0.376493] pnp: PnP ACPI: found 5 devices [ 0.382801] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.384670] NET: Registered protocol family 2 [ 0.385794] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.387164] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.388427] TCP: Hash tables configured (established 4096 bind 4096) [ 0.389775] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.390922] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.392169] NET: Registered protocol family 1 [ 0.393091] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.394245] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.395365] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.409336] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.423487] Trying to unpack rootfs image as initramfs... [ 0.479867] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.481610] Scanning for low memory corruption every 60 seconds [ 0.483020] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.484225] audit: initializing netlink subsys (disabled) [ 0.485280] audit: type=2000 audit(1533094551.130:1): initialized [ 0.486725] Initialise system trusted keyring [ 0.487707] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.488907] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.491122] zbud: loaded [ 0.491869] VFS: Disk quotas dquot_6.6.0 [ 0.492732] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.494378] fuse init (API version 7.23) [ 0.495301] Key type big_key registered [ 0.496135] Allocating IMA MOK and blacklist keyrings. [ 0.497382] Key type asymmetric registered [ 0.498237] Asymmetric key parser 'x509' registered [ 0.499238] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.500827] io scheduler noop registered [ 0.501644] io scheduler deadline registered (default) [ 0.502704] io scheduler cfq registered [ 0.503602] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.504679] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.505984] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.507511] ACPI: Power Button [PWRF] [ 0.508400] GHES: HEST is not enabled! [ 0.522010] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.549725] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.551862] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.577503] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.580261] Linux agpgart interface v0.103 [ 0.583199] brd: module loaded [ 0.584888] loop: module loaded [ 0.589723] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.591244] GPT:90111 != 2097151 [ 0.591940] GPT:Alternate GPT header not at the end of the disk. [ 0.593066] GPT:90111 != 2097151 [ 0.593759] GPT: Use GNU Parted to correct GPT errors. [ 0.594762] vda: vda1 vda15 [ 0.596147] scsi host0: ata_piix [ 0.596971] scsi host1: ata_piix [ 0.597732] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.598994] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.600528] libphy: Fixed MDIO Bus: probed [ 0.601369] tun: Universal TUN/TAP device driver, 1.6 [ 0.602353] tun: (C) 1999-2004 Max Krasnyansky [ 0.604692] PPP generic driver version 2.4.2 [ 0.605930] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.607479] ehci-pci: EHCI PCI platform driver [ 0.608599] ehci-platform: EHCI generic platform driver [ 0.609866] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.611333] ohci-pci: OHCI PCI platform driver [ 0.612454] ohci-platform: OHCI generic platform driver [ 0.613721] uhci_hcd: USB Universal Host Controller Interface driver [ 0.628229] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.629527] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.631380] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.632645] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.634109] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.635699] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.637496] usb usb1: Product: UHCI Host Controller [ 0.638678] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.640149] usb usb1: SerialNumber: 0000:00:01.2 [ 0.641377] hub 1-0:1.0: USB hub found [ 0.642366] hub 1-0:1.0: 2 ports detected [ 0.643542] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.646184] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.647408] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.648722] mousedev: PS/2 mouse device common for all mice [ 0.650306] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.652625] rtc_cmos 00:00: RTC can wake from S4 [ 0.653992] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.655515] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.657062] i2c /dev entries driver [ 0.658022] device-mapper: uevent: version 1.0.3 [ 0.659238] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.661321] ledtrig-cpu: registered to indicate activity on CPUs [ 0.663067] NET: Registered protocol family 10 [ 0.664462] NET: Registered protocol family 17 [ 0.665602] Key type dns_resolver registered [ 0.666843] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.668253] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.670485] registered taskstats version 1 [ 0.671554] Loading compiled-in X.509 certificates [ 0.673290] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.675622] zswap: loaded using pool lzo/zbud [ 0.677465] Key type trusted registered [ 0.679413] Key type encrypted registered [ 0.680436] AppArmor: AppArmor sha1 policy hashing enabled [ 0.681759] ima: No TPM chip found, activating TPM-bypass! [ 0.683105] evm: HMAC attrs: 0x1 [ 0.684212] Magic number: 14:430:562 [ 0.685251] rtc_cmos 00:00: setting system clock to 2018-08-01 03:35:51 UTC (1533094551) [ 0.687270] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.688673] EDD information not available. [ 0.759612] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.771586] Write protecting the kernel read-only data: 14336k [ 0.774067] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776284] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.73 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... [ 0.925620] 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.11... Lease of 192.168.120.11 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 0.82. 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCsn7mHZPKVzFyGQzgB6JuucoUuADyP6uKiosGrR8ud81pNYsSmfZUL2Def15v+i59i2WvwOVCwnABTF9oiM9bGKlaUdi1TUSyp7nJGXZ5IDsLbYrBHmbfZ/6AR+ZGWF2XyLXalwEjMkmaITWB74PB7MFfQqcLqUfJVbpLYXelxdhaC0tNCd+4ppVTvIc0vUaFxOAiJ9mQQ0PCLP06dk+yugZ7BCfSfDBkBzyhSuLdvTrmNvI4IG+TN16uRwuWhXWpRvvBUhckEXOClA73NqWATuoAez9wlHtpg+MSLzYXL6+ilUDG+cYPuvnDEFjOvz2y8nOobbTHsjjsueVK9m2R7 root@vping-ssh-vm-48c007f4-9405-42c8-873f-9a1342010cb1 ssh-dss AAAAB3NzaC1kc3MAAACBAIZc+NlY+PjEPH4jozZDhIWvBRJ/1nRkKRmyrkzRzOZW5LzEJjBLm/gZLflsaPste0yNKatwSyamiz5Ir+zC+vJHCnprObNFL5oxybjKogXhWli9dgQo14MfSzv1H8nLOP9pXUrlJBxs4xp2JJce3ZQvDGBFLXCAqXtU1sGGBFMNAAAAFQDVjZuGoqYNx+DFZDse0FHwN7mm8wAAAIApn8FgEuz6YeyQK1vI5Ah8HEmfw+5qvdOWcsDzaaESjPJkyFXmhYXgNiJcWT/uc01tJFft4pkDV2nfOBeUrHeWp1KQUUOo/0rUazl92ZJKFTJD89dTXCttK1jhrjjMIWYpbh7yvND59zsd+UR00ucFNYsqYujz6Wxu+TJ0WkuaLAAAAIAfI74blkvPwrnjuPIkaPc52ALYd73H/1+QZ+g3iY8L+zf9q6jFtmxLF/xEiaKtGUrtzZ0PviZjlBEy8RG+Mvh6jWL0nJuBjYMMWiW4v4q7iJ7CZkZkrZUvzSz5ySPYX14f8IRCZBUqB0krQUlAYGU24xjl7LiIVkOLCnCC9fJhvQ== root@vping-ssh-vm-48c007f4-9405-42c8-873f-9a1342010cb1 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.120.11,24,fe80::f816:3eff:fe51:407f/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.11 ip-route6:fe80::/64 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 ip-route6:ff00::/8 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 === datasource: ec2 net === instance-id: i-0000000b name: N/A availability-zone: nova local-hostname: vping-ssh-vm-48c007f4-9405-42c8-873f-9a1342010cb1 launch-index: 0 === cirros: current=0.4.0 uptime=3.61 === /dev/root resized successfully [took 0.19s] ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. vping-ssh-vm-48c007f4-9405-42c8-873f-9a1342010cb1 login: 2018-08-01 03:36:15,033 - paramiko.transport - DEBUG - starting thread (client mode): 0xeaeddf10L 2018-08-01 03:36:15,034 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-01 03:36:15,034 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-08-01 03:36:15,034 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-08-01 03:36:15,035 - 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-01 03:36:15,035 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-01 03:36:15,035 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-08-01 03:36:15,036 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-01 03:36:15,036 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-01 03:36:15,036 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-01 03:36:15,054 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-01 03:36:15,054 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-01 03:36:15,066 - paramiko.transport - DEBUG - Adding ecdsa-sha2-nistp521 host key for 172.30.9.200: f6d3d1eab438822d095021cb0aaec39e 2018-08-01 03:36:15,067 - paramiko.transport - DEBUG - Trying discovered key b84917f6f03f77c039b01c853307e4a6 in /tmp/tmp9ajiYs 2018-08-01 03:36:15,092 - paramiko.transport - DEBUG - userauth is OK 2018-08-01 03:36:15,098 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-01 03:36:15,099 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-01 03:36:15,100 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-08-01 03:36:15,100 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-01 03:36:15,101 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-01 03:36:15,105 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-01 03:36:15,105 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - output: PING 192.168.120.6 (192.168.120.6): 56 data bytes 64 bytes from 192.168.120.6: seq=0 ttl=64 time=1.215 ms --- 192.168.120.6 ping statistics --- 1 packets transmitted, 1 packets received, 0% packet loss round-trip min/avg/max = 1.215/1.215/1.215 ms 2018-08-01 03:36:15,105 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - error: 2018-08-01 03:36:15,109 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-01 03:36:15,221 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-01 03:36:15,222 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vping_ssh | functest | 01:08 | PASS | +-------------------+------------------+------------------+----------------+ 2018-08-01 03:36:15,227 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-08-01 03:36:15,230 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:8774/v2.1/servers/66f6d393-d394-4bcb-a909-36f9c4d10774 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}fcb08804975ba926b221ebe4743f26967ea5c141" 2018-08-01 03:36:15,399 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 01 Aug 2018 03:36: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-a679a99c-d803-4528-8ec8-f8c274395758 x-compute-request-id: req-a679a99c-d803-4528-8ec8-f8c274395758 Content-Type: application/json 2018-08-01 03:36:15,399 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/servers/66f6d393-d394-4bcb-a909-36f9c4d10774 used request id req-a679a99c-d803-4528-8ec8-f8c274395758 2018-08-01 03:36:15,399 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.172194957733s 2018-08-01 03:36:15,399 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/servers/66f6d393-d394-4bcb-a909-36f9c4d10774 used request id req-a679a99c-d803-4528-8ec8-f8c274395758 2018-08-01 03:36:15,400 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-01 03:36:15,403 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}fcb08804975ba926b221ebe4743f26967ea5c141" 2018-08-01 03:36:16,247 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 03:36: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-c86fbbc8-3673-4a07-a656-85a46ad9d7af x-compute-request-id: req-c86fbbc8-3673-4a07-a656-85a46ad9d7af Content-Encoding: gzip Content-Length: 902 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_48c007f4-9405-42c8-873f-9a1342010cb1": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:51:40:7f", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:51:40:7f", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/2228250f-a44a-4106-8919-85e97cf8dcf3", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/2228250f-a44a-4106-8919-85e97cf8dcf3", "rel": "bookmark"}], "image": {"id": "3419a3f1-4d86-4272-b2da-e0d59f7df43f", "links": [{"href": "http://172.30.9.21:8774/images/3419a3f1-4d86-4272-b2da-e0d59f7df43f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-01T03:35:50.000000", "flavor": {"id": "2eb3467c-0eb8-44dc-9d93-bcce8bb0ff2b", "links": [{"href": "http://172.30.9.21:8774/flavors/2eb3467c-0eb8-44dc-9d93-bcce8bb0ff2b", "rel": "bookmark"}]}, "id": "2228250f-a44a-4106-8919-85e97cf8dcf3", "security_groups": [{"name": "vping_ssh-sg_48c007f4-9405-42c8-873f-9a1342010cb1"}], "user_id": "520f9d542b584a12a10ae027da8aceaf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-01T03:35:50Z", "hostId": "a7b6191ed52b7a57d4de2a9f82433f7accbb1678903f021023533772", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_48c007f4-9405-42c8-873f-9a1342010cb1", "name": "vping_ssh-vm_48c007f4-9405-42c8-873f-9a1342010cb1", "created": "2018-08-01T03:35:39Z", "tenant_id": "14cb0b84fa454e1ea6fb1321b925f4a9", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": "deleting", "addresses": {"vping_ssh-net_48c007f4-9405-42c8-873f-9a1342010cb1": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:88:85:e9", "version": 4, "addr": "192.168.120.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/66f6d393-d394-4bcb-a909-36f9c4d10774", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/66f6d393-d394-4bcb-a909-36f9c4d10774", "rel": "bookmark"}], "image": {"id": "3419a3f1-4d86-4272-b2da-e0d59f7df43f", "links": [{"href": "http://172.30.9.21:8774/images/3419a3f1-4d86-4272-b2da-e0d59f7df43f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-01T03:35:30.000000", "flavor": {"id": "2eb3467c-0eb8-44dc-9d93-bcce8bb0ff2b", "links": [{"href": "http://172.30.9.21:8774/flavors/2eb3467c-0eb8-44dc-9d93-bcce8bb0ff2b", "rel": "bookmark"}]}, "id": "66f6d393-d394-4bcb-a909-36f9c4d10774", "security_groups": [{"name": "vping_ssh-sg_48c007f4-9405-42c8-873f-9a1342010cb1"}], "user_id": "520f9d542b584a12a10ae027da8aceaf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-01T03:36:15Z", "hostId": "0ad1e834e5178078c65249bb9ce6d76a09fe967e22903399b4021891", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_48c007f4-9405-42c8-873f-9a1342010cb1", "created": "2018-08-01T03:35:21Z", "tenant_id": "14cb0b84fa454e1ea6fb1321b925f4a9", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-01 03:36:16,248 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-c86fbbc8-3673-4a07-a656-85a46ad9d7af 2018-08-01 03:36:16,248 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.847635030746s 2018-08-01 03:36:16,248 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-c86fbbc8-3673-4a07-a656-85a46ad9d7af 2018-08-01 03:36:16,251 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-01 03:36:18,254 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-01 03:36:18,257 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}fcb08804975ba926b221ebe4743f26967ea5c141" 2018-08-01 03:36:19,149 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 03:36: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-db89d82b-4795-4223-83e8-399878484c3b x-compute-request-id: req-db89d82b-4795-4223-83e8-399878484c3b Content-Encoding: gzip Content-Length: 764 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_48c007f4-9405-42c8-873f-9a1342010cb1": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:51:40:7f", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:51:40:7f", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/2228250f-a44a-4106-8919-85e97cf8dcf3", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/2228250f-a44a-4106-8919-85e97cf8dcf3", "rel": "bookmark"}], "image": {"id": "3419a3f1-4d86-4272-b2da-e0d59f7df43f", "links": [{"href": "http://172.30.9.21:8774/images/3419a3f1-4d86-4272-b2da-e0d59f7df43f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-01T03:35:50.000000", "flavor": {"id": "2eb3467c-0eb8-44dc-9d93-bcce8bb0ff2b", "links": [{"href": "http://172.30.9.21:8774/flavors/2eb3467c-0eb8-44dc-9d93-bcce8bb0ff2b", "rel": "bookmark"}]}, "id": "2228250f-a44a-4106-8919-85e97cf8dcf3", "security_groups": [{"name": "vping_ssh-sg_48c007f4-9405-42c8-873f-9a1342010cb1"}], "user_id": "520f9d542b584a12a10ae027da8aceaf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-01T03:35:50Z", "hostId": "a7b6191ed52b7a57d4de2a9f82433f7accbb1678903f021023533772", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_48c007f4-9405-42c8-873f-9a1342010cb1", "name": "vping_ssh-vm_48c007f4-9405-42c8-873f-9a1342010cb1", "created": "2018-08-01T03:35:39Z", "tenant_id": "14cb0b84fa454e1ea6fb1321b925f4a9", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-01 03:36:19,149 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-db89d82b-4795-4223-83e8-399878484c3b 2018-08-01 03:36:19,149 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.895392179489s 2018-08-01 03:36:19,150 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-db89d82b-4795-4223-83e8-399878484c3b 2018-08-01 03:36:19,154 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-08-01 03:36:19,154 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/floatingips/89681dc5-7edb-40c1-9d44-3bd0c53dffc2.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}fcb08804975ba926b221ebe4743f26967ea5c141" 2018-08-01 03:36:20,268 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-7ea69872-011e-4c72-83ff-2499c28a20a1 Content-Length: 0 Date: Wed, 01 Aug 2018 03:36:20 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-01 03:36:20,269 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/floatingips/89681dc5-7edb-40c1-9d44-3bd0c53dffc2.json used request id req-7ea69872-011e-4c72-83ff-2499c28a20a1 2018-08-01 03:36:20,269 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 1.11508512497s 2018-08-01 03:36:20,269 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/floatingips/89681dc5-7edb-40c1-9d44-3bd0c53dffc2.json used request id req-7ea69872-011e-4c72-83ff-2499c28a20a1 2018-08-01 03:36:20,274 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-01 03:36:20,275 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}fcb08804975ba926b221ebe4743f26967ea5c141" 2018-08-01 03:36:20,333 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-262ffafb-097e-48ed-94b1-11ba0e36a9cb Date: Wed, 01 Aug 2018 03:36:20 GMT RESP BODY: {"floatingips": []} 2018-08-01 03:36:20,333 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-262ffafb-097e-48ed-94b1-11ba0e36a9cb 2018-08-01 03:36:20,333 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0590498447418s 2018-08-01 03:36:20,334 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-262ffafb-097e-48ed-94b1-11ba0e36a9cb 2018-08-01 03:36:20,335 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-08-01 03:36:20,337 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:8774/v2.1/servers/2228250f-a44a-4106-8919-85e97cf8dcf3 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}fcb08804975ba926b221ebe4743f26967ea5c141" 2018-08-01 03:36:20,633 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 01 Aug 2018 03:36:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-0c9c9379-ba18-451d-b1fe-3a15f5cb009d x-compute-request-id: req-0c9c9379-ba18-451d-b1fe-3a15f5cb009d Content-Type: application/json 2018-08-01 03:36:20,633 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/servers/2228250f-a44a-4106-8919-85e97cf8dcf3 used request id req-0c9c9379-ba18-451d-b1fe-3a15f5cb009d 2018-08-01 03:36:20,633 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.298269033432s 2018-08-01 03:36:20,633 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/servers/2228250f-a44a-4106-8919-85e97cf8dcf3 used request id req-0c9c9379-ba18-451d-b1fe-3a15f5cb009d 2018-08-01 03:36:20,634 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-01 03:36:20,636 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}fcb08804975ba926b221ebe4743f26967ea5c141" 2018-08-01 03:36:21,255 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 03:36:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f657c9d9-53f9-45f6-84b1-aa846d688e67 x-compute-request-id: req-f657c9d9-53f9-45f6-84b1-aa846d688e67 Content-Encoding: gzip Content-Length: 770 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"vping_ssh-net_48c007f4-9405-42c8-873f-9a1342010cb1": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:51:40:7f", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:51:40:7f", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/2228250f-a44a-4106-8919-85e97cf8dcf3", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/2228250f-a44a-4106-8919-85e97cf8dcf3", "rel": "bookmark"}], "image": {"id": "3419a3f1-4d86-4272-b2da-e0d59f7df43f", "links": [{"href": "http://172.30.9.21:8774/images/3419a3f1-4d86-4272-b2da-e0d59f7df43f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-01T03:35:50.000000", "flavor": {"id": "2eb3467c-0eb8-44dc-9d93-bcce8bb0ff2b", "links": [{"href": "http://172.30.9.21:8774/flavors/2eb3467c-0eb8-44dc-9d93-bcce8bb0ff2b", "rel": "bookmark"}]}, "id": "2228250f-a44a-4106-8919-85e97cf8dcf3", "security_groups": [{"name": "vping_ssh-sg_48c007f4-9405-42c8-873f-9a1342010cb1"}], "user_id": "520f9d542b584a12a10ae027da8aceaf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-01T03:36:20Z", "hostId": "a7b6191ed52b7a57d4de2a9f82433f7accbb1678903f021023533772", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_48c007f4-9405-42c8-873f-9a1342010cb1", "name": "vping_ssh-vm_48c007f4-9405-42c8-873f-9a1342010cb1", "created": "2018-08-01T03:35:39Z", "tenant_id": "14cb0b84fa454e1ea6fb1321b925f4a9", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-01 03:36:21,256 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-f657c9d9-53f9-45f6-84b1-aa846d688e67 2018-08-01 03:36:21,256 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.621690034866s 2018-08-01 03:36:21,256 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-f657c9d9-53f9-45f6-84b1-aa846d688e67 2018-08-01 03:36:21,258 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-01 03:36:23,259 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-01 03:36:23,262 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}fcb08804975ba926b221ebe4743f26967ea5c141" 2018-08-01 03:36:23,340 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 03:36:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-061aa647-7ce7-4480-9acd-a6087aa994ae x-compute-request-id: req-061aa647-7ce7-4480-9acd-a6087aa994ae Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-08-01 03:36:23,340 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-061aa647-7ce7-4480-9acd-a6087aa994ae 2018-08-01 03:36:23,341 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.0813732147217s 2018-08-01 03:36:23,341 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-061aa647-7ce7-4480-9acd-a6087aa994ae 2018-08-01 03:36:23,344 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-01 03:36:23,344 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}fcb08804975ba926b221ebe4743f26967ea5c141" 2018-08-01 03:36:23,405 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4831 X-Openstack-Request-Id: req-6799d19a-76a0-4182-959a-5ec569f9edac Date: Wed, 01 Aug 2018 03:36:23 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "14cb0b84fa454e1ea6fb1321b925f4a9", "created_at": "2018-08-01T03:35:07Z", "updated_at": "2018-08-01T03:35:07Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-01T03:35:07Z", "revision_number": 0, "id": "0e306cfa-aa2e-4ac5-8668-f05866cdc4a9", "remote_group_id": "693a3ce4-f812-4951-8989-72bfc5e6a14c", "remote_ip_prefix": null, "created_at": "2018-08-01T03:35:07Z", "security_group_id": "693a3ce4-f812-4951-8989-72bfc5e6a14c", "tenant_id": "14cb0b84fa454e1ea6fb1321b925f4a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "14cb0b84fa454e1ea6fb1321b925f4a9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-01T03:35:07Z", "revision_number": 0, "id": "12c4be50-bd2f-43a5-bf4b-e78b4042efea", "remote_group_id": "693a3ce4-f812-4951-8989-72bfc5e6a14c", "remote_ip_prefix": null, "created_at": "2018-08-01T03:35:07Z", "security_group_id": "693a3ce4-f812-4951-8989-72bfc5e6a14c", "tenant_id": "14cb0b84fa454e1ea6fb1321b925f4a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "14cb0b84fa454e1ea6fb1321b925f4a9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-01T03:35:07Z", "revision_number": 0, "id": "8968eafa-7004-4097-a51a-b5571df19d6a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-01T03:35:07Z", "security_group_id": "693a3ce4-f812-4951-8989-72bfc5e6a14c", "tenant_id": "14cb0b84fa454e1ea6fb1321b925f4a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "14cb0b84fa454e1ea6fb1321b925f4a9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-01T03:35:07Z", "revision_number": 0, "id": "daba33fc-31a8-4756-89e4-9918caf9135e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-01T03:35:07Z", "security_group_id": "693a3ce4-f812-4951-8989-72bfc5e6a14c", "tenant_id": "14cb0b84fa454e1ea6fb1321b925f4a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "14cb0b84fa454e1ea6fb1321b925f4a9"}], "revision_number": 1, "project_id": "14cb0b84fa454e1ea6fb1321b925f4a9", "id": "693a3ce4-f812-4951-8989-72bfc5e6a14c", "name": "default"}, {"description": "created by OPNFV Functest (vping_ssh)", "tags": [], "tenant_id": "14cb0b84fa454e1ea6fb1321b925f4a9", "created_at": "2018-08-01T03:35:15Z", "updated_at": "2018-08-01T03:35:16Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-01T03:35:15Z", "revision_number": 0, "id": "51508000-1944-4a54-92d6-ab4472252e60", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-01T03:35:15Z", "security_group_id": "bc9f0085-ff7b-4d85-959d-f10a4570fd53", "tenant_id": "14cb0b84fa454e1ea6fb1321b925f4a9", "port_range_min": null, "ethertype": "IPv6", "project_id": "14cb0b84fa454e1ea6fb1321b925f4a9"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-01T03:35:16Z", "revision_number": 0, "id": "591dda74-d4c5-4218-aec8-cb146f82eff8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-01T03:35:16Z", "security_group_id": "bc9f0085-ff7b-4d85-959d-f10a4570fd53", "tenant_id": "14cb0b84fa454e1ea6fb1321b925f4a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "14cb0b84fa454e1ea6fb1321b925f4a9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-01T03:35:15Z", "revision_number": 0, "id": "6691fff3-ba08-4eb6-84cb-2a691f892205", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-01T03:35:15Z", "security_group_id": "bc9f0085-ff7b-4d85-959d-f10a4570fd53", "tenant_id": "14cb0b84fa454e1ea6fb1321b925f4a9", "port_range_min": null, "ethertype": "IPv4", "project_id": "14cb0b84fa454e1ea6fb1321b925f4a9"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-01T03:35:16Z", "revision_number": 0, "id": "66d3b2e9-6167-4b2b-9184-399093385eb3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-01T03:35:16Z", "security_group_id": "bc9f0085-ff7b-4d85-959d-f10a4570fd53", "tenant_id": "14cb0b84fa454e1ea6fb1321b925f4a9", "port_range_min": 22, "ethertype": "IPv4", "project_id": "14cb0b84fa454e1ea6fb1321b925f4a9"}], "revision_number": 3, "project_id": "14cb0b84fa454e1ea6fb1321b925f4a9", "id": "bc9f0085-ff7b-4d85-959d-f10a4570fd53", "name": "vping_ssh-sg_48c007f4-9405-42c8-873f-9a1342010cb1"}]} 2018-08-01 03:36:23,405 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-6799d19a-76a0-4182-959a-5ec569f9edac 2018-08-01 03:36:23,405 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0610690116882s 2018-08-01 03:36:23,405 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-6799d19a-76a0-4182-959a-5ec569f9edac 2018-08-01 03:36:23,409 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-08-01 03:36:23,409 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/security-groups/bc9f0085-ff7b-4d85-959d-f10a4570fd53.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}fcb08804975ba926b221ebe4743f26967ea5c141" 2018-08-01 03:36:23,607 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-7c79d8f0-d10b-447f-a7fa-b78f97cdba27 Content-Length: 0 Date: Wed, 01 Aug 2018 03:36:23 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-01 03:36:23,608 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/bc9f0085-ff7b-4d85-959d-f10a4570fd53.json used request id req-7c79d8f0-d10b-447f-a7fa-b78f97cdba27 2018-08-01 03:36:23,608 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.19887804985s 2018-08-01 03:36:23,608 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/bc9f0085-ff7b-4d85-959d-f10a4570fd53.json used request id req-7c79d8f0-d10b-447f-a7fa-b78f97cdba27 2018-08-01 03:36:23,609 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-08-01 03:36:23,611 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:8774/v2.1/os-keypairs/vping_ssh-kp_48c007f4-9405-42c8-873f-9a1342010cb1 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}fcb08804975ba926b221ebe4743f26967ea5c141" 2018-08-01 03:36:23,679 - keystoneauth.session - DEBUG - RESP: [202] Date: Wed, 01 Aug 2018 03:36:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-d6c8b0c7-c450-482f-abee-7d3485c9eebf x-compute-request-id: req-d6c8b0c7-c450-482f-abee-7d3485c9eebf Content-Length: 0 Content-Type: application/json 2018-08-01 03:36:23,679 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/os-keypairs/vping_ssh-kp_48c007f4-9405-42c8-873f-9a1342010cb1 used request id req-d6c8b0c7-c450-482f-abee-7d3485c9eebf 2018-08-01 03:36:23,679 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.0705609321594s 2018-08-01 03:36:23,679 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/os-keypairs/vping_ssh-kp_48c007f4-9405-42c8-873f-9a1342010cb1 used request id req-d6c8b0c7-c450-482f-abee-7d3485c9eebf 2018-08-01 03:36:23,680 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-01 03:36:23,680 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9696/v2.0/routers/1848177a-8d24-4e1e-928e-53bfabfe417e/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}fcb08804975ba926b221ebe4743f26967ea5c141" -d '{"subnet_id": "3371006e-1aa5-4778-bebc-da340c535895"}' 2018-08-01 03:36:25,708 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-1d15f415-5e5a-4b08-a6e2-a0414dad8e47 Date: Wed, 01 Aug 2018 03:36:25 GMT RESP BODY: {"network_id": "e60d8b87-81cd-4b6e-b4e0-ba4cddfb6e74", "tenant_id": "14cb0b84fa454e1ea6fb1321b925f4a9", "subnet_id": "3371006e-1aa5-4778-bebc-da340c535895", "subnet_ids": ["3371006e-1aa5-4778-bebc-da340c535895"], "port_id": "dd08b2d3-ef91-4170-b484-ab6b2762aa3b", "id": "1848177a-8d24-4e1e-928e-53bfabfe417e"} 2018-08-01 03:36:25,708 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/1848177a-8d24-4e1e-928e-53bfabfe417e/remove_router_interface.json used request id req-1d15f415-5e5a-4b08-a6e2-a0414dad8e47 2018-08-01 03:36:25,708 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 2.02819800377s 2018-08-01 03:36:25,708 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/1848177a-8d24-4e1e-928e-53bfabfe417e/remove_router_interface.json used request id req-1d15f415-5e5a-4b08-a6e2-a0414dad8e47 returning object 1848177a-8d24-4e1e-928e-53bfabfe417e 2018-08-01 03:36:25,709 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-01 03:36:25,709 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}fcb08804975ba926b221ebe4743f26967ea5c141" 2018-08-01 03:36:25,845 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 623 X-Openstack-Request-Id: req-21788c41-5d35-4204-900b-a7371ff5530a Date: Wed, 01 Aug 2018 03:36:25 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "e06facf3-a24e-40d5-a5ce-a0901a6e4875", "ip_address": "172.30.9.201"}]}, "description": "", "tags": [], "tenant_id": "14cb0b84fa454e1ea6fb1321b925f4a9", "created_at": "2018-08-01T03:35:09Z", "admin_state_up": true, "updated_at": "2018-08-01T03:36:24Z", "revision_number": 4, "routes": [], "project_id": "14cb0b84fa454e1ea6fb1321b925f4a9", "id": "1848177a-8d24-4e1e-928e-53bfabfe417e", "name": "vping_ssh-router_48c007f4-9405-42c8-873f-9a1342010cb1"}]} 2018-08-01 03:36:25,845 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-21788c41-5d35-4204-900b-a7371ff5530a 2018-08-01 03:36:25,845 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.136343002319s 2018-08-01 03:36:25,846 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-21788c41-5d35-4204-900b-a7371ff5530a 2018-08-01 03:36:25,847 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-01 03:36:25,848 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/routers/1848177a-8d24-4e1e-928e-53bfabfe417e.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}fcb08804975ba926b221ebe4743f26967ea5c141" 2018-08-01 03:36:27,574 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-f6eaefd7-8ea0-4314-b47a-7500602791dc Content-Length: 0 Date: Wed, 01 Aug 2018 03:36:27 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-01 03:36:27,574 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/routers/1848177a-8d24-4e1e-928e-53bfabfe417e.json used request id req-f6eaefd7-8ea0-4314-b47a-7500602791dc 2018-08-01 03:36:27,574 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.72680592537s 2018-08-01 03:36:27,574 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/routers/1848177a-8d24-4e1e-928e-53bfabfe417e.json used request id req-f6eaefd7-8ea0-4314-b47a-7500602791dc 2018-08-01 03:36:27,575 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-01 03:36:27,575 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}fcb08804975ba926b221ebe4743f26967ea5c141" 2018-08-01 03:36:27,629 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-aaa42482-fab1-4415-9d8e-31e970df2496 Date: Wed, 01 Aug 2018 03:36:27 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e60d8b87-81cd-4b6e-b4e0-ba4cddfb6e74","tenant_id":"14cb0b84fa454e1ea6fb1321b925f4a9","created_at":"2018-08-01T03:35:08Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-01T03:35: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":"14cb0b84fa454e1ea6fb1321b925f4a9","id":"3371006e-1aa5-4778-bebc-da340c535895","subnetpool_id":null,"name":"vping_ssh-subnet_48c007f4-9405-42c8-873f-9a1342010cb1"}]} 2018-08-01 03:36:27,629 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-aaa42482-fab1-4415-9d8e-31e970df2496 2018-08-01 03:36:27,629 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0542290210724s 2018-08-01 03:36:27,629 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-aaa42482-fab1-4415-9d8e-31e970df2496 2018-08-01 03:36:27,631 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-01 03:36:27,631 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/subnets/3371006e-1aa5-4778-bebc-da340c535895.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}fcb08804975ba926b221ebe4743f26967ea5c141" 2018-08-01 03:36:30,135 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-5283a3e0-0a66-4062-b425-78917c515ecb Date: Wed, 01 Aug 2018 03:36:30 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-01 03:36:30,135 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/3371006e-1aa5-4778-bebc-da340c535895.json used request id req-5283a3e0-0a66-4062-b425-78917c515ecb 2018-08-01 03:36:30,136 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.50452184677s 2018-08-01 03:36:30,136 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/3371006e-1aa5-4778-bebc-da340c535895.json used request id req-5283a3e0-0a66-4062-b425-78917c515ecb 2018-08-01 03:36:30,136 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-01 03:36:30,137 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}fcb08804975ba926b221ebe4743f26967ea5c141" 2018-08-01 03:36:30,293 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1154 X-Openstack-Request-Id: req-62419aa3-d80d-4677-8a81-ed794881aee3 Date: Wed, 01 Aug 2018 03:36:30 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":["e06facf3-a24e-40d5-a5ce-a0901a6e4875"],"updated_at":"2018-08-01T03:28:20Z","tenant_id":"89443fd7c5cf4259bed71fca1c3fe619","created_at":"2018-08-01T03:28:13Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"89443fd7c5cf4259bed71fca1c3fe619","id":"262fe7ec-b437-40b8-908b-6eb66c149655","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-01T03:36:30Z","tenant_id":"14cb0b84fa454e1ea6fb1321b925f4a9","created_at":"2018-08-01T03:35:07Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"14cb0b84fa454e1ea6fb1321b925f4a9","id":"e60d8b87-81cd-4b6e-b4e0-ba4cddfb6e74","name":"vping_ssh-net_48c007f4-9405-42c8-873f-9a1342010cb1"}]} 2018-08-01 03:36:30,293 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-62419aa3-d80d-4677-8a81-ed794881aee3 2018-08-01 03:36:30,293 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.15708398819s 2018-08-01 03:36:30,294 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-62419aa3-d80d-4677-8a81-ed794881aee3 2018-08-01 03:36:30,295 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-01 03:36:30,295 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/networks/e60d8b87-81cd-4b6e-b4e0-ba4cddfb6e74.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}fcb08804975ba926b221ebe4743f26967ea5c141" 2018-08-01 03:36:31,785 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-151058c2-ec88-48ab-b676-b764b8fca6cc Date: Wed, 01 Aug 2018 03:36:31 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-01 03:36:31,785 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/e60d8b87-81cd-4b6e-b4e0-ba4cddfb6e74.json used request id req-151058c2-ec88-48ab-b676-b764b8fca6cc 2018-08-01 03:36:31,785 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.49033308029s 2018-08-01 03:36:31,785 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/e60d8b87-81cd-4b6e-b4e0-ba4cddfb6e74.json used request id req-151058c2-ec88-48ab-b676-b764b8fca6cc 2018-08-01 03:36:31,789 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-01 03:36:31,793 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}fcb08804975ba926b221ebe4743f26967ea5c141" 2018-08-01 03:36:32,497 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1200 Content-Type: application/json X-Openstack-Request-Id: req-7fb29ee4-d8ff-469f-ae77-ee18869e9be7 Date: Wed, 01 Aug 2018 03:36:32 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://1c426f71-e315-470f-a765-a4a983e8d919/images/3419a3f1-4d86-4272-b2da-e0d59f7df43f/snap", "metadata": {}}], "file": "/v2/images/3419a3f1-4d86-4272-b2da-e0d59f7df43f/file", "owner": "14cb0b84fa454e1ea6fb1321b925f4a9", "id": "3419a3f1-4d86-4272-b2da-e0d59f7df43f", "size": 12716032, "self": "/v2/images/3419a3f1-4d86-4272-b2da-e0d59f7df43f", "disk_format": "qcow2", "direct_url": "rbd://1c426f71-e315-470f-a765-a4a983e8d919/images/3419a3f1-4d86-4272-b2da-e0d59f7df43f/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-08-01T03:35:14Z", "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_48c007f4-9405-42c8-873f-9a1342010cb1", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_48c007f4-9405-42c8-873f-9a1342010cb1", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-01T03:35:13Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-01 03:36:32,498 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-7fb29ee4-d8ff-469f-ae77-ee18869e9be7 2018-08-01 03:36:32,498 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.708270788193s 2018-08-01 03:36:32,498 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-7fb29ee4-d8ff-469f-ae77-ee18869e9be7 2018-08-01 03:36:32,500 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-01 03:36:32,504 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9292/v2/images/3419a3f1-4d86-4272-b2da-e0d59f7df43f -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}fcb08804975ba926b221ebe4743f26967ea5c141" 2018-08-01 03:36:33,532 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-baf79561-6c38-4362-b8d2-e970d9c770a2 Date: Wed, 01 Aug 2018 03:36: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-01 03:36:33,533 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/3419a3f1-4d86-4272-b2da-e0d59f7df43f used request id req-baf79561-6c38-4362-b8d2-e970d9c770a2 2018-08-01 03:36:33,533 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.03276014328s 2018-08-01 03:36:33,533 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/3419a3f1-4d86-4272-b2da-e0d59f7df43f used request id req-baf79561-6c38-4362-b8d2-e970d9c770a2 2018-08-01 03:36:33,534 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-01 03:36:33,537 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21: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}04ce7b748e9e3a788cdca23d6d4bed5418e2cd53" 2018-08-01 03:36:33,562 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 03:36: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-9b1f6907-f1be-422a-8403-22e25955989e x-compute-request-id: req-9b1f6907-f1be-422a-8403-22e25955989e Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vping_ssh-flavor_48c007f4-9405-42c8-873f-9a1342010cb1", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/2eb3467c-0eb8-44dc-9d93-bcce8bb0ff2b", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/2eb3467c-0eb8-44dc-9d93-bcce8bb0ff2b", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "2eb3467c-0eb8-44dc-9d93-bcce8bb0ff2b"}]} 2018-08-01 03:36:33,562 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-9b1f6907-f1be-422a-8403-22e25955989e 2018-08-01 03:36:33,562 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0282390117645s 2018-08-01 03:36:33,562 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-9b1f6907-f1be-422a-8403-22e25955989e 2018-08-01 03:36:33,564 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-01 03:36:33,566 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:8774/v2.1/flavors/2eb3467c-0eb8-44dc-9d93-bcce8bb0ff2b -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}04ce7b748e9e3a788cdca23d6d4bed5418e2cd53" 2018-08-01 03:36:33,606 - keystoneauth.session - DEBUG - RESP: [202] Date: Wed, 01 Aug 2018 03:36: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-cd14507a-1ba5-4237-af32-357395efccc3 x-compute-request-id: req-cd14507a-1ba5-4237-af32-357395efccc3 Content-Length: 0 Content-Type: application/json 2018-08-01 03:36:33,606 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/2eb3467c-0eb8-44dc-9d93-bcce8bb0ff2b used request id req-cd14507a-1ba5-4237-af32-357395efccc3 2018-08-01 03:36:33,606 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0420961380005s 2018-08-01 03:36:33,606 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/2eb3467c-0eb8-44dc-9d93-bcce8bb0ff2b used request id req-cd14507a-1ba5-4237-af32-357395efccc3 2018-08-01 03:36:33,607 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-01 03:36:33,610 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}04ce7b748e9e3a788cdca23d6d4bed5418e2cd53" 2018-08-01 03:36:33,729 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 03:36:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3c51b6cc-a594-473f-ba60-236ee57ef88e Content-Encoding: gzip Content-Length: 840 Content-Type: application/json RESP BODY: {"users": [{"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/0f8a0650d1a846e88ba44704b50255c1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0f8a0650d1a846e88ba44704b50255c1", "email": "glance@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/130b7ea936644204a37124e676ddf428"}, "domain_id": "default", "enabled": true, "options": {}, "id": "130b7ea936644204a37124e676ddf428", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/1476f1d37caa49ec90baf29b9d92850d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1476f1d37caa49ec90baf29b9d92850d", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/386874e6c2464a43ba93f0248a95595b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "386874e6c2464a43ba93f0248a95595b", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/3cb1fd184ec34300aba849c010464d1a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3cb1fd184ec34300aba849c010464d1a", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "vping_ssh-user_48c007f4-9405-42c8-873f-9a1342010cb1", "links": {"self": "http://172.30.9.21:5000/v3/users/520f9d542b584a12a10ae027da8aceaf"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "520f9d542b584a12a10ae027da8aceaf", "domain_id": "default", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/749556e27c83423fb69e649d00450103"}, "domain_id": "default", "enabled": true, "options": {}, "id": "749556e27c83423fb69e649d00450103", "email": "admin@example.com", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.21:5000/v3/users/b6122bbf2037491bb9db6c47618110d1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b6122bbf2037491bb9db6c47618110d1", "email": "swift@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/c09ff16c1a614c8bbc73ec74064357a4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c09ff16c1a614c8bbc73ec74064357a4", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/c1daa0d43666493abbd83fb1577cff74"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c1daa0d43666493abbd83fb1577cff74", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/d1cc4ab5045f48be8e12d229b3b59cac"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d1cc4ab5045f48be8e12d229b3b59cac", "email": "cinder@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.21:5000/v3/users/d32629a0e7364688b6a82d496d6e354d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d32629a0e7364688b6a82d496d6e354d", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/d5ee6c90793c4cbeb762d8c68db45d5c"}, "domain_id": "cc40371ace4f4c2e9452fa2c52c1368e", "enabled": true, "options": {}, "id": "d5ee6c90793c4cbeb762d8c68db45d5c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/d91fd39b379e480e825eb2aa75b847b7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d91fd39b379e480e825eb2aa75b847b7", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/ecd8a45bf2844011921c3e9caab06794"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ecd8a45bf2844011921c3e9caab06794", "email": "heat@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-08-01 03:36:33,729 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-3c51b6cc-a594-473f-ba60-236ee57ef88e 2018-08-01 03:36:33,730 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.122840166092s 2018-08-01 03:36:33,730 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-3c51b6cc-a594-473f-ba60-236ee57ef88e 2018-08-01 03:36:33,736 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-01 03:36:33,739 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/users/520f9d542b584a12a10ae027da8aceaf -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}04ce7b748e9e3a788cdca23d6d4bed5418e2cd53" 2018-08-01 03:36:33,856 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 03:36:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d9c7a856-0acf-4061-9829-359e09eb6e84 Content-Encoding: gzip Content-Length: 227 Content-Type: application/json RESP BODY: {"user": {"name": "vping_ssh-user_48c007f4-9405-42c8-873f-9a1342010cb1", "links": {"self": "http://172.30.9.21:5000/v3/users/520f9d542b584a12a10ae027da8aceaf"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "520f9d542b584a12a10ae027da8aceaf", "description": null}} 2018-08-01 03:36:33,856 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users/520f9d542b584a12a10ae027da8aceaf used request id req-d9c7a856-0acf-4061-9829-359e09eb6e84 2018-08-01 03:36:33,856 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.120459079742s 2018-08-01 03:36:33,857 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users/520f9d542b584a12a10ae027da8aceaf used request id req-d9c7a856-0acf-4061-9829-359e09eb6e84 2018-08-01 03:36:33,857 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-08-01 03:36:33,861 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:5000/v3/users/520f9d542b584a12a10ae027da8aceaf -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}04ce7b748e9e3a788cdca23d6d4bed5418e2cd53" 2018-08-01 03:36:34,129 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 01 Aug 2018 03:36:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e4fb88e2-1c2d-4063-b5e3-04959f7f302f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-01 03:36:34,129 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/520f9d542b584a12a10ae027da8aceaf used request id req-e4fb88e2-1c2d-4063-b5e3-04959f7f302f 2018-08-01 03:36:34,129 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.271707057953s 2018-08-01 03:36:34,129 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/520f9d542b584a12a10ae027da8aceaf used request id req-e4fb88e2-1c2d-4063-b5e3-04959f7f302f 2018-08-01 03:36:34,136 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-01 03:36:34,139 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}04ce7b748e9e3a788cdca23d6d4bed5418e2cd53" 2018-08-01 03:36:34,253 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 03:36:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-79e2a84d-b0d0-4816-a44d-d67d482017ae Content-Encoding: gzip Content-Length: 385 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: vping_ssh", "links": {"self": "http://172.30.9.21:5000/v3/projects/14cb0b84fa454e1ea6fb1321b925f4a9"}, "tags": [], "enabled": true, "id": "14cb0b84fa454e1ea6fb1321b925f4a9", "parent_id": "default", "domain_id": "default", "name": "vping_ssh-project_48c007f4-9405-42c8-873f-9a1342010cb1"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/89443fd7c5cf4259bed71fca1c3fe619"}, "tags": [], "enabled": true, "id": "89443fd7c5cf4259bed71fca1c3fe619", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/90aa95516c664aef94b667c55fdaffe9"}, "tags": [], "enabled": true, "id": "90aa95516c664aef94b667c55fdaffe9", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-08-01 03:36:34,253 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects used request id req-79e2a84d-b0d0-4816-a44d-d67d482017ae 2018-08-01 03:36:34,253 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.117181777954s 2018-08-01 03:36:34,253 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects used request id req-79e2a84d-b0d0-4816-a44d-d67d482017ae 2018-08-01 03:36:34,258 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-08-01 03:36:34,262 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:5000/v3/projects/14cb0b84fa454e1ea6fb1321b925f4a9 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}04ce7b748e9e3a788cdca23d6d4bed5418e2cd53" 2018-08-01 03:36:34,512 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 01 Aug 2018 03:36:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4b699593-f399-474c-be63-3518f731a6aa Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-01 03:36:34,512 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/14cb0b84fa454e1ea6fb1321b925f4a9 used request id req-4b699593-f399-474c-be63-3518f731a6aa 2018-08-01 03:36:34,512 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.25362610817s 2018-08-01 03:36:34,512 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/14cb0b84fa454e1ea6fb1321b925f4a9 used request id req-4b699593-f399-474c-be63-3518f731a6aa 2018-08-01 03:36:34,565 - xtesting.ci.run_tests - INFO - Loading test case 'vping_userdata'... 2018-08-01 03:36:34,603 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-01 03:36:34,603 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-01 03:36:34,603 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-01 03:36:34,603 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-01 03:36:34,603 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-01 03:36:34,604 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-01 03:36:34,604 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-01 03:36:34,604 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-01 03:36:34,604 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-01 03:36:34,604 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-01 03:36:34,604 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-01 03:36:34,604 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-01 03:36:34,604 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-01 03:36:34,604 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-01 03:36:34,604 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-01 03:36:34,604 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-01 03:36:34,604 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-01 03:36:34,604 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-01 03:36:34,604 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-01 03:36:34,604 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-01 03:36:34,605 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-01 03:36:34,605 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-01 03:36:34,606 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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-01 03:36:34,611 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 03:36:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-85119bc5-2f19-415b-9ee0-8a0054140b42 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-01 03:36:34,611 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-85119bc5-2f19-415b-9ee0-8a0054140b42 2018-08-01 03:36:34,611 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-08-01 03:36:35,011 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ed1e3c9b852e426e8d791112d2fd4701", "name": "member"}, {"id": "147f18c7e1e349fc8e383440249c4c73", "name": "reader"}, {"id": "86fab6e3eccc4f5f9bd58caee92e2693", "name": "admin"}], "expires_at": "2018-08-01T04:36:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "90aa95516c664aef94b667c55fdaffe9", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:8004/v1/90aa95516c664aef94b667c55fdaffe9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5af2a23f0d4746a18ce9987becf49813"}, {"url": "http://192.30.9.7:8004/v1/90aa95516c664aef94b667c55fdaffe9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d6722b9f2184abb8e7b581d10709b51"}, {"url": "http://192.30.9.7:8004/v1/90aa95516c664aef94b667c55fdaffe9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc81206c7ec74b63a868c84343e2355a"}], "type": "orchestration", "id": "032123c5c07d477ab419a77fddb5ca2b", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/90aa95516c664aef94b667c55fdaffe9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00197bc0507d42718c9de1a1f3ff7fa9"}, {"url": "http://192.30.9.7:8776/v2/90aa95516c664aef94b667c55fdaffe9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "186c94a5205743a68de2c02795dd12cf"}, {"url": "http://192.30.9.7:8776/v2/90aa95516c664aef94b667c55fdaffe9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32c49f45893f4074a75a056facd63fc5"}], "type": "volumev2", "id": "09ef7c245fd9479f97ffee152dae0c8e", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27e89bb29a0d43ce83aefd4cae0f7bd7"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "295d31abf3f44d85b346281cd9c04740"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d685797f4b164aa48837a822ed32598b"}], "type": "alarming", "id": "0f8615b3651c41099fe76f0fa5b23dd1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f0c9b6089cd4f558ee73fabe48d842a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "551cf56b00bd4d038a8694d11700f2ef"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9ea08b0116c4412eaded9a074baa4211"}], "type": "image", "id": "17038717f3f0408e8c9d5af024ea0aab", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "17647a3a3a00479b9213e6f6cf7a30ea", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c2328ef964c4156917122cfb247f0c4"}, {"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33d0ce77838b4a0fbe56c50f7b1e4d71"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38b745fc1fe14a8691a6fb2553ade0e0"}], "type": "event", "id": "1d35633c710f4d9c88e1f50abe614b06", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/90aa95516c664aef94b667c55fdaffe9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dcebb246e8d42fab040b053411c0957"}, {"url": "http://192.30.9.7:8776/v3/90aa95516c664aef94b667c55fdaffe9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92f3de4ac4f44b9a95bdb5c3f0c34d51"}, {"url": "http://172.30.9.21:8776/v3/90aa95516c664aef94b667c55fdaffe9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f92025e32c9344f587283e14c1506699"}], "type": "volumev3", "id": "27b85f80d71f464183ff256181f71b43", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0f1136276d75402689a9c377621253ce"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b943f44b606457c91b7d5098b199be0"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b47ac34c09dc4c05b1ca4c869d47eaeb"}], "type": "metric", "id": "5a0ae06ba8b741ffb51d39c9adb9451c", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10bc7f20cf92414cb6d088da882341c5"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "53c0109d8bd545ef83f6d70ce101d52d"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d3688eabec1484e8c6549a46b35b25f"}], "type": "cloudformation", "id": "64e449782da244a4b49ea375e297a3ea", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/90aa95516c664aef94b667c55fdaffe9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8713e9b13a6e43c59e8aa6d6cd510b2b"}, {"url": "http://192.30.9.7:8776/v1/90aa95516c664aef94b667c55fdaffe9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b073433cdd0f4518882ecf0e413ae4af"}, {"url": "http://172.30.9.21:8776/v1/90aa95516c664aef94b667c55fdaffe9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fc41a1400c1945199a7f0758b5566e31"}], "type": "volume", "id": "6951fb022adb46feaa04f1020c483fd1", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "247e0a42582047fb8b1a74db1f38edf7"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37ed8998a3894a91b69a9e4f00e62b69"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b11d1b5d1d9043d88291c85c92eb73f4"}], "type": "placement", "id": "83e7ef9cff3b4731b936862816b9afd9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "432bfc9d0c4249dd9ccda5421e19b9e2"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f93c2c146b149cbb3483078f52c4bdf"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd4fdce564324509818028dc78641d8d"}], "type": "network", "id": "94871ebfcb5240ebb8b1c19b8739272c", "name": "neutron"}, {"endpoints": [{"url": "http://12.0.0.40:8080/v1/AUTH_90aa95516c664aef94b667c55fdaffe9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2333bd642dd5455c8f03d343d974704d"}, {"url": "http://12.0.0.40:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c3a57c4832a74174a0c0889da1e1364b"}, {"url": "http://172.30.9.21:8080/v1/AUTH_90aa95516c664aef94b667c55fdaffe9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f27db37221fb446f86228761531722fd"}], "type": "object-store", "id": "b008c8aea7694b57822ddc559b6dfc45", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "038ac873a08f40dab615db1106f36b91"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9c064a815b5c40c0bb0beee1dee18b58"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa33b6fd9ec24bfb9e27785b76bc205d"}], "type": "identity", "id": "de72ed0871ef4a7bab6d7ea0bbfa8d90", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c04b9806aca48e692c506107e0bd3a6"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "449f60307ac54b799d4527d2070f35db"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d69efddbf8af404a9b303b99cfb12f43"}], "type": "compute", "id": "eb2dd02d9ef54f67b42600e437ecb401", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "749556e27c83423fb69e649d00450103"}, "audit_ids": ["2vfXdy-3QZOnWPAQjlDi1A"], "issued_at": "2018-08-01T03:36:35.000000Z"}} 2018-08-01 03:36:35,014 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-01 03:36:35,014 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21: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}c73bc457727985fedd7c2359452d6ca2fa3a80b1" 2018-08-01 03:36:35,288 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-a42008a6-f3ed-4f52-9691-f110a014b6e3 Date: Wed, 01 Aug 2018 03:36:35 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"262fe7ec-b437-40b8-908b-6eb66c149655","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"89443fd7c5cf4259bed71fca1c3fe619","status":"ACTIVE","subnets":["e06facf3-a24e-40d5-a5ce-a0901a6e4875"],"description":"","tags":[],"updated_at":"2018-08-01T03:28:20Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"89443fd7c5cf4259bed71fca1c3fe619","created_at":"2018-08-01T03:28:13Z","provider:network_type":"flat"}]} 2018-08-01 03:36:35,288 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json?router%3Aexternal=True used request id req-a42008a6-f3ed-4f52-9691-f110a014b6e3 2018-08-01 03:36:35,289 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.27476811409s 2018-08-01 03:36:35,289 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json?router%3Aexternal=True used request id req-a42008a6-f3ed-4f52-9691-f110a014b6e3 2018-08-01 03:36:35,292 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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-01 03:36:35,298 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 01 Aug 2018 03:36:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-04882c5d-9fb4-471e-9174-24db8618bad7 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.21:5000/v3/", "rel": "self"}]}]}} 2018-08-01 03:36:35,298 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/ used request id req-04882c5d-9fb4-471e-9174-24db8618bad7 2018-08-01 03:36:35,299 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-01 03:36:35,302 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}c73bc457727985fedd7c2359452d6ca2fa3a80b1" 2018-08-01 03:36:35,406 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 03:36:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-113d8fa8-59df-425a-bbea-d5709beb10af Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.21:5000/v3/domains/cc40371ace4f4c2e9452fa2c52c1368e"}, "tags": [], "enabled": true, "id": "cc40371ace4f4c2e9452fa2c52c1368e", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains", "previous": null, "next": null}} 2018-08-01 03:36:35,406 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains used request id req-113d8fa8-59df-425a-bbea-d5709beb10af 2018-08-01 03:36:35,407 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.107692956924s 2018-08-01 03:36:35,407 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains used request id req-113d8fa8-59df-425a-bbea-d5709beb10af 2018-08-01 03:36:35,414 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-08-01 03:36:35,417 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}c73bc457727985fedd7c2359452d6ca2fa3a80b1" -d '{"project": {"description": "Created by OPNFV Functest: vping_userdata", "enabled": true, "domain_id": "default", "name": "vping_userdata-project_e0962aa4-bf62-4afa-a091-d393b061578a"}}' 2018-08-01 03:36:35,544 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 01 Aug 2018 03:36:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6ddcb09c-3b49-4c19-8450-2a2bdf9dcc2e 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.21:5000/v3/projects/d73df0cb7c8c412b96ddc4a838af7671"}, "tags": [], "enabled": true, "id": "d73df0cb7c8c412b96ddc4a838af7671", "parent_id": "default", "domain_id": "default", "name": "vping_userdata-project_e0962aa4-bf62-4afa-a091-d393b061578a"}} 2018-08-01 03:36:35,544 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-6ddcb09c-3b49-4c19-8450-2a2bdf9dcc2e 2018-08-01 03:36:35,544 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.130218029022s 2018-08-01 03:36:35,544 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-6ddcb09c-3b49-4c19-8450-2a2bdf9dcc2e 2018-08-01 03:36:35,545 - 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'd73df0cb7c8c412b96ddc4a838af7671', '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_e0962aa4-bf62-4afa-a091-d393b061578a'}) 2018-08-01 03:36:35,551 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-08-01 03:36:35,555 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}c73bc457727985fedd7c2359452d6ca2fa3a80b1" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "81b8f056-cac3-46c4-85b2-3980468a95c5", "email": null, "name": "vping_userdata-user_e0962aa4-bf62-4afa-a091-d393b061578a"}}' 2018-08-01 03:36:35,998 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 01 Aug 2018 03:36:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a0c0e208-02db-420d-8ff4-c1f987cdf646 Content-Length: 329 Content-Type: application/json RESP BODY: {"user": {"name": "vping_userdata-user_e0962aa4-bf62-4afa-a091-d393b061578a", "links": {"self": "http://172.30.9.21:5000/v3/users/39e34b60ba7e4e4f8b2e383ac2ece5cc"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "39e34b60ba7e4e4f8b2e383ac2ece5cc", "domain_id": "default", "password_expires_at": null}} 2018-08-01 03:36:35,998 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/users used request id req-a0c0e208-02db-420d-8ff4-c1f987cdf646 2018-08-01 03:36:35,998 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.447016954422s 2018-08-01 03:36:35,999 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/users used request id req-a0c0e208-02db-420d-8ff4-c1f987cdf646 2018-08-01 03:36:35,999 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'39e34b60ba7e4e4f8b2e383ac2ece5cc', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'vping_userdata-user_e0962aa4-bf62-4afa-a091-d393b061578a'}) 2018-08-01 03:36:36,003 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-01 03:36:36,006 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c73bc457727985fedd7c2359452d6ca2fa3a80b1" 2018-08-01 03:36:36,103 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 03:36:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-656091a6-4d29-459a-8ee8-e7d15a15a895 Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "147f18c7e1e349fc8e383440249c4c73", "links": {"self": "http://172.30.9.21:5000/v3/roles/147f18c7e1e349fc8e383440249c4c73"}, "name": "reader"}, {"domain_id": null, "id": "730dcac60af740de8f4eb572d8499268", "links": {"self": "http://172.30.9.21:5000/v3/roles/730dcac60af740de8f4eb572d8499268"}, "name": "swiftoperator"}, {"domain_id": null, "id": "86fab6e3eccc4f5f9bd58caee92e2693", "links": {"self": "http://172.30.9.21:5000/v3/roles/86fab6e3eccc4f5f9bd58caee92e2693"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b2b3ff44e054497fa64f6525e0e6195b", "links": {"self": "http://172.30.9.21:5000/v3/roles/b2b3ff44e054497fa64f6525e0e6195b"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ed1e3c9b852e426e8d791112d2fd4701", "links": {"self": "http://172.30.9.21:5000/v3/roles/ed1e3c9b852e426e8d791112d2fd4701"}, "name": "member"}, {"domain_id": null, "id": "f5c89a4293d34be3af121f401210ef46", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5c89a4293d34be3af121f401210ef46"}, "name": "ResellerAdmin"}]} 2018-08-01 03:36:36,103 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-656091a6-4d29-459a-8ee8-e7d15a15a895 2018-08-01 03:36:36,103 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.100196123123s 2018-08-01 03:36:36,103 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-656091a6-4d29-459a-8ee8-e7d15a15a895 2018-08-01 03:36:36,108 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-01 03:36:36,111 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c73bc457727985fedd7c2359452d6ca2fa3a80b1" 2018-08-01 03:36:36,211 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 03:36:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-597c698a-275f-4aee-8cdf-d18d9c61d537 Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "147f18c7e1e349fc8e383440249c4c73", "links": {"self": "http://172.30.9.21:5000/v3/roles/147f18c7e1e349fc8e383440249c4c73"}, "name": "reader"}, {"domain_id": null, "id": "730dcac60af740de8f4eb572d8499268", "links": {"self": "http://172.30.9.21:5000/v3/roles/730dcac60af740de8f4eb572d8499268"}, "name": "swiftoperator"}, {"domain_id": null, "id": "86fab6e3eccc4f5f9bd58caee92e2693", "links": {"self": "http://172.30.9.21:5000/v3/roles/86fab6e3eccc4f5f9bd58caee92e2693"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b2b3ff44e054497fa64f6525e0e6195b", "links": {"self": "http://172.30.9.21:5000/v3/roles/b2b3ff44e054497fa64f6525e0e6195b"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ed1e3c9b852e426e8d791112d2fd4701", "links": {"self": "http://172.30.9.21:5000/v3/roles/ed1e3c9b852e426e8d791112d2fd4701"}, "name": "member"}, {"domain_id": null, "id": "f5c89a4293d34be3af121f401210ef46", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5c89a4293d34be3af121f401210ef46"}, "name": "ResellerAdmin"}]} 2018-08-01 03:36:36,211 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-597c698a-275f-4aee-8cdf-d18d9c61d537 2018-08-01 03:36:36,212 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.103468894958s 2018-08-01 03:36:36,212 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-597c698a-275f-4aee-8cdf-d18d9c61d537 2018-08-01 03:36:36,217 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-01 03:36:36,220 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c73bc457727985fedd7c2359452d6ca2fa3a80b1" 2018-08-01 03:36:36,323 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 03:36:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-408b27d1-e841-4ebc-b6c8-006c9c4868e5 Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "147f18c7e1e349fc8e383440249c4c73", "links": {"self": "http://172.30.9.21:5000/v3/roles/147f18c7e1e349fc8e383440249c4c73"}, "name": "reader"}, {"domain_id": null, "id": "730dcac60af740de8f4eb572d8499268", "links": {"self": "http://172.30.9.21:5000/v3/roles/730dcac60af740de8f4eb572d8499268"}, "name": "swiftoperator"}, {"domain_id": null, "id": "86fab6e3eccc4f5f9bd58caee92e2693", "links": {"self": "http://172.30.9.21:5000/v3/roles/86fab6e3eccc4f5f9bd58caee92e2693"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b2b3ff44e054497fa64f6525e0e6195b", "links": {"self": "http://172.30.9.21:5000/v3/roles/b2b3ff44e054497fa64f6525e0e6195b"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ed1e3c9b852e426e8d791112d2fd4701", "links": {"self": "http://172.30.9.21:5000/v3/roles/ed1e3c9b852e426e8d791112d2fd4701"}, "name": "member"}, {"domain_id": null, "id": "f5c89a4293d34be3af121f401210ef46", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5c89a4293d34be3af121f401210ef46"}, "name": "ResellerAdmin"}]} 2018-08-01 03:36:36,324 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-408b27d1-e841-4ebc-b6c8-006c9c4868e5 2018-08-01 03:36:36,324 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.107034921646s 2018-08-01 03:36:36,324 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-408b27d1-e841-4ebc-b6c8-006c9c4868e5 2018-08-01 03:36:36,329 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-01 03:36:36,332 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}c73bc457727985fedd7c2359452d6ca2fa3a80b1" 2018-08-01 03:36:36,432 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 03:36:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ccd8c616-107b-4690-bc7c-83848bad5c98 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-01 03:36:36,433 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains/default used request id req-ccd8c616-107b-4690-bc7c-83848bad5c98 2018-08-01 03:36:36,433 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.103624105453s 2018-08-01 03:36:36,433 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains/default used request id req-ccd8c616-107b-4690-bc7c-83848bad5c98 2018-08-01 03:36:36,434 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-01 03:36:36,437 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}c73bc457727985fedd7c2359452d6ca2fa3a80b1" 2018-08-01 03:36:36,552 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 03:36:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-999ba6ab-f971-424e-b54d-0e97190f2bb8 Content-Encoding: gzip Content-Length: 847 Content-Type: application/json RESP BODY: {"users": [{"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/0f8a0650d1a846e88ba44704b50255c1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0f8a0650d1a846e88ba44704b50255c1", "email": "glance@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/130b7ea936644204a37124e676ddf428"}, "domain_id": "default", "enabled": true, "options": {}, "id": "130b7ea936644204a37124e676ddf428", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/1476f1d37caa49ec90baf29b9d92850d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1476f1d37caa49ec90baf29b9d92850d", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/386874e6c2464a43ba93f0248a95595b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "386874e6c2464a43ba93f0248a95595b", "email": "aodh@localhost", "password_expires_at": null}, {"name": "vping_userdata-user_e0962aa4-bf62-4afa-a091-d393b061578a", "links": {"self": "http://172.30.9.21:5000/v3/users/39e34b60ba7e4e4f8b2e383ac2ece5cc"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "39e34b60ba7e4e4f8b2e383ac2ece5cc", "domain_id": "default", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/3cb1fd184ec34300aba849c010464d1a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3cb1fd184ec34300aba849c010464d1a", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/749556e27c83423fb69e649d00450103"}, "domain_id": "default", "enabled": true, "options": {}, "id": "749556e27c83423fb69e649d00450103", "email": "admin@example.com", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.21:5000/v3/users/b6122bbf2037491bb9db6c47618110d1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b6122bbf2037491bb9db6c47618110d1", "email": "swift@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/c09ff16c1a614c8bbc73ec74064357a4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c09ff16c1a614c8bbc73ec74064357a4", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/c1daa0d43666493abbd83fb1577cff74"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c1daa0d43666493abbd83fb1577cff74", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/d1cc4ab5045f48be8e12d229b3b59cac"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d1cc4ab5045f48be8e12d229b3b59cac", "email": "cinder@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.21:5000/v3/users/d32629a0e7364688b6a82d496d6e354d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d32629a0e7364688b6a82d496d6e354d", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/d5ee6c90793c4cbeb762d8c68db45d5c"}, "domain_id": "cc40371ace4f4c2e9452fa2c52c1368e", "enabled": true, "options": {}, "id": "d5ee6c90793c4cbeb762d8c68db45d5c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/d91fd39b379e480e825eb2aa75b847b7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d91fd39b379e480e825eb2aa75b847b7", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/ecd8a45bf2844011921c3e9caab06794"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ecd8a45bf2844011921c3e9caab06794", "email": "heat@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-08-01 03:36:36,553 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-999ba6ab-f971-424e-b54d-0e97190f2bb8 2018-08-01 03:36:36,553 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.118750810623s 2018-08-01 03:36:36,553 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-999ba6ab-f971-424e-b54d-0e97190f2bb8 2018-08-01 03:36:36,565 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-01 03:36:36,568 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21: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}c73bc457727985fedd7c2359452d6ca2fa3a80b1" 2018-08-01 03:36:36,675 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 03:36:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5c08d493-b78d-4389-8397-a9fd31443543 Content-Encoding: gzip Content-Length: 397 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/90aa95516c664aef94b667c55fdaffe9"}, "tags": [], "enabled": true, "id": "90aa95516c664aef94b667c55fdaffe9", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/89443fd7c5cf4259bed71fca1c3fe619"}, "tags": [], "enabled": true, "id": "89443fd7c5cf4259bed71fca1c3fe619", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: vping_userdata", "links": {"self": "http://172.30.9.21:5000/v3/projects/d73df0cb7c8c412b96ddc4a838af7671"}, "tags": [], "enabled": true, "id": "d73df0cb7c8c412b96ddc4a838af7671", "parent_id": "default", "domain_id": "default", "name": "vping_userdata-project_e0962aa4-bf62-4afa-a091-d393b061578a"}]} 2018-08-01 03:36:36,675 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?domain_id=default used request id req-5c08d493-b78d-4389-8397-a9fd31443543 2018-08-01 03:36:36,675 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.110413074493s 2018-08-01 03:36:36,675 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?domain_id=default used request id req-5c08d493-b78d-4389-8397-a9fd31443543 2018-08-01 03:36:36,683 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-01 03:36:36,686 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:5000/v3/role_assignments?user.id=39e34b60ba7e4e4f8b2e383ac2ece5cc&role.id=ed1e3c9b852e426e8d791112d2fd4701&scope.project.id=d73df0cb7c8c412b96ddc4a838af7671" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c73bc457727985fedd7c2359452d6ca2fa3a80b1" 2018-08-01 03:36:36,786 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 03:36:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6a9441f2-b558-4660-b5de-12acf25942a2 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.21:5000/v3/role_assignments?user.id=39e34b60ba7e4e4f8b2e383ac2ece5cc&role.id=ed1e3c9b852e426e8d791112d2fd4701&scope.project.id=d73df0cb7c8c412b96ddc4a838af7671", "previous": null, "next": null}} 2018-08-01 03:36:36,786 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/role_assignments?user.id=39e34b60ba7e4e4f8b2e383ac2ece5cc&role.id=ed1e3c9b852e426e8d791112d2fd4701&scope.project.id=d73df0cb7c8c412b96ddc4a838af7671 used request id req-6a9441f2-b558-4660-b5de-12acf25942a2 2018-08-01 03:36:36,786 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.103409051895s 2018-08-01 03:36:36,787 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/role_assignments?user.id=39e34b60ba7e4e4f8b2e383ac2ece5cc&role.id=ed1e3c9b852e426e8d791112d2fd4701&scope.project.id=d73df0cb7c8c412b96ddc4a838af7671 used request id req-6a9441f2-b558-4660-b5de-12acf25942a2 2018-08-01 03:36:36,790 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-01 03:36:36,793 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:5000/v3/projects/d73df0cb7c8c412b96ddc4a838af7671/users/39e34b60ba7e4e4f8b2e383ac2ece5cc/roles/ed1e3c9b852e426e8d791112d2fd4701 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c73bc457727985fedd7c2359452d6ca2fa3a80b1" 2018-08-01 03:36:36,973 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 01 Aug 2018 03:36:36 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1a57cb4c-34c7-4900-ba3b-20d35f75ef45 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-01 03:36:36,973 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/d73df0cb7c8c412b96ddc4a838af7671/users/39e34b60ba7e4e4f8b2e383ac2ece5cc/roles/ed1e3c9b852e426e8d791112d2fd4701 used request id req-1a57cb4c-34c7-4900-ba3b-20d35f75ef45 2018-08-01 03:36:36,973 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.182799100876s 2018-08-01 03:36:36,973 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/d73df0cb7c8c412b96ddc4a838af7671/users/39e34b60ba7e4e4f8b2e383ac2ece5cc/roles/ed1e3c9b852e426e8d791112d2fd4701 used request id req-1a57cb4c-34c7-4900-ba3b-20d35f75ef45 2018-08-01 03:36:36,974 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'vping_userdata-project_e0962aa4-bf62-4afa-a091-d393b061578a', 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'd73df0cb7c8c412b96ddc4a838af7671', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': '81b8f056-cac3-46c4-85b2-3980468a95c5', 'username': u'vping_userdata-user_e0962aa4-bf62-4afa-a091-d393b061578a', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.21: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-01 03:36:36,975 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-01 03:36:36,976 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-01 03:36:36,976 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-01 03:36:36,976 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-01 03:36:36,976 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-01 03:36:36,976 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-01 03:36:36,976 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-01 03:36:36,976 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-01 03:36:36,976 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-01 03:36:36,977 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-01 03:36:36,977 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-01 03:36:36,977 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-01 03:36:36,977 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-01 03:36:36,977 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-01 03:36:36,977 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-01 03:36:36,977 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-01 03:36:36,977 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-01 03:36:36,977 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-01 03:36:36,978 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-01 03:36:36,978 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-01 03:36:36,978 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-01 03:36:36,978 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-01 03:36:36,979 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'vping_userdata-user_e0962aa4-bf62-4afa-a091-d393b061578a', 'password': '81b8f056-cac3-46c4-85b2-3980468a95c5', 'project_name': 'vping_userdata-project_e0962aa4-bf62-4afa-a091-d393b061578a', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.21:5000/v3', 'project_id': 'd73df0cb7c8c412b96ddc4a838af7671', 'project_domain_name': 'Default'} 2018-08-01 03:36:36,980 - xtesting.ci.run_tests - INFO - Running test case 'vping_userdata'... 2018-08-01 03:36:36,981 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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-01 03:36:36,988 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 03:36:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0fa3231c-fa4a-4a3f-9734-d8b1aabbd790 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-01 03:36:36,988 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-0fa3231c-fa4a-4a3f-9734-d8b1aabbd790 2018-08-01 03:36:36,988 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-08-01 03:36:37,378 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ed1e3c9b852e426e8d791112d2fd4701", "name": "member"}, {"id": "147f18c7e1e349fc8e383440249c4c73", "name": "reader"}], "expires_at": "2018-08-01T04:36:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d73df0cb7c8c412b96ddc4a838af7671", "name": "vping_userdata-project_e0962aa4-bf62-4afa-a091-d393b061578a"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:8004/v1/d73df0cb7c8c412b96ddc4a838af7671", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5af2a23f0d4746a18ce9987becf49813"}, {"url": "http://192.30.9.7:8004/v1/d73df0cb7c8c412b96ddc4a838af7671", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d6722b9f2184abb8e7b581d10709b51"}, {"url": "http://192.30.9.7:8004/v1/d73df0cb7c8c412b96ddc4a838af7671", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc81206c7ec74b63a868c84343e2355a"}], "type": "orchestration", "id": "032123c5c07d477ab419a77fddb5ca2b", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/d73df0cb7c8c412b96ddc4a838af7671", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00197bc0507d42718c9de1a1f3ff7fa9"}, {"url": "http://192.30.9.7:8776/v2/d73df0cb7c8c412b96ddc4a838af7671", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "186c94a5205743a68de2c02795dd12cf"}, {"url": "http://192.30.9.7:8776/v2/d73df0cb7c8c412b96ddc4a838af7671", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32c49f45893f4074a75a056facd63fc5"}], "type": "volumev2", "id": "09ef7c245fd9479f97ffee152dae0c8e", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27e89bb29a0d43ce83aefd4cae0f7bd7"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "295d31abf3f44d85b346281cd9c04740"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d685797f4b164aa48837a822ed32598b"}], "type": "alarming", "id": "0f8615b3651c41099fe76f0fa5b23dd1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f0c9b6089cd4f558ee73fabe48d842a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "551cf56b00bd4d038a8694d11700f2ef"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9ea08b0116c4412eaded9a074baa4211"}], "type": "image", "id": "17038717f3f0408e8c9d5af024ea0aab", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "17647a3a3a00479b9213e6f6cf7a30ea", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c2328ef964c4156917122cfb247f0c4"}, {"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33d0ce77838b4a0fbe56c50f7b1e4d71"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38b745fc1fe14a8691a6fb2553ade0e0"}], "type": "event", "id": "1d35633c710f4d9c88e1f50abe614b06", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/d73df0cb7c8c412b96ddc4a838af7671", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dcebb246e8d42fab040b053411c0957"}, {"url": "http://192.30.9.7:8776/v3/d73df0cb7c8c412b96ddc4a838af7671", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92f3de4ac4f44b9a95bdb5c3f0c34d51"}, {"url": "http://172.30.9.21:8776/v3/d73df0cb7c8c412b96ddc4a838af7671", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f92025e32c9344f587283e14c1506699"}], "type": "volumev3", "id": "27b85f80d71f464183ff256181f71b43", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0f1136276d75402689a9c377621253ce"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b943f44b606457c91b7d5098b199be0"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b47ac34c09dc4c05b1ca4c869d47eaeb"}], "type": "metric", "id": "5a0ae06ba8b741ffb51d39c9adb9451c", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10bc7f20cf92414cb6d088da882341c5"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "53c0109d8bd545ef83f6d70ce101d52d"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d3688eabec1484e8c6549a46b35b25f"}], "type": "cloudformation", "id": "64e449782da244a4b49ea375e297a3ea", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/d73df0cb7c8c412b96ddc4a838af7671", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8713e9b13a6e43c59e8aa6d6cd510b2b"}, {"url": "http://192.30.9.7:8776/v1/d73df0cb7c8c412b96ddc4a838af7671", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b073433cdd0f4518882ecf0e413ae4af"}, {"url": "http://172.30.9.21:8776/v1/d73df0cb7c8c412b96ddc4a838af7671", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fc41a1400c1945199a7f0758b5566e31"}], "type": "volume", "id": "6951fb022adb46feaa04f1020c483fd1", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "247e0a42582047fb8b1a74db1f38edf7"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37ed8998a3894a91b69a9e4f00e62b69"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b11d1b5d1d9043d88291c85c92eb73f4"}], "type": "placement", "id": "83e7ef9cff3b4731b936862816b9afd9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "432bfc9d0c4249dd9ccda5421e19b9e2"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f93c2c146b149cbb3483078f52c4bdf"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd4fdce564324509818028dc78641d8d"}], "type": "network", "id": "94871ebfcb5240ebb8b1c19b8739272c", "name": "neutron"}, {"endpoints": [{"url": "http://12.0.0.40:8080/v1/AUTH_d73df0cb7c8c412b96ddc4a838af7671", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2333bd642dd5455c8f03d343d974704d"}, {"url": "http://12.0.0.40:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c3a57c4832a74174a0c0889da1e1364b"}, {"url": "http://172.30.9.21:8080/v1/AUTH_d73df0cb7c8c412b96ddc4a838af7671", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f27db37221fb446f86228761531722fd"}], "type": "object-store", "id": "b008c8aea7694b57822ddc559b6dfc45", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "038ac873a08f40dab615db1106f36b91"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9c064a815b5c40c0bb0beee1dee18b58"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa33b6fd9ec24bfb9e27785b76bc205d"}], "type": "identity", "id": "de72ed0871ef4a7bab6d7ea0bbfa8d90", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c04b9806aca48e692c506107e0bd3a6"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "449f60307ac54b799d4527d2070f35db"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d69efddbf8af404a9b303b99cfb12f43"}], "type": "compute", "id": "eb2dd02d9ef54f67b42600e437ecb401", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "vping_userdata-user_e0962aa4-bf62-4afa-a091-d393b061578a", "id": "39e34b60ba7e4e4f8b2e383ac2ece5cc"}, "audit_ids": ["rAhdeAqFT8CSBw7Ia1Ubgg"], "issued_at": "2018-08-01T03:36:37.000000Z"}} 2018-08-01 03:36:37,381 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-01 03:36:37,381 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}20e5e80cf65c3e7ffb8949917469b777c0ce8054" -d '{"network": {"name": "vping_userdata-net_e0962aa4-bf62-4afa-a091-d393b061578a", "admin_state_up": true}}' 2018-08-01 03:36:38,090 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 592 X-Openstack-Request-Id: req-ceb8de14-2145-42aa-bdfb-929660bacb79 Date: Wed, 01 Aug 2018 03:36:38 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"d73df0cb7c8c412b96ddc4a838af7671","created_at":"2018-08-01T03:36:37Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-01T03:36:37Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"d73df0cb7c8c412b96ddc4a838af7671","id":"0b326520-a34f-4114-8cbe-e36d2223beb3","name":"vping_userdata-net_e0962aa4-bf62-4afa-a091-d393b061578a"}} 2018-08-01 03:36:38,090 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-ceb8de14-2145-42aa-bdfb-929660bacb79 2018-08-01 03:36:38,091 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.709669113159s 2018-08-01 03:36:38,091 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-ceb8de14-2145-42aa-bdfb-929660bacb79 2018-08-01 03:36:38,091 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-08-01T03:36:37Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'id': u'0b326520-a34f-4114-8cbe-e36d2223beb3', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vping_userdata-net_e0962aa4-bf62-4afa-a091-d393b061578a', u'admin_state_up': True, u'tenant_id': u'd73df0cb7c8c412b96ddc4a838af7671', u'created_at': u'2018-08-01T03:36:37Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'd73df0cb7c8c412b96ddc4a838af7671'}) 2018-08-01 03:36:38,092 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-01 03:36:38,093 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}20e5e80cf65c3e7ffb8949917469b777c0ce8054" 2018-08-01 03:36:38,380 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1153 X-Openstack-Request-Id: req-1231f407-94f6-4067-9a6c-bda898ac73d3 Date: Wed, 01 Aug 2018 03:36:38 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-01T03:36:37Z","tenant_id":"d73df0cb7c8c412b96ddc4a838af7671","created_at":"2018-08-01T03:36:37Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":1,"admin_state_up":true,"shared":false,"project_id":"d73df0cb7c8c412b96ddc4a838af7671","id":"0b326520-a34f-4114-8cbe-e36d2223beb3","name":"vping_userdata-net_e0962aa4-bf62-4afa-a091-d393b061578a"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["e06facf3-a24e-40d5-a5ce-a0901a6e4875"],"updated_at":"2018-08-01T03:28:20Z","tenant_id":"89443fd7c5cf4259bed71fca1c3fe619","created_at":"2018-08-01T03:28:13Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"89443fd7c5cf4259bed71fca1c3fe619","id":"262fe7ec-b437-40b8-908b-6eb66c149655","name":"external"}]} 2018-08-01 03:36:38,380 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-1231f407-94f6-4067-9a6c-bda898ac73d3 2018-08-01 03:36:38,380 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.28786611557s 2018-08-01 03:36:38,381 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-1231f407-94f6-4067-9a6c-bda898ac73d3 2018-08-01 03:36:38,382 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-01 03:36:38,383 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}20e5e80cf65c3e7ffb8949917469b777c0ce8054" -d '{"subnet": {"name": "vping_userdata-subnet_e0962aa4-bf62-4afa-a091-d393b061578a", "enable_dhcp": true, "network_id": "0b326520-a34f-4114-8cbe-e36d2223beb3", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-01 03:36:39,254 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-3f8c3cf4-b6d5-4dec-af16-b6b5a9190294 Date: Wed, 01 Aug 2018 03:36:39 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0b326520-a34f-4114-8cbe-e36d2223beb3","tenant_id":"d73df0cb7c8c412b96ddc4a838af7671","created_at":"2018-08-01T03:36:38Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-01T03:36:38Z","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":"d73df0cb7c8c412b96ddc4a838af7671","id":"8e4e7a55-217e-4549-8421-49d7f70dfb99","subnetpool_id":null,"name":"vping_userdata-subnet_e0962aa4-bf62-4afa-a091-d393b061578a"}} 2018-08-01 03:36:39,254 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-3f8c3cf4-b6d5-4dec-af16-b6b5a9190294 2018-08-01 03:36:39,255 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.872366905212s 2018-08-01 03:36:39,255 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-3f8c3cf4-b6d5-4dec-af16-b6b5a9190294 2018-08-01 03:36:39,255 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-01T03:36:38Z', 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'8e4e7a55-217e-4549-8421-49d7f70dfb99', u'subnetpool_id': None, u'service_types': [], u'name': u'vping_userdata-subnet_e0962aa4-bf62-4afa-a091-d393b061578a', u'enable_dhcp': True, u'network_id': u'0b326520-a34f-4114-8cbe-e36d2223beb3', u'tenant_id': u'd73df0cb7c8c412b96ddc4a838af7671', u'created_at': u'2018-08-01T03:36:38Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'd73df0cb7c8c412b96ddc4a838af7671'}) 2018-08-01 03:36:39,256 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-01 03:36:39,257 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}20e5e80cf65c3e7ffb8949917469b777c0ce8054" -d '{"router": {"external_gateway_info": {"network_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "name": "vping_userdata-router_e0962aa4-bf62-4afa-a091-d393b061578a", "admin_state_up": true}}' 2018-08-01 03:36:40,783 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 625 X-Openstack-Request-Id: req-fb083ab9-bd4a-4b3f-bdbd-1661f7516699 Date: Wed, 01 Aug 2018 03:36:40 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "e06facf3-a24e-40d5-a5ce-a0901a6e4875", "ip_address": "172.30.9.207"}]}, "description": "", "tags": [], "tenant_id": "d73df0cb7c8c412b96ddc4a838af7671", "created_at": "2018-08-01T03:36:39Z", "admin_state_up": true, "updated_at": "2018-08-01T03:36:40Z", "revision_number": 2, "routes": [], "project_id": "d73df0cb7c8c412b96ddc4a838af7671", "id": "ac2dc445-3203-456f-9a41-76a0a9971a59", "name": "vping_userdata-router_e0962aa4-bf62-4afa-a091-d393b061578a"}} 2018-08-01 03:36:40,783 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-fb083ab9-bd4a-4b3f-bdbd-1661f7516699 2018-08-01 03:36:40,783 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.52680802345s 2018-08-01 03:36:40,783 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-fb083ab9-bd4a-4b3f-bdbd-1661f7516699 2018-08-01 03:36:40,784 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'262fe7ec-b437-40b8-908b-6eb66c149655', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'e06facf3-a24e-40d5-a5ce-a0901a6e4875', u'ip_address': u'172.30.9.207'}]}, u'description': u'', u'tags': [], u'tenant_id': u'd73df0cb7c8c412b96ddc4a838af7671', u'created_at': u'2018-08-01T03:36:39Z', u'admin_state_up': True, u'updated_at': u'2018-08-01T03:36:40Z', u'revision_number': 2, u'routes': [], u'project_id': u'd73df0cb7c8c412b96ddc4a838af7671', u'id': u'ac2dc445-3203-456f-9a41-76a0a9971a59', u'name': u'vping_userdata-router_e0962aa4-bf62-4afa-a091-d393b061578a'}) 2018-08-01 03:36:40,785 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-01 03:36:40,785 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9696/v2.0/routers/ac2dc445-3203-456f-9a41-76a0a9971a59/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}20e5e80cf65c3e7ffb8949917469b777c0ce8054" -d '{"subnet_id": "8e4e7a55-217e-4549-8421-49d7f70dfb99"}' 2018-08-01 03:36:43,082 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-9b9b5482-35e3-45fc-bf27-9ee5c1898294 Date: Wed, 01 Aug 2018 03:36:43 GMT RESP BODY: {"network_id": "0b326520-a34f-4114-8cbe-e36d2223beb3", "tenant_id": "d73df0cb7c8c412b96ddc4a838af7671", "subnet_id": "8e4e7a55-217e-4549-8421-49d7f70dfb99", "subnet_ids": ["8e4e7a55-217e-4549-8421-49d7f70dfb99"], "port_id": "63d01611-d15f-4bad-b713-2dd72021a07a", "id": "ac2dc445-3203-456f-9a41-76a0a9971a59"} 2018-08-01 03:36:43,082 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/ac2dc445-3203-456f-9a41-76a0a9971a59/add_router_interface.json used request id req-9b9b5482-35e3-45fc-bf27-9ee5c1898294 2018-08-01 03:36:43,083 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.2978348732s 2018-08-01 03:36:43,083 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/ac2dc445-3203-456f-9a41-76a0a9971a59/add_router_interface.json used request id req-9b9b5482-35e3-45fc-bf27-9ee5c1898294 returning object ac2dc445-3203-456f-9a41-76a0a9971a59 2018-08-01 03:36:43,083 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-01 03:36:43,210 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-08-01 03:36:43,212 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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-01 03:36:43,218 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 754 Date: Wed, 01 Aug 2018 03:36:43 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.6", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}]} 2018-08-01 03:36:43,222 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-01 03:36:43,225 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}20e5e80cf65c3e7ffb8949917469b777c0ce8054" 2018-08-01 03:36:43,453 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-c7c548d4-aeae-4689-9f60-3bdceba1b7fd Date: Wed, 01 Aug 2018 03:36:43 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-01 03:36:43,453 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-c7c548d4-aeae-4689-9f60-3bdceba1b7fd 2018-08-01 03:36:43,454 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.231449127197s 2018-08-01 03:36:43,454 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-c7c548d4-aeae-4689-9f60-3bdceba1b7fd 2018-08-01 03:36:43,462 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-01 03:36:43,465 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}20e5e80cf65c3e7ffb8949917469b777c0ce8054" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/vping_userdata-img_e0962aa4-bf62-4afa-a091-d393b061578a", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vping_userdata-img_e0962aa4-bf62-4afa-a091-d393b061578a"}' 2018-08-01 03:36:43,712 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 880 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/d68781a2-5a8c-446b-8576-ac6affd2a084 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-7521bbc3-a923-4c4c-8311-c0fbcd3bdb07 Date: Wed, 01 Aug 2018 03:36:43 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/d68781a2-5a8c-446b-8576-ac6affd2a084/file", "owner": "d73df0cb7c8c412b96ddc4a838af7671", "id": "d68781a2-5a8c-446b-8576-ac6affd2a084", "size": null, "self": "/v2/images/d68781a2-5a8c-446b-8576-ac6affd2a084", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-08-01T03:36:43Z", "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_e0962aa4-bf62-4afa-a091-d393b061578a", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_e0962aa4-bf62-4afa-a091-d393b061578a", "checksum": null, "created_at": "2018-08-01T03:36:43Z", "protected": false} 2018-08-01 03:36:43,712 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-7521bbc3-a923-4c4c-8311-c0fbcd3bdb07 2018-08-01 03:36:43,712 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.250258922577s 2018-08-01 03:36:43,712 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-7521bbc3-a923-4c4c-8311-c0fbcd3bdb07 returning object d68781a2-5a8c-446b-8576-ac6affd2a084 2018-08-01 03:36:43,713 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-01 03:36:43,717 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9292/v2/images/d68781a2-5a8c-446b-8576-ac6affd2a084/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}20e5e80cf65c3e7ffb8949917469b777c0ce8054" -d '' 2018-08-01 03:36:44,638 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-ccad05c3-c186-418c-b8c3-de3f244191f6 Date: Wed, 01 Aug 2018 03:36: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-01 03:36:44,638 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/d68781a2-5a8c-446b-8576-ac6affd2a084/file used request id req-ccad05c3-c186-418c-b8c3-de3f244191f6 2018-08-01 03:36:44,638 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 0.925290107727s 2018-08-01 03:36:44,639 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/d68781a2-5a8c-446b-8576-ac6affd2a084/file used request id req-ccad05c3-c186-418c-b8c3-de3f244191f6 2018-08-01 03:36:44,639 - functest.core.singlevm - DEBUG - image: Munch({u'status': u'queued', u'owner_specified.shade.object': u'images/vping_userdata-img_e0962aa4-bf62-4afa-a091-d393b061578a', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2018-08-01T03:36:43Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'locations': [], u'min_disk': 0, u'visibility': u'private', u'file': u'/v2/images/d68781a2-5a8c-446b-8576-ac6affd2a084/file', u'owner': u'd73df0cb7c8c412b96ddc4a838af7671', u'virtual_size': None, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'id': u'd68781a2-5a8c-446b-8576-ac6affd2a084', u'size': None, u'name': u'vping_userdata-img_e0962aa4-bf62-4afa-a091-d393b061578a', u'checksum': None, u'self': u'/v2/images/d68781a2-5a8c-446b-8576-ac6affd2a084', u'disk_format': u'qcow2', u'protected': False, u'created_at': u'2018-08-01T03:36:43Z', u'schema': u'/v2/schemas/image'}) 2018-08-01 03:36:44,639 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-01 03:36:44,642 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}c73bc457727985fedd7c2359452d6ca2fa3a80b1" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "vping_userdata-flavor_e0962aa4-bf62-4afa-a091-d393b061578a", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-01 03:36:44,906 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 03:36:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-33f1ba0b-c840-497b-94ff-4304d50cb93f x-compute-request-id: req-33f1ba0b-c840-497b-94ff-4304d50cb93f Content-Encoding: gzip Content-Length: 313 Content-Type: application/json RESP BODY: {"flavor": {"name": "vping_userdata-flavor_e0962aa4-bf62-4afa-a091-d393b061578a", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/89181368-aa5a-4e49-8401-476e3413a546", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/89181368-aa5a-4e49-8401-476e3413a546", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "89181368-aa5a-4e49-8401-476e3413a546"}} 2018-08-01 03:36:44,907 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-33f1ba0b-c840-497b-94ff-4304d50cb93f 2018-08-01 03:36:44,907 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.267132997513s 2018-08-01 03:36:44,907 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-33f1ba0b-c840-497b-94ff-4304d50cb93f 2018-08-01 03:36:44,908 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vping_userdata-flavor_e0962aa4-bf62-4afa-a091-d393b061578a', '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'90aa95516c664aef94b667c55fdaffe9', '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'89181368-aa5a-4e49-8401-476e3413a546', 'swap': 0}) 2018-08-01 03:36:44,908 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-01 03:36:44,911 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/flavors/89181368-aa5a-4e49-8401-476e3413a546/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}c73bc457727985fedd7c2359452d6ca2fa3a80b1" -d '{"extra_specs": {}}' 2018-08-01 03:36:44,932 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 03:36:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-493ed791-d5fc-4743-9f7a-19dcc7208dc7 x-compute-request-id: req-493ed791-d5fc-4743-9f7a-19dcc7208dc7 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-01 03:36:44,932 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors/89181368-aa5a-4e49-8401-476e3413a546/os-extra_specs used request id req-493ed791-d5fc-4743-9f7a-19dcc7208dc7 2018-08-01 03:36:44,932 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0236580371857s 2018-08-01 03:36:44,933 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors/89181368-aa5a-4e49-8401-476e3413a546/os-extra_specs used request id req-493ed791-d5fc-4743-9f7a-19dcc7208dc7 2018-08-01 03:36:44,933 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-01 03:36:44,934 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}20e5e80cf65c3e7ffb8949917469b777c0ce8054" 2018-08-01 03:36:45,231 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1197 X-Openstack-Request-Id: req-96b19b13-8d4b-4bc6-ad2d-c43b1313176b Date: Wed, 01 Aug 2018 03:36:45 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["8e4e7a55-217e-4549-8421-49d7f70dfb99"],"updated_at":"2018-08-01T03:36:38Z","tenant_id":"d73df0cb7c8c412b96ddc4a838af7671","created_at":"2018-08-01T03:36:37Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"d73df0cb7c8c412b96ddc4a838af7671","id":"0b326520-a34f-4114-8cbe-e36d2223beb3","name":"vping_userdata-net_e0962aa4-bf62-4afa-a091-d393b061578a"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["e06facf3-a24e-40d5-a5ce-a0901a6e4875"],"updated_at":"2018-08-01T03:28:20Z","tenant_id":"89443fd7c5cf4259bed71fca1c3fe619","created_at":"2018-08-01T03:28:13Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"89443fd7c5cf4259bed71fca1c3fe619","id":"262fe7ec-b437-40b8-908b-6eb66c149655","name":"external"}]} 2018-08-01 03:36:45,231 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-96b19b13-8d4b-4bc6-ad2d-c43b1313176b 2018-08-01 03:36:45,232 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.298388004303s 2018-08-01 03:36:45,232 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-96b19b13-8d4b-4bc6-ad2d-c43b1313176b 2018-08-01 03:36:45,236 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-01 03:36:45,240 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}20e5e80cf65c3e7ffb8949917469b777c0ce8054" 2018-08-01 03:36:45,953 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1210 Content-Type: application/json X-Openstack-Request-Id: req-13c7fa90-bef6-4a9c-b209-51ff26ac95c0 Date: Wed, 01 Aug 2018 03:36:45 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://1c426f71-e315-470f-a765-a4a983e8d919/images/d68781a2-5a8c-446b-8576-ac6affd2a084/snap", "metadata": {}}], "file": "/v2/images/d68781a2-5a8c-446b-8576-ac6affd2a084/file", "owner": "d73df0cb7c8c412b96ddc4a838af7671", "id": "d68781a2-5a8c-446b-8576-ac6affd2a084", "size": 12716032, "self": "/v2/images/d68781a2-5a8c-446b-8576-ac6affd2a084", "disk_format": "qcow2", "direct_url": "rbd://1c426f71-e315-470f-a765-a4a983e8d919/images/d68781a2-5a8c-446b-8576-ac6affd2a084/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-08-01T03:36:44Z", "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_e0962aa4-bf62-4afa-a091-d393b061578a", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_e0962aa4-bf62-4afa-a091-d393b061578a", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-01T03:36:43Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-01 03:36:45,953 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-13c7fa90-bef6-4a9c-b209-51ff26ac95c0 2018-08-01 03:36:45,953 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.716994047165s 2018-08-01 03:36:45,954 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-13c7fa90-bef6-4a9c-b209-51ff26ac95c0 2018-08-01 03:36:45,956 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-01 03:36:45,959 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21: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}20e5e80cf65c3e7ffb8949917469b777c0ce8054" 2018-08-01 03:36:46,174 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 03:36: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-cee91c26-1f51-4e51-8792-d4c97d0cada5 x-compute-request-id: req-cee91c26-1f51-4e51-8792-d4c97d0cada5 Content-Encoding: gzip Content-Length: 311 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vping_userdata-flavor_e0962aa4-bf62-4afa-a091-d393b061578a", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/89181368-aa5a-4e49-8401-476e3413a546", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/89181368-aa5a-4e49-8401-476e3413a546", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "89181368-aa5a-4e49-8401-476e3413a546"}]} 2018-08-01 03:36:46,174 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-cee91c26-1f51-4e51-8792-d4c97d0cada5 2018-08-01 03:36:46,174 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.218146085739s 2018-08-01 03:36:46,174 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-cee91c26-1f51-4e51-8792-d4c97d0cada5 2018-08-01 03:36:46,176 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-08-01 03:36:46,179 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}20e5e80cf65c3e7ffb8949917469b777c0ce8054" -d '{"server": {"name": "vping_userdata-vm_e0962aa4-bf62-4afa-a091-d393b061578a", "imageRef": "d68781a2-5a8c-446b-8576-ac6affd2a084", "flavorRef": "89181368-aa5a-4e49-8401-476e3413a546", "max_count": 1, "min_count": 1, "networks": [{"uuid": "0b326520-a34f-4114-8cbe-e36d2223beb3"}]}}' 2018-08-01 03:36:49,779 - keystoneauth.session - DEBUG - RESP: [202] Date: Wed, 01 Aug 2018 03:36:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-b701bdc8-1057-43d4-97c2-d2a0546f1ba0 x-compute-request-id: req-b701bdc8-1057-43d4-97c2-d2a0546f1ba0 Content-Length: 374 location: http://172.30.9.21:8774/v2.1/servers/ee50d96e-fb99-481c-80b0-81871928105e Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "ee50d96e-fb99-481c-80b0-81871928105e", "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/ee50d96e-fb99-481c-80b0-81871928105e", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/ee50d96e-fb99-481c-80b0-81871928105e", "rel": "bookmark"}], "adminPass": "UyjB37ULwy3v"}} 2018-08-01 03:36:49,780 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers used request id req-b701bdc8-1057-43d4-97c2-d2a0546f1ba0 2018-08-01 03:36:49,780 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 3.60363197327s 2018-08-01 03:36:49,780 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers used request id req-b701bdc8-1057-43d4-97c2-d2a0546f1ba0 2018-08-01 03:36:49,781 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers 2018-08-01 03:36:49,784 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/ee50d96e-fb99-481c-80b0-81871928105e -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}20e5e80cf65c3e7ffb8949917469b777c0ce8054" 2018-08-01 03:36:50,219 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 03:36: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-dd3e0ee0-aacd-443a-91da-39087342dd1c x-compute-request-id: req-dd3e0ee0-aacd-443a-91da-39087342dd1c Content-Encoding: gzip Content-Length: 601 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/ee50d96e-fb99-481c-80b0-81871928105e", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/ee50d96e-fb99-481c-80b0-81871928105e", "rel": "bookmark"}], "image": {"id": "d68781a2-5a8c-446b-8576-ac6affd2a084", "links": [{"href": "http://172.30.9.21:8774/images/d68781a2-5a8c-446b-8576-ac6affd2a084", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "89181368-aa5a-4e49-8401-476e3413a546", "links": [{"href": "http://172.30.9.21:8774/flavors/89181368-aa5a-4e49-8401-476e3413a546", "rel": "bookmark"}]}, "id": "ee50d96e-fb99-481c-80b0-81871928105e", "user_id": "39e34b60ba7e4e4f8b2e383ac2ece5cc", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-01T03:36:49Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_e0962aa4-bf62-4afa-a091-d393b061578a", "created": "2018-08-01T03:36:49Z", "tenant_id": "d73df0cb7c8c412b96ddc4a838af7671", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-01 03:36:50,220 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/ee50d96e-fb99-481c-80b0-81871928105e used request id req-dd3e0ee0-aacd-443a-91da-39087342dd1c 2018-08-01 03:36:50,220 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers in 0.438716888428s 2018-08-01 03:36:50,220 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/ee50d96e-fb99-481c-80b0-81871928105e used request id req-dd3e0ee0-aacd-443a-91da-39087342dd1c 2018-08-01 03:36:50,226 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-01 03:36:50,226 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}20e5e80cf65c3e7ffb8949917469b777c0ce8054" 2018-08-01 03:36:50,528 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1197 X-Openstack-Request-Id: req-661486d2-e0c8-4438-b55c-913cf73d00e4 Date: Wed, 01 Aug 2018 03:36: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":["8e4e7a55-217e-4549-8421-49d7f70dfb99"],"updated_at":"2018-08-01T03:36:38Z","tenant_id":"d73df0cb7c8c412b96ddc4a838af7671","created_at":"2018-08-01T03:36:37Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"d73df0cb7c8c412b96ddc4a838af7671","id":"0b326520-a34f-4114-8cbe-e36d2223beb3","name":"vping_userdata-net_e0962aa4-bf62-4afa-a091-d393b061578a"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["e06facf3-a24e-40d5-a5ce-a0901a6e4875"],"updated_at":"2018-08-01T03:28:20Z","tenant_id":"89443fd7c5cf4259bed71fca1c3fe619","created_at":"2018-08-01T03:28:13Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"89443fd7c5cf4259bed71fca1c3fe619","id":"262fe7ec-b437-40b8-908b-6eb66c149655","name":"external"}]} 2018-08-01 03:36:50,529 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-661486d2-e0c8-4438-b55c-913cf73d00e4 2018-08-01 03:36:50,529 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.303125858307s 2018-08-01 03:36:50,529 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-661486d2-e0c8-4438-b55c-913cf73d00e4 2018-08-01 03:36:50,530 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-01 03:36:50,531 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}20e5e80cf65c3e7ffb8949917469b777c0ce8054" 2018-08-01 03:36:50,767 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-c1b4ce5a-828c-443f-87e4-53358620fdea Date: Wed, 01 Aug 2018 03:36:50 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0b326520-a34f-4114-8cbe-e36d2223beb3","tenant_id":"d73df0cb7c8c412b96ddc4a838af7671","created_at":"2018-08-01T03:36:38Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-01T03:36:38Z","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":"d73df0cb7c8c412b96ddc4a838af7671","id":"8e4e7a55-217e-4549-8421-49d7f70dfb99","subnetpool_id":null,"name":"vping_userdata-subnet_e0962aa4-bf62-4afa-a091-d393b061578a"}]} 2018-08-01 03:36:50,767 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-c1b4ce5a-828c-443f-87e4-53358620fdea 2018-08-01 03:36:50,768 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.237455844879s 2018-08-01 03:36:50,768 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-c1b4ce5a-828c-443f-87e4-53358620fdea 2018-08-01 03:36:50,769 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-01 03:36:50,771 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}20e5e80cf65c3e7ffb8949917469b777c0ce8054" 2018-08-01 03:36:51,259 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 03:36: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-aba91b38-9cac-4098-9fe5-8cb24b1feaaf x-compute-request-id: req-aba91b38-9cac-4098-9fe5-8cb24b1feaaf Content-Encoding: gzip Content-Length: 604 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/ee50d96e-fb99-481c-80b0-81871928105e", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/ee50d96e-fb99-481c-80b0-81871928105e", "rel": "bookmark"}], "image": {"id": "d68781a2-5a8c-446b-8576-ac6affd2a084", "links": [{"href": "http://172.30.9.21:8774/images/d68781a2-5a8c-446b-8576-ac6affd2a084", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "89181368-aa5a-4e49-8401-476e3413a546", "links": [{"href": "http://172.30.9.21:8774/flavors/89181368-aa5a-4e49-8401-476e3413a546", "rel": "bookmark"}]}, "id": "ee50d96e-fb99-481c-80b0-81871928105e", "user_id": "39e34b60ba7e4e4f8b2e383ac2ece5cc", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-01T03:36:50Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_e0962aa4-bf62-4afa-a091-d393b061578a", "created": "2018-08-01T03:36:49Z", "tenant_id": "d73df0cb7c8c412b96ddc4a838af7671", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-01 03:36:51,259 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-aba91b38-9cac-4098-9fe5-8cb24b1feaaf 2018-08-01 03:36:51,259 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.490161180496s 2018-08-01 03:36:51,259 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-aba91b38-9cac-4098-9fe5-8cb24b1feaaf 2018-08-01 03:36:51,264 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-01 03:36:53,267 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-01 03:36:53,269 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}20e5e80cf65c3e7ffb8949917469b777c0ce8054" 2018-08-01 03:36:54,422 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 03:36:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6f13fd5f-9dd3-4a15-8a14-0747e986972f x-compute-request-id: req-6f13fd5f-9dd3-4a15-8a14-0747e986972f 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.21:8774/v2.1/servers/ee50d96e-fb99-481c-80b0-81871928105e", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/ee50d96e-fb99-481c-80b0-81871928105e", "rel": "bookmark"}], "image": {"id": "d68781a2-5a8c-446b-8576-ac6affd2a084", "links": [{"href": "http://172.30.9.21:8774/images/d68781a2-5a8c-446b-8576-ac6affd2a084", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "89181368-aa5a-4e49-8401-476e3413a546", "links": [{"href": "http://172.30.9.21:8774/flavors/89181368-aa5a-4e49-8401-476e3413a546", "rel": "bookmark"}]}, "id": "ee50d96e-fb99-481c-80b0-81871928105e", "security_groups": [{"name": "default"}], "user_id": "39e34b60ba7e4e4f8b2e383ac2ece5cc", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-01T03:36:52Z", "hostId": "c1064a874f54d46eca455abdafe580a7d256b99bfd09c675f2db53f6", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_e0962aa4-bf62-4afa-a091-d393b061578a", "created": "2018-08-01T03:36:49Z", "tenant_id": "d73df0cb7c8c412b96ddc4a838af7671", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-01 03:36:54,423 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-6f13fd5f-9dd3-4a15-8a14-0747e986972f 2018-08-01 03:36:54,423 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.15622091293s 2018-08-01 03:36:54,423 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-6f13fd5f-9dd3-4a15-8a14-0747e986972f 2018-08-01 03:36:54,427 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-01 03:36:56,430 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-01 03:36:56,433 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}20e5e80cf65c3e7ffb8949917469b777c0ce8054" 2018-08-01 03:36:57,189 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 03:36:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e212bcfd-89d1-4a5c-a3f9-fc1e5d87ae21 x-compute-request-id: req-e212bcfd-89d1-4a5c-a3f9-fc1e5d87ae21 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.21:8774/v2.1/servers/ee50d96e-fb99-481c-80b0-81871928105e", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/ee50d96e-fb99-481c-80b0-81871928105e", "rel": "bookmark"}], "image": {"id": "d68781a2-5a8c-446b-8576-ac6affd2a084", "links": [{"href": "http://172.30.9.21:8774/images/d68781a2-5a8c-446b-8576-ac6affd2a084", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "89181368-aa5a-4e49-8401-476e3413a546", "links": [{"href": "http://172.30.9.21:8774/flavors/89181368-aa5a-4e49-8401-476e3413a546", "rel": "bookmark"}]}, "id": "ee50d96e-fb99-481c-80b0-81871928105e", "security_groups": [{"name": "default"}], "user_id": "39e34b60ba7e4e4f8b2e383ac2ece5cc", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-01T03:36:52Z", "hostId": "c1064a874f54d46eca455abdafe580a7d256b99bfd09c675f2db53f6", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_e0962aa4-bf62-4afa-a091-d393b061578a", "created": "2018-08-01T03:36:49Z", "tenant_id": "d73df0cb7c8c412b96ddc4a838af7671", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-01 03:36:57,189 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-e212bcfd-89d1-4a5c-a3f9-fc1e5d87ae21 2018-08-01 03:36:57,190 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.759239912033s 2018-08-01 03:36:57,190 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-e212bcfd-89d1-4a5c-a3f9-fc1e5d87ae21 2018-08-01 03:36:57,194 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-01 03:36:59,197 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-01 03:36:59,200 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}20e5e80cf65c3e7ffb8949917469b777c0ce8054" 2018-08-01 03:37:00,074 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 03:36:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ee552a0f-06b2-423d-9845-e8d906083caa x-compute-request-id: req-ee552a0f-06b2-423d-9845-e8d906083caa Content-Encoding: gzip Content-Length: 744 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_e0962aa4-bf62-4afa-a091-d393b061578a": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a6:a2:72", "version": 4, "addr": "192.168.120.22", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/ee50d96e-fb99-481c-80b0-81871928105e", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/ee50d96e-fb99-481c-80b0-81871928105e", "rel": "bookmark"}], "image": {"id": "d68781a2-5a8c-446b-8576-ac6affd2a084", "links": [{"href": "http://172.30.9.21:8774/images/d68781a2-5a8c-446b-8576-ac6affd2a084", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-01T03:36:57.000000", "flavor": {"id": "89181368-aa5a-4e49-8401-476e3413a546", "links": [{"href": "http://172.30.9.21:8774/flavors/89181368-aa5a-4e49-8401-476e3413a546", "rel": "bookmark"}]}, "id": "ee50d96e-fb99-481c-80b0-81871928105e", "security_groups": [{"name": "default"}], "user_id": "39e34b60ba7e4e4f8b2e383ac2ece5cc", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-01T03:36:57Z", "hostId": "c1064a874f54d46eca455abdafe580a7d256b99bfd09c675f2db53f6", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_e0962aa4-bf62-4afa-a091-d393b061578a", "created": "2018-08-01T03:36:49Z", "tenant_id": "d73df0cb7c8c412b96ddc4a838af7671", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-01 03:37:00,075 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-ee552a0f-06b2-423d-9845-e8d906083caa 2018-08-01 03:37:00,075 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.87767291069s 2018-08-01 03:37:00,075 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-ee552a0f-06b2-423d-9845-e8d906083caa 2018-08-01 03:37:00,079 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-01 03:37:00,080 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:9696/v2.0/ports.json?device_id=ee50d96e-fb99-481c-80b0-81871928105e" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}20e5e80cf65c3e7ffb8949917469b777c0ce8054" 2018-08-01 03:37:00,320 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-b7e44ee1-f8f1-4298-b609-897b7c7141b1 Date: Wed, 01 Aug 2018 03:37:00 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"0b326520-a34f-4114-8cbe-e36d2223beb3","tenant_id":"d73df0cb7c8c412b96ddc4a838af7671","created_at":"2018-08-01T03:36:53Z","admin_state_up":true,"updated_at":"2018-08-01T03:36:57Z","binding:vnic_type":"normal","device_id":"ee50d96e-fb99-481c-80b0-81871928105e","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:a6:a2:72","id":"25ef1d70-1022-4c4d-bbaf-46cf32135f65","port_security_enabled":true,"project_id":"d73df0cb7c8c412b96ddc4a838af7671","fixed_ips":[{"subnet_id":"8e4e7a55-217e-4549-8421-49d7f70dfb99","ip_address":"192.168.120.22"}],"extra_dhcp_opts":[],"security_groups":["fa5d875b-50bd-405b-b177-42dc2639ad28"],"name":""}]} 2018-08-01 03:37:00,320 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports.json?device_id=ee50d96e-fb99-481c-80b0-81871928105e used request id req-b7e44ee1-f8f1-4298-b609-897b7c7141b1 2018-08-01 03:37:00,321 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.241343021393s 2018-08-01 03:37:00,321 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports.json?device_id=ee50d96e-fb99-481c-80b0-81871928105e used request id req-b7e44ee1-f8f1-4298-b609-897b7c7141b1 2018-08-01 03:37:00,326 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-01 03:37:00,327 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:9696/v2.0/floatingips.json?port_id=25ef1d70-1022-4c4d-bbaf-46cf32135f65" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}20e5e80cf65c3e7ffb8949917469b777c0ce8054" 2018-08-01 03:37:00,372 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-61a87804-f4ef-4719-96e1-3d62f574b993 Date: Wed, 01 Aug 2018 03:37:00 GMT RESP BODY: {"floatingips": []} 2018-08-01 03:37:00,373 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json?port_id=25ef1d70-1022-4c4d-bbaf-46cf32135f65 used request id req-61a87804-f4ef-4719-96e1-3d62f574b993 2018-08-01 03:37:00,373 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0465009212494s 2018-08-01 03:37:00,373 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json?port_id=25ef1d70-1022-4c4d-bbaf-46cf32135f65 used request id req-61a87804-f4ef-4719-96e1-3d62f574b993 2018-08-01 03:37:00,374 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_userdata-net_e0962aa4-bf62-4afa-a091-d393b061578a': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:a6:a2:72', u'version': 4, u'addr': u'192.168.120.22', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'd68781a2-5a8c-446b-8576-ac6affd2a084'}), 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-01T03:36:57.000000', 'flavor': Munch({u'id': u'89181368-aa5a-4e49-8401-476e3413a546'}), 'az': u'nova', 'id': u'ee50d96e-fb99-481c-80b0-81871928105e', 'security_groups': [Munch({u'name': u'default'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'39e34b60ba7e4e4f8b2e383ac2ece5cc', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'd73df0cb7c8c412b96ddc4a838af7671', 'name': 'vping_userdata-project_e0962aa4-bf62-4afa-a091-d393b061578a', '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-01T03:36:57.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-01T03:36:57Z', 'hostId': u'c1064a874f54d46eca455abdafe580a7d256b99bfd09c675f2db53f6', u'OS-SRV-USG:terminated_at': None, 'key_name': None, 'public_v6': '', 'private_v4': u'192.168.120.22', 'cloud': 'envvars', 'host_id': u'c1064a874f54d46eca455abdafe580a7d256b99bfd09c675f2db53f6', '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-01T03:36:57.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'd73df0cb7c8c412b96ddc4a838af7671', 'name': u'vping_userdata-vm_e0962aa4-bf62-4afa-a091-d393b061578a', 'adminPass': None, 'tenant_id': u'd73df0cb7c8c412b96ddc4a838af7671', 'created_at': u'2018-08-01T03:36:49Z', 'created': u'2018-08-01T03:36:49Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-08-01 03:37:00,375 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-01 03:37:00,375 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}20e5e80cf65c3e7ffb8949917469b777c0ce8054" 2018-08-01 03:37:00,492 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1197 X-Openstack-Request-Id: req-0f5dac93-31a3-4b5f-bbba-0ea59c4bad8b Date: Wed, 01 Aug 2018 03:37: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":["8e4e7a55-217e-4549-8421-49d7f70dfb99"],"updated_at":"2018-08-01T03:36:38Z","tenant_id":"d73df0cb7c8c412b96ddc4a838af7671","created_at":"2018-08-01T03:36:37Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"d73df0cb7c8c412b96ddc4a838af7671","id":"0b326520-a34f-4114-8cbe-e36d2223beb3","name":"vping_userdata-net_e0962aa4-bf62-4afa-a091-d393b061578a"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["e06facf3-a24e-40d5-a5ce-a0901a6e4875"],"updated_at":"2018-08-01T03:28:20Z","tenant_id":"89443fd7c5cf4259bed71fca1c3fe619","created_at":"2018-08-01T03:28:13Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"89443fd7c5cf4259bed71fca1c3fe619","id":"262fe7ec-b437-40b8-908b-6eb66c149655","name":"external"}]} 2018-08-01 03:37:00,492 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-0f5dac93-31a3-4b5f-bbba-0ea59c4bad8b 2018-08-01 03:37:00,492 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.117045879364s 2018-08-01 03:37:00,492 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-0f5dac93-31a3-4b5f-bbba-0ea59c4bad8b 2018-08-01 03:37:00,497 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-01 03:37:00,501 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}20e5e80cf65c3e7ffb8949917469b777c0ce8054" 2018-08-01 03:37:00,762 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1210 Content-Type: application/json X-Openstack-Request-Id: req-70e582a6-25af-47e3-93cd-745e94b2af1f Date: Wed, 01 Aug 2018 03:37:00 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://1c426f71-e315-470f-a765-a4a983e8d919/images/d68781a2-5a8c-446b-8576-ac6affd2a084/snap", "metadata": {}}], "file": "/v2/images/d68781a2-5a8c-446b-8576-ac6affd2a084/file", "owner": "d73df0cb7c8c412b96ddc4a838af7671", "id": "d68781a2-5a8c-446b-8576-ac6affd2a084", "size": 12716032, "self": "/v2/images/d68781a2-5a8c-446b-8576-ac6affd2a084", "disk_format": "qcow2", "direct_url": "rbd://1c426f71-e315-470f-a765-a4a983e8d919/images/d68781a2-5a8c-446b-8576-ac6affd2a084/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-08-01T03:36:44Z", "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_e0962aa4-bf62-4afa-a091-d393b061578a", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_e0962aa4-bf62-4afa-a091-d393b061578a", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-01T03:36:43Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-01 03:37:00,762 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-70e582a6-25af-47e3-93cd-745e94b2af1f 2018-08-01 03:37:00,762 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.264965057373s 2018-08-01 03:37:00,762 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-70e582a6-25af-47e3-93cd-745e94b2af1f 2018-08-01 03:37:00,764 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-01 03:37:00,767 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21: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}20e5e80cf65c3e7ffb8949917469b777c0ce8054" 2018-08-01 03:37:00,792 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 03:37: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-5a39cae7-051a-4345-9668-b483d60f0348 x-compute-request-id: req-5a39cae7-051a-4345-9668-b483d60f0348 Content-Encoding: gzip Content-Length: 311 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vping_userdata-flavor_e0962aa4-bf62-4afa-a091-d393b061578a", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/89181368-aa5a-4e49-8401-476e3413a546", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/89181368-aa5a-4e49-8401-476e3413a546", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "89181368-aa5a-4e49-8401-476e3413a546"}]} 2018-08-01 03:37:00,792 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-5a39cae7-051a-4345-9668-b483d60f0348 2018-08-01 03:37:00,792 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0276081562042s 2018-08-01 03:37:00,792 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-5a39cae7-051a-4345-9668-b483d60f0348 2018-08-01 03:37:00,793 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-08-01 03:37:00,796 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}20e5e80cf65c3e7ffb8949917469b777c0ce8054" -d '{"server": {"name": "vping_userdata-vm2_e0962aa4-bf62-4afa-a091-d393b061578a", "imageRef": "d68781a2-5a8c-446b-8576-ac6affd2a084", "flavorRef": "89181368-aa5a-4e49-8401-476e3413a546", "user_data": "IyEvYmluL3NoCgp3aGlsZSB0cnVlOyBkbwogcGluZyAtYyAxIDE5Mi4xNjguMTIwLjIyIDI+JjEgPi9kZXYvbnVsbAogUkVTPSQ/CiBpZiBbICJaJFJFUyIgPSAiWjAiIF0gOyB0aGVuCiAgZWNobyAndlBpbmcgT0snCiAgYnJlYWsKIGVsc2UKICBlY2hvICd2UGluZyBLTycKIGZpCiBzbGVlcCAxCmRvbmUK", "max_count": 1, "min_count": 1, "networks": [{"uuid": "0b326520-a34f-4114-8cbe-e36d2223beb3"}]}}' 2018-08-01 03:37:04,312 - keystoneauth.session - DEBUG - RESP: [202] Date: Wed, 01 Aug 2018 03:37:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-a9fc4867-ec2a-4b0f-8bd9-f7b254fce0c1 x-compute-request-id: req-a9fc4867-ec2a-4b0f-8bd9-f7b254fce0c1 Content-Length: 374 location: http://172.30.9.21:8774/v2.1/servers/4ccde9db-16c7-45a1-b8ce-cc67ddf47106 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "4ccde9db-16c7-45a1-b8ce-cc67ddf47106", "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/4ccde9db-16c7-45a1-b8ce-cc67ddf47106", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/4ccde9db-16c7-45a1-b8ce-cc67ddf47106", "rel": "bookmark"}], "adminPass": "iaBt3NX9XXCC"}} 2018-08-01 03:37:04,312 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers used request id req-a9fc4867-ec2a-4b0f-8bd9-f7b254fce0c1 2018-08-01 03:37:04,312 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 3.51865816116s 2018-08-01 03:37:04,312 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers used request id req-a9fc4867-ec2a-4b0f-8bd9-f7b254fce0c1 2018-08-01 03:37:04,313 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers 2018-08-01 03:37:04,316 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/4ccde9db-16c7-45a1-b8ce-cc67ddf47106 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}20e5e80cf65c3e7ffb8949917469b777c0ce8054" 2018-08-01 03:37:04,988 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 03:37: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-f83dbc40-0823-4d45-80d9-493540d30471 x-compute-request-id: req-f83dbc40-0823-4d45-80d9-493540d30471 Content-Encoding: gzip Content-Length: 601 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/4ccde9db-16c7-45a1-b8ce-cc67ddf47106", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/4ccde9db-16c7-45a1-b8ce-cc67ddf47106", "rel": "bookmark"}], "image": {"id": "d68781a2-5a8c-446b-8576-ac6affd2a084", "links": [{"href": "http://172.30.9.21:8774/images/d68781a2-5a8c-446b-8576-ac6affd2a084", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "89181368-aa5a-4e49-8401-476e3413a546", "links": [{"href": "http://172.30.9.21:8774/flavors/89181368-aa5a-4e49-8401-476e3413a546", "rel": "bookmark"}]}, "id": "4ccde9db-16c7-45a1-b8ce-cc67ddf47106", "user_id": "39e34b60ba7e4e4f8b2e383ac2ece5cc", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-01T03:37:04Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_e0962aa4-bf62-4afa-a091-d393b061578a", "created": "2018-08-01T03:37:04Z", "tenant_id": "d73df0cb7c8c412b96ddc4a838af7671", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-01 03:37:04,988 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/4ccde9db-16c7-45a1-b8ce-cc67ddf47106 used request id req-f83dbc40-0823-4d45-80d9-493540d30471 2018-08-01 03:37:04,988 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers in 0.675199985504s 2018-08-01 03:37:04,989 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/4ccde9db-16c7-45a1-b8ce-cc67ddf47106 used request id req-f83dbc40-0823-4d45-80d9-493540d30471 2018-08-01 03:37:04,993 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-01 03:37:04,995 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}20e5e80cf65c3e7ffb8949917469b777c0ce8054" 2018-08-01 03:37:05,753 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 03:37: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-7c655848-4f82-4f3e-b03c-46b9802e462c x-compute-request-id: req-7c655848-4f82-4f3e-b03c-46b9802e462c Content-Encoding: gzip Content-Length: 851 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/4ccde9db-16c7-45a1-b8ce-cc67ddf47106", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/4ccde9db-16c7-45a1-b8ce-cc67ddf47106", "rel": "bookmark"}], "image": {"id": "d68781a2-5a8c-446b-8576-ac6affd2a084", "links": [{"href": "http://172.30.9.21:8774/images/d68781a2-5a8c-446b-8576-ac6affd2a084", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "89181368-aa5a-4e49-8401-476e3413a546", "links": [{"href": "http://172.30.9.21:8774/flavors/89181368-aa5a-4e49-8401-476e3413a546", "rel": "bookmark"}]}, "id": "4ccde9db-16c7-45a1-b8ce-cc67ddf47106", "user_id": "39e34b60ba7e4e4f8b2e383ac2ece5cc", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-01T03:37:05Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_e0962aa4-bf62-4afa-a091-d393b061578a", "created": "2018-08-01T03:37:04Z", "tenant_id": "d73df0cb7c8c412b96ddc4a838af7671", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_e0962aa4-bf62-4afa-a091-d393b061578a": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a6:a2:72", "version": 4, "addr": "192.168.120.22", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/ee50d96e-fb99-481c-80b0-81871928105e", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/ee50d96e-fb99-481c-80b0-81871928105e", "rel": "bookmark"}], "image": {"id": "d68781a2-5a8c-446b-8576-ac6affd2a084", "links": [{"href": "http://172.30.9.21:8774/images/d68781a2-5a8c-446b-8576-ac6affd2a084", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-01T03:36:57.000000", "flavor": {"id": "89181368-aa5a-4e49-8401-476e3413a546", "links": [{"href": "http://172.30.9.21:8774/flavors/89181368-aa5a-4e49-8401-476e3413a546", "rel": "bookmark"}]}, "id": "ee50d96e-fb99-481c-80b0-81871928105e", "security_groups": [{"name": "default"}], "user_id": "39e34b60ba7e4e4f8b2e383ac2ece5cc", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-01T03:36:57Z", "hostId": "c1064a874f54d46eca455abdafe580a7d256b99bfd09c675f2db53f6", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_e0962aa4-bf62-4afa-a091-d393b061578a", "created": "2018-08-01T03:36:49Z", "tenant_id": "d73df0cb7c8c412b96ddc4a838af7671", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-01 03:37:05,753 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-7c655848-4f82-4f3e-b03c-46b9802e462c 2018-08-01 03:37:05,754 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.760635137558s 2018-08-01 03:37:05,754 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-7c655848-4f82-4f3e-b03c-46b9802e462c 2018-08-01 03:37:05,759 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-01 03:37:07,762 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-01 03:37:07,765 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}20e5e80cf65c3e7ffb8949917469b777c0ce8054" 2018-08-01 03:37:08,188 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 03:37: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-509b3f52-5bbe-4e32-ad5f-fbd780a793a3 x-compute-request-id: req-509b3f52-5bbe-4e32-ad5f-fbd780a793a3 Content-Encoding: gzip Content-Length: 886 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/4ccde9db-16c7-45a1-b8ce-cc67ddf47106", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/4ccde9db-16c7-45a1-b8ce-cc67ddf47106", "rel": "bookmark"}], "image": {"id": "d68781a2-5a8c-446b-8576-ac6affd2a084", "links": [{"href": "http://172.30.9.21:8774/images/d68781a2-5a8c-446b-8576-ac6affd2a084", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "89181368-aa5a-4e49-8401-476e3413a546", "links": [{"href": "http://172.30.9.21:8774/flavors/89181368-aa5a-4e49-8401-476e3413a546", "rel": "bookmark"}]}, "id": "4ccde9db-16c7-45a1-b8ce-cc67ddf47106", "security_groups": [{"name": "default"}], "user_id": "39e34b60ba7e4e4f8b2e383ac2ece5cc", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-01T03:37:07Z", "hostId": "36f8fdbb7ce3e8cc3a7181abe524a32900641f1a0b2305d9e5726446", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_e0962aa4-bf62-4afa-a091-d393b061578a", "created": "2018-08-01T03:37:04Z", "tenant_id": "d73df0cb7c8c412b96ddc4a838af7671", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_e0962aa4-bf62-4afa-a091-d393b061578a": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a6:a2:72", "version": 4, "addr": "192.168.120.22", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/ee50d96e-fb99-481c-80b0-81871928105e", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/ee50d96e-fb99-481c-80b0-81871928105e", "rel": "bookmark"}], "image": {"id": "d68781a2-5a8c-446b-8576-ac6affd2a084", "links": [{"href": "http://172.30.9.21:8774/images/d68781a2-5a8c-446b-8576-ac6affd2a084", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-01T03:36:57.000000", "flavor": {"id": "89181368-aa5a-4e49-8401-476e3413a546", "links": [{"href": "http://172.30.9.21:8774/flavors/89181368-aa5a-4e49-8401-476e3413a546", "rel": "bookmark"}]}, "id": "ee50d96e-fb99-481c-80b0-81871928105e", "security_groups": [{"name": "default"}], "user_id": "39e34b60ba7e4e4f8b2e383ac2ece5cc", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-01T03:36:57Z", "hostId": "c1064a874f54d46eca455abdafe580a7d256b99bfd09c675f2db53f6", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_e0962aa4-bf62-4afa-a091-d393b061578a", "created": "2018-08-01T03:36:49Z", "tenant_id": "d73df0cb7c8c412b96ddc4a838af7671", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-01 03:37:08,188 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-509b3f52-5bbe-4e32-ad5f-fbd780a793a3 2018-08-01 03:37:08,188 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.425739049911s 2018-08-01 03:37:08,188 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-509b3f52-5bbe-4e32-ad5f-fbd780a793a3 2018-08-01 03:37:08,193 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-01 03:37:10,196 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-01 03:37:10,199 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}20e5e80cf65c3e7ffb8949917469b777c0ce8054" 2018-08-01 03:37:11,002 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 03:37:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6153bd9b-457e-465f-b2cb-68e4a93de4d2 x-compute-request-id: req-6153bd9b-457e-465f-b2cb-68e4a93de4d2 Content-Encoding: gzip Content-Length: 886 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/4ccde9db-16c7-45a1-b8ce-cc67ddf47106", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/4ccde9db-16c7-45a1-b8ce-cc67ddf47106", "rel": "bookmark"}], "image": {"id": "d68781a2-5a8c-446b-8576-ac6affd2a084", "links": [{"href": "http://172.30.9.21:8774/images/d68781a2-5a8c-446b-8576-ac6affd2a084", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "89181368-aa5a-4e49-8401-476e3413a546", "links": [{"href": "http://172.30.9.21:8774/flavors/89181368-aa5a-4e49-8401-476e3413a546", "rel": "bookmark"}]}, "id": "4ccde9db-16c7-45a1-b8ce-cc67ddf47106", "security_groups": [{"name": "default"}], "user_id": "39e34b60ba7e4e4f8b2e383ac2ece5cc", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-01T03:37:07Z", "hostId": "36f8fdbb7ce3e8cc3a7181abe524a32900641f1a0b2305d9e5726446", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_e0962aa4-bf62-4afa-a091-d393b061578a", "created": "2018-08-01T03:37:04Z", "tenant_id": "d73df0cb7c8c412b96ddc4a838af7671", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_e0962aa4-bf62-4afa-a091-d393b061578a": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a6:a2:72", "version": 4, "addr": "192.168.120.22", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/ee50d96e-fb99-481c-80b0-81871928105e", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/ee50d96e-fb99-481c-80b0-81871928105e", "rel": "bookmark"}], "image": {"id": "d68781a2-5a8c-446b-8576-ac6affd2a084", "links": [{"href": "http://172.30.9.21:8774/images/d68781a2-5a8c-446b-8576-ac6affd2a084", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-01T03:36:57.000000", "flavor": {"id": "89181368-aa5a-4e49-8401-476e3413a546", "links": [{"href": "http://172.30.9.21:8774/flavors/89181368-aa5a-4e49-8401-476e3413a546", "rel": "bookmark"}]}, "id": "ee50d96e-fb99-481c-80b0-81871928105e", "security_groups": [{"name": "default"}], "user_id": "39e34b60ba7e4e4f8b2e383ac2ece5cc", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-01T03:36:57Z", "hostId": "c1064a874f54d46eca455abdafe580a7d256b99bfd09c675f2db53f6", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_e0962aa4-bf62-4afa-a091-d393b061578a", "created": "2018-08-01T03:36:49Z", "tenant_id": "d73df0cb7c8c412b96ddc4a838af7671", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-01 03:37:11,002 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-6153bd9b-457e-465f-b2cb-68e4a93de4d2 2018-08-01 03:37:11,003 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.806483030319s 2018-08-01 03:37:11,003 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-6153bd9b-457e-465f-b2cb-68e4a93de4d2 2018-08-01 03:37:11,008 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-01 03:37:13,011 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-01 03:37:13,014 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}20e5e80cf65c3e7ffb8949917469b777c0ce8054" 2018-08-01 03:37:13,900 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 03:37:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8740fc9e-ead0-45b0-9abd-ab6b70976bcb x-compute-request-id: req-8740fc9e-ead0-45b0-9abd-ab6b70976bcb Content-Encoding: gzip Content-Length: 868 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_e0962aa4-bf62-4afa-a091-d393b061578a": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:76:ca:b3", "version": 4, "addr": "192.168.120.29", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/4ccde9db-16c7-45a1-b8ce-cc67ddf47106", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/4ccde9db-16c7-45a1-b8ce-cc67ddf47106", "rel": "bookmark"}], "image": {"id": "d68781a2-5a8c-446b-8576-ac6affd2a084", "links": [{"href": "http://172.30.9.21:8774/images/d68781a2-5a8c-446b-8576-ac6affd2a084", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-01T03:37:12.000000", "flavor": {"id": "89181368-aa5a-4e49-8401-476e3413a546", "links": [{"href": "http://172.30.9.21:8774/flavors/89181368-aa5a-4e49-8401-476e3413a546", "rel": "bookmark"}]}, "id": "4ccde9db-16c7-45a1-b8ce-cc67ddf47106", "security_groups": [{"name": "default"}], "user_id": "39e34b60ba7e4e4f8b2e383ac2ece5cc", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-01T03:37:12Z", "hostId": "36f8fdbb7ce3e8cc3a7181abe524a32900641f1a0b2305d9e5726446", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_e0962aa4-bf62-4afa-a091-d393b061578a", "created": "2018-08-01T03:37:04Z", "tenant_id": "d73df0cb7c8c412b96ddc4a838af7671", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_e0962aa4-bf62-4afa-a091-d393b061578a": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a6:a2:72", "version": 4, "addr": "192.168.120.22", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/ee50d96e-fb99-481c-80b0-81871928105e", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/ee50d96e-fb99-481c-80b0-81871928105e", "rel": "bookmark"}], "image": {"id": "d68781a2-5a8c-446b-8576-ac6affd2a084", "links": [{"href": "http://172.30.9.21:8774/images/d68781a2-5a8c-446b-8576-ac6affd2a084", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-01T03:36:57.000000", "flavor": {"id": "89181368-aa5a-4e49-8401-476e3413a546", "links": [{"href": "http://172.30.9.21:8774/flavors/89181368-aa5a-4e49-8401-476e3413a546", "rel": "bookmark"}]}, "id": "ee50d96e-fb99-481c-80b0-81871928105e", "security_groups": [{"name": "default"}], "user_id": "39e34b60ba7e4e4f8b2e383ac2ece5cc", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-01T03:36:57Z", "hostId": "c1064a874f54d46eca455abdafe580a7d256b99bfd09c675f2db53f6", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_e0962aa4-bf62-4afa-a091-d393b061578a", "created": "2018-08-01T03:36:49Z", "tenant_id": "d73df0cb7c8c412b96ddc4a838af7671", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-01 03:37:13,900 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-8740fc9e-ead0-45b0-9abd-ab6b70976bcb 2018-08-01 03:37:13,901 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.889774084091s 2018-08-01 03:37:13,901 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-8740fc9e-ead0-45b0-9abd-ab6b70976bcb 2018-08-01 03:37:13,906 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-01 03:37:13,907 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:9696/v2.0/ports.json?device_id=4ccde9db-16c7-45a1-b8ce-cc67ddf47106" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}20e5e80cf65c3e7ffb8949917469b777c0ce8054" 2018-08-01 03:37:13,971 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-44941d09-73cc-48e0-a674-cf49e57c5020 Date: Wed, 01 Aug 2018 03:37:13 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"0b326520-a34f-4114-8cbe-e36d2223beb3","tenant_id":"d73df0cb7c8c412b96ddc4a838af7671","created_at":"2018-08-01T03:37:07Z","admin_state_up":true,"updated_at":"2018-08-01T03:37:12Z","binding:vnic_type":"normal","device_id":"4ccde9db-16c7-45a1-b8ce-cc67ddf47106","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:76:ca:b3","id":"ad54b213-182f-40c1-8124-49d82f816377","port_security_enabled":true,"project_id":"d73df0cb7c8c412b96ddc4a838af7671","fixed_ips":[{"subnet_id":"8e4e7a55-217e-4549-8421-49d7f70dfb99","ip_address":"192.168.120.29"}],"extra_dhcp_opts":[],"security_groups":["fa5d875b-50bd-405b-b177-42dc2639ad28"],"name":""}]} 2018-08-01 03:37:13,971 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports.json?device_id=4ccde9db-16c7-45a1-b8ce-cc67ddf47106 used request id req-44941d09-73cc-48e0-a674-cf49e57c5020 2018-08-01 03:37:13,972 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0653238296509s 2018-08-01 03:37:13,972 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports.json?device_id=4ccde9db-16c7-45a1-b8ce-cc67ddf47106 used request id req-44941d09-73cc-48e0-a674-cf49e57c5020 2018-08-01 03:37:13,977 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-01 03:37:13,978 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:9696/v2.0/floatingips.json?port_id=ad54b213-182f-40c1-8124-49d82f816377" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}20e5e80cf65c3e7ffb8949917469b777c0ce8054" 2018-08-01 03:37:14,028 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-232aab7b-e765-4c42-ab6b-c0a3bf234bfd Date: Wed, 01 Aug 2018 03:37:14 GMT RESP BODY: {"floatingips": []} 2018-08-01 03:37:14,029 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json?port_id=ad54b213-182f-40c1-8124-49d82f816377 used request id req-232aab7b-e765-4c42-ab6b-c0a3bf234bfd 2018-08-01 03:37:14,029 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0516028404236s 2018-08-01 03:37:14,029 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json?port_id=ad54b213-182f-40c1-8124-49d82f816377 used request id req-232aab7b-e765-4c42-ab6b-c0a3bf234bfd 2018-08-01 03:37:14,030 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_userdata-net_e0962aa4-bf62-4afa-a091-d393b061578a': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:76:ca:b3', 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'd68781a2-5a8c-446b-8576-ac6affd2a084'}), 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-01T03:37:12.000000', 'flavor': Munch({u'id': u'89181368-aa5a-4e49-8401-476e3413a546'}), 'az': u'nova', 'id': u'4ccde9db-16c7-45a1-b8ce-cc67ddf47106', 'security_groups': [Munch({u'name': u'default'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'39e34b60ba7e4e4f8b2e383ac2ece5cc', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'd73df0cb7c8c412b96ddc4a838af7671', 'name': 'vping_userdata-project_e0962aa4-bf62-4afa-a091-d393b061578a', '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-01T03:37:12.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-01T03:37:12Z', 'hostId': u'36f8fdbb7ce3e8cc3a7181abe524a32900641f1a0b2305d9e5726446', u'OS-SRV-USG:terminated_at': None, 'key_name': None, 'public_v6': '', 'private_v4': u'192.168.120.29', 'cloud': 'envvars', 'host_id': u'36f8fdbb7ce3e8cc3a7181abe524a32900641f1a0b2305d9e5726446', '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-01T03:37:12.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'd73df0cb7c8c412b96ddc4a838af7671', 'name': u'vping_userdata-vm2_e0962aa4-bf62-4afa-a091-d393b061578a', 'adminPass': None, 'tenant_id': u'd73df0cb7c8c412b96ddc4a838af7671', 'created_at': u'2018-08-01T03:37:04Z', 'created': u'2018-08-01T03:37:04Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-08-01 03:37:14,030 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-01 03:37:14,033 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}20e5e80cf65c3e7ffb8949917469b777c0ce8054" 2018-08-01 03:37:14,763 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 03:37: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-cd0814cd-f131-4923-a914-a691de87206a x-compute-request-id: req-cd0814cd-f131-4923-a914-a691de87206a Content-Encoding: gzip Content-Length: 868 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_e0962aa4-bf62-4afa-a091-d393b061578a": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:76:ca:b3", "version": 4, "addr": "192.168.120.29", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/4ccde9db-16c7-45a1-b8ce-cc67ddf47106", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/4ccde9db-16c7-45a1-b8ce-cc67ddf47106", "rel": "bookmark"}], "image": {"id": "d68781a2-5a8c-446b-8576-ac6affd2a084", "links": [{"href": "http://172.30.9.21:8774/images/d68781a2-5a8c-446b-8576-ac6affd2a084", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-01T03:37:12.000000", "flavor": {"id": "89181368-aa5a-4e49-8401-476e3413a546", "links": [{"href": "http://172.30.9.21:8774/flavors/89181368-aa5a-4e49-8401-476e3413a546", "rel": "bookmark"}]}, "id": "4ccde9db-16c7-45a1-b8ce-cc67ddf47106", "security_groups": [{"name": "default"}], "user_id": "39e34b60ba7e4e4f8b2e383ac2ece5cc", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-01T03:37:12Z", "hostId": "36f8fdbb7ce3e8cc3a7181abe524a32900641f1a0b2305d9e5726446", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_e0962aa4-bf62-4afa-a091-d393b061578a", "created": "2018-08-01T03:37:04Z", "tenant_id": "d73df0cb7c8c412b96ddc4a838af7671", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_e0962aa4-bf62-4afa-a091-d393b061578a": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a6:a2:72", "version": 4, "addr": "192.168.120.22", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/ee50d96e-fb99-481c-80b0-81871928105e", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/ee50d96e-fb99-481c-80b0-81871928105e", "rel": "bookmark"}], "image": {"id": "d68781a2-5a8c-446b-8576-ac6affd2a084", "links": [{"href": "http://172.30.9.21:8774/images/d68781a2-5a8c-446b-8576-ac6affd2a084", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-01T03:36:57.000000", "flavor": {"id": "89181368-aa5a-4e49-8401-476e3413a546", "links": [{"href": "http://172.30.9.21:8774/flavors/89181368-aa5a-4e49-8401-476e3413a546", "rel": "bookmark"}]}, "id": "ee50d96e-fb99-481c-80b0-81871928105e", "security_groups": [{"name": "default"}], "user_id": "39e34b60ba7e4e4f8b2e383ac2ece5cc", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-01T03:36:57Z", "hostId": "c1064a874f54d46eca455abdafe580a7d256b99bfd09c675f2db53f6", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_e0962aa4-bf62-4afa-a091-d393b061578a", "created": "2018-08-01T03:36:49Z", "tenant_id": "d73df0cb7c8c412b96ddc4a838af7671", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-01 03:37:14,763 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-cd0814cd-f131-4923-a914-a691de87206a 2018-08-01 03:37:14,764 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.732903003693s 2018-08-01 03:37:14,764 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-cd0814cd-f131-4923-a914-a691de87206a 2018-08-01 03:37:14,769 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-01 03:37:14,769 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:9696/v2.0/ports.json?device_id=4ccde9db-16c7-45a1-b8ce-cc67ddf47106" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}20e5e80cf65c3e7ffb8949917469b777c0ce8054" 2018-08-01 03:37:14,859 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-5d048d89-2eeb-4093-a0c9-c13673decf79 Date: Wed, 01 Aug 2018 03:37:14 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"0b326520-a34f-4114-8cbe-e36d2223beb3","tenant_id":"d73df0cb7c8c412b96ddc4a838af7671","created_at":"2018-08-01T03:37:07Z","admin_state_up":true,"updated_at":"2018-08-01T03:37:12Z","binding:vnic_type":"normal","device_id":"4ccde9db-16c7-45a1-b8ce-cc67ddf47106","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:76:ca:b3","id":"ad54b213-182f-40c1-8124-49d82f816377","port_security_enabled":true,"project_id":"d73df0cb7c8c412b96ddc4a838af7671","fixed_ips":[{"subnet_id":"8e4e7a55-217e-4549-8421-49d7f70dfb99","ip_address":"192.168.120.29"}],"extra_dhcp_opts":[],"security_groups":["fa5d875b-50bd-405b-b177-42dc2639ad28"],"name":""}]} 2018-08-01 03:37:14,859 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports.json?device_id=4ccde9db-16c7-45a1-b8ce-cc67ddf47106 used request id req-5d048d89-2eeb-4093-a0c9-c13673decf79 2018-08-01 03:37:14,859 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0900671482086s 2018-08-01 03:37:14,859 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports.json?device_id=4ccde9db-16c7-45a1-b8ce-cc67ddf47106 used request id req-5d048d89-2eeb-4093-a0c9-c13673decf79 2018-08-01 03:37:14,864 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-01 03:37:14,865 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:9696/v2.0/floatingips.json?port_id=ad54b213-182f-40c1-8124-49d82f816377" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}20e5e80cf65c3e7ffb8949917469b777c0ce8054" 2018-08-01 03:37:14,912 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-223ebd70-e82d-4f65-9075-489584aed892 Date: Wed, 01 Aug 2018 03:37:14 GMT RESP BODY: {"floatingips": []} 2018-08-01 03:37:14,912 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json?port_id=ad54b213-182f-40c1-8124-49d82f816377 used request id req-223ebd70-e82d-4f65-9075-489584aed892 2018-08-01 03:37:14,913 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0481131076813s 2018-08-01 03:37:14,913 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json?port_id=ad54b213-182f-40c1-8124-49d82f816377 used request id req-223ebd70-e82d-4f65-9075-489584aed892 2018-08-01 03:37:14,914 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - Waiting for ping... 2018-08-01 03:37:15,916 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-01 03:37:15,919 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}20e5e80cf65c3e7ffb8949917469b777c0ce8054" 2018-08-01 03:37:16,946 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 03:37: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-629700f1-8063-4d80-bf89-92b00ac3abc4 x-compute-request-id: req-629700f1-8063-4d80-bf89-92b00ac3abc4 Content-Encoding: gzip Content-Length: 868 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_e0962aa4-bf62-4afa-a091-d393b061578a": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:76:ca:b3", "version": 4, "addr": "192.168.120.29", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/4ccde9db-16c7-45a1-b8ce-cc67ddf47106", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/4ccde9db-16c7-45a1-b8ce-cc67ddf47106", "rel": "bookmark"}], "image": {"id": "d68781a2-5a8c-446b-8576-ac6affd2a084", "links": [{"href": "http://172.30.9.21:8774/images/d68781a2-5a8c-446b-8576-ac6affd2a084", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-01T03:37:12.000000", "flavor": {"id": "89181368-aa5a-4e49-8401-476e3413a546", "links": [{"href": "http://172.30.9.21:8774/flavors/89181368-aa5a-4e49-8401-476e3413a546", "rel": "bookmark"}]}, "id": "4ccde9db-16c7-45a1-b8ce-cc67ddf47106", "security_groups": [{"name": "default"}], "user_id": "39e34b60ba7e4e4f8b2e383ac2ece5cc", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-01T03:37:12Z", "hostId": "36f8fdbb7ce3e8cc3a7181abe524a32900641f1a0b2305d9e5726446", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_e0962aa4-bf62-4afa-a091-d393b061578a", "created": "2018-08-01T03:37:04Z", "tenant_id": "d73df0cb7c8c412b96ddc4a838af7671", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_e0962aa4-bf62-4afa-a091-d393b061578a": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a6:a2:72", "version": 4, "addr": "192.168.120.22", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/ee50d96e-fb99-481c-80b0-81871928105e", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/ee50d96e-fb99-481c-80b0-81871928105e", "rel": "bookmark"}], "image": {"id": "d68781a2-5a8c-446b-8576-ac6affd2a084", "links": [{"href": "http://172.30.9.21:8774/images/d68781a2-5a8c-446b-8576-ac6affd2a084", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-01T03:36:57.000000", "flavor": {"id": "89181368-aa5a-4e49-8401-476e3413a546", "links": [{"href": "http://172.30.9.21:8774/flavors/89181368-aa5a-4e49-8401-476e3413a546", "rel": "bookmark"}]}, "id": "ee50d96e-fb99-481c-80b0-81871928105e", "security_groups": [{"name": "default"}], "user_id": "39e34b60ba7e4e4f8b2e383ac2ece5cc", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-01T03:36:57Z", "hostId": "c1064a874f54d46eca455abdafe580a7d256b99bfd09c675f2db53f6", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_e0962aa4-bf62-4afa-a091-d393b061578a", "created": "2018-08-01T03:36:49Z", "tenant_id": "d73df0cb7c8c412b96ddc4a838af7671", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-01 03:37:16,947 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-629700f1-8063-4d80-bf89-92b00ac3abc4 2018-08-01 03:37:16,947 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.03085207939s 2018-08-01 03:37:16,947 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-629700f1-8063-4d80-bf89-92b00ac3abc4 2018-08-01 03:37:16,950 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-01 03:37:16,953 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/servers/4ccde9db-16c7-45a1-b8ce-cc67ddf47106/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}20e5e80cf65c3e7ffb8949917469b777c0ce8054" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-01 03:37:17,057 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 03:37:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-73d0c2dc-655e-4256-befb-ef75988b1ab5 x-compute-request-id: req-73d0c2dc-655e-4256-befb-ef75988b1ab5 Content-Encoding: gzip Content-Length: 9423 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 475471311 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.148537] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.150260] pid_max: default: 32768 minimum: 301\n[ 0.151193] ACPI: Core revision 20150930\n[ 0.152601] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.153955] Security Framework initialized\n[ 0.154794] Yama: becoming mindful.\n[ 0.155557] AppArmor: AppArmor initialized\n[ 0.156446] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.157830] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.159157] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.160406] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.161876] Initializing cgroup subsys io\n[ 0.162717] Initializing cgroup subsys memory\n[ 0.163612] Initializing cgroup subsys devices\n[ 0.164515] Initializing cgroup subsys freezer\n[ 0.165411] Initializing cgroup subsys net_cls\n[ 0.166306] Initializing cgroup subsys perf_event\n[ 0.167245] Initializing cgroup subsys net_prio\n[ 0.168164] Initializing cgroup subsys hugetlb\n[ 0.169062] Initializing cgroup subsys pids\n[ 0.169957] CPU: Physical Processor ID: 0\n[ 0.171478] mce: CPU supports 10 MCE banks\n[ 0.172359] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.173395] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.189460] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.195623] ftrace: allocating 31920 entries in 125 pages\n[ 0.220815] smpboot: Max logical packages: 1\n[ 0.221721] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.223103] x2apic enabled\n[ 0.223944] Switched APIC routing to physical x2apic.\n[ 0.225713] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.226864] smpboot: CPU0: Intel Core Processor (Haswell, no TSX, IBRS) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.229004] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.230862] KVM setup paravirtual spinlock\n[ 0.232186] x86: Booted up 1 node, 1 CPUs\n[ 0.233019] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.234450] devtmpfs: initialized\n[ 0.236185] evm: security.selinux\n[ 0.236910] evm: security.SMACK64\n[ 0.237616] evm: security.SMACK64EXEC\n[ 0.238384] evm: security.SMACK64TRANSMUTE\n[ 0.239242] evm: security.SMACK64MMAP\n[ 0.240013] evm: security.ima\n[ 0.240670] evm: security.capability\n[ 0.241502] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.243425] pinctrl core: initialized pinctrl subsystem\n[ 0.244557] RTC time: 3:37:12, date: 08/01/18\n[ 0.245556] NET: Registered protocol family 16\n[ 0.246571] cpuidle: using governor ladder\n[ 0.247424] cpuidle: using governor menu\n[ 0.248242] PCCT header not found.\n[ 0.249029] ACPI: bus type PCI registered\n[ 0.249855] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.251135] PCI: Using configuration type 1 for base access\n[ 0.252943] ACPI: Added _OSI(Module Device)\n[ 0.253816] ACPI: Added _OSI(Processor Device)\n[ 0.254708] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.255638] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.257612] ACPI: Interpreter enabled\n[ 0.258414] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.260322] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.262231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.264137] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.266131] ACPI: (supports S0 S5)\n[ 0.266865] ACPI: Using IOAPIC for interrupt routing\n[ 0.267843] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.271018] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.272211] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.273483] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.274725] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.277004] acpiphp: Slot [3] registered\n[ 0.277829] acpiphp: Slot [4] registered\n[ 0.278649] acpiphp: Slot [5] registered\n[ 0.279473] acpiphp: Slot [6] registered\n[ 0.280294] acpiphp: Slot [7] registered\n[ 0.281113] acpiphp: Slot [8] registered\n[ 0.281941] acpiphp: Slot [9] registered\n[ 0.282760] acpiphp: Slot [10] registered\n[ 0.283594] acpiphp: Slot [11] registered\n[ 0.284436] acpiphp: Slot [12] registered\n[ 0.285270] acpiphp: Slot [13] registered\n[ 0.286102] acpiphp: Slot [14] registered\n[ 0.286935] acpiphp: Slot [15] registered\n[ 0.297819] acpiphp: Slot [16] registered\n[ 0.298663] acpiphp: Slot [17] registered\n[ 0.299501] acpiphp: Slot [18] registered\n[ 0.300334] acpiphp: Slot [19] registered\n[ 0.301166] acpiphp: Slot [20] registered\n[ 0.302004] acpiphp: Slot [21] registered\n[ 0.302836] acpiphp: Slot [22] registered\n[ 0.303666] acpiphp: Slot [23] registered\n[ 0.304502] acpiphp: Slot [24] registered\n[ 0.305337] acpiphp: Slot [25] registered\n[ 0.306175] acpiphp: Slot [26] registered\n[ 0.307009] acpiphp: Slot [27] registered\n[ 0.307831] acpiphp: Slot [28] registered\n[ 0.308665] acpiphp: Slot [29] registered\n[ 0.309495] acpiphp: Slot [30] registered\n[ 0.310331] acpiphp: Slot [31] registered\n[ 0.311163] PCI host bridge to bus 0000:00\n[ 0.311993] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.313240] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.314489] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.315976] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.317458] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.318974] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.322264] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.323590] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.324806] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.326102] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.329683] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.331216] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.349613] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.351133] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.352930] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.354414] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.355845] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.357144] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.358485] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.359574] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.361177] vgaarb: loaded\n[ 0.361799] vgaarb: bridge control possible 0000:00:02.0\n[ 0.363053] SCSI subsystem initialized\n[ 0.363990] ACPI: bus type USB registered\n[ 0.364843] usbcore: registered new interface driver usbfs\n[ 0.365909] usbcore: registered new interface driver hub\n[ 0.366944] usbcore: registered new device driver usb\n[ 0.368078] PCI: Using ACPI for IRQ routing\n[ 0.369216] NetLabel: Initializing\n[ 0.369973] NetLabel: domain hash size = 128\n[ 0.370849] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371832] NetLabel: unlabeled traffic allowed by default\n[ 0.373018] clocksource: Switched to clocksource kvm-clock\n[ 0.381204] AppArmor: AppArmor Filesystem Enabled\n[ 0.382196] pnp: PnP ACPI init\n[ 0.383149] pnp: PnP ACPI: found 5 devices\n[ 0.389503] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.391284] NET: Registered protocol family 2\n[ 0.392363] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.393705] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.394960] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.396200] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397326] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398561] NET: Registered protocol family 1\n[ 0.399471] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.400607] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.401728] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.415813] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.430072] Trying to unpack rootfs image as initramfs...\n[ 0.486394] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.488127] Scanning for low memory corruption every 60 seconds\n[ 0.489528] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.490733] audit: initializing netlink subsys (disabled)\n[ 0.491791] audit: type=2000 audit(1533094633.119:1): initialized\n[ 0.493205] Initialise system trusted keyring\n[ 0.494182] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.495384] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.497550] zbud: loaded\n[ 0.498303] VFS: Disk quotas dquot_6.6.0\n[ 0.499154] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.500792] fuse init (API version 7.23)\n[ 0.501727] Key type big_key registered\n[ 0.502553] Allocating IMA MOK and blacklist keyrings.\n[ 0.503827] Key type asymmetric registered\n[ 0.504673] Asymmetric key parser 'x509' registered\n[ 0.505712] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.507227] io scheduler noop registered\n[ 0.508052] io scheduler deadline registered (default)\n[ 0.509096] io scheduler cfq registered\n[ 0.509978] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.511062] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.512365] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513871] ACPI: Power Button [PWRF]\n[ 0.514753] GHES: HEST is not enabled!\n[ 0.528332] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.555895] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558051] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.582039] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.584394] Linux agpgart interface v0.103\n[ 0.587088] brd: module loaded\n[ 0.591418] loop: module loaded\n[ 0.596313] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.597812] GPT:90111 != 2097151\n[ 0.598508] GPT:Alternate GPT header not at the end of the disk.\n[ 0.599631] GPT:90111 != 2097151\n[ 0.600326] GPT: Use GNU Parted to correct GPT errors.\n[ 0.601331] vda: vda1 vda15\n[ 0.602905] scsi host0: ata_piix\n[ 0.603713] scsi host1: ata_piix\n[ 0.604454] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.605720] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.607262] libphy: Fixed MDIO Bus: probed\n[ 0.608117] tun: Universal TUN/TAP device driver, 1.6\n[ 0.609102] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.611618] PPP generic driver version 2.4.2\n[ 0.612578] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.613818] ehci-pci: EHCI PCI platform driver\n[ 0.614719] ehci-platform: EHCI generic platform driver\n[ 0.615846] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.617077] ohci-pci: OHCI PCI platform driver\n[ 0.617990] ohci-platform: OHCI generic platform driver\n[ 0.619019] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.633304] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.634339] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.635848] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.636900] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.638092] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.639372] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.640837] usb usb1: Product: UHCI Host Controller\n[ 0.641798] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.642974] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.643992] hub 1-0:1.0: USB hub found\n[ 0.644801] hub 1-0:1.0: 2 ports detected\n[ 0.645787] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.647995] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.648991] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.650079] mousedev: PS/2 mouse device common for all mice\n[ 0.651408] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.653341] rtc_cmos 00:00: RTC can wake from S4\n[ 0.654492] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.655723] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.656952] i2c /dev entries driver\n[ 0.657768] device-mapper: uevent: version 1.0.3\n[ 0.658767] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.660450] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.661933] NET: Registered protocol family 10\n[ 0.663100] NET: Registered protocol family 17\n[ 0.664037] Key type dns_resolver registered\n[ 0.665087] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.666231] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.668091] registered taskstats version 1\n[ 0.668971] Loading compiled-in X.509 certificates\n[ 0.670480] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.672407] zswap: loaded using pool lzo/zbud\n[ 0.674091] Key type trusted registered\n[ 0.675888] Key type encrypted registered\n[ 0.676743] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.677822] ima: No TPM chip found, activating TPM-bypass!\n[ 0.678907] evm: HMAC attrs: 0x1\n[ 0.679921] Magic number: 14:980:612\n[ 0.680738] tty tty: hash matches\n[ 0.681540] rtc_cmos 00:00: setting system clock to 2018-08-01 03:37:12 UTC (1533094632)\n[ 0.683211] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.684365] EDD information not available.\n[ 0.766373] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.767986] Write protecting the kernel read-only data: 14336k\n[ 0.770255] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.772170] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.59\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.817222] 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.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... 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.89. 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCCO0V9vjVsmH0RWVUfEfEAMkfDA59biX1grOhLu29fjfDYeJbWR9P5VeumXQfcQtdkQKexNC+dM06af0Bg9+btxJWYdIc1IeK4C3pMSA0TYeib77X0x5iK/DpI/0/rmPdvdZD4bCf8xVZxlxcfsj8bU0Wn5ggKCX9DZWAm3LCn2tyI7HiHni4Y4dXpPpo6ym+vI0GMPgj8BjH3UqERco0q0G6WuSwrLACqzixaJKRrYKF/TquOff4o3iZa/pGZkYUeKVOIR5pmAs8xY3SyzpEjgdYNTR0QQZdVX+13yBShrb/r5PPlOHIcBptKxKOXWgByC6nVegdkRBuwrTtUmlW9 root@vping-userdata-vm2-e0962aa4-bf62-4afa-a091-d393b061578a\nssh-dss AAAAB3NzaC1kc3MAAACBAPlD8YymmPeGy9z0GXilCS4PcjBSYJCD8f1kN3NsiQQ6VQHx34cppKFXcb/H6XNjnuC296T9+Z2vsOSRuXYsSJa7FAoyyms0CoHv2xz1U5kv1wGlPBl7zMpFCF/sJ6gIFERYHpSlARg9y2O56+Cz/iNmy7wFN3MdX8ppSw0uznXXAAAAFQD/ExQ7ICDTDDF+oKzmWfI2p9hFZwAAAIBBvsBXjkOeGPhtfthd3a5ZvUZ6Ay6J7Wu5UMduYNUADZBa7xuRtNThNGkIc1WGWVMD7UsbXOaFvlujOw3/8zeCpFefdhgvdpGBqhH5la5seUKvdLimGjK55HgulZEi1E/7XRvEX3pqJgPd41Oq9qoEf7pwcxoLT9EK5oKJa++vFwAAAIEAynBNxLwxFZ7C0LnYXJLn0mgRAON6rtfiGVRl/UCsou9a0WOGAK2ZLeYK3BOrYTYphWSjrYGAcUBRXJDyEusYjr12dlbdiiZF4/eF7TT98980cs/0VmFilEI5G2b3kSUkfr8U863p3nCJM1dY9mVoFi0AhZt+dUoDcKOiwxDdq+o= root@vping-userdata-vm2-e0962aa4-bf62-4afa-a091-d393b061578a\n-----END SSH HOST KEY KEYS-----\n=== network info ===\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,192.168.120.29,24,fe80::f816:3eff:fe76:cab3/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-00000011\nname: N/A\navailability-zone: nova\nlocal-hostname: vping-userdata-vm2-e0962aa4-bf62-4afa-a091-d393b061578a\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.91 ===\n"} 2018-08-01 03:37:17,058 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/4ccde9db-16c7-45a1-b8ce-cc67ddf47106/action used request id req-73d0c2dc-655e-4256-befb-ef75988b1ab5 2018-08-01 03:37:17,058 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.107660055161s 2018-08-01 03:37:17,059 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/4ccde9db-16c7-45a1-b8ce-cc67ddf47106/action used request id req-73d0c2dc-655e-4256-befb-ef75988b1ab5 2018-08-01 03:37:17,059 - 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 475471311 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.148537] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.150260] pid_max: default: 32768 minimum: 301 [ 0.151193] ACPI: Core revision 20150930 [ 0.152601] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.153955] Security Framework initialized [ 0.154794] Yama: becoming mindful. [ 0.155557] AppArmor: AppArmor initialized [ 0.156446] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.157830] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.159157] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.160406] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.161876] Initializing cgroup subsys io [ 0.162717] Initializing cgroup subsys memory [ 0.163612] Initializing cgroup subsys devices [ 0.164515] Initializing cgroup subsys freezer [ 0.165411] Initializing cgroup subsys net_cls [ 0.166306] Initializing cgroup subsys perf_event [ 0.167245] Initializing cgroup subsys net_prio [ 0.168164] Initializing cgroup subsys hugetlb [ 0.169062] Initializing cgroup subsys pids [ 0.169957] CPU: Physical Processor ID: 0 [ 0.171478] mce: CPU supports 10 MCE banks [ 0.172359] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.173395] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.189460] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.195623] ftrace: allocating 31920 entries in 125 pages [ 0.220815] smpboot: Max logical packages: 1 [ 0.221721] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.223103] x2apic enabled [ 0.223944] Switched APIC routing to physical x2apic. [ 0.225713] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.226864] smpboot: CPU0: Intel Core Processor (Haswell, no TSX, IBRS) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.229004] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.230862] KVM setup paravirtual spinlock [ 0.232186] x86: Booted up 1 node, 1 CPUs [ 0.233019] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.234450] devtmpfs: initialized [ 0.236185] evm: security.selinux [ 0.236910] evm: security.SMACK64 [ 0.237616] evm: security.SMACK64EXEC [ 0.238384] evm: security.SMACK64TRANSMUTE [ 0.239242] evm: security.SMACK64MMAP [ 0.240013] evm: security.ima [ 0.240670] evm: security.capability [ 0.241502] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.243425] pinctrl core: initialized pinctrl subsystem [ 0.244557] RTC time: 3:37:12, date: 08/01/18 [ 0.245556] NET: Registered protocol family 16 [ 0.246571] cpuidle: using governor ladder [ 0.247424] cpuidle: using governor menu [ 0.248242] PCCT header not found. [ 0.249029] ACPI: bus type PCI registered [ 0.249855] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.251135] PCI: Using configuration type 1 for base access [ 0.252943] ACPI: Added _OSI(Module Device) [ 0.253816] ACPI: Added _OSI(Processor Device) [ 0.254708] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.255638] ACPI: Added _OSI(Processor Aggregator Device) [ 0.257612] ACPI: Interpreter enabled [ 0.258414] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.260322] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.262231] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.264137] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.266131] ACPI: (supports S0 S5) [ 0.266865] ACPI: Using IOAPIC for interrupt routing [ 0.267843] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.271018] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.272211] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.273483] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.274725] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.277004] acpiphp: Slot [3] registered [ 0.277829] acpiphp: Slot [4] registered [ 0.278649] acpiphp: Slot [5] registered [ 0.279473] acpiphp: Slot [6] registered [ 0.280294] acpiphp: Slot [7] registered [ 0.281113] acpiphp: Slot [8] registered [ 0.281941] acpiphp: Slot [9] registered [ 0.282760] acpiphp: Slot [10] registered [ 0.283594] acpiphp: Slot [11] registered [ 0.284436] acpiphp: Slot [12] registered [ 0.285270] acpiphp: Slot [13] registered [ 0.286102] acpiphp: Slot [14] registered [ 0.286935] acpiphp: Slot [15] registered [ 0.297819] acpiphp: Slot [16] registered [ 0.298663] acpiphp: Slot [17] registered [ 0.299501] acpiphp: Slot [18] registered [ 0.300334] acpiphp: Slot [19] registered [ 0.301166] acpiphp: Slot [20] registered [ 0.302004] acpiphp: Slot [21] registered [ 0.302836] acpiphp: Slot [22] registered [ 0.303666] acpiphp: Slot [23] registered [ 0.304502] acpiphp: Slot [24] registered [ 0.305337] acpiphp: Slot [25] registered [ 0.306175] acpiphp: Slot [26] registered [ 0.307009] acpiphp: Slot [27] registered [ 0.307831] acpiphp: Slot [28] registered [ 0.308665] acpiphp: Slot [29] registered [ 0.309495] acpiphp: Slot [30] registered [ 0.310331] acpiphp: Slot [31] registered [ 0.311163] PCI host bridge to bus 0000:00 [ 0.311993] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.313240] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.314489] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.315976] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.317458] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.318974] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.322264] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.323590] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.324806] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.326102] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.329683] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.331216] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.349613] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.351133] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.352930] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.354414] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.355845] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357144] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.358485] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.359574] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.361177] vgaarb: loaded [ 0.361799] vgaarb: bridge control possible 0000:00:02.0 [ 0.363053] SCSI subsystem initialized [ 0.363990] ACPI: bus type USB registered [ 0.364843] usbcore: registered new interface driver usbfs [ 0.365909] usbcore: registered new interface driver hub [ 0.366944] usbcore: registered new device driver usb [ 0.368078] PCI: Using ACPI for IRQ routing [ 0.369216] NetLabel: Initializing [ 0.369973] NetLabel: domain hash size = 128 [ 0.370849] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371832] NetLabel: unlabeled traffic allowed by default [ 0.373018] clocksource: Switched to clocksource kvm-clock [ 0.381204] AppArmor: AppArmor Filesystem Enabled [ 0.382196] pnp: PnP ACPI init [ 0.383149] pnp: PnP ACPI: found 5 devices [ 0.389503] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.391284] NET: Registered protocol family 2 [ 0.392363] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.393705] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.394960] TCP: Hash tables configured (established 4096 bind 4096) [ 0.396200] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.397326] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.398561] NET: Registered protocol family 1 [ 0.399471] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.400607] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.401728] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.415813] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.430072] Trying to unpack rootfs image as initramfs... [ 0.486394] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.488127] Scanning for low memory corruption every 60 seconds [ 0.489528] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.490733] audit: initializing netlink subsys (disabled) [ 0.491791] audit: type=2000 audit(1533094633.119:1): initialized [ 0.493205] Initialise system trusted keyring [ 0.494182] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.495384] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.497550] zbud: loaded [ 0.498303] VFS: Disk quotas dquot_6.6.0 [ 0.499154] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.500792] fuse init (API version 7.23) [ 0.501727] Key type big_key registered [ 0.502553] Allocating IMA MOK and blacklist keyrings. [ 0.503827] Key type asymmetric registered [ 0.504673] Asymmetric key parser 'x509' registered [ 0.505712] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.507227] io scheduler noop registered [ 0.508052] io scheduler deadline registered (default) [ 0.509096] io scheduler cfq registered [ 0.509978] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.511062] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.512365] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.513871] ACPI: Power Button [PWRF] [ 0.514753] GHES: HEST is not enabled! [ 0.528332] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.555895] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.558051] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.582039] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.584394] Linux agpgart interface v0.103 [ 0.587088] brd: module loaded [ 0.591418] loop: module loaded [ 0.596313] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.597812] GPT:90111 != 2097151 [ 0.598508] GPT:Alternate GPT header not at the end of the disk. [ 0.599631] GPT:90111 != 2097151 [ 0.600326] GPT: Use GNU Parted to correct GPT errors. [ 0.601331] vda: vda1 vda15 [ 0.602905] scsi host0: ata_piix [ 0.603713] scsi host1: ata_piix [ 0.604454] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.605720] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.607262] libphy: Fixed MDIO Bus: probed [ 0.608117] tun: Universal TUN/TAP device driver, 1.6 [ 0.609102] tun: (C) 1999-2004 Max Krasnyansky [ 0.611618] PPP generic driver version 2.4.2 [ 0.612578] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.613818] ehci-pci: EHCI PCI platform driver [ 0.614719] ehci-platform: EHCI generic platform driver [ 0.615846] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.617077] ohci-pci: OHCI PCI platform driver [ 0.617990] ohci-platform: OHCI generic platform driver [ 0.619019] uhci_hcd: USB Universal Host Controller Interface driver [ 0.633304] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.634339] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.635848] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.636900] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.638092] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.639372] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.640837] usb usb1: Product: UHCI Host Controller [ 0.641798] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.642974] usb usb1: SerialNumber: 0000:00:01.2 [ 0.643992] hub 1-0:1.0: USB hub found [ 0.644801] hub 1-0:1.0: 2 ports detected [ 0.645787] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.647995] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.648991] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.650079] mousedev: PS/2 mouse device common for all mice [ 0.651408] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.653341] rtc_cmos 00:00: RTC can wake from S4 [ 0.654492] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.655723] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.656952] i2c /dev entries driver [ 0.657768] device-mapper: uevent: version 1.0.3 [ 0.658767] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.660450] ledtrig-cpu: registered to indicate activity on CPUs [ 0.661933] NET: Registered protocol family 10 [ 0.663100] NET: Registered protocol family 17 [ 0.664037] Key type dns_resolver registered [ 0.665087] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.666231] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.668091] registered taskstats version 1 [ 0.668971] Loading compiled-in X.509 certificates [ 0.670480] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.672407] zswap: loaded using pool lzo/zbud [ 0.674091] Key type trusted registered [ 0.675888] Key type encrypted registered [ 0.676743] AppArmor: AppArmor sha1 policy hashing enabled [ 0.677822] ima: No TPM chip found, activating TPM-bypass! [ 0.678907] evm: HMAC attrs: 0x1 [ 0.679921] Magic number: 14:980:612 [ 0.680738] tty tty: hash matches [ 0.681540] rtc_cmos 00:00: setting system clock to 2018-08-01 03:37:12 UTC (1533094632) [ 0.683211] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.684365] EDD information not available. [ 0.766373] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.767986] Write protecting the kernel read-only data: 14336k [ 0.770255] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.772170] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.59 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.817222] 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.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... 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.89. 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCCO0V9vjVsmH0RWVUfEfEAMkfDA59biX1grOhLu29fjfDYeJbWR9P5VeumXQfcQtdkQKexNC+dM06af0Bg9+btxJWYdIc1IeK4C3pMSA0TYeib77X0x5iK/DpI/0/rmPdvdZD4bCf8xVZxlxcfsj8bU0Wn5ggKCX9DZWAm3LCn2tyI7HiHni4Y4dXpPpo6ym+vI0GMPgj8BjH3UqERco0q0G6WuSwrLACqzixaJKRrYKF/TquOff4o3iZa/pGZkYUeKVOIR5pmAs8xY3SyzpEjgdYNTR0QQZdVX+13yBShrb/r5PPlOHIcBptKxKOXWgByC6nVegdkRBuwrTtUmlW9 root@vping-userdata-vm2-e0962aa4-bf62-4afa-a091-d393b061578a ssh-dss AAAAB3NzaC1kc3MAAACBAPlD8YymmPeGy9z0GXilCS4PcjBSYJCD8f1kN3NsiQQ6VQHx34cppKFXcb/H6XNjnuC296T9+Z2vsOSRuXYsSJa7FAoyyms0CoHv2xz1U5kv1wGlPBl7zMpFCF/sJ6gIFERYHpSlARg9y2O56+Cz/iNmy7wFN3MdX8ppSw0uznXXAAAAFQD/ExQ7ICDTDDF+oKzmWfI2p9hFZwAAAIBBvsBXjkOeGPhtfthd3a5ZvUZ6Ay6J7Wu5UMduYNUADZBa7xuRtNThNGkIc1WGWVMD7UsbXOaFvlujOw3/8zeCpFefdhgvdpGBqhH5la5seUKvdLimGjK55HgulZEi1E/7XRvEX3pqJgPd41Oq9qoEf7pwcxoLT9EK5oKJa++vFwAAAIEAynBNxLwxFZ7C0LnYXJLn0mgRAON6rtfiGVRl/UCsou9a0WOGAK2ZLeYK3BOrYTYphWSjrYGAcUBRXJDyEusYjr12dlbdiiZF4/eF7TT98980cs/0VmFilEI5G2b3kSUkfr8U863p3nCJM1dY9mVoFi0AhZt+dUoDcKOiwxDdq+o= root@vping-userdata-vm2-e0962aa4-bf62-4afa-a091-d393b061578a -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.120.29,24,fe80::f816:3eff:fe76:cab3/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-00000011 name: N/A availability-zone: nova local-hostname: vping-userdata-vm2-e0962aa4-bf62-4afa-a091-d393b061578a launch-index: 0 === cirros: current=0.4.0 uptime=3.91 === 2018-08-01 03:37:17,060 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - vPing detected! 2018-08-01 03:37:17,173 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-01 03:37:17,174 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | vping_userdata | functest | 00:40 | PASS | +------------------------+------------------+------------------+----------------+ 2018-08-01 03:37:17,179 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-08-01 03:37:17,182 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:8774/v2.1/servers/ee50d96e-fb99-481c-80b0-81871928105e -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}20e5e80cf65c3e7ffb8949917469b777c0ce8054" 2018-08-01 03:37:17,349 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 01 Aug 2018 03:37: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-2b1997dd-25d8-4eea-998c-0525aae86476 x-compute-request-id: req-2b1997dd-25d8-4eea-998c-0525aae86476 Content-Type: application/json 2018-08-01 03:37:17,349 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/servers/ee50d96e-fb99-481c-80b0-81871928105e used request id req-2b1997dd-25d8-4eea-998c-0525aae86476 2018-08-01 03:37:17,349 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.169982910156s 2018-08-01 03:37:17,350 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/servers/ee50d96e-fb99-481c-80b0-81871928105e used request id req-2b1997dd-25d8-4eea-998c-0525aae86476 2018-08-01 03:37:17,350 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-01 03:37:17,352 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}20e5e80cf65c3e7ffb8949917469b777c0ce8054" 2018-08-01 03:37:17,977 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 03:37: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-567ce478-640b-48f0-8c70-9743f6aa4018 x-compute-request-id: req-567ce478-640b-48f0-8c70-9743f6aa4018 Content-Encoding: gzip Content-Length: 876 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_e0962aa4-bf62-4afa-a091-d393b061578a": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:76:ca:b3", "version": 4, "addr": "192.168.120.29", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/4ccde9db-16c7-45a1-b8ce-cc67ddf47106", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/4ccde9db-16c7-45a1-b8ce-cc67ddf47106", "rel": "bookmark"}], "image": {"id": "d68781a2-5a8c-446b-8576-ac6affd2a084", "links": [{"href": "http://172.30.9.21:8774/images/d68781a2-5a8c-446b-8576-ac6affd2a084", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-01T03:37:12.000000", "flavor": {"id": "89181368-aa5a-4e49-8401-476e3413a546", "links": [{"href": "http://172.30.9.21:8774/flavors/89181368-aa5a-4e49-8401-476e3413a546", "rel": "bookmark"}]}, "id": "4ccde9db-16c7-45a1-b8ce-cc67ddf47106", "security_groups": [{"name": "default"}], "user_id": "39e34b60ba7e4e4f8b2e383ac2ece5cc", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-01T03:37:12Z", "hostId": "36f8fdbb7ce3e8cc3a7181abe524a32900641f1a0b2305d9e5726446", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_e0962aa4-bf62-4afa-a091-d393b061578a", "created": "2018-08-01T03:37:04Z", "tenant_id": "d73df0cb7c8c412b96ddc4a838af7671", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": "deleting", "addresses": {"vping_userdata-net_e0962aa4-bf62-4afa-a091-d393b061578a": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a6:a2:72", "version": 4, "addr": "192.168.120.22", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/ee50d96e-fb99-481c-80b0-81871928105e", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/ee50d96e-fb99-481c-80b0-81871928105e", "rel": "bookmark"}], "image": {"id": "d68781a2-5a8c-446b-8576-ac6affd2a084", "links": [{"href": "http://172.30.9.21:8774/images/d68781a2-5a8c-446b-8576-ac6affd2a084", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-01T03:36:57.000000", "flavor": {"id": "89181368-aa5a-4e49-8401-476e3413a546", "links": [{"href": "http://172.30.9.21:8774/flavors/89181368-aa5a-4e49-8401-476e3413a546", "rel": "bookmark"}]}, "id": "ee50d96e-fb99-481c-80b0-81871928105e", "security_groups": [{"name": "default"}], "user_id": "39e34b60ba7e4e4f8b2e383ac2ece5cc", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-01T03:37:17Z", "hostId": "c1064a874f54d46eca455abdafe580a7d256b99bfd09c675f2db53f6", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_e0962aa4-bf62-4afa-a091-d393b061578a", "created": "2018-08-01T03:36:49Z", "tenant_id": "d73df0cb7c8c412b96ddc4a838af7671", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-01 03:37:17,977 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-567ce478-640b-48f0-8c70-9743f6aa4018 2018-08-01 03:37:17,978 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.627459049225s 2018-08-01 03:37:17,978 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-567ce478-640b-48f0-8c70-9743f6aa4018 2018-08-01 03:37:17,980 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-01 03:37:19,983 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-01 03:37:19,988 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}20e5e80cf65c3e7ffb8949917469b777c0ce8054" 2018-08-01 03:37:21,174 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 03:37: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-56c290c8-e32a-45aa-b00f-ae948fe3d625 x-compute-request-id: req-56c290c8-e32a-45aa-b00f-ae948fe3d625 Content-Encoding: gzip Content-Length: 744 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_e0962aa4-bf62-4afa-a091-d393b061578a": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:76:ca:b3", "version": 4, "addr": "192.168.120.29", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/4ccde9db-16c7-45a1-b8ce-cc67ddf47106", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/4ccde9db-16c7-45a1-b8ce-cc67ddf47106", "rel": "bookmark"}], "image": {"id": "d68781a2-5a8c-446b-8576-ac6affd2a084", "links": [{"href": "http://172.30.9.21:8774/images/d68781a2-5a8c-446b-8576-ac6affd2a084", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-01T03:37:12.000000", "flavor": {"id": "89181368-aa5a-4e49-8401-476e3413a546", "links": [{"href": "http://172.30.9.21:8774/flavors/89181368-aa5a-4e49-8401-476e3413a546", "rel": "bookmark"}]}, "id": "4ccde9db-16c7-45a1-b8ce-cc67ddf47106", "security_groups": [{"name": "default"}], "user_id": "39e34b60ba7e4e4f8b2e383ac2ece5cc", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-01T03:37:12Z", "hostId": "36f8fdbb7ce3e8cc3a7181abe524a32900641f1a0b2305d9e5726446", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_e0962aa4-bf62-4afa-a091-d393b061578a", "created": "2018-08-01T03:37:04Z", "tenant_id": "d73df0cb7c8c412b96ddc4a838af7671", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-01 03:37:21,174 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-56c290c8-e32a-45aa-b00f-ae948fe3d625 2018-08-01 03:37:21,174 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.19112205505s 2018-08-01 03:37:21,175 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-56c290c8-e32a-45aa-b00f-ae948fe3d625 2018-08-01 03:37:21,177 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-08-01 03:37:21,179 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:8774/v2.1/servers/4ccde9db-16c7-45a1-b8ce-cc67ddf47106 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}20e5e80cf65c3e7ffb8949917469b777c0ce8054" 2018-08-01 03:37:21,345 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 01 Aug 2018 03:37:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-88a24049-729e-4317-92f7-d6473b720b47 x-compute-request-id: req-88a24049-729e-4317-92f7-d6473b720b47 Content-Type: application/json 2018-08-01 03:37:21,345 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/servers/4ccde9db-16c7-45a1-b8ce-cc67ddf47106 used request id req-88a24049-729e-4317-92f7-d6473b720b47 2018-08-01 03:37:21,346 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.168920993805s 2018-08-01 03:37:21,346 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/servers/4ccde9db-16c7-45a1-b8ce-cc67ddf47106 used request id req-88a24049-729e-4317-92f7-d6473b720b47 2018-08-01 03:37:21,346 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-01 03:37:21,349 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}20e5e80cf65c3e7ffb8949917469b777c0ce8054" 2018-08-01 03:37:22,158 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 03:37:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a1e66379-9b9b-47d0-81ea-445ddee2091f x-compute-request-id: req-a1e66379-9b9b-47d0-81ea-445ddee2091f Content-Encoding: gzip Content-Length: 747 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"vping_userdata-net_e0962aa4-bf62-4afa-a091-d393b061578a": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:76:ca:b3", "version": 4, "addr": "192.168.120.29", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/4ccde9db-16c7-45a1-b8ce-cc67ddf47106", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/4ccde9db-16c7-45a1-b8ce-cc67ddf47106", "rel": "bookmark"}], "image": {"id": "d68781a2-5a8c-446b-8576-ac6affd2a084", "links": [{"href": "http://172.30.9.21:8774/images/d68781a2-5a8c-446b-8576-ac6affd2a084", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-01T03:37:12.000000", "flavor": {"id": "89181368-aa5a-4e49-8401-476e3413a546", "links": [{"href": "http://172.30.9.21:8774/flavors/89181368-aa5a-4e49-8401-476e3413a546", "rel": "bookmark"}]}, "id": "4ccde9db-16c7-45a1-b8ce-cc67ddf47106", "security_groups": [{"name": "default"}], "user_id": "39e34b60ba7e4e4f8b2e383ac2ece5cc", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-01T03:37:21Z", "hostId": "36f8fdbb7ce3e8cc3a7181abe524a32900641f1a0b2305d9e5726446", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_e0962aa4-bf62-4afa-a091-d393b061578a", "created": "2018-08-01T03:37:04Z", "tenant_id": "d73df0cb7c8c412b96ddc4a838af7671", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-01 03:37:22,158 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-a1e66379-9b9b-47d0-81ea-445ddee2091f 2018-08-01 03:37:22,158 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.812009096146s 2018-08-01 03:37:22,159 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-a1e66379-9b9b-47d0-81ea-445ddee2091f 2018-08-01 03:37:22,160 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-01 03:37:24,163 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-01 03:37:24,166 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}20e5e80cf65c3e7ffb8949917469b777c0ce8054" 2018-08-01 03:37:24,388 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 03:37:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-daa1ec2c-cb9f-46a7-8a0e-5135adc596fb x-compute-request-id: req-daa1ec2c-cb9f-46a7-8a0e-5135adc596fb Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-08-01 03:37:24,388 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-daa1ec2c-cb9f-46a7-8a0e-5135adc596fb 2018-08-01 03:37:24,388 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.225299119949s 2018-08-01 03:37:24,389 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-daa1ec2c-cb9f-46a7-8a0e-5135adc596fb 2018-08-01 03:37:24,389 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-01 03:37:24,390 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9696/v2.0/routers/ac2dc445-3203-456f-9a41-76a0a9971a59/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}20e5e80cf65c3e7ffb8949917469b777c0ce8054" -d '{"subnet_id": "8e4e7a55-217e-4549-8421-49d7f70dfb99"}' 2018-08-01 03:37:26,054 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-6cdd4515-0338-433a-b55c-a9e701a8be79 Date: Wed, 01 Aug 2018 03:37:26 GMT RESP BODY: {"network_id": "0b326520-a34f-4114-8cbe-e36d2223beb3", "tenant_id": "d73df0cb7c8c412b96ddc4a838af7671", "subnet_id": "8e4e7a55-217e-4549-8421-49d7f70dfb99", "subnet_ids": ["8e4e7a55-217e-4549-8421-49d7f70dfb99"], "port_id": "63d01611-d15f-4bad-b713-2dd72021a07a", "id": "ac2dc445-3203-456f-9a41-76a0a9971a59"} 2018-08-01 03:37:26,054 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/ac2dc445-3203-456f-9a41-76a0a9971a59/remove_router_interface.json used request id req-6cdd4515-0338-433a-b55c-a9e701a8be79 2018-08-01 03:37:26,054 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.66469597816s 2018-08-01 03:37:26,055 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/ac2dc445-3203-456f-9a41-76a0a9971a59/remove_router_interface.json used request id req-6cdd4515-0338-433a-b55c-a9e701a8be79 returning object ac2dc445-3203-456f-9a41-76a0a9971a59 2018-08-01 03:37:26,055 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-01 03:37:26,056 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}20e5e80cf65c3e7ffb8949917469b777c0ce8054" 2018-08-01 03:37:26,187 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-d08e493c-abfa-40e3-8068-77f468674ebf Date: Wed, 01 Aug 2018 03:37:26 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "e06facf3-a24e-40d5-a5ce-a0901a6e4875", "ip_address": "172.30.9.207"}]}, "description": "", "tags": [], "tenant_id": "d73df0cb7c8c412b96ddc4a838af7671", "created_at": "2018-08-01T03:36:39Z", "admin_state_up": true, "updated_at": "2018-08-01T03:37:25Z", "revision_number": 4, "routes": [], "project_id": "d73df0cb7c8c412b96ddc4a838af7671", "id": "ac2dc445-3203-456f-9a41-76a0a9971a59", "name": "vping_userdata-router_e0962aa4-bf62-4afa-a091-d393b061578a"}]} 2018-08-01 03:37:26,187 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-d08e493c-abfa-40e3-8068-77f468674ebf 2018-08-01 03:37:26,188 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.132323026657s 2018-08-01 03:37:26,188 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-d08e493c-abfa-40e3-8068-77f468674ebf 2018-08-01 03:37:26,189 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-01 03:37:26,190 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/routers/ac2dc445-3203-456f-9a41-76a0a9971a59.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}20e5e80cf65c3e7ffb8949917469b777c0ce8054" 2018-08-01 03:37:27,769 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-6e5c3b65-0dd8-44ff-bd75-ba4932b8a3e0 Content-Length: 0 Date: Wed, 01 Aug 2018 03:37:27 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-01 03:37:27,769 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/routers/ac2dc445-3203-456f-9a41-76a0a9971a59.json used request id req-6e5c3b65-0dd8-44ff-bd75-ba4932b8a3e0 2018-08-01 03:37:27,769 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.57970690727s 2018-08-01 03:37:27,769 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/routers/ac2dc445-3203-456f-9a41-76a0a9971a59.json used request id req-6e5c3b65-0dd8-44ff-bd75-ba4932b8a3e0 2018-08-01 03:37:27,770 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-01 03:37:27,770 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}20e5e80cf65c3e7ffb8949917469b777c0ce8054" 2018-08-01 03:37:27,816 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-ed00b033-dad6-4cd7-9c56-69bc9a2b0ac9 Date: Wed, 01 Aug 2018 03:37:27 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0b326520-a34f-4114-8cbe-e36d2223beb3","tenant_id":"d73df0cb7c8c412b96ddc4a838af7671","created_at":"2018-08-01T03:36:38Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-01T03:36:38Z","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":"d73df0cb7c8c412b96ddc4a838af7671","id":"8e4e7a55-217e-4549-8421-49d7f70dfb99","subnetpool_id":null,"name":"vping_userdata-subnet_e0962aa4-bf62-4afa-a091-d393b061578a"}]} 2018-08-01 03:37:27,817 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-ed00b033-dad6-4cd7-9c56-69bc9a2b0ac9 2018-08-01 03:37:27,817 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0468029975891s 2018-08-01 03:37:27,817 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-ed00b033-dad6-4cd7-9c56-69bc9a2b0ac9 2018-08-01 03:37:27,818 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-01 03:37:27,819 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/subnets/8e4e7a55-217e-4549-8421-49d7f70dfb99.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}20e5e80cf65c3e7ffb8949917469b777c0ce8054" 2018-08-01 03:37:30,301 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-6ee8400e-d68c-4233-bf6e-f05c35fffe93 Date: Wed, 01 Aug 2018 03:37:30 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-01 03:37:30,301 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/8e4e7a55-217e-4549-8421-49d7f70dfb99.json used request id req-6ee8400e-d68c-4233-bf6e-f05c35fffe93 2018-08-01 03:37:30,302 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.48308610916s 2018-08-01 03:37:30,302 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/8e4e7a55-217e-4549-8421-49d7f70dfb99.json used request id req-6ee8400e-d68c-4233-bf6e-f05c35fffe93 2018-08-01 03:37:30,302 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-01 03:37:30,303 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}20e5e80cf65c3e7ffb8949917469b777c0ce8054" 2018-08-01 03:37:30,414 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1159 X-Openstack-Request-Id: req-0a6df1dc-ef1f-4656-a3db-04df3d4cdfec Date: Wed, 01 Aug 2018 03:37: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":[],"updated_at":"2018-08-01T03:37:30Z","tenant_id":"d73df0cb7c8c412b96ddc4a838af7671","created_at":"2018-08-01T03:36:37Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"d73df0cb7c8c412b96ddc4a838af7671","id":"0b326520-a34f-4114-8cbe-e36d2223beb3","name":"vping_userdata-net_e0962aa4-bf62-4afa-a091-d393b061578a"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["e06facf3-a24e-40d5-a5ce-a0901a6e4875"],"updated_at":"2018-08-01T03:28:20Z","tenant_id":"89443fd7c5cf4259bed71fca1c3fe619","created_at":"2018-08-01T03:28:13Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"89443fd7c5cf4259bed71fca1c3fe619","id":"262fe7ec-b437-40b8-908b-6eb66c149655","name":"external"}]} 2018-08-01 03:37:30,415 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-0a6df1dc-ef1f-4656-a3db-04df3d4cdfec 2018-08-01 03:37:30,415 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.112420797348s 2018-08-01 03:37:30,415 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-0a6df1dc-ef1f-4656-a3db-04df3d4cdfec 2018-08-01 03:37:30,416 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-01 03:37:30,417 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/networks/0b326520-a34f-4114-8cbe-e36d2223beb3.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}20e5e80cf65c3e7ffb8949917469b777c0ce8054" 2018-08-01 03:37:31,898 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-7ec9cc06-f84c-4a51-b28c-d04fd78e7783 Date: Wed, 01 Aug 2018 03:37:31 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-01 03:37:31,899 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/0b326520-a34f-4114-8cbe-e36d2223beb3.json used request id req-7ec9cc06-f84c-4a51-b28c-d04fd78e7783 2018-08-01 03:37:31,899 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.48245811462s 2018-08-01 03:37:31,899 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/0b326520-a34f-4114-8cbe-e36d2223beb3.json used request id req-7ec9cc06-f84c-4a51-b28c-d04fd78e7783 2018-08-01 03:37:31,903 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-01 03:37:31,907 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}20e5e80cf65c3e7ffb8949917469b777c0ce8054" 2018-08-01 03:37:32,130 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1210 Content-Type: application/json X-Openstack-Request-Id: req-6e95f279-6cdb-4a81-a4a2-7a61f01e5d0f Date: Wed, 01 Aug 2018 03:37:32 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://1c426f71-e315-470f-a765-a4a983e8d919/images/d68781a2-5a8c-446b-8576-ac6affd2a084/snap", "metadata": {}}], "file": "/v2/images/d68781a2-5a8c-446b-8576-ac6affd2a084/file", "owner": "d73df0cb7c8c412b96ddc4a838af7671", "id": "d68781a2-5a8c-446b-8576-ac6affd2a084", "size": 12716032, "self": "/v2/images/d68781a2-5a8c-446b-8576-ac6affd2a084", "disk_format": "qcow2", "direct_url": "rbd://1c426f71-e315-470f-a765-a4a983e8d919/images/d68781a2-5a8c-446b-8576-ac6affd2a084/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-08-01T03:36:44Z", "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_e0962aa4-bf62-4afa-a091-d393b061578a", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_e0962aa4-bf62-4afa-a091-d393b061578a", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-01T03:36:43Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-01 03:37:32,130 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-6e95f279-6cdb-4a81-a4a2-7a61f01e5d0f 2018-08-01 03:37:32,130 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.227146863937s 2018-08-01 03:37:32,131 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-6e95f279-6cdb-4a81-a4a2-7a61f01e5d0f 2018-08-01 03:37:32,132 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-01 03:37:32,136 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9292/v2/images/d68781a2-5a8c-446b-8576-ac6affd2a084 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}20e5e80cf65c3e7ffb8949917469b777c0ce8054" 2018-08-01 03:37:33,132 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-fbd22353-92a1-41ce-a792-4e945edfcef8 Date: Wed, 01 Aug 2018 03:37:33 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 03:37:33,132 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/d68781a2-5a8c-446b-8576-ac6affd2a084 used request id req-fbd22353-92a1-41ce-a792-4e945edfcef8 2018-08-01 03:37:33,133 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.00043606758s 2018-08-01 03:37:33,133 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/d68781a2-5a8c-446b-8576-ac6affd2a084 used request id req-fbd22353-92a1-41ce-a792-4e945edfcef8 2018-08-01 03:37:33,133 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-01 03:37:33,136 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21: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}c73bc457727985fedd7c2359452d6ca2fa3a80b1" 2018-08-01 03:37:33,159 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 03:37:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5e01d1f7-fcf9-410d-9827-490fd57ebb9e x-compute-request-id: req-5e01d1f7-fcf9-410d-9827-490fd57ebb9e Content-Encoding: gzip Content-Length: 311 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vping_userdata-flavor_e0962aa4-bf62-4afa-a091-d393b061578a", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/89181368-aa5a-4e49-8401-476e3413a546", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/89181368-aa5a-4e49-8401-476e3413a546", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "89181368-aa5a-4e49-8401-476e3413a546"}]} 2018-08-01 03:37:33,160 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-5e01d1f7-fcf9-410d-9827-490fd57ebb9e 2018-08-01 03:37:33,160 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0263569355011s 2018-08-01 03:37:33,160 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-5e01d1f7-fcf9-410d-9827-490fd57ebb9e 2018-08-01 03:37:33,161 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-01 03:37:33,164 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:8774/v2.1/flavors/89181368-aa5a-4e49-8401-476e3413a546 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c73bc457727985fedd7c2359452d6ca2fa3a80b1" 2018-08-01 03:37:33,205 - keystoneauth.session - DEBUG - RESP: [202] Date: Wed, 01 Aug 2018 03:37:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-17596707-87a0-42a2-9e31-6c6863e22dc6 x-compute-request-id: req-17596707-87a0-42a2-9e31-6c6863e22dc6 Content-Length: 0 Content-Type: application/json 2018-08-01 03:37:33,205 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/89181368-aa5a-4e49-8401-476e3413a546 used request id req-17596707-87a0-42a2-9e31-6c6863e22dc6 2018-08-01 03:37:33,205 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0440368652344s 2018-08-01 03:37:33,206 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/89181368-aa5a-4e49-8401-476e3413a546 used request id req-17596707-87a0-42a2-9e31-6c6863e22dc6 2018-08-01 03:37:33,206 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-01 03:37:33,210 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}c73bc457727985fedd7c2359452d6ca2fa3a80b1" 2018-08-01 03:37:33,326 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 03:37:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e86d33c3-8a44-464f-ab42-7d4d862d1335 Content-Encoding: gzip Content-Length: 847 Content-Type: application/json RESP BODY: {"users": [{"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/0f8a0650d1a846e88ba44704b50255c1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0f8a0650d1a846e88ba44704b50255c1", "email": "glance@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/130b7ea936644204a37124e676ddf428"}, "domain_id": "default", "enabled": true, "options": {}, "id": "130b7ea936644204a37124e676ddf428", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/1476f1d37caa49ec90baf29b9d92850d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1476f1d37caa49ec90baf29b9d92850d", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/386874e6c2464a43ba93f0248a95595b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "386874e6c2464a43ba93f0248a95595b", "email": "aodh@localhost", "password_expires_at": null}, {"name": "vping_userdata-user_e0962aa4-bf62-4afa-a091-d393b061578a", "links": {"self": "http://172.30.9.21:5000/v3/users/39e34b60ba7e4e4f8b2e383ac2ece5cc"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "39e34b60ba7e4e4f8b2e383ac2ece5cc", "domain_id": "default", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/3cb1fd184ec34300aba849c010464d1a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3cb1fd184ec34300aba849c010464d1a", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/749556e27c83423fb69e649d00450103"}, "domain_id": "default", "enabled": true, "options": {}, "id": "749556e27c83423fb69e649d00450103", "email": "admin@example.com", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.21:5000/v3/users/b6122bbf2037491bb9db6c47618110d1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b6122bbf2037491bb9db6c47618110d1", "email": "swift@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/c09ff16c1a614c8bbc73ec74064357a4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c09ff16c1a614c8bbc73ec74064357a4", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/c1daa0d43666493abbd83fb1577cff74"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c1daa0d43666493abbd83fb1577cff74", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/d1cc4ab5045f48be8e12d229b3b59cac"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d1cc4ab5045f48be8e12d229b3b59cac", "email": "cinder@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.21:5000/v3/users/d32629a0e7364688b6a82d496d6e354d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d32629a0e7364688b6a82d496d6e354d", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/d5ee6c90793c4cbeb762d8c68db45d5c"}, "domain_id": "cc40371ace4f4c2e9452fa2c52c1368e", "enabled": true, "options": {}, "id": "d5ee6c90793c4cbeb762d8c68db45d5c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/d91fd39b379e480e825eb2aa75b847b7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d91fd39b379e480e825eb2aa75b847b7", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/ecd8a45bf2844011921c3e9caab06794"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ecd8a45bf2844011921c3e9caab06794", "email": "heat@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-08-01 03:37:33,326 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-e86d33c3-8a44-464f-ab42-7d4d862d1335 2018-08-01 03:37:33,327 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.120142936707s 2018-08-01 03:37:33,327 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-e86d33c3-8a44-464f-ab42-7d4d862d1335 2018-08-01 03:37:33,332 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-01 03:37:33,335 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/users/39e34b60ba7e4e4f8b2e383ac2ece5cc -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c73bc457727985fedd7c2359452d6ca2fa3a80b1" 2018-08-01 03:37:33,451 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 03:37:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5cb1002e-d736-41d1-bf8c-b0ea14051d3f Content-Encoding: gzip Content-Length: 228 Content-Type: application/json RESP BODY: {"user": {"name": "vping_userdata-user_e0962aa4-bf62-4afa-a091-d393b061578a", "links": {"self": "http://172.30.9.21:5000/v3/users/39e34b60ba7e4e4f8b2e383ac2ece5cc"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "39e34b60ba7e4e4f8b2e383ac2ece5cc", "description": null}} 2018-08-01 03:37:33,451 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users/39e34b60ba7e4e4f8b2e383ac2ece5cc used request id req-5cb1002e-d736-41d1-bf8c-b0ea14051d3f 2018-08-01 03:37:33,451 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.118890047073s 2018-08-01 03:37:33,451 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users/39e34b60ba7e4e4f8b2e383ac2ece5cc used request id req-5cb1002e-d736-41d1-bf8c-b0ea14051d3f 2018-08-01 03:37:33,452 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-08-01 03:37:33,455 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:5000/v3/users/39e34b60ba7e4e4f8b2e383ac2ece5cc -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c73bc457727985fedd7c2359452d6ca2fa3a80b1" 2018-08-01 03:37:33,764 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 01 Aug 2018 03:37:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0f2864c2-f292-446f-a8d8-a21975eb746d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-01 03:37:33,764 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/39e34b60ba7e4e4f8b2e383ac2ece5cc used request id req-0f2864c2-f292-446f-a8d8-a21975eb746d 2018-08-01 03:37:33,764 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.312039136887s 2018-08-01 03:37:33,765 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/39e34b60ba7e4e4f8b2e383ac2ece5cc used request id req-0f2864c2-f292-446f-a8d8-a21975eb746d 2018-08-01 03:37:33,771 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-01 03:37:33,774 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}c73bc457727985fedd7c2359452d6ca2fa3a80b1" 2018-08-01 03:37:33,874 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 03:37:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3683cd7a-6425-47dc-bff2-5f1092d5132d Content-Encoding: gzip Content-Length: 388 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/89443fd7c5cf4259bed71fca1c3fe619"}, "tags": [], "enabled": true, "id": "89443fd7c5cf4259bed71fca1c3fe619", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/90aa95516c664aef94b667c55fdaffe9"}, "tags": [], "enabled": true, "id": "90aa95516c664aef94b667c55fdaffe9", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: vping_userdata", "links": {"self": "http://172.30.9.21:5000/v3/projects/d73df0cb7c8c412b96ddc4a838af7671"}, "tags": [], "enabled": true, "id": "d73df0cb7c8c412b96ddc4a838af7671", "parent_id": "default", "domain_id": "default", "name": "vping_userdata-project_e0962aa4-bf62-4afa-a091-d393b061578a"}]} 2018-08-01 03:37:33,874 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects used request id req-3683cd7a-6425-47dc-bff2-5f1092d5132d 2018-08-01 03:37:33,874 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.102965116501s 2018-08-01 03:37:33,874 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects used request id req-3683cd7a-6425-47dc-bff2-5f1092d5132d 2018-08-01 03:37:33,879 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-08-01 03:37:33,882 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:5000/v3/projects/d73df0cb7c8c412b96ddc4a838af7671 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c73bc457727985fedd7c2359452d6ca2fa3a80b1" 2018-08-01 03:37:34,111 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 01 Aug 2018 03:37:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cceb4d63-ae06-4425-9295-87e4e7d36b3e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-01 03:37:34,111 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/d73df0cb7c8c412b96ddc4a838af7671 used request id req-cceb4d63-ae06-4425-9295-87e4e7d36b3e 2018-08-01 03:37:34,111 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.232481956482s 2018-08-01 03:37:34,111 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/d73df0cb7c8c412b96ddc4a838af7671 used request id req-cceb4d63-ae06-4425-9295-87e4e7d36b3e 2018-08-01 03:37:34,164 - xtesting.ci.run_tests - INFO - Loading test case 'cinder_test'... 2018-08-01 03:37:34,205 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-01 03:37:34,205 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-01 03:37:34,206 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-01 03:37:34,206 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-01 03:37:34,206 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-01 03:37:34,206 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-01 03:37:34,206 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-01 03:37:34,206 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-01 03:37:34,206 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-01 03:37:34,206 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-01 03:37:34,206 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-01 03:37:34,206 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-01 03:37:34,206 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-01 03:37:34,206 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-01 03:37:34,206 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-01 03:37:34,207 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-01 03:37:34,207 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-01 03:37:34,207 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-01 03:37:34,207 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-01 03:37:34,207 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-01 03:37:34,207 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-01 03:37:34,207 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-01 03:37:34,208 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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-01 03:37:34,213 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 03:37:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aa906209-10ca-4d6f-8c67-64b2bc5d0aee Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-01 03:37:34,213 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-aa906209-10ca-4d6f-8c67-64b2bc5d0aee 2018-08-01 03:37:34,214 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-08-01 03:37:34,606 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ed1e3c9b852e426e8d791112d2fd4701", "name": "member"}, {"id": "147f18c7e1e349fc8e383440249c4c73", "name": "reader"}, {"id": "86fab6e3eccc4f5f9bd58caee92e2693", "name": "admin"}], "expires_at": "2018-08-01T04:37:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "90aa95516c664aef94b667c55fdaffe9", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:8004/v1/90aa95516c664aef94b667c55fdaffe9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5af2a23f0d4746a18ce9987becf49813"}, {"url": "http://192.30.9.7:8004/v1/90aa95516c664aef94b667c55fdaffe9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d6722b9f2184abb8e7b581d10709b51"}, {"url": "http://192.30.9.7:8004/v1/90aa95516c664aef94b667c55fdaffe9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc81206c7ec74b63a868c84343e2355a"}], "type": "orchestration", "id": "032123c5c07d477ab419a77fddb5ca2b", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/90aa95516c664aef94b667c55fdaffe9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00197bc0507d42718c9de1a1f3ff7fa9"}, {"url": "http://192.30.9.7:8776/v2/90aa95516c664aef94b667c55fdaffe9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "186c94a5205743a68de2c02795dd12cf"}, {"url": "http://192.30.9.7:8776/v2/90aa95516c664aef94b667c55fdaffe9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32c49f45893f4074a75a056facd63fc5"}], "type": "volumev2", "id": "09ef7c245fd9479f97ffee152dae0c8e", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27e89bb29a0d43ce83aefd4cae0f7bd7"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "295d31abf3f44d85b346281cd9c04740"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d685797f4b164aa48837a822ed32598b"}], "type": "alarming", "id": "0f8615b3651c41099fe76f0fa5b23dd1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f0c9b6089cd4f558ee73fabe48d842a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "551cf56b00bd4d038a8694d11700f2ef"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9ea08b0116c4412eaded9a074baa4211"}], "type": "image", "id": "17038717f3f0408e8c9d5af024ea0aab", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "17647a3a3a00479b9213e6f6cf7a30ea", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c2328ef964c4156917122cfb247f0c4"}, {"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33d0ce77838b4a0fbe56c50f7b1e4d71"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38b745fc1fe14a8691a6fb2553ade0e0"}], "type": "event", "id": "1d35633c710f4d9c88e1f50abe614b06", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/90aa95516c664aef94b667c55fdaffe9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dcebb246e8d42fab040b053411c0957"}, {"url": "http://192.30.9.7:8776/v3/90aa95516c664aef94b667c55fdaffe9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92f3de4ac4f44b9a95bdb5c3f0c34d51"}, {"url": "http://172.30.9.21:8776/v3/90aa95516c664aef94b667c55fdaffe9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f92025e32c9344f587283e14c1506699"}], "type": "volumev3", "id": "27b85f80d71f464183ff256181f71b43", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0f1136276d75402689a9c377621253ce"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b943f44b606457c91b7d5098b199be0"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b47ac34c09dc4c05b1ca4c869d47eaeb"}], "type": "metric", "id": "5a0ae06ba8b741ffb51d39c9adb9451c", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10bc7f20cf92414cb6d088da882341c5"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "53c0109d8bd545ef83f6d70ce101d52d"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d3688eabec1484e8c6549a46b35b25f"}], "type": "cloudformation", "id": "64e449782da244a4b49ea375e297a3ea", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/90aa95516c664aef94b667c55fdaffe9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8713e9b13a6e43c59e8aa6d6cd510b2b"}, {"url": "http://192.30.9.7:8776/v1/90aa95516c664aef94b667c55fdaffe9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b073433cdd0f4518882ecf0e413ae4af"}, {"url": "http://172.30.9.21:8776/v1/90aa95516c664aef94b667c55fdaffe9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fc41a1400c1945199a7f0758b5566e31"}], "type": "volume", "id": "6951fb022adb46feaa04f1020c483fd1", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "247e0a42582047fb8b1a74db1f38edf7"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37ed8998a3894a91b69a9e4f00e62b69"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b11d1b5d1d9043d88291c85c92eb73f4"}], "type": "placement", "id": "83e7ef9cff3b4731b936862816b9afd9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "432bfc9d0c4249dd9ccda5421e19b9e2"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f93c2c146b149cbb3483078f52c4bdf"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd4fdce564324509818028dc78641d8d"}], "type": "network", "id": "94871ebfcb5240ebb8b1c19b8739272c", "name": "neutron"}, {"endpoints": [{"url": "http://12.0.0.40:8080/v1/AUTH_90aa95516c664aef94b667c55fdaffe9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2333bd642dd5455c8f03d343d974704d"}, {"url": "http://12.0.0.40:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c3a57c4832a74174a0c0889da1e1364b"}, {"url": "http://172.30.9.21:8080/v1/AUTH_90aa95516c664aef94b667c55fdaffe9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f27db37221fb446f86228761531722fd"}], "type": "object-store", "id": "b008c8aea7694b57822ddc559b6dfc45", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "038ac873a08f40dab615db1106f36b91"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9c064a815b5c40c0bb0beee1dee18b58"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa33b6fd9ec24bfb9e27785b76bc205d"}], "type": "identity", "id": "de72ed0871ef4a7bab6d7ea0bbfa8d90", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c04b9806aca48e692c506107e0bd3a6"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "449f60307ac54b799d4527d2070f35db"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d69efddbf8af404a9b303b99cfb12f43"}], "type": "compute", "id": "eb2dd02d9ef54f67b42600e437ecb401", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "749556e27c83423fb69e649d00450103"}, "audit_ids": ["0xY6csXASzKvZvBd5Am0RQ"], "issued_at": "2018-08-01T03:37:34.000000Z"}} 2018-08-01 03:37:34,609 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-01 03:37:34,610 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21: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}31c61215388486db7ff5b4b0dcdcf8b9283a6397" 2018-08-01 03:37:35,084 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-3df91cf2-8c71-4a72-be59-792527f9ba45 Date: Wed, 01 Aug 2018 03:37:35 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"262fe7ec-b437-40b8-908b-6eb66c149655","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"89443fd7c5cf4259bed71fca1c3fe619","status":"ACTIVE","subnets":["e06facf3-a24e-40d5-a5ce-a0901a6e4875"],"description":"","tags":[],"updated_at":"2018-08-01T03:28:20Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"89443fd7c5cf4259bed71fca1c3fe619","created_at":"2018-08-01T03:28:13Z","provider:network_type":"flat"}]} 2018-08-01 03:37:35,084 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json?router%3Aexternal=True used request id req-3df91cf2-8c71-4a72-be59-792527f9ba45 2018-08-01 03:37:35,084 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.475164890289s 2018-08-01 03:37:35,085 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json?router%3Aexternal=True used request id req-3df91cf2-8c71-4a72-be59-792527f9ba45 2018-08-01 03:37:35,089 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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-01 03:37:35,094 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 01 Aug 2018 03:37:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-211e7165-a6b3-4fed-840f-6483e82e35b3 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.21:5000/v3/", "rel": "self"}]}]}} 2018-08-01 03:37:35,095 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/ used request id req-211e7165-a6b3-4fed-840f-6483e82e35b3 2018-08-01 03:37:35,096 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-01 03:37:35,099 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}31c61215388486db7ff5b4b0dcdcf8b9283a6397" 2018-08-01 03:37:35,202 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 03:37:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-09adca4e-cb20-4681-8af2-b200cd014330 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.21:5000/v3/domains/cc40371ace4f4c2e9452fa2c52c1368e"}, "tags": [], "enabled": true, "id": "cc40371ace4f4c2e9452fa2c52c1368e", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains", "previous": null, "next": null}} 2018-08-01 03:37:35,202 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains used request id req-09adca4e-cb20-4681-8af2-b200cd014330 2018-08-01 03:37:35,202 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.106667995453s 2018-08-01 03:37:35,203 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains used request id req-09adca4e-cb20-4681-8af2-b200cd014330 2018-08-01 03:37:35,210 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-08-01 03:37:35,213 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}31c61215388486db7ff5b4b0dcdcf8b9283a6397" -d '{"project": {"description": "Created by OPNFV Functest: cinder_test", "enabled": true, "domain_id": "default", "name": "cinder_test-project_c7531e37-a506-45d4-aa98-2b5ca41f83a4"}}' 2018-08-01 03:37:35,392 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 01 Aug 2018 03:37:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-57ec22c9-258f-4498-9926-fd1bbf75409c 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.21:5000/v3/projects/de8778588f904f9193b8ec21172b8053"}, "tags": [], "enabled": true, "id": "de8778588f904f9193b8ec21172b8053", "parent_id": "default", "domain_id": "default", "name": "cinder_test-project_c7531e37-a506-45d4-aa98-2b5ca41f83a4"}} 2018-08-01 03:37:35,392 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-57ec22c9-258f-4498-9926-fd1bbf75409c 2018-08-01 03:37:35,393 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.182657003403s 2018-08-01 03:37:35,393 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-57ec22c9-258f-4498-9926-fd1bbf75409c 2018-08-01 03:37:35,393 - 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'de8778588f904f9193b8ec21172b8053', '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_c7531e37-a506-45d4-aa98-2b5ca41f83a4'}) 2018-08-01 03:37:35,401 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-08-01 03:37:35,404 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}31c61215388486db7ff5b4b0dcdcf8b9283a6397" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "6d14a543-9368-4a14-b11b-6c1ab2e87197", "email": null, "name": "cinder_test-user_c7531e37-a506-45d4-aa98-2b5ca41f83a4"}}' 2018-08-01 03:37:35,799 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 01 Aug 2018 03:37:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d1bcd702-0fbc-4b55-81f2-47c02b2ee87e Content-Length: 326 Content-Type: application/json RESP BODY: {"user": {"name": "cinder_test-user_c7531e37-a506-45d4-aa98-2b5ca41f83a4", "links": {"self": "http://172.30.9.21:5000/v3/users/c8c63bd05cdb46eaaf256998e8690a52"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "c8c63bd05cdb46eaaf256998e8690a52", "domain_id": "default", "password_expires_at": null}} 2018-08-01 03:37:35,799 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/users used request id req-d1bcd702-0fbc-4b55-81f2-47c02b2ee87e 2018-08-01 03:37:35,800 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.398150205612s 2018-08-01 03:37:35,800 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/users used request id req-d1bcd702-0fbc-4b55-81f2-47c02b2ee87e 2018-08-01 03:37:35,800 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'c8c63bd05cdb46eaaf256998e8690a52', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'cinder_test-user_c7531e37-a506-45d4-aa98-2b5ca41f83a4'}) 2018-08-01 03:37:35,805 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-01 03:37:35,808 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}31c61215388486db7ff5b4b0dcdcf8b9283a6397" 2018-08-01 03:37:35,906 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 03:37:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-87e92f8c-bdf5-42ce-ab18-b29f882be7de Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "147f18c7e1e349fc8e383440249c4c73", "links": {"self": "http://172.30.9.21:5000/v3/roles/147f18c7e1e349fc8e383440249c4c73"}, "name": "reader"}, {"domain_id": null, "id": "730dcac60af740de8f4eb572d8499268", "links": {"self": "http://172.30.9.21:5000/v3/roles/730dcac60af740de8f4eb572d8499268"}, "name": "swiftoperator"}, {"domain_id": null, "id": "86fab6e3eccc4f5f9bd58caee92e2693", "links": {"self": "http://172.30.9.21:5000/v3/roles/86fab6e3eccc4f5f9bd58caee92e2693"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b2b3ff44e054497fa64f6525e0e6195b", "links": {"self": "http://172.30.9.21:5000/v3/roles/b2b3ff44e054497fa64f6525e0e6195b"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ed1e3c9b852e426e8d791112d2fd4701", "links": {"self": "http://172.30.9.21:5000/v3/roles/ed1e3c9b852e426e8d791112d2fd4701"}, "name": "member"}, {"domain_id": null, "id": "f5c89a4293d34be3af121f401210ef46", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5c89a4293d34be3af121f401210ef46"}, "name": "ResellerAdmin"}]} 2018-08-01 03:37:35,907 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-87e92f8c-bdf5-42ce-ab18-b29f882be7de 2018-08-01 03:37:35,907 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.101805925369s 2018-08-01 03:37:35,907 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-87e92f8c-bdf5-42ce-ab18-b29f882be7de 2018-08-01 03:37:35,912 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-01 03:37:35,915 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}31c61215388486db7ff5b4b0dcdcf8b9283a6397" 2018-08-01 03:37:36,014 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 03:37:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1b067197-80bb-4f6b-a6ce-5dcc0248abd9 Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "147f18c7e1e349fc8e383440249c4c73", "links": {"self": "http://172.30.9.21:5000/v3/roles/147f18c7e1e349fc8e383440249c4c73"}, "name": "reader"}, {"domain_id": null, "id": "730dcac60af740de8f4eb572d8499268", "links": {"self": "http://172.30.9.21:5000/v3/roles/730dcac60af740de8f4eb572d8499268"}, "name": "swiftoperator"}, {"domain_id": null, "id": "86fab6e3eccc4f5f9bd58caee92e2693", "links": {"self": "http://172.30.9.21:5000/v3/roles/86fab6e3eccc4f5f9bd58caee92e2693"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b2b3ff44e054497fa64f6525e0e6195b", "links": {"self": "http://172.30.9.21:5000/v3/roles/b2b3ff44e054497fa64f6525e0e6195b"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ed1e3c9b852e426e8d791112d2fd4701", "links": {"self": "http://172.30.9.21:5000/v3/roles/ed1e3c9b852e426e8d791112d2fd4701"}, "name": "member"}, {"domain_id": null, "id": "f5c89a4293d34be3af121f401210ef46", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5c89a4293d34be3af121f401210ef46"}, "name": "ResellerAdmin"}]} 2018-08-01 03:37:36,014 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-1b067197-80bb-4f6b-a6ce-5dcc0248abd9 2018-08-01 03:37:36,014 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.102123022079s 2018-08-01 03:37:36,014 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-1b067197-80bb-4f6b-a6ce-5dcc0248abd9 2018-08-01 03:37:36,019 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-01 03:37:36,022 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}31c61215388486db7ff5b4b0dcdcf8b9283a6397" 2018-08-01 03:37:36,129 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 03:37:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-896ed55a-0bc9-4d59-abf5-6cbe93177590 Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "147f18c7e1e349fc8e383440249c4c73", "links": {"self": "http://172.30.9.21:5000/v3/roles/147f18c7e1e349fc8e383440249c4c73"}, "name": "reader"}, {"domain_id": null, "id": "730dcac60af740de8f4eb572d8499268", "links": {"self": "http://172.30.9.21:5000/v3/roles/730dcac60af740de8f4eb572d8499268"}, "name": "swiftoperator"}, {"domain_id": null, "id": "86fab6e3eccc4f5f9bd58caee92e2693", "links": {"self": "http://172.30.9.21:5000/v3/roles/86fab6e3eccc4f5f9bd58caee92e2693"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b2b3ff44e054497fa64f6525e0e6195b", "links": {"self": "http://172.30.9.21:5000/v3/roles/b2b3ff44e054497fa64f6525e0e6195b"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ed1e3c9b852e426e8d791112d2fd4701", "links": {"self": "http://172.30.9.21:5000/v3/roles/ed1e3c9b852e426e8d791112d2fd4701"}, "name": "member"}, {"domain_id": null, "id": "f5c89a4293d34be3af121f401210ef46", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5c89a4293d34be3af121f401210ef46"}, "name": "ResellerAdmin"}]} 2018-08-01 03:37:36,129 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-896ed55a-0bc9-4d59-abf5-6cbe93177590 2018-08-01 03:37:36,129 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.110159873962s 2018-08-01 03:37:36,129 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-896ed55a-0bc9-4d59-abf5-6cbe93177590 2018-08-01 03:37:36,134 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-01 03:37:36,137 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}31c61215388486db7ff5b4b0dcdcf8b9283a6397" 2018-08-01 03:37:36,248 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 03:37:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-151965ac-fe39-488a-9d20-bae122e76ef0 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-01 03:37:36,248 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains/default used request id req-151965ac-fe39-488a-9d20-bae122e76ef0 2018-08-01 03:37:36,248 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.114050149918s 2018-08-01 03:37:36,248 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains/default used request id req-151965ac-fe39-488a-9d20-bae122e76ef0 2018-08-01 03:37:36,249 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-01 03:37:36,252 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}31c61215388486db7ff5b4b0dcdcf8b9283a6397" 2018-08-01 03:37:36,285 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 03:37:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-92106ae8-4682-4787-a194-2ae68c51b5fc Content-Encoding: gzip Content-Length: 839 Content-Type: application/json RESP BODY: {"users": [{"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/0f8a0650d1a846e88ba44704b50255c1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0f8a0650d1a846e88ba44704b50255c1", "email": "glance@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/130b7ea936644204a37124e676ddf428"}, "domain_id": "default", "enabled": true, "options": {}, "id": "130b7ea936644204a37124e676ddf428", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/1476f1d37caa49ec90baf29b9d92850d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1476f1d37caa49ec90baf29b9d92850d", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/386874e6c2464a43ba93f0248a95595b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "386874e6c2464a43ba93f0248a95595b", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/3cb1fd184ec34300aba849c010464d1a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3cb1fd184ec34300aba849c010464d1a", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/749556e27c83423fb69e649d00450103"}, "domain_id": "default", "enabled": true, "options": {}, "id": "749556e27c83423fb69e649d00450103", "email": "admin@example.com", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.21:5000/v3/users/b6122bbf2037491bb9db6c47618110d1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b6122bbf2037491bb9db6c47618110d1", "email": "swift@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/c09ff16c1a614c8bbc73ec74064357a4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c09ff16c1a614c8bbc73ec74064357a4", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/c1daa0d43666493abbd83fb1577cff74"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c1daa0d43666493abbd83fb1577cff74", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "cinder_test-user_c7531e37-a506-45d4-aa98-2b5ca41f83a4", "links": {"self": "http://172.30.9.21:5000/v3/users/c8c63bd05cdb46eaaf256998e8690a52"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "c8c63bd05cdb46eaaf256998e8690a52", "domain_id": "default", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/d1cc4ab5045f48be8e12d229b3b59cac"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d1cc4ab5045f48be8e12d229b3b59cac", "email": "cinder@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.21:5000/v3/users/d32629a0e7364688b6a82d496d6e354d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d32629a0e7364688b6a82d496d6e354d", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/d5ee6c90793c4cbeb762d8c68db45d5c"}, "domain_id": "cc40371ace4f4c2e9452fa2c52c1368e", "enabled": true, "options": {}, "id": "d5ee6c90793c4cbeb762d8c68db45d5c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/d91fd39b379e480e825eb2aa75b847b7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d91fd39b379e480e825eb2aa75b847b7", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/ecd8a45bf2844011921c3e9caab06794"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ecd8a45bf2844011921c3e9caab06794", "email": "heat@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-08-01 03:37:36,285 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-92106ae8-4682-4787-a194-2ae68c51b5fc 2018-08-01 03:37:36,285 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0358748435974s 2018-08-01 03:37:36,286 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-92106ae8-4682-4787-a194-2ae68c51b5fc 2018-08-01 03:37:36,296 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-01 03:37:36,299 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21: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}31c61215388486db7ff5b4b0dcdcf8b9283a6397" 2018-08-01 03:37:36,409 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 03:37:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-034c5c42-e72d-45d2-96a5-d630c078f14f Content-Encoding: gzip Content-Length: 396 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/90aa95516c664aef94b667c55fdaffe9"}, "tags": [], "enabled": true, "id": "90aa95516c664aef94b667c55fdaffe9", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: cinder_test", "links": {"self": "http://172.30.9.21:5000/v3/projects/de8778588f904f9193b8ec21172b8053"}, "tags": [], "enabled": true, "id": "de8778588f904f9193b8ec21172b8053", "parent_id": "default", "domain_id": "default", "name": "cinder_test-project_c7531e37-a506-45d4-aa98-2b5ca41f83a4"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/89443fd7c5cf4259bed71fca1c3fe619"}, "tags": [], "enabled": true, "id": "89443fd7c5cf4259bed71fca1c3fe619", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-08-01 03:37:36,410 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?domain_id=default used request id req-034c5c42-e72d-45d2-96a5-d630c078f14f 2018-08-01 03:37:36,410 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.113281011581s 2018-08-01 03:37:36,410 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?domain_id=default used request id req-034c5c42-e72d-45d2-96a5-d630c078f14f 2018-08-01 03:37:36,417 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-01 03:37:36,421 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:5000/v3/role_assignments?user.id=c8c63bd05cdb46eaaf256998e8690a52&role.id=ed1e3c9b852e426e8d791112d2fd4701&scope.project.id=de8778588f904f9193b8ec21172b8053" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}31c61215388486db7ff5b4b0dcdcf8b9283a6397" 2018-08-01 03:37:36,522 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 03:37:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-33d733af-d8ed-4826-9e0b-67a6c5710a4e Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.21:5000/v3/role_assignments?user.id=c8c63bd05cdb46eaaf256998e8690a52&role.id=ed1e3c9b852e426e8d791112d2fd4701&scope.project.id=de8778588f904f9193b8ec21172b8053", "previous": null, "next": null}} 2018-08-01 03:37:36,522 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/role_assignments?user.id=c8c63bd05cdb46eaaf256998e8690a52&role.id=ed1e3c9b852e426e8d791112d2fd4701&scope.project.id=de8778588f904f9193b8ec21172b8053 used request id req-33d733af-d8ed-4826-9e0b-67a6c5710a4e 2018-08-01 03:37:36,522 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.104420900345s 2018-08-01 03:37:36,522 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/role_assignments?user.id=c8c63bd05cdb46eaaf256998e8690a52&role.id=ed1e3c9b852e426e8d791112d2fd4701&scope.project.id=de8778588f904f9193b8ec21172b8053 used request id req-33d733af-d8ed-4826-9e0b-67a6c5710a4e 2018-08-01 03:37:36,525 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-01 03:37:36,528 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:5000/v3/projects/de8778588f904f9193b8ec21172b8053/users/c8c63bd05cdb46eaaf256998e8690a52/roles/ed1e3c9b852e426e8d791112d2fd4701 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}31c61215388486db7ff5b4b0dcdcf8b9283a6397" 2018-08-01 03:37:36,706 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 01 Aug 2018 03:37:36 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b5e44efb-7334-4b50-90de-7a935a0a5c73 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-01 03:37:36,707 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/de8778588f904f9193b8ec21172b8053/users/c8c63bd05cdb46eaaf256998e8690a52/roles/ed1e3c9b852e426e8d791112d2fd4701 used request id req-b5e44efb-7334-4b50-90de-7a935a0a5c73 2018-08-01 03:37:36,707 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.181210041046s 2018-08-01 03:37:36,707 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/de8778588f904f9193b8ec21172b8053/users/c8c63bd05cdb46eaaf256998e8690a52/roles/ed1e3c9b852e426e8d791112d2fd4701 used request id req-b5e44efb-7334-4b50-90de-7a935a0a5c73 2018-08-01 03:37:36,708 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'cinder_test-project_c7531e37-a506-45d4-aa98-2b5ca41f83a4', 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'de8778588f904f9193b8ec21172b8053', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': '6d14a543-9368-4a14-b11b-6c1ab2e87197', 'username': u'cinder_test-user_c7531e37-a506-45d4-aa98-2b5ca41f83a4', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.21: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-01 03:37:36,709 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-01 03:37:36,709 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-01 03:37:36,709 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-01 03:37:36,710 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-01 03:37:36,710 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-01 03:37:36,710 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-01 03:37:36,710 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-01 03:37:36,710 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-01 03:37:36,710 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-01 03:37:36,710 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-01 03:37:36,710 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-01 03:37:36,710 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-01 03:37:36,711 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-01 03:37:36,711 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-01 03:37:36,711 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-01 03:37:36,711 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-01 03:37:36,711 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-01 03:37:36,711 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-01 03:37:36,711 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-01 03:37:36,711 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-01 03:37:36,711 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-01 03:37:36,712 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-01 03:37:36,713 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'cinder_test-user_c7531e37-a506-45d4-aa98-2b5ca41f83a4', 'password': '6d14a543-9368-4a14-b11b-6c1ab2e87197', 'project_name': 'cinder_test-project_c7531e37-a506-45d4-aa98-2b5ca41f83a4', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.21:5000/v3', 'project_id': 'de8778588f904f9193b8ec21172b8053', 'project_domain_name': 'Default'} 2018-08-01 03:37:36,713 - xtesting.ci.run_tests - INFO - Running test case 'cinder_test'... 2018-08-01 03:37:36,715 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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-01 03:37:36,721 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 03:37:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4df376c9-1687-45d3-8253-76bf950a025e Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-01 03:37:36,721 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-4df376c9-1687-45d3-8253-76bf950a025e 2018-08-01 03:37:36,721 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-08-01 03:37:37,117 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ed1e3c9b852e426e8d791112d2fd4701", "name": "member"}, {"id": "147f18c7e1e349fc8e383440249c4c73", "name": "reader"}], "expires_at": "2018-08-01T04:37:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "de8778588f904f9193b8ec21172b8053", "name": "cinder_test-project_c7531e37-a506-45d4-aa98-2b5ca41f83a4"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:8004/v1/de8778588f904f9193b8ec21172b8053", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5af2a23f0d4746a18ce9987becf49813"}, {"url": "http://192.30.9.7:8004/v1/de8778588f904f9193b8ec21172b8053", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d6722b9f2184abb8e7b581d10709b51"}, {"url": "http://192.30.9.7:8004/v1/de8778588f904f9193b8ec21172b8053", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc81206c7ec74b63a868c84343e2355a"}], "type": "orchestration", "id": "032123c5c07d477ab419a77fddb5ca2b", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/de8778588f904f9193b8ec21172b8053", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00197bc0507d42718c9de1a1f3ff7fa9"}, {"url": "http://192.30.9.7:8776/v2/de8778588f904f9193b8ec21172b8053", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "186c94a5205743a68de2c02795dd12cf"}, {"url": "http://192.30.9.7:8776/v2/de8778588f904f9193b8ec21172b8053", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32c49f45893f4074a75a056facd63fc5"}], "type": "volumev2", "id": "09ef7c245fd9479f97ffee152dae0c8e", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27e89bb29a0d43ce83aefd4cae0f7bd7"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "295d31abf3f44d85b346281cd9c04740"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d685797f4b164aa48837a822ed32598b"}], "type": "alarming", "id": "0f8615b3651c41099fe76f0fa5b23dd1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f0c9b6089cd4f558ee73fabe48d842a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "551cf56b00bd4d038a8694d11700f2ef"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9ea08b0116c4412eaded9a074baa4211"}], "type": "image", "id": "17038717f3f0408e8c9d5af024ea0aab", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "17647a3a3a00479b9213e6f6cf7a30ea", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c2328ef964c4156917122cfb247f0c4"}, {"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33d0ce77838b4a0fbe56c50f7b1e4d71"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38b745fc1fe14a8691a6fb2553ade0e0"}], "type": "event", "id": "1d35633c710f4d9c88e1f50abe614b06", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/de8778588f904f9193b8ec21172b8053", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dcebb246e8d42fab040b053411c0957"}, {"url": "http://192.30.9.7:8776/v3/de8778588f904f9193b8ec21172b8053", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92f3de4ac4f44b9a95bdb5c3f0c34d51"}, {"url": "http://172.30.9.21:8776/v3/de8778588f904f9193b8ec21172b8053", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f92025e32c9344f587283e14c1506699"}], "type": "volumev3", "id": "27b85f80d71f464183ff256181f71b43", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0f1136276d75402689a9c377621253ce"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b943f44b606457c91b7d5098b199be0"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b47ac34c09dc4c05b1ca4c869d47eaeb"}], "type": "metric", "id": "5a0ae06ba8b741ffb51d39c9adb9451c", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10bc7f20cf92414cb6d088da882341c5"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "53c0109d8bd545ef83f6d70ce101d52d"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d3688eabec1484e8c6549a46b35b25f"}], "type": "cloudformation", "id": "64e449782da244a4b49ea375e297a3ea", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/de8778588f904f9193b8ec21172b8053", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8713e9b13a6e43c59e8aa6d6cd510b2b"}, {"url": "http://192.30.9.7:8776/v1/de8778588f904f9193b8ec21172b8053", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b073433cdd0f4518882ecf0e413ae4af"}, {"url": "http://172.30.9.21:8776/v1/de8778588f904f9193b8ec21172b8053", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fc41a1400c1945199a7f0758b5566e31"}], "type": "volume", "id": "6951fb022adb46feaa04f1020c483fd1", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "247e0a42582047fb8b1a74db1f38edf7"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37ed8998a3894a91b69a9e4f00e62b69"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b11d1b5d1d9043d88291c85c92eb73f4"}], "type": "placement", "id": "83e7ef9cff3b4731b936862816b9afd9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "432bfc9d0c4249dd9ccda5421e19b9e2"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f93c2c146b149cbb3483078f52c4bdf"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd4fdce564324509818028dc78641d8d"}], "type": "network", "id": "94871ebfcb5240ebb8b1c19b8739272c", "name": "neutron"}, {"endpoints": [{"url": "http://12.0.0.40:8080/v1/AUTH_de8778588f904f9193b8ec21172b8053", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2333bd642dd5455c8f03d343d974704d"}, {"url": "http://12.0.0.40:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c3a57c4832a74174a0c0889da1e1364b"}, {"url": "http://172.30.9.21:8080/v1/AUTH_de8778588f904f9193b8ec21172b8053", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f27db37221fb446f86228761531722fd"}], "type": "object-store", "id": "b008c8aea7694b57822ddc559b6dfc45", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "038ac873a08f40dab615db1106f36b91"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9c064a815b5c40c0bb0beee1dee18b58"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa33b6fd9ec24bfb9e27785b76bc205d"}], "type": "identity", "id": "de72ed0871ef4a7bab6d7ea0bbfa8d90", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c04b9806aca48e692c506107e0bd3a6"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "449f60307ac54b799d4527d2070f35db"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d69efddbf8af404a9b303b99cfb12f43"}], "type": "compute", "id": "eb2dd02d9ef54f67b42600e437ecb401", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "cinder_test-user_c7531e37-a506-45d4-aa98-2b5ca41f83a4", "id": "c8c63bd05cdb46eaaf256998e8690a52"}, "audit_ids": ["7ooAFL0ITTiTHcpY06VYzA"], "issued_at": "2018-08-01T03:37:37.000000Z"}} 2018-08-01 03:37:37,120 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-01 03:37:37,120 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}f1bcce10d21cd44128d94c9eb10354b63b970dc1" -d '{"network": {"name": "cinder_test-net_c7531e37-a506-45d4-aa98-2b5ca41f83a4", "admin_state_up": true}}' 2018-08-01 03:37:37,970 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 589 X-Openstack-Request-Id: req-1cfb21f2-ce00-4add-9384-7a53838327db Date: Wed, 01 Aug 2018 03:37:37 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"de8778588f904f9193b8ec21172b8053","created_at":"2018-08-01T03:37:37Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-01T03:37:37Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"de8778588f904f9193b8ec21172b8053","id":"8a760eae-ddc6-4b12-a5c7-a024e9374bb8","name":"cinder_test-net_c7531e37-a506-45d4-aa98-2b5ca41f83a4"}} 2018-08-01 03:37:37,970 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-1cfb21f2-ce00-4add-9384-7a53838327db 2018-08-01 03:37:37,971 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.850700139999s 2018-08-01 03:37:37,971 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-1cfb21f2-ce00-4add-9384-7a53838327db 2018-08-01 03:37:37,971 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-08-01T03:37:37Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'id': u'8a760eae-ddc6-4b12-a5c7-a024e9374bb8', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'cinder_test-net_c7531e37-a506-45d4-aa98-2b5ca41f83a4', u'admin_state_up': True, u'tenant_id': u'de8778588f904f9193b8ec21172b8053', u'created_at': u'2018-08-01T03:37:37Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'de8778588f904f9193b8ec21172b8053'}) 2018-08-01 03:37:37,972 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-01 03:37:37,973 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f1bcce10d21cd44128d94c9eb10354b63b970dc1" 2018-08-01 03:37:38,279 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1150 X-Openstack-Request-Id: req-cce2441b-a60b-4632-82db-26b0d4ee70b5 Date: Wed, 01 Aug 2018 03:37:38 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":["e06facf3-a24e-40d5-a5ce-a0901a6e4875"],"updated_at":"2018-08-01T03:28:20Z","tenant_id":"89443fd7c5cf4259bed71fca1c3fe619","created_at":"2018-08-01T03:28:13Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"89443fd7c5cf4259bed71fca1c3fe619","id":"262fe7ec-b437-40b8-908b-6eb66c149655","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-01T03:37:37Z","tenant_id":"de8778588f904f9193b8ec21172b8053","created_at":"2018-08-01T03:37:37Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":1,"admin_state_up":true,"shared":false,"project_id":"de8778588f904f9193b8ec21172b8053","id":"8a760eae-ddc6-4b12-a5c7-a024e9374bb8","name":"cinder_test-net_c7531e37-a506-45d4-aa98-2b5ca41f83a4"}]} 2018-08-01 03:37:38,279 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-cce2441b-a60b-4632-82db-26b0d4ee70b5 2018-08-01 03:37:38,279 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.306876182556s 2018-08-01 03:37:38,279 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-cce2441b-a60b-4632-82db-26b0d4ee70b5 2018-08-01 03:37:38,281 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-01 03:37:38,281 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}f1bcce10d21cd44128d94c9eb10354b63b970dc1" -d '{"subnet": {"name": "cinder_test-subnet_c7531e37-a506-45d4-aa98-2b5ca41f83a4", "enable_dhcp": true, "network_id": "8a760eae-ddc6-4b12-a5c7-a024e9374bb8", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-01 03:37:39,308 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-52f6ecce-d0d6-4c82-9810-ef5aa5be7f7f Date: Wed, 01 Aug 2018 03:37:39 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8a760eae-ddc6-4b12-a5c7-a024e9374bb8","tenant_id":"de8778588f904f9193b8ec21172b8053","created_at":"2018-08-01T03:37:38Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-01T03:37:38Z","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":"de8778588f904f9193b8ec21172b8053","id":"13116302-3cf4-446b-8e67-6cb7d808307c","subnetpool_id":null,"name":"cinder_test-subnet_c7531e37-a506-45d4-aa98-2b5ca41f83a4"}} 2018-08-01 03:37:39,308 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-52f6ecce-d0d6-4c82-9810-ef5aa5be7f7f 2018-08-01 03:37:39,308 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 1.02736902237s 2018-08-01 03:37:39,309 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-52f6ecce-d0d6-4c82-9810-ef5aa5be7f7f 2018-08-01 03:37:39,309 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-01T03:37:38Z', 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'13116302-3cf4-446b-8e67-6cb7d808307c', u'subnetpool_id': None, u'service_types': [], u'name': u'cinder_test-subnet_c7531e37-a506-45d4-aa98-2b5ca41f83a4', u'enable_dhcp': True, u'network_id': u'8a760eae-ddc6-4b12-a5c7-a024e9374bb8', u'tenant_id': u'de8778588f904f9193b8ec21172b8053', u'created_at': u'2018-08-01T03:37:38Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'de8778588f904f9193b8ec21172b8053'}) 2018-08-01 03:37:39,310 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-01 03:37:39,310 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}f1bcce10d21cd44128d94c9eb10354b63b970dc1" -d '{"router": {"external_gateway_info": {"network_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "name": "cinder_test-router_c7531e37-a506-45d4-aa98-2b5ca41f83a4", "admin_state_up": true}}' 2018-08-01 03:37:40,757 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 622 X-Openstack-Request-Id: req-8db2abfd-7d16-4102-9dd0-13baba0cd493 Date: Wed, 01 Aug 2018 03:37:40 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "e06facf3-a24e-40d5-a5ce-a0901a6e4875", "ip_address": "172.30.9.208"}]}, "description": "", "tags": [], "tenant_id": "de8778588f904f9193b8ec21172b8053", "created_at": "2018-08-01T03:37:39Z", "admin_state_up": true, "updated_at": "2018-08-01T03:37:40Z", "revision_number": 2, "routes": [], "project_id": "de8778588f904f9193b8ec21172b8053", "id": "f206ed79-f34c-4053-8ae8-b81bb80e0336", "name": "cinder_test-router_c7531e37-a506-45d4-aa98-2b5ca41f83a4"}} 2018-08-01 03:37:40,758 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-8db2abfd-7d16-4102-9dd0-13baba0cd493 2018-08-01 03:37:40,758 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.44801497459s 2018-08-01 03:37:40,758 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-8db2abfd-7d16-4102-9dd0-13baba0cd493 2018-08-01 03:37:40,759 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'262fe7ec-b437-40b8-908b-6eb66c149655', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'e06facf3-a24e-40d5-a5ce-a0901a6e4875', u'ip_address': u'172.30.9.208'}]}, u'description': u'', u'tags': [], u'tenant_id': u'de8778588f904f9193b8ec21172b8053', u'created_at': u'2018-08-01T03:37:39Z', u'admin_state_up': True, u'updated_at': u'2018-08-01T03:37:40Z', u'revision_number': 2, u'routes': [], u'project_id': u'de8778588f904f9193b8ec21172b8053', u'id': u'f206ed79-f34c-4053-8ae8-b81bb80e0336', u'name': u'cinder_test-router_c7531e37-a506-45d4-aa98-2b5ca41f83a4'}) 2018-08-01 03:37:40,759 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-01 03:37:40,760 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9696/v2.0/routers/f206ed79-f34c-4053-8ae8-b81bb80e0336/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}f1bcce10d21cd44128d94c9eb10354b63b970dc1" -d '{"subnet_id": "13116302-3cf4-446b-8e67-6cb7d808307c"}' 2018-08-01 03:37:42,894 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-cbd6a12d-6ce7-4a38-814d-930e4f71fb9b Date: Wed, 01 Aug 2018 03:37:42 GMT RESP BODY: {"network_id": "8a760eae-ddc6-4b12-a5c7-a024e9374bb8", "tenant_id": "de8778588f904f9193b8ec21172b8053", "subnet_id": "13116302-3cf4-446b-8e67-6cb7d808307c", "subnet_ids": ["13116302-3cf4-446b-8e67-6cb7d808307c"], "port_id": "60aa4362-20b6-4272-a67e-a4a752fa7a13", "id": "f206ed79-f34c-4053-8ae8-b81bb80e0336"} 2018-08-01 03:37:42,894 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/f206ed79-f34c-4053-8ae8-b81bb80e0336/add_router_interface.json used request id req-cbd6a12d-6ce7-4a38-814d-930e4f71fb9b 2018-08-01 03:37:42,895 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.13504910469s 2018-08-01 03:37:42,895 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/f206ed79-f34c-4053-8ae8-b81bb80e0336/add_router_interface.json used request id req-cbd6a12d-6ce7-4a38-814d-930e4f71fb9b returning object f206ed79-f34c-4053-8ae8-b81bb80e0336 2018-08-01 03:37:42,895 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-01 03:37:43,027 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-08-01 03:37:43,029 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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-01 03:37:43,034 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 754 Date: Wed, 01 Aug 2018 03:37:43 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.6", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}]} 2018-08-01 03:37:43,039 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-01 03:37:43,043 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f1bcce10d21cd44128d94c9eb10354b63b970dc1" 2018-08-01 03:37:43,771 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-472fb063-99ee-4553-9cdf-bf1294ea651e Date: Wed, 01 Aug 2018 03:37:43 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-01 03:37:43,771 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-472fb063-99ee-4553-9cdf-bf1294ea651e 2018-08-01 03:37:43,771 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.731576919556s 2018-08-01 03:37:43,771 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-472fb063-99ee-4553-9cdf-bf1294ea651e 2018-08-01 03:37:43,779 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-01 03:37:43,784 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}f1bcce10d21cd44128d94c9eb10354b63b970dc1" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/cinder_test-img_c7531e37-a506-45d4-aa98-2b5ca41f83a4", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "cinder_test-img_c7531e37-a506-45d4-aa98-2b5ca41f83a4"}' 2018-08-01 03:37:44,031 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 874 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/6f6dacf5-8dd3-4d35-8a49-e526f32063a3 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-997662d2-28e9-481c-97b9-b7a5a00c821e Date: Wed, 01 Aug 2018 03:37:44 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/6f6dacf5-8dd3-4d35-8a49-e526f32063a3/file", "owner": "de8778588f904f9193b8ec21172b8053", "id": "6f6dacf5-8dd3-4d35-8a49-e526f32063a3", "size": null, "self": "/v2/images/6f6dacf5-8dd3-4d35-8a49-e526f32063a3", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-08-01T03:37:43Z", "visibility": "private", "owner_specified.shade.object": "images/cinder_test-img_c7531e37-a506-45d4-aa98-2b5ca41f83a4", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "cinder_test-img_c7531e37-a506-45d4-aa98-2b5ca41f83a4", "checksum": null, "created_at": "2018-08-01T03:37:43Z", "protected": false} 2018-08-01 03:37:44,031 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-997662d2-28e9-481c-97b9-b7a5a00c821e 2018-08-01 03:37:44,032 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.251971006393s 2018-08-01 03:37:44,032 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-997662d2-28e9-481c-97b9-b7a5a00c821e returning object 6f6dacf5-8dd3-4d35-8a49-e526f32063a3 2018-08-01 03:37:44,032 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-01 03:37:44,036 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9292/v2/images/6f6dacf5-8dd3-4d35-8a49-e526f32063a3/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}f1bcce10d21cd44128d94c9eb10354b63b970dc1" -d '' 2018-08-01 03:37:45,175 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-2e10b5ad-569d-4264-9896-f6266b210c69 Date: Wed, 01 Aug 2018 03:37: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-01 03:37:45,175 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/6f6dacf5-8dd3-4d35-8a49-e526f32063a3/file used request id req-2e10b5ad-569d-4264-9896-f6266b210c69 2018-08-01 03:37:45,176 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.14291501045s 2018-08-01 03:37:45,176 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/6f6dacf5-8dd3-4d35-8a49-e526f32063a3/file used request id req-2e10b5ad-569d-4264-9896-f6266b210c69 2018-08-01 03:37:45,176 - functest.core.singlevm - DEBUG - image: Munch({u'status': u'queued', u'owner_specified.shade.object': u'images/cinder_test-img_c7531e37-a506-45d4-aa98-2b5ca41f83a4', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2018-08-01T03:37:43Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'locations': [], u'min_disk': 0, u'visibility': u'private', u'file': u'/v2/images/6f6dacf5-8dd3-4d35-8a49-e526f32063a3/file', u'owner': u'de8778588f904f9193b8ec21172b8053', u'virtual_size': None, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'id': u'6f6dacf5-8dd3-4d35-8a49-e526f32063a3', u'size': None, u'name': u'cinder_test-img_c7531e37-a506-45d4-aa98-2b5ca41f83a4', u'checksum': None, u'self': u'/v2/images/6f6dacf5-8dd3-4d35-8a49-e526f32063a3', u'disk_format': u'qcow2', u'protected': False, u'created_at': u'2018-08-01T03:37:43Z', u'schema': u'/v2/schemas/image'}) 2018-08-01 03:37:45,177 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-01 03:37:45,180 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}31c61215388486db7ff5b4b0dcdcf8b9283a6397" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "cinder_test-flavor_c7531e37-a506-45d4-aa98-2b5ca41f83a4", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-01 03:37:45,463 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 03:37: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-049df131-f9e4-4083-afbc-279bca48b16a x-compute-request-id: req-049df131-f9e4-4083-afbc-279bca48b16a Content-Encoding: gzip Content-Length: 312 Content-Type: application/json RESP BODY: {"flavor": {"name": "cinder_test-flavor_c7531e37-a506-45d4-aa98-2b5ca41f83a4", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/ac5c709b-66d1-43a5-878e-6f3e6dfe7050", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/ac5c709b-66d1-43a5-878e-6f3e6dfe7050", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "ac5c709b-66d1-43a5-878e-6f3e6dfe7050"}} 2018-08-01 03:37:45,463 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-049df131-f9e4-4083-afbc-279bca48b16a 2018-08-01 03:37:45,463 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.286263942719s 2018-08-01 03:37:45,463 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-049df131-f9e4-4083-afbc-279bca48b16a 2018-08-01 03:37:45,464 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'cinder_test-flavor_c7531e37-a506-45d4-aa98-2b5ca41f83a4', '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'90aa95516c664aef94b667c55fdaffe9', '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'ac5c709b-66d1-43a5-878e-6f3e6dfe7050', 'swap': 0}) 2018-08-01 03:37:45,465 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-01 03:37:45,468 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/flavors/ac5c709b-66d1-43a5-878e-6f3e6dfe7050/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}31c61215388486db7ff5b4b0dcdcf8b9283a6397" -d '{"extra_specs": {}}' 2018-08-01 03:37:45,487 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 03:37: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-60bf9022-6531-4790-816a-401212d5b824 x-compute-request-id: req-60bf9022-6531-4790-816a-401212d5b824 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-01 03:37:45,487 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors/ac5c709b-66d1-43a5-878e-6f3e6dfe7050/os-extra_specs used request id req-60bf9022-6531-4790-816a-401212d5b824 2018-08-01 03:37:45,487 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0220718383789s 2018-08-01 03:37:45,487 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors/ac5c709b-66d1-43a5-878e-6f3e6dfe7050/os-extra_specs used request id req-60bf9022-6531-4790-816a-401212d5b824 2018-08-01 03:37:45,488 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-08-01 03:37:45,491 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}f1bcce10d21cd44128d94c9eb10354b63b970dc1" -d '{"keypair": {"name": "cinder_test-kp_c7531e37-a506-45d4-aa98-2b5ca41f83a4"}}' 2018-08-01 03:37:45,882 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 03:37: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-df9527ac-ae5f-44e2-b2b2-650bfb1e4df8 x-compute-request-id: req-df9527ac-ae5f-44e2-b2b2-650bfb1e4df8 Content-Encoding: gzip Content-Length: 1801 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCgzhM2nVQafhyNeeVT2tuSiEPGG7a6ehkXpXu+P8Z12GdYBLYtlNeDqhXtqhHoBOvECRUkq81DMpG+cQB38LdyoiFFXnGoUwOIJbYN8mpE45nZXKVw3NqjQ8vM74odtYLW+IDV87LTLp7Qq0VIJGcCAuSIIK0+/ew+V5nLi6Dxpu14Ep3teQhxhE+EZo9ofghDXVtWFepYv3PxXsG3S65C8+Prhf3xJuDaff8jfcPSmRjzjda5NF8aE0tpaK9x/+Ff58DLxPAYFXa7Zh+jHy7wa5fVh5ial2QY+D2CkgpoUCnXxaKkT7/xC5pzuI2r4GkWVyWgMPg7pCFxfM51kz0t Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAoM4TNp1UGn4cjXnlU9rbkohDxhu2unoZF6V7vj/GddhnWAS2\nLZTXg6oV7aoR6ATrxAkVJKvNQzKRvnEAd/C3cqIhRV5xqFMDiCW2DfJqROOZ2Vyl\ncNzao0PLzO+KHbWC1viA1fOy0y6e0KtFSCRnAgLkiCCtPv3sPleZy4ug8abteBKd\n7XkIcYRPhGaPaH4IQ11bVhXqWL9z8V7Bt0uuQvPj64X98Sbg2n3/I33D0pkY843W\nuTRfGhNLaWivcf/hX+fAy8TwGBV2u2Yfox8u8GuX1YeYmpdkGPg9gpIKaFAp18Wi\npE+/8Quac7iNq+BpFlcloDD4O6QhcXzOdZM9LQIDAQABAoIBAFdfQS9GksEGTstM\nNR+35eAba//DZSizWNjxUGgRzOqRF63KeZYQrnzauKl2493WdqgAa12Of6wIWQpJ\n6gBBadu+XieL5mOYH24lV2MCmV0u8ZQZ88Z8KcvV9XE3oir8Scg2JAKcNEjsptwo\ngy9soA+GtNeGMbvtSiShgm4HQv6pYRbiyxPyNb58wSy2O3k1r5Q04NBmpqy97nfb\nBK+bzjOxBz9Lv/nU4SDK4Vcy57NYi98qeS3He8oeMgGkEgJ9GsO2KykiYee7GhfO\n3olAfvbzwJdbNd9tIxftm49byBiKUPHvl+hahnq7AzgEXIB9sUhq/TUVc5+Uwrzx\nmO3mVF0CgYEAzAnhYr80ECrQUciHA+BhwebwoLDgUlBGodGZ3KIr4oMR27ZSNMwe\n+0vwDRQ9dj8/fiSpGGJVCN0tRPNBG/qW4LPa4yiccNh1TKTJgeY/MK9/9wAAMhUE\ntEWO7Jiq2XcnPGzwqWvflMVnkSOePc5yeDP7jNiDtVCC5krWRoeGyNcCgYEAycGd\n1q18wMVFv06HpDWBZkn9BBwWJdZNKMi/ZCd5hLWk1LWUaemTxvKXkFCSB89SDByo\nFCBNOg8h2lIxlf42w0GQfIfdNie6jM3FaZCgELgra9d+NC+GhNsFC3zl6IIy6roL\nuGkG3M5xlxVmGpntwIdl7iw2gyzdcvSj24WyFZsCgYBI7HMYdtvlt1eTE0dmFEj8\nI0z3MaBK6xQDe8Uw/OkQYOX+D9CbvCSKjh5ynjxFSd+odvPUmjhoHZyzWvl3RX2t\nO7rMm1QmZMavqOm4OpF1FhR3NBHd1HNE9uNZHktZw+NLDmiJNNvI8TDNx9wjnOh+\nm52ZPjz8jZTrN+4TcRa0KwKBgQCjyGurpLaLfxm5zbRLV6wuL44YUfygxrFolF7a\nnTkGxLaEfst2l0mBzdnAK8gAUwsWDgVcIUTQBwzCQMtEKlSmeYkjrt+jYOkN+NVz\ndxaZvAhzyUIIdzRKkcosoz24XEmdR17QW2JYybZoodR7b84T51aV3Ip8PmWfNn32\nbTg+VQKBgB6sobwCYO89iu3NiwkM7Qo3NdNthvFZ4ZtS3bPz0fB9MQBdC0P5Axhx\ngaiif3ugAW4vBQ9sWX+iLJjimVm1W0MUH1XZDrC2yq83kwmnoIyK0KMxUqPEy9If\nMNff44q1gok0n9mbTdAJsiAURnGBsb6W7sanhGTT8XD0KYQ3VXe2\n-----END RSA PRIVATE KEY-----\n", "user_id": "c8c63bd05cdb46eaaf256998e8690a52", "name": "cinder_test-kp_c7531e37-a506-45d4-aa98-2b5ca41f83a4", "fingerprint": "61:e7:f5:2c:cb:67:cf:8c:3d:86:cd:6c:f5:9f:59:b8"}} 2018-08-01 03:37:45,882 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/os-keypairs used request id req-df9527ac-ae5f-44e2-b2b2-650bfb1e4df8 2018-08-01 03:37:45,882 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.394053936005s 2018-08-01 03:37:45,882 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/os-keypairs used request id req-df9527ac-ae5f-44e2-b2b2-650bfb1e4df8 2018-08-01 03:37:45,883 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCgzhM2nVQafhyNeeVT2tuSiEPGG7a6ehkXpXu+P8Z12GdYBLYtlNeDqhXtqhHoBOvECRUkq81DMpG+cQB38LdyoiFFXnGoUwOIJbYN8mpE45nZXKVw3NqjQ8vM74odtYLW+IDV87LTLp7Qq0VIJGcCAuSIIK0+/ew+V5nLi6Dxpu14Ep3teQhxhE+EZo9ofghDXVtWFepYv3PxXsG3S65C8+Prhf3xJuDaff8jfcPSmRjzjda5NF8aE0tpaK9x/+Ff58DLxPAYFXa7Zh+jHy7wa5fVh5ial2QY+D2CkgpoUCnXxaKkT7/xC5pzuI2r4GkWVyWgMPg7pCFxfM51kz0t Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAoM4TNp1UGn4cjXnlU9rbkohDxhu2unoZF6V7vj/GddhnWAS2\nLZTXg6oV7aoR6ATrxAkVJKvNQzKRvnEAd/C3cqIhRV5xqFMDiCW2DfJqROOZ2Vyl\ncNzao0PLzO+KHbWC1viA1fOy0y6e0KtFSCRnAgLkiCCtPv3sPleZy4ug8abteBKd\n7XkIcYRPhGaPaH4IQ11bVhXqWL9z8V7Bt0uuQvPj64X98Sbg2n3/I33D0pkY843W\nuTRfGhNLaWivcf/hX+fAy8TwGBV2u2Yfox8u8GuX1YeYmpdkGPg9gpIKaFAp18Wi\npE+/8Quac7iNq+BpFlcloDD4O6QhcXzOdZM9LQIDAQABAoIBAFdfQS9GksEGTstM\nNR+35eAba//DZSizWNjxUGgRzOqRF63KeZYQrnzauKl2493WdqgAa12Of6wIWQpJ\n6gBBadu+XieL5mOYH24lV2MCmV0u8ZQZ88Z8KcvV9XE3oir8Scg2JAKcNEjsptwo\ngy9soA+GtNeGMbvtSiShgm4HQv6pYRbiyxPyNb58wSy2O3k1r5Q04NBmpqy97nfb\nBK+bzjOxBz9Lv/nU4SDK4Vcy57NYi98qeS3He8oeMgGkEgJ9GsO2KykiYee7GhfO\n3olAfvbzwJdbNd9tIxftm49byBiKUPHvl+hahnq7AzgEXIB9sUhq/TUVc5+Uwrzx\nmO3mVF0CgYEAzAnhYr80ECrQUciHA+BhwebwoLDgUlBGodGZ3KIr4oMR27ZSNMwe\n+0vwDRQ9dj8/fiSpGGJVCN0tRPNBG/qW4LPa4yiccNh1TKTJgeY/MK9/9wAAMhUE\ntEWO7Jiq2XcnPGzwqWvflMVnkSOePc5yeDP7jNiDtVCC5krWRoeGyNcCgYEAycGd\n1q18wMVFv06HpDWBZkn9BBwWJdZNKMi/ZCd5hLWk1LWUaemTxvKXkFCSB89SDByo\nFCBNOg8h2lIxlf42w0GQfIfdNie6jM3FaZCgELgra9d+NC+GhNsFC3zl6IIy6roL\nuGkG3M5xlxVmGpntwIdl7iw2gyzdcvSj24WyFZsCgYBI7HMYdtvlt1eTE0dmFEj8\nI0z3MaBK6xQDe8Uw/OkQYOX+D9CbvCSKjh5ynjxFSd+odvPUmjhoHZyzWvl3RX2t\nO7rMm1QmZMavqOm4OpF1FhR3NBHd1HNE9uNZHktZw+NLDmiJNNvI8TDNx9wjnOh+\nm52ZPjz8jZTrN+4TcRa0KwKBgQCjyGurpLaLfxm5zbRLV6wuL44YUfygxrFolF7a\nnTkGxLaEfst2l0mBzdnAK8gAUwsWDgVcIUTQBwzCQMtEKlSmeYkjrt+jYOkN+NVz\ndxaZvAhzyUIIdzRKkcosoz24XEmdR17QW2JYybZoodR7b84T51aV3Ip8PmWfNn32\nbTg+VQKBgB6sobwCYO89iu3NiwkM7Qo3NdNthvFZ4ZtS3bPz0fB9MQBdC0P5Axhx\ngaiif3ugAW4vBQ9sWX+iLJjimVm1W0MUH1XZDrC2yq83kwmnoIyK0KMxUqPEy9If\nMNff44q1gok0n9mbTdAJsiAURnGBsb6W7sanhGTT8XD0KYQ3VXe2\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'c8c63bd05cdb46eaaf256998e8690a52', 'name': u'cinder_test-kp_c7531e37-a506-45d4-aa98-2b5ca41f83a4', 'created_at': '2018-08-01T03:37:45.883662', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'de8778588f904f9193b8ec21172b8053', 'name': 'cinder_test-project_c7531e37-a506-45d4-aa98-2b5ca41f83a4', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'61:e7:f5:2c:cb:67:cf:8c:3d:86:cd:6c:f5:9f:59:b8', 'type': 'ssh', 'id': u'cinder_test-kp_c7531e37-a506-45d4-aa98-2b5ca41f83a4'}) 2018-08-01 03:37:45,884 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEowIBAAKCAQEAoM4TNp1UGn4cjXnlU9rbkohDxhu2unoZF6V7vj/GddhnWAS2 LZTXg6oV7aoR6ATrxAkVJKvNQzKRvnEAd/C3cqIhRV5xqFMDiCW2DfJqROOZ2Vyl cNzao0PLzO+KHbWC1viA1fOy0y6e0KtFSCRnAgLkiCCtPv3sPleZy4ug8abteBKd 7XkIcYRPhGaPaH4IQ11bVhXqWL9z8V7Bt0uuQvPj64X98Sbg2n3/I33D0pkY843W uTRfGhNLaWivcf/hX+fAy8TwGBV2u2Yfox8u8GuX1YeYmpdkGPg9gpIKaFAp18Wi pE+/8Quac7iNq+BpFlcloDD4O6QhcXzOdZM9LQIDAQABAoIBAFdfQS9GksEGTstM NR+35eAba//DZSizWNjxUGgRzOqRF63KeZYQrnzauKl2493WdqgAa12Of6wIWQpJ 6gBBadu+XieL5mOYH24lV2MCmV0u8ZQZ88Z8KcvV9XE3oir8Scg2JAKcNEjsptwo gy9soA+GtNeGMbvtSiShgm4HQv6pYRbiyxPyNb58wSy2O3k1r5Q04NBmpqy97nfb BK+bzjOxBz9Lv/nU4SDK4Vcy57NYi98qeS3He8oeMgGkEgJ9GsO2KykiYee7GhfO 3olAfvbzwJdbNd9tIxftm49byBiKUPHvl+hahnq7AzgEXIB9sUhq/TUVc5+Uwrzx mO3mVF0CgYEAzAnhYr80ECrQUciHA+BhwebwoLDgUlBGodGZ3KIr4oMR27ZSNMwe +0vwDRQ9dj8/fiSpGGJVCN0tRPNBG/qW4LPa4yiccNh1TKTJgeY/MK9/9wAAMhUE tEWO7Jiq2XcnPGzwqWvflMVnkSOePc5yeDP7jNiDtVCC5krWRoeGyNcCgYEAycGd 1q18wMVFv06HpDWBZkn9BBwWJdZNKMi/ZCd5hLWk1LWUaemTxvKXkFCSB89SDByo FCBNOg8h2lIxlf42w0GQfIfdNie6jM3FaZCgELgra9d+NC+GhNsFC3zl6IIy6roL uGkG3M5xlxVmGpntwIdl7iw2gyzdcvSj24WyFZsCgYBI7HMYdtvlt1eTE0dmFEj8 I0z3MaBK6xQDe8Uw/OkQYOX+D9CbvCSKjh5ynjxFSd+odvPUmjhoHZyzWvl3RX2t O7rMm1QmZMavqOm4OpF1FhR3NBHd1HNE9uNZHktZw+NLDmiJNNvI8TDNx9wjnOh+ m52ZPjz8jZTrN+4TcRa0KwKBgQCjyGurpLaLfxm5zbRLV6wuL44YUfygxrFolF7a nTkGxLaEfst2l0mBzdnAK8gAUwsWDgVcIUTQBwzCQMtEKlSmeYkjrt+jYOkN+NVz dxaZvAhzyUIIdzRKkcosoz24XEmdR17QW2JYybZoodR7b84T51aV3Ip8PmWfNn32 bTg+VQKBgB6sobwCYO89iu3NiwkM7Qo3NdNthvFZ4ZtS3bPz0fB9MQBdC0P5Axhx gaiif3ugAW4vBQ9sWX+iLJjimVm1W0MUH1XZDrC2yq83kwmnoIyK0KMxUqPEy9If MNff44q1gok0n9mbTdAJsiAURnGBsb6W7sanhGTT8XD0KYQ3VXe2 -----END RSA PRIVATE KEY----- 2018-08-01 03:37:45,887 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-groups 2018-08-01 03:37:45,887 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}f1bcce10d21cd44128d94c9eb10354b63b970dc1" -d '{"security_group": {"name": "cinder_test-sg_c7531e37-a506-45d4-aa98-2b5ca41f83a4", "description": "created by OPNFV Functest (cinder_test)"}}' 2018-08-01 03:37:46,321 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1422 X-Openstack-Request-Id: req-3b98b2b1-5ae6-4740-af9b-e17103434874 Date: Wed, 01 Aug 2018 03:37:46 GMT RESP BODY: {"security_group": {"description": "created by OPNFV Functest (cinder_test)", "tags": [], "tenant_id": "de8778588f904f9193b8ec21172b8053", "created_at": "2018-08-01T03:37:46Z", "updated_at": "2018-08-01T03:37:46Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-01T03:37:46Z", "revision_number": 0, "id": "62494090-3469-4f1c-9e50-910cb3762cd8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-01T03:37:46Z", "security_group_id": "aed9e7c0-54ce-4017-ae64-d4fc7fd61f0b", "tenant_id": "de8778588f904f9193b8ec21172b8053", "port_range_min": null, "ethertype": "IPv4", "project_id": "de8778588f904f9193b8ec21172b8053"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-01T03:37:46Z", "revision_number": 0, "id": "d3c86f17-9045-47e9-9355-3f9a466a389f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-01T03:37:46Z", "security_group_id": "aed9e7c0-54ce-4017-ae64-d4fc7fd61f0b", "tenant_id": "de8778588f904f9193b8ec21172b8053", "port_range_min": null, "ethertype": "IPv6", "project_id": "de8778588f904f9193b8ec21172b8053"}], "revision_number": 1, "project_id": "de8778588f904f9193b8ec21172b8053", "id": "aed9e7c0-54ce-4017-ae64-d4fc7fd61f0b", "name": "cinder_test-sg_c7531e37-a506-45d4-aa98-2b5ca41f83a4"}} 2018-08-01 03:37:46,321 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-3b98b2b1-5ae6-4740-af9b-e17103434874 2018-08-01 03:37:46,321 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-groups in 0.434638023376s 2018-08-01 03:37:46,322 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-3b98b2b1-5ae6-4740-af9b-e17103434874 2018-08-01 03:37:46,326 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-01 03:37:46,326 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}f1bcce10d21cd44128d94c9eb10354b63b970dc1" 2018-08-01 03:37:46,574 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3838 X-Openstack-Request-Id: req-5dd4c482-6da2-42bf-8602-9200583b78b3 Date: Wed, 01 Aug 2018 03:37:46 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (cinder_test)", "tags": [], "tenant_id": "de8778588f904f9193b8ec21172b8053", "created_at": "2018-08-01T03:37:46Z", "updated_at": "2018-08-01T03:37:46Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-01T03:37:46Z", "revision_number": 0, "id": "62494090-3469-4f1c-9e50-910cb3762cd8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-01T03:37:46Z", "security_group_id": "aed9e7c0-54ce-4017-ae64-d4fc7fd61f0b", "tenant_id": "de8778588f904f9193b8ec21172b8053", "port_range_min": null, "ethertype": "IPv4", "project_id": "de8778588f904f9193b8ec21172b8053"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-01T03:37:46Z", "revision_number": 0, "id": "d3c86f17-9045-47e9-9355-3f9a466a389f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-01T03:37:46Z", "security_group_id": "aed9e7c0-54ce-4017-ae64-d4fc7fd61f0b", "tenant_id": "de8778588f904f9193b8ec21172b8053", "port_range_min": null, "ethertype": "IPv6", "project_id": "de8778588f904f9193b8ec21172b8053"}], "revision_number": 1, "project_id": "de8778588f904f9193b8ec21172b8053", "id": "aed9e7c0-54ce-4017-ae64-d4fc7fd61f0b", "name": "cinder_test-sg_c7531e37-a506-45d4-aa98-2b5ca41f83a4"}, {"description": "Default security group", "tags": [], "tenant_id": "de8778588f904f9193b8ec21172b8053", "created_at": "2018-08-01T03:37:37Z", "updated_at": "2018-08-01T03:37:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-01T03:37:37Z", "revision_number": 0, "id": "00ae7cb1-a4db-4e42-8fbc-2fb987fcb4f9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-01T03:37:37Z", "security_group_id": "ec662805-d2fa-4633-a5e9-f9075db574cd", "tenant_id": "de8778588f904f9193b8ec21172b8053", "port_range_min": null, "ethertype": "IPv4", "project_id": "de8778588f904f9193b8ec21172b8053"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-01T03:37:37Z", "revision_number": 0, "id": "74e60435-11b3-439c-a70d-9c160b20a8ee", "remote_group_id": "ec662805-d2fa-4633-a5e9-f9075db574cd", "remote_ip_prefix": null, "created_at": "2018-08-01T03:37:37Z", "security_group_id": "ec662805-d2fa-4633-a5e9-f9075db574cd", "tenant_id": "de8778588f904f9193b8ec21172b8053", "port_range_min": null, "ethertype": "IPv4", "project_id": "de8778588f904f9193b8ec21172b8053"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-01T03:37:37Z", "revision_number": 0, "id": "afd6ffbe-51ea-4386-93be-c36ac1879ba9", "remote_group_id": "ec662805-d2fa-4633-a5e9-f9075db574cd", "remote_ip_prefix": null, "created_at": "2018-08-01T03:37:37Z", "security_group_id": "ec662805-d2fa-4633-a5e9-f9075db574cd", "tenant_id": "de8778588f904f9193b8ec21172b8053", "port_range_min": null, "ethertype": "IPv6", "project_id": "de8778588f904f9193b8ec21172b8053"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-01T03:37:37Z", "revision_number": 0, "id": "f89da864-b004-46d0-b093-e04c0abe0470", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-01T03:37:37Z", "security_group_id": "ec662805-d2fa-4633-a5e9-f9075db574cd", "tenant_id": "de8778588f904f9193b8ec21172b8053", "port_range_min": null, "ethertype": "IPv6", "project_id": "de8778588f904f9193b8ec21172b8053"}], "revision_number": 1, "project_id": "de8778588f904f9193b8ec21172b8053", "id": "ec662805-d2fa-4633-a5e9-f9075db574cd", "name": "default"}]} 2018-08-01 03:37:46,574 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-5dd4c482-6da2-42bf-8602-9200583b78b3 2018-08-01 03:37:46,574 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.248528957367s 2018-08-01 03:37:46,575 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-5dd4c482-6da2-42bf-8602-9200583b78b3 2018-08-01 03:37:46,579 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-01 03:37:46,579 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}f1bcce10d21cd44128d94c9eb10354b63b970dc1" -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": "aed9e7c0-54ce-4017-ae64-d4fc7fd61f0b"}}' 2018-08-01 03:37:46,954 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-b2b8a56b-d9d7-456b-bf70-2b33f3a474ac Date: Wed, 01 Aug 2018 03:37:46 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-01T03:37:46Z", "security_group_id": "aed9e7c0-54ce-4017-ae64-d4fc7fd61f0b", "port_range_min": 22, "revision_number": 0, "tenant_id": "de8778588f904f9193b8ec21172b8053", "created_at": "2018-08-01T03:37:46Z", "project_id": "de8778588f904f9193b8ec21172b8053", "id": "e10f8f4f-2dea-4f13-9816-e4b7f7b4eff2"}} 2018-08-01 03:37:46,954 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules.json used request id req-b2b8a56b-d9d7-456b-bf70-2b33f3a474ac 2018-08-01 03:37:46,954 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.375151872635s 2018-08-01 03:37:46,954 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules.json used request id req-b2b8a56b-d9d7-456b-bf70-2b33f3a474ac 2018-08-01 03:37:46,958 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-01 03:37:46,958 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}f1bcce10d21cd44128d94c9eb10354b63b970dc1" 2018-08-01 03:37:47,198 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4334 X-Openstack-Request-Id: req-f1913148-12bf-4f67-9911-f656e5fe4e2e Date: Wed, 01 Aug 2018 03:37:47 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (cinder_test)", "tags": [], "tenant_id": "de8778588f904f9193b8ec21172b8053", "created_at": "2018-08-01T03:37:46Z", "updated_at": "2018-08-01T03:37:46Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-01T03:37:46Z", "revision_number": 0, "id": "62494090-3469-4f1c-9e50-910cb3762cd8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-01T03:37:46Z", "security_group_id": "aed9e7c0-54ce-4017-ae64-d4fc7fd61f0b", "tenant_id": "de8778588f904f9193b8ec21172b8053", "port_range_min": null, "ethertype": "IPv4", "project_id": "de8778588f904f9193b8ec21172b8053"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-01T03:37:46Z", "revision_number": 0, "id": "d3c86f17-9045-47e9-9355-3f9a466a389f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-01T03:37:46Z", "security_group_id": "aed9e7c0-54ce-4017-ae64-d4fc7fd61f0b", "tenant_id": "de8778588f904f9193b8ec21172b8053", "port_range_min": null, "ethertype": "IPv6", "project_id": "de8778588f904f9193b8ec21172b8053"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-01T03:37:46Z", "revision_number": 0, "id": "e10f8f4f-2dea-4f13-9816-e4b7f7b4eff2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-01T03:37:46Z", "security_group_id": "aed9e7c0-54ce-4017-ae64-d4fc7fd61f0b", "tenant_id": "de8778588f904f9193b8ec21172b8053", "port_range_min": 22, "ethertype": "IPv4", "project_id": "de8778588f904f9193b8ec21172b8053"}], "revision_number": 2, "project_id": "de8778588f904f9193b8ec21172b8053", "id": "aed9e7c0-54ce-4017-ae64-d4fc7fd61f0b", "name": "cinder_test-sg_c7531e37-a506-45d4-aa98-2b5ca41f83a4"}, {"description": "Default security group", "tags": [], "tenant_id": "de8778588f904f9193b8ec21172b8053", "created_at": "2018-08-01T03:37:37Z", "updated_at": "2018-08-01T03:37:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-01T03:37:37Z", "revision_number": 0, "id": "00ae7cb1-a4db-4e42-8fbc-2fb987fcb4f9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-01T03:37:37Z", "security_group_id": "ec662805-d2fa-4633-a5e9-f9075db574cd", "tenant_id": "de8778588f904f9193b8ec21172b8053", "port_range_min": null, "ethertype": "IPv4", "project_id": "de8778588f904f9193b8ec21172b8053"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-01T03:37:37Z", "revision_number": 0, "id": "74e60435-11b3-439c-a70d-9c160b20a8ee", "remote_group_id": "ec662805-d2fa-4633-a5e9-f9075db574cd", "remote_ip_prefix": null, "created_at": "2018-08-01T03:37:37Z", "security_group_id": "ec662805-d2fa-4633-a5e9-f9075db574cd", "tenant_id": "de8778588f904f9193b8ec21172b8053", "port_range_min": null, "ethertype": "IPv4", "project_id": "de8778588f904f9193b8ec21172b8053"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-01T03:37:37Z", "revision_number": 0, "id": "afd6ffbe-51ea-4386-93be-c36ac1879ba9", "remote_group_id": "ec662805-d2fa-4633-a5e9-f9075db574cd", "remote_ip_prefix": null, "created_at": "2018-08-01T03:37:37Z", "security_group_id": "ec662805-d2fa-4633-a5e9-f9075db574cd", "tenant_id": "de8778588f904f9193b8ec21172b8053", "port_range_min": null, "ethertype": "IPv6", "project_id": "de8778588f904f9193b8ec21172b8053"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-01T03:37:37Z", "revision_number": 0, "id": "f89da864-b004-46d0-b093-e04c0abe0470", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-01T03:37:37Z", "security_group_id": "ec662805-d2fa-4633-a5e9-f9075db574cd", "tenant_id": "de8778588f904f9193b8ec21172b8053", "port_range_min": null, "ethertype": "IPv6", "project_id": "de8778588f904f9193b8ec21172b8053"}], "revision_number": 1, "project_id": "de8778588f904f9193b8ec21172b8053", "id": "ec662805-d2fa-4633-a5e9-f9075db574cd", "name": "default"}]} 2018-08-01 03:37:47,198 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-f1913148-12bf-4f67-9911-f656e5fe4e2e 2018-08-01 03:37:47,199 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.240607976913s 2018-08-01 03:37:47,199 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-f1913148-12bf-4f67-9911-f656e5fe4e2e 2018-08-01 03:37:47,202 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-01 03:37:47,203 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}f1bcce10d21cd44128d94c9eb10354b63b970dc1" -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": "aed9e7c0-54ce-4017-ae64-d4fc7fd61f0b"}}' 2018-08-01 03:37:47,368 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-acad5734-9f3b-4178-982d-3428bd123fb2 Date: Wed, 01 Aug 2018 03:37:47 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-01T03:37:47Z", "security_group_id": "aed9e7c0-54ce-4017-ae64-d4fc7fd61f0b", "port_range_min": null, "revision_number": 0, "tenant_id": "de8778588f904f9193b8ec21172b8053", "created_at": "2018-08-01T03:37:47Z", "project_id": "de8778588f904f9193b8ec21172b8053", "id": "37499a97-4fb0-463b-8395-861b5faa2e15"}} 2018-08-01 03:37:47,368 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules.json used request id req-acad5734-9f3b-4178-982d-3428bd123fb2 2018-08-01 03:37:47,368 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.165499925613s 2018-08-01 03:37:47,368 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules.json used request id req-acad5734-9f3b-4178-982d-3428bd123fb2 2018-08-01 03:37:47,370 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-01 03:37:47,370 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f1bcce10d21cd44128d94c9eb10354b63b970dc1" 2018-08-01 03:37:47,666 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1194 X-Openstack-Request-Id: req-61c87fb5-0017-42c3-be37-d2cfcf2f5a67 Date: Wed, 01 Aug 2018 03:37:47 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":["e06facf3-a24e-40d5-a5ce-a0901a6e4875"],"updated_at":"2018-08-01T03:28:20Z","tenant_id":"89443fd7c5cf4259bed71fca1c3fe619","created_at":"2018-08-01T03:28:13Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"89443fd7c5cf4259bed71fca1c3fe619","id":"262fe7ec-b437-40b8-908b-6eb66c149655","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["13116302-3cf4-446b-8e67-6cb7d808307c"],"updated_at":"2018-08-01T03:37:38Z","tenant_id":"de8778588f904f9193b8ec21172b8053","created_at":"2018-08-01T03:37:37Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"de8778588f904f9193b8ec21172b8053","id":"8a760eae-ddc6-4b12-a5c7-a024e9374bb8","name":"cinder_test-net_c7531e37-a506-45d4-aa98-2b5ca41f83a4"}]} 2018-08-01 03:37:47,666 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-61c87fb5-0017-42c3-be37-d2cfcf2f5a67 2018-08-01 03:37:47,666 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.296292066574s 2018-08-01 03:37:47,666 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-61c87fb5-0017-42c3-be37-d2cfcf2f5a67 2018-08-01 03:37:47,671 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-01 03:37:47,674 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f1bcce10d21cd44128d94c9eb10354b63b970dc1" 2018-08-01 03:37:47,898 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1204 Content-Type: application/json X-Openstack-Request-Id: req-a536ee15-a8ae-4100-b883-561f6ae7d1ad Date: Wed, 01 Aug 2018 03:37:47 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://1c426f71-e315-470f-a765-a4a983e8d919/images/6f6dacf5-8dd3-4d35-8a49-e526f32063a3/snap", "metadata": {}}], "file": "/v2/images/6f6dacf5-8dd3-4d35-8a49-e526f32063a3/file", "owner": "de8778588f904f9193b8ec21172b8053", "id": "6f6dacf5-8dd3-4d35-8a49-e526f32063a3", "size": 12716032, "self": "/v2/images/6f6dacf5-8dd3-4d35-8a49-e526f32063a3", "disk_format": "qcow2", "direct_url": "rbd://1c426f71-e315-470f-a765-a4a983e8d919/images/6f6dacf5-8dd3-4d35-8a49-e526f32063a3/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-08-01T03:37:45Z", "visibility": "private", "owner_specified.shade.object": "images/cinder_test-img_c7531e37-a506-45d4-aa98-2b5ca41f83a4", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "cinder_test-img_c7531e37-a506-45d4-aa98-2b5ca41f83a4", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-01T03:37:43Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-01 03:37:47,898 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-a536ee15-a8ae-4100-b883-561f6ae7d1ad 2018-08-01 03:37:47,898 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.227344036102s 2018-08-01 03:37:47,899 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-a536ee15-a8ae-4100-b883-561f6ae7d1ad 2018-08-01 03:37:47,900 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-01 03:37:47,903 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21: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}f1bcce10d21cd44128d94c9eb10354b63b970dc1" 2018-08-01 03:37:47,930 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 03:37: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-3747f87e-e370-4b89-a15e-f34a537fa0d2 x-compute-request-id: req-3747f87e-e370-4b89-a15e-f34a537fa0d2 Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavors": [{"name": "cinder_test-flavor_c7531e37-a506-45d4-aa98-2b5ca41f83a4", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/ac5c709b-66d1-43a5-878e-6f3e6dfe7050", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/ac5c709b-66d1-43a5-878e-6f3e6dfe7050", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "ac5c709b-66d1-43a5-878e-6f3e6dfe7050"}]} 2018-08-01 03:37:47,931 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-3747f87e-e370-4b89-a15e-f34a537fa0d2 2018-08-01 03:37:47,931 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0301830768585s 2018-08-01 03:37:47,931 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-3747f87e-e370-4b89-a15e-f34a537fa0d2 2018-08-01 03:37:47,933 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-08-01 03:37:47,936 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}f1bcce10d21cd44128d94c9eb10354b63b970dc1" -d '{"server": {"name": "cinder_test-vm2_c7531e37-a506-45d4-aa98-2b5ca41f83a4", "imageRef": "6f6dacf5-8dd3-4d35-8a49-e526f32063a3", "key_name": "cinder_test-kp_c7531e37-a506-45d4-aa98-2b5ca41f83a4", "flavorRef": "ac5c709b-66d1-43a5-878e-6f3e6dfe7050", "max_count": 1, "min_count": 1, "networks": [{"uuid": "8a760eae-ddc6-4b12-a5c7-a024e9374bb8"}], "security_groups": [{"name": "aed9e7c0-54ce-4017-ae64-d4fc7fd61f0b"}]}}' 2018-08-01 03:37:52,244 - keystoneauth.session - DEBUG - RESP: [202] Date: Wed, 01 Aug 2018 03:37: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-4bcff320-37a6-4561-a8bf-02acf4a84013 x-compute-request-id: req-4bcff320-37a6-4561-a8bf-02acf4a84013 Content-Length: 403 location: http://172.30.9.21:8774/v2.1/servers/3776813a-53b4-4867-8d03-a8e690b8c913 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "aed9e7c0-54ce-4017-ae64-d4fc7fd61f0b"}], "OS-DCF:diskConfig": "MANUAL", "id": "3776813a-53b4-4867-8d03-a8e690b8c913", "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/3776813a-53b4-4867-8d03-a8e690b8c913", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/3776813a-53b4-4867-8d03-a8e690b8c913", "rel": "bookmark"}], "adminPass": "L7vEvSCtHtdd"}} 2018-08-01 03:37:52,244 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers used request id req-4bcff320-37a6-4561-a8bf-02acf4a84013 2018-08-01 03:37:52,244 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 4.31125092506s 2018-08-01 03:37:52,244 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers used request id req-4bcff320-37a6-4561-a8bf-02acf4a84013 2018-08-01 03:37:52,245 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers 2018-08-01 03:37:52,248 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/3776813a-53b4-4867-8d03-a8e690b8c913 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f1bcce10d21cd44128d94c9eb10354b63b970dc1" 2018-08-01 03:37:52,686 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 03:37: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-219fe43d-f407-4764-8bd9-7f9f593e211f x-compute-request-id: req-219fe43d-f407-4764-8bd9-7f9f593e211f Content-Encoding: gzip Content-Length: 605 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/3776813a-53b4-4867-8d03-a8e690b8c913", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/3776813a-53b4-4867-8d03-a8e690b8c913", "rel": "bookmark"}], "image": {"id": "6f6dacf5-8dd3-4d35-8a49-e526f32063a3", "links": [{"href": "http://172.30.9.21:8774/images/6f6dacf5-8dd3-4d35-8a49-e526f32063a3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ac5c709b-66d1-43a5-878e-6f3e6dfe7050", "links": [{"href": "http://172.30.9.21:8774/flavors/ac5c709b-66d1-43a5-878e-6f3e6dfe7050", "rel": "bookmark"}]}, "id": "3776813a-53b4-4867-8d03-a8e690b8c913", "user_id": "c8c63bd05cdb46eaaf256998e8690a52", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-01T03:37:52Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_c7531e37-a506-45d4-aa98-2b5ca41f83a4", "name": "cinder_test-vm2_c7531e37-a506-45d4-aa98-2b5ca41f83a4", "created": "2018-08-01T03:37:52Z", "tenant_id": "de8778588f904f9193b8ec21172b8053", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-01 03:37:52,686 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/3776813a-53b4-4867-8d03-a8e690b8c913 used request id req-219fe43d-f407-4764-8bd9-7f9f593e211f 2018-08-01 03:37:52,686 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers in 0.440659999847s 2018-08-01 03:37:52,686 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/3776813a-53b4-4867-8d03-a8e690b8c913 used request id req-219fe43d-f407-4764-8bd9-7f9f593e211f 2018-08-01 03:37:52,692 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-01 03:37:52,693 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f1bcce10d21cd44128d94c9eb10354b63b970dc1" 2018-08-01 03:37:52,804 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1194 X-Openstack-Request-Id: req-b5585031-2a53-495d-a875-3d60974629bd Date: Wed, 01 Aug 2018 03:37: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":["e06facf3-a24e-40d5-a5ce-a0901a6e4875"],"updated_at":"2018-08-01T03:28:20Z","tenant_id":"89443fd7c5cf4259bed71fca1c3fe619","created_at":"2018-08-01T03:28:13Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"89443fd7c5cf4259bed71fca1c3fe619","id":"262fe7ec-b437-40b8-908b-6eb66c149655","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["13116302-3cf4-446b-8e67-6cb7d808307c"],"updated_at":"2018-08-01T03:37:38Z","tenant_id":"de8778588f904f9193b8ec21172b8053","created_at":"2018-08-01T03:37:37Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"de8778588f904f9193b8ec21172b8053","id":"8a760eae-ddc6-4b12-a5c7-a024e9374bb8","name":"cinder_test-net_c7531e37-a506-45d4-aa98-2b5ca41f83a4"}]} 2018-08-01 03:37:52,804 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-b5585031-2a53-495d-a875-3d60974629bd 2018-08-01 03:37:52,804 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.111689090729s 2018-08-01 03:37:52,804 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-b5585031-2a53-495d-a875-3d60974629bd 2018-08-01 03:37:52,805 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-01 03:37:52,806 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}f1bcce10d21cd44128d94c9eb10354b63b970dc1" 2018-08-01 03:37:53,034 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-a4dd34c6-75bc-4a40-80c1-1ec22d599549 Date: Wed, 01 Aug 2018 03:37:53 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8a760eae-ddc6-4b12-a5c7-a024e9374bb8","tenant_id":"de8778588f904f9193b8ec21172b8053","created_at":"2018-08-01T03:37:38Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-01T03:37:38Z","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":"de8778588f904f9193b8ec21172b8053","id":"13116302-3cf4-446b-8e67-6cb7d808307c","subnetpool_id":null,"name":"cinder_test-subnet_c7531e37-a506-45d4-aa98-2b5ca41f83a4"}]} 2018-08-01 03:37:53,034 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-a4dd34c6-75bc-4a40-80c1-1ec22d599549 2018-08-01 03:37:53,034 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.228575944901s 2018-08-01 03:37:53,034 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-a4dd34c6-75bc-4a40-80c1-1ec22d599549 2018-08-01 03:37:53,035 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-01 03:37:53,038 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f1bcce10d21cd44128d94c9eb10354b63b970dc1" 2018-08-01 03:37:53,386 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 03:37:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8efaf18b-20b6-4dad-977d-118604f69014 x-compute-request-id: req-8efaf18b-20b6-4dad-977d-118604f69014 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.21:8774/v2.1/servers/3776813a-53b4-4867-8d03-a8e690b8c913", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/3776813a-53b4-4867-8d03-a8e690b8c913", "rel": "bookmark"}], "image": {"id": "6f6dacf5-8dd3-4d35-8a49-e526f32063a3", "links": [{"href": "http://172.30.9.21:8774/images/6f6dacf5-8dd3-4d35-8a49-e526f32063a3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ac5c709b-66d1-43a5-878e-6f3e6dfe7050", "links": [{"href": "http://172.30.9.21:8774/flavors/ac5c709b-66d1-43a5-878e-6f3e6dfe7050", "rel": "bookmark"}]}, "id": "3776813a-53b4-4867-8d03-a8e690b8c913", "user_id": "c8c63bd05cdb46eaaf256998e8690a52", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-01T03:37:53Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_c7531e37-a506-45d4-aa98-2b5ca41f83a4", "name": "cinder_test-vm2_c7531e37-a506-45d4-aa98-2b5ca41f83a4", "created": "2018-08-01T03:37:52Z", "tenant_id": "de8778588f904f9193b8ec21172b8053", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-01 03:37:53,386 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-8efaf18b-20b6-4dad-977d-118604f69014 2018-08-01 03:37:53,386 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.351119041443s 2018-08-01 03:37:53,387 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-8efaf18b-20b6-4dad-977d-118604f69014 2018-08-01 03:37:53,392 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-01 03:37:55,394 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-01 03:37:55,397 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f1bcce10d21cd44128d94c9eb10354b63b970dc1" 2018-08-01 03:37:55,703 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 03:37:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d955d0be-cb72-44bd-8943-10be7bc2b816 x-compute-request-id: req-d955d0be-cb72-44bd-8943-10be7bc2b816 Content-Encoding: gzip Content-Length: 649 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "networking", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/3776813a-53b4-4867-8d03-a8e690b8c913", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/3776813a-53b4-4867-8d03-a8e690b8c913", "rel": "bookmark"}], "image": {"id": "6f6dacf5-8dd3-4d35-8a49-e526f32063a3", "links": [{"href": "http://172.30.9.21:8774/images/6f6dacf5-8dd3-4d35-8a49-e526f32063a3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ac5c709b-66d1-43a5-878e-6f3e6dfe7050", "links": [{"href": "http://172.30.9.21:8774/flavors/ac5c709b-66d1-43a5-878e-6f3e6dfe7050", "rel": "bookmark"}]}, "id": "3776813a-53b4-4867-8d03-a8e690b8c913", "user_id": "c8c63bd05cdb46eaaf256998e8690a52", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-01T03:37:55Z", "hostId": "0dc8b623bc5e5e2f2925d4a0868262e16dc59235a3106896dba82669", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_c7531e37-a506-45d4-aa98-2b5ca41f83a4", "name": "cinder_test-vm2_c7531e37-a506-45d4-aa98-2b5ca41f83a4", "created": "2018-08-01T03:37:52Z", "tenant_id": "de8778588f904f9193b8ec21172b8053", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-01 03:37:55,703 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-d955d0be-cb72-44bd-8943-10be7bc2b816 2018-08-01 03:37:55,703 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.308881998062s 2018-08-01 03:37:55,704 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-d955d0be-cb72-44bd-8943-10be7bc2b816 2018-08-01 03:37:55,708 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-01 03:37:57,710 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-01 03:37:57,714 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f1bcce10d21cd44128d94c9eb10354b63b970dc1" 2018-08-01 03:37:58,466 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 03:37: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-e5d1ef93-2aec-4854-9831-c528fcbeb299 x-compute-request-id: req-e5d1ef93-2aec-4854-9831-c528fcbeb299 Content-Encoding: gzip Content-Length: 669 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/3776813a-53b4-4867-8d03-a8e690b8c913", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/3776813a-53b4-4867-8d03-a8e690b8c913", "rel": "bookmark"}], "image": {"id": "6f6dacf5-8dd3-4d35-8a49-e526f32063a3", "links": [{"href": "http://172.30.9.21:8774/images/6f6dacf5-8dd3-4d35-8a49-e526f32063a3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ac5c709b-66d1-43a5-878e-6f3e6dfe7050", "links": [{"href": "http://172.30.9.21:8774/flavors/ac5c709b-66d1-43a5-878e-6f3e6dfe7050", "rel": "bookmark"}]}, "id": "3776813a-53b4-4867-8d03-a8e690b8c913", "security_groups": [{"name": "cinder_test-sg_c7531e37-a506-45d4-aa98-2b5ca41f83a4"}], "user_id": "c8c63bd05cdb46eaaf256998e8690a52", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-01T03:37:55Z", "hostId": "0dc8b623bc5e5e2f2925d4a0868262e16dc59235a3106896dba82669", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_c7531e37-a506-45d4-aa98-2b5ca41f83a4", "name": "cinder_test-vm2_c7531e37-a506-45d4-aa98-2b5ca41f83a4", "created": "2018-08-01T03:37:52Z", "tenant_id": "de8778588f904f9193b8ec21172b8053", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-01 03:37:58,466 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-e5d1ef93-2aec-4854-9831-c528fcbeb299 2018-08-01 03:37:58,466 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.755788087845s 2018-08-01 03:37:58,467 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-e5d1ef93-2aec-4854-9831-c528fcbeb299 2018-08-01 03:37:58,471 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-01 03:38:00,473 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-01 03:38:00,476 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f1bcce10d21cd44128d94c9eb10354b63b970dc1" 2018-08-01 03:38:01,434 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 03:38: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-acfbe959-d382-41b7-b964-21b7bfedda9a x-compute-request-id: req-acfbe959-d382-41b7-b964-21b7bfedda9a Content-Encoding: gzip Content-Length: 669 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/3776813a-53b4-4867-8d03-a8e690b8c913", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/3776813a-53b4-4867-8d03-a8e690b8c913", "rel": "bookmark"}], "image": {"id": "6f6dacf5-8dd3-4d35-8a49-e526f32063a3", "links": [{"href": "http://172.30.9.21:8774/images/6f6dacf5-8dd3-4d35-8a49-e526f32063a3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ac5c709b-66d1-43a5-878e-6f3e6dfe7050", "links": [{"href": "http://172.30.9.21:8774/flavors/ac5c709b-66d1-43a5-878e-6f3e6dfe7050", "rel": "bookmark"}]}, "id": "3776813a-53b4-4867-8d03-a8e690b8c913", "security_groups": [{"name": "cinder_test-sg_c7531e37-a506-45d4-aa98-2b5ca41f83a4"}], "user_id": "c8c63bd05cdb46eaaf256998e8690a52", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-01T03:37:55Z", "hostId": "0dc8b623bc5e5e2f2925d4a0868262e16dc59235a3106896dba82669", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_c7531e37-a506-45d4-aa98-2b5ca41f83a4", "name": "cinder_test-vm2_c7531e37-a506-45d4-aa98-2b5ca41f83a4", "created": "2018-08-01T03:37:52Z", "tenant_id": "de8778588f904f9193b8ec21172b8053", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-01 03:38:01,434 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-acfbe959-d382-41b7-b964-21b7bfedda9a 2018-08-01 03:38:01,435 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.960988998413s 2018-08-01 03:38:01,435 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-acfbe959-d382-41b7-b964-21b7bfedda9a 2018-08-01 03:38:01,439 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-01 03:38:03,441 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-01 03:38:03,444 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f1bcce10d21cd44128d94c9eb10354b63b970dc1" 2018-08-01 03:38:04,228 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 03:38: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-99319b64-5deb-4e7b-99df-8dbcdd67b235 x-compute-request-id: req-99319b64-5deb-4e7b-99df-8dbcdd67b235 Content-Encoding: gzip Content-Length: 747 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_c7531e37-a506-45d4-aa98-2b5ca41f83a4": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:55:ef:1e", "version": 4, "addr": "192.168.120.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/3776813a-53b4-4867-8d03-a8e690b8c913", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/3776813a-53b4-4867-8d03-a8e690b8c913", "rel": "bookmark"}], "image": {"id": "6f6dacf5-8dd3-4d35-8a49-e526f32063a3", "links": [{"href": "http://172.30.9.21:8774/images/6f6dacf5-8dd3-4d35-8a49-e526f32063a3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-01T03:38:01.000000", "flavor": {"id": "ac5c709b-66d1-43a5-878e-6f3e6dfe7050", "links": [{"href": "http://172.30.9.21:8774/flavors/ac5c709b-66d1-43a5-878e-6f3e6dfe7050", "rel": "bookmark"}]}, "id": "3776813a-53b4-4867-8d03-a8e690b8c913", "security_groups": [{"name": "cinder_test-sg_c7531e37-a506-45d4-aa98-2b5ca41f83a4"}], "user_id": "c8c63bd05cdb46eaaf256998e8690a52", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-01T03:38:01Z", "hostId": "0dc8b623bc5e5e2f2925d4a0868262e16dc59235a3106896dba82669", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_c7531e37-a506-45d4-aa98-2b5ca41f83a4", "name": "cinder_test-vm2_c7531e37-a506-45d4-aa98-2b5ca41f83a4", "created": "2018-08-01T03:37:52Z", "tenant_id": "de8778588f904f9193b8ec21172b8053", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-01 03:38:04,228 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-99319b64-5deb-4e7b-99df-8dbcdd67b235 2018-08-01 03:38:04,228 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.786508083344s 2018-08-01 03:38:04,228 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-99319b64-5deb-4e7b-99df-8dbcdd67b235 2018-08-01 03:38:04,233 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-01 03:38:04,233 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:9696/v2.0/ports.json?device_id=3776813a-53b4-4867-8d03-a8e690b8c913" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f1bcce10d21cd44128d94c9eb10354b63b970dc1" 2018-08-01 03:38:04,475 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-fcf7997a-2a98-4dc6-8466-11a98aff6341 Date: Wed, 01 Aug 2018 03:38:04 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"8a760eae-ddc6-4b12-a5c7-a024e9374bb8","tenant_id":"de8778588f904f9193b8ec21172b8053","created_at":"2018-08-01T03:37:56Z","admin_state_up":true,"updated_at":"2018-08-01T03:38:01Z","binding:vnic_type":"normal","device_id":"3776813a-53b4-4867-8d03-a8e690b8c913","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:55:ef:1e","id":"a762b60b-eddf-43b6-8a2f-2a3ee0fdcf63","port_security_enabled":true,"project_id":"de8778588f904f9193b8ec21172b8053","fixed_ips":[{"subnet_id":"13116302-3cf4-446b-8e67-6cb7d808307c","ip_address":"192.168.120.9"}],"extra_dhcp_opts":[],"security_groups":["aed9e7c0-54ce-4017-ae64-d4fc7fd61f0b"],"name":""}]} 2018-08-01 03:38:04,475 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports.json?device_id=3776813a-53b4-4867-8d03-a8e690b8c913 used request id req-fcf7997a-2a98-4dc6-8466-11a98aff6341 2018-08-01 03:38:04,476 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.242752075195s 2018-08-01 03:38:04,476 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports.json?device_id=3776813a-53b4-4867-8d03-a8e690b8c913 used request id req-fcf7997a-2a98-4dc6-8466-11a98aff6341 2018-08-01 03:38:04,481 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-01 03:38:04,482 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:9696/v2.0/floatingips.json?port_id=a762b60b-eddf-43b6-8a2f-2a3ee0fdcf63" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f1bcce10d21cd44128d94c9eb10354b63b970dc1" 2018-08-01 03:38:04,717 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-8a167f0d-94a3-441d-9189-ba6a7cb63853 Date: Wed, 01 Aug 2018 03:38:04 GMT RESP BODY: {"floatingips": []} 2018-08-01 03:38:04,718 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json?port_id=a762b60b-eddf-43b6-8a2f-2a3ee0fdcf63 used request id req-8a167f0d-94a3-441d-9189-ba6a7cb63853 2018-08-01 03:38:04,718 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.236535072327s 2018-08-01 03:38:04,718 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json?port_id=a762b60b-eddf-43b6-8a2f-2a3ee0fdcf63 used request id req-8a167f0d-94a3-441d-9189-ba6a7cb63853 2018-08-01 03:38:04,718 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'cinder_test-net_c7531e37-a506-45d4-aa98-2b5ca41f83a4': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:55:ef:1e', 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'6f6dacf5-8dd3-4d35-8a49-e526f32063a3'}), 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-01T03:38:01.000000', 'flavor': Munch({u'id': u'ac5c709b-66d1-43a5-878e-6f3e6dfe7050'}), 'az': u'nova', 'id': u'3776813a-53b4-4867-8d03-a8e690b8c913', 'security_groups': [Munch({u'name': u'cinder_test-sg_c7531e37-a506-45d4-aa98-2b5ca41f83a4'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'c8c63bd05cdb46eaaf256998e8690a52', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'de8778588f904f9193b8ec21172b8053', 'name': 'cinder_test-project_c7531e37-a506-45d4-aa98-2b5ca41f83a4', '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-01T03:38:01.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-01T03:38:01Z', 'hostId': u'0dc8b623bc5e5e2f2925d4a0868262e16dc59235a3106896dba82669', u'OS-SRV-USG:terminated_at': None, 'key_name': u'cinder_test-kp_c7531e37-a506-45d4-aa98-2b5ca41f83a4', 'public_v6': '', 'private_v4': u'192.168.120.9', 'cloud': 'envvars', 'host_id': u'0dc8b623bc5e5e2f2925d4a0868262e16dc59235a3106896dba82669', '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-01T03:38:01.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'de8778588f904f9193b8ec21172b8053', 'name': u'cinder_test-vm2_c7531e37-a506-45d4-aa98-2b5ca41f83a4', 'adminPass': None, 'tenant_id': u'de8778588f904f9193b8ec21172b8053', 'created_at': u'2018-08-01T03:37:52Z', 'created': u'2018-08-01T03:37:52Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-08-01 03:38:04,721 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-01 03:38:04,722 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f1bcce10d21cd44128d94c9eb10354b63b970dc1" 2018-08-01 03:38:04,842 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1194 X-Openstack-Request-Id: req-8b2a9b32-1cd7-4008-9f84-5697e9c0d2fb Date: Wed, 01 Aug 2018 03:38:04 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["e06facf3-a24e-40d5-a5ce-a0901a6e4875"],"updated_at":"2018-08-01T03:28:20Z","tenant_id":"89443fd7c5cf4259bed71fca1c3fe619","created_at":"2018-08-01T03:28:13Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"89443fd7c5cf4259bed71fca1c3fe619","id":"262fe7ec-b437-40b8-908b-6eb66c149655","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["13116302-3cf4-446b-8e67-6cb7d808307c"],"updated_at":"2018-08-01T03:37:38Z","tenant_id":"de8778588f904f9193b8ec21172b8053","created_at":"2018-08-01T03:37:37Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"de8778588f904f9193b8ec21172b8053","id":"8a760eae-ddc6-4b12-a5c7-a024e9374bb8","name":"cinder_test-net_c7531e37-a506-45d4-aa98-2b5ca41f83a4"}]} 2018-08-01 03:38:04,842 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-8b2a9b32-1cd7-4008-9f84-5697e9c0d2fb 2018-08-01 03:38:04,842 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.120408058167s 2018-08-01 03:38:04,842 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-8b2a9b32-1cd7-4008-9f84-5697e9c0d2fb 2018-08-01 03:38:04,843 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-01 03:38:04,844 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:9696/v2.0/ports.json?device_id=3776813a-53b4-4867-8d03-a8e690b8c913" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f1bcce10d21cd44128d94c9eb10354b63b970dc1" 2018-08-01 03:38:04,904 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-3583edb4-dc4e-4e57-8431-ee9954b29551 Date: Wed, 01 Aug 2018 03:38:04 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"8a760eae-ddc6-4b12-a5c7-a024e9374bb8","tenant_id":"de8778588f904f9193b8ec21172b8053","created_at":"2018-08-01T03:37:56Z","admin_state_up":true,"updated_at":"2018-08-01T03:38:01Z","binding:vnic_type":"normal","device_id":"3776813a-53b4-4867-8d03-a8e690b8c913","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:55:ef:1e","id":"a762b60b-eddf-43b6-8a2f-2a3ee0fdcf63","port_security_enabled":true,"project_id":"de8778588f904f9193b8ec21172b8053","fixed_ips":[{"subnet_id":"13116302-3cf4-446b-8e67-6cb7d808307c","ip_address":"192.168.120.9"}],"extra_dhcp_opts":[],"security_groups":["aed9e7c0-54ce-4017-ae64-d4fc7fd61f0b"],"name":""}]} 2018-08-01 03:38:04,904 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports.json?device_id=3776813a-53b4-4867-8d03-a8e690b8c913 used request id req-3583edb4-dc4e-4e57-8431-ee9954b29551 2018-08-01 03:38:04,904 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.060534954071s 2018-08-01 03:38:04,904 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports.json?device_id=3776813a-53b4-4867-8d03-a8e690b8c913 used request id req-3583edb4-dc4e-4e57-8431-ee9954b29551 2018-08-01 03:38:04,905 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-08-01 03:38:04,906 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}f1bcce10d21cd44128d94c9eb10354b63b970dc1" -d '{"floatingip": {"floating_network_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "fixed_ip_address": "192.168.120.9", "port_id": "a762b60b-eddf-43b6-8a2f-2a3ee0fdcf63"}}' 2018-08-01 03:38:06,700 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 553 X-Openstack-Request-Id: req-f6f13ae8-d2df-467a-aaac-7a97701d1f13 Date: Wed, 01 Aug 2018 03:38:06 GMT RESP BODY: {"floatingip": {"router_id": "f206ed79-f34c-4053-8ae8-b81bb80e0336", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-01T03:38:05Z", "floating_network_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "fixed_ip_address": "192.168.120.9", "floating_ip_address": "172.30.9.206", "revision_number": 0, "port_id": "a762b60b-eddf-43b6-8a2f-2a3ee0fdcf63", "id": "07db974f-a40c-4c32-a4c7-5161b6a393aa", "tenant_id": "de8778588f904f9193b8ec21172b8053", "created_at": "2018-08-01T03:38:05Z", "project_id": "de8778588f904f9193b8ec21172b8053"}} 2018-08-01 03:38:06,700 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-f6f13ae8-d2df-467a-aaac-7a97701d1f13 2018-08-01 03:38:06,700 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 1.79473018646s 2018-08-01 03:38:06,700 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-f6f13ae8-d2df-467a-aaac-7a97701d1f13 2018-08-01 03:38:06,704 - functest.core.singlevm - DEBUG - floating_ip: Munch({'status': u'ACTIVE', 'router_id': u'f206ed79-f34c-4053-8ae8-b81bb80e0336', 'properties': Munch({u'tags': []}), 'description': u'', u'tags': [], 'tenant_id': u'de8778588f904f9193b8ec21172b8053', 'created_at': u'2018-08-01T03:38:05Z', 'attached': True, 'updated_at': u'2018-08-01T03:38:05Z', 'id': u'07db974f-a40c-4c32-a4c7-5161b6a393aa', 'floating_network_id': u'262fe7ec-b437-40b8-908b-6eb66c149655', 'fixed_ip_address': u'192.168.120.9', 'floating_ip_address': u'172.30.9.206', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'de8778588f904f9193b8ec21172b8053', 'name': 'cinder_test-project_c7531e37-a506-45d4-aa98-2b5ca41f83a4', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'revision_number': 0, 'router': u'f206ed79-f34c-4053-8ae8-b81bb80e0336', 'project_id': u'de8778588f904f9193b8ec21172b8053', 'port_id': u'a762b60b-eddf-43b6-8a2f-2a3ee0fdcf63', 'port': u'a762b60b-eddf-43b6-8a2f-2a3ee0fdcf63', 'network': u'262fe7ec-b437-40b8-908b-6eb66c149655'}) 2018-08-01 03:38:06,705 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-01 03:38:06,707 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/servers/3776813a-53b4-4867-8d03-a8e690b8c913/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}f1bcce10d21cd44128d94c9eb10354b63b970dc1" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-01 03:38:06,971 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 03:38: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-80a334db-ea55-4231-9a4f-2f2f7b94ed3e x-compute-request-id: req-80a334db-ea55-4231-9a4f-2f2f7b94ed3e 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 492451407 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.139578] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.141241] pid_max: default: 32768 minimum: 301\n[ 0.142140] ACPI: Core revision 20150930\n[ 0.143540] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144860] Security Framework initialized\n[ 0.145683] Yama: becoming mindful.\n[ 0.146420] AppArmor: AppArmor initialized\n[ 0.147286] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148643] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149935] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151158] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152601] Initializing cgroup subsys io\n[ 0.153424] Initializing cgroup subsys memory\n[ 0.154289] Initializing cgroup subsys devices\n[ 0.155180] Initializing cgroup subsys freezer\n[ 0.156063] Initializing cgroup subsys net_cls\n[ 0.156937] Initializing cgroup subsys perf_event\n[ 0.157854] Initializing cgroup subsys net_prio\n[ 0.158753] Initializing cgroup subsys hugetlb\n[ 0.159631] Initializing cgroup subsys pids\n[ 0.160512] CPU: Physical Processor ID: 0\n[ 0.162013] mce: CPU supports 10 MCE banks\n[ 0.162880] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163894] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.178410] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.184491] ftrace: allocating 31920 entries in 125 pages\n[ 0.209773] smpboot: Max logical packages: 1\n[ 0.210648] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.212010] x2apic enabled\n[ 0.212826] Switched APIC routing to physical x2apic.\n[ 0.214569] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.215711] smpboot: CPU0: Intel Core Processor (Haswell, no TSX, IBRS) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.217797] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.219600] KVM setup paravirtual spinlock\n[ 0.220960] x86: Booted up 1 node, 1 CPUs\n[ 0.221799] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.223194] devtmpfs: initialized\n[ 0.224926] evm: security.selinux\n[ 0.225635] evm: security.SMACK64\n[ 0.226327] evm: security.SMACK64EXEC\n[ 0.227089] evm: security.SMACK64TRANSMUTE\n[ 0.227901] evm: security.SMACK64MMAP\n[ 0.228650] evm: security.ima\n[ 0.229292] evm: security.capability\n[ 0.230103] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.231970] pinctrl core: initialized pinctrl subsystem\n[ 0.233086] RTC time: 3:38:01, date: 08/01/18\n[ 0.234059] NET: Registered protocol family 16\n[ 0.235058] cpuidle: using governor ladder\n[ 0.235883] cpuidle: using governor menu\n[ 0.236676] PCCT header not found.\n[ 0.237439] ACPI: bus type PCI registered\n[ 0.238246] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.239508] PCI: Using configuration type 1 for base access\n[ 0.241290] ACPI: Added _OSI(Module Device)\n[ 0.242141] ACPI: Added _OSI(Processor Device)\n[ 0.243014] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.243912] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.245723] ACPI: Interpreter enabled\n[ 0.246510] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.248365] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.250212] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.252073] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.253921] ACPI: (supports S0 S5)\n[ 0.254631] ACPI: Using IOAPIC for interrupt routing\n[ 0.255585] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.258720] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.259877] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.261125] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.262334] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.264575] acpiphp: Slot [3] registered\n[ 0.265389] acpiphp: Slot [4] registered\n[ 0.266192] acpiphp: Slot [5] registered\n[ 0.266999] acpiphp: Slot [6] registered\n[ 0.267806] acpiphp: Slot [7] registered\n[ 0.268616] acpiphp: Slot [8] registered\n[ 0.269423] acpiphp: Slot [9] registered\n[ 0.270224] acpiphp: Slot [10] registered\n[ 0.271050] acpiphp: Slot [11] registered\n[ 0.271877] acpiphp: Slot [12] registered\n[ 0.272720] acpiphp: Slot [13] registered\n[ 0.273550] acpiphp: Slot [14] registered\n[ 0.274379] acpiphp: Slot [15] registered\n[ 0.285204] acpiphp: Slot [16] registered\n[ 0.286030] acpiphp: Slot [17] registered\n[ 0.286852] acpiphp: Slot [18] registered\n[ 0.287669] acpiphp: Slot [19] registered\n[ 0.288484] acpiphp: Slot [20] registered\n[ 0.289304] acpiphp: Slot [21] registered\n[ 0.290122] acpiphp: Slot [22] registered\n[ 0.290954] acpiphp: Slot [23] registered\n[ 0.291774] acpiphp: Slot [24] registered\n[ 0.292594] acpiphp: Slot [25] registered\n[ 0.293416] acpiphp: Slot [26] registered\n[ 0.294232] acpiphp: Slot [27] registered\n[ 0.295058] acpiphp: Slot [28] registered\n[ 0.295878] acpiphp: Slot [29] registered\n[ 0.296734] acpiphp: Slot [30] registered\n[ 0.297555] acpiphp: Slot [31] registered\n[ 0.298370] PCI host bridge to bus 0000:00\n[ 0.299179] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.300398] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.301618] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.303068] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.304526] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.306005] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309434] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310734] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.311918] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313185] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316752] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.318272] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.336992] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.338486] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.340266] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.341697] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.343091] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.344368] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.345672] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.346736] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.348292] vgaarb: loaded\n[ 0.348896] vgaarb: bridge control possible 0000:00:02.0\n[ 0.350132] SCSI subsystem initialized\n[ 0.351062] ACPI: bus type USB registered\n[ 0.351901] usbcore: registered new interface driver usbfs\n[ 0.352953] usbcore: registered new interface driver hub\n[ 0.353980] usbcore: registered new device driver usb\n[ 0.355096] PCI: Using ACPI for IRQ routing\n[ 0.356223] NetLabel: Initializing\n[ 0.356948] NetLabel: domain hash size = 128\n[ 0.357800] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.358768] NetLabel: unlabeled traffic allowed by default\n[ 0.359944] clocksource: Switched to clocksource kvm-clock\n[ 0.368386] AppArmor: AppArmor Filesystem Enabled\n[ 0.369382] pnp: PnP ACPI init\n[ 0.370323] pnp: PnP ACPI: found 5 devices\n[ 0.376657] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.378388] NET: Registered protocol family 2\n[ 0.379443] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.380747] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.381965] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.383182] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.384284] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.385485] NET: Registered protocol family 1\n[ 0.386371] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.387472] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.388555] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.402670] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.416927] Trying to unpack rootfs image as initramfs...\n[ 0.474441] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.476122] Scanning for low memory corruption every 60 seconds\n[ 0.477504] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.478678] audit: initializing netlink subsys (disabled)\n[ 0.479721] audit: type=2000 audit(1533094682.379:1): initialized\n[ 0.481101] Initialise system trusted keyring\n[ 0.482061] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.483232] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.485363] zbud: loaded\n[ 0.486099] VFS: Disk quotas dquot_6.6.0\n[ 0.486941] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.488578] fuse init (API version 7.23)\n[ 0.489497] Key type big_key registered\n[ 0.490305] Allocating IMA MOK and blacklist keyrings.\n[ 0.491547] Key type asymmetric registered\n[ 0.492390] Asymmetric key parser 'x509' registered\n[ 0.493366] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.494857] io scheduler noop registered\n[ 0.495656] io scheduler deadline registered (default)\n[ 0.496666] io scheduler cfq registered\n[ 0.497523] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.498574] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.499850] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.501314] ACPI: Power Button [PWRF]\n[ 0.502179] GHES: HEST is not enabled!\n[ 0.515882] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.543809] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.545915] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.571770] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.574565] Linux agpgart interface v0.103\n[ 0.577486] brd: module loaded\n[ 0.579177] loop: module loaded\n[ 0.583751] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.585210] GPT:90111 != 2097151\n[ 0.585898] GPT:Alternate GPT header not at the end of the disk.\n[ 0.586998] GPT:90111 != 2097151\n[ 0.587685] GPT: Use GNU Parted to correct GPT errors.\n[ 0.588664] vda: vda1 vda15\n[ 0.590139] scsi host0: ata_piix\n[ 0.590935] scsi host1: ata_piix\n[ 0.591669] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.592908] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.594417] libphy: Fixed MDIO Bus: probed\n[ 0.595247] tun: Universal TUN/TAP device driver, 1.6\n[ 0.596215] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.598625] PPP generic driver version 2.4.2\n[ 0.599561] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.600776] ehci-pci: EHCI PCI platform driver\n[ 0.601676] ehci-platform: EHCI generic platform driver\n[ 0.602685] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.603832] ohci-pci: OHCI PCI platform driver\n[ 0.604729] ohci-platform: OHCI generic platform driver\n[ 0.605740] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.619992] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.621014] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.622524] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.623569] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.624740] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.625992] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.627424] usb usb1: Product: UHCI Host Controller\n[ 0.628368] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.629519] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.630516] hub 1-0:1.0: USB hub found\n[ 0.631307] hub 1-0:1.0: 2 ports detected\n[ 0.632277] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.634451] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.635421] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.636483] mousedev: PS/2 mouse device common for all mice\n[ 0.637781] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.639657] rtc_cmos 00:00: RTC can wake from S4\n[ 0.640938] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.642147] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.643365] i2c /dev entries driver\n[ 0.644161] device-mapper: uevent: version 1.0.3\n[ 0.645143] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.646796] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.648250] NET: Registered protocol family 10\n[ 0.649418] NET: Registered protocol family 17\n[ 0.650331] Key type dns_resolver registered\n[ 0.651353] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.652476] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.654294] registered taskstats version 1\n[ 0.655158] Loading compiled-in X.509 certificates\n[ 0.656657] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.658557] zswap: loaded using pool lzo/zbud\n[ 0.660223] Key type trusted registered\n[ 0.662005] Key type encrypted registered\n[ 0.662843] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.663917] ima: No TPM chip found, activating TPM-bypass!\n[ 0.664986] evm: HMAC attrs: 0x1\n[ 0.665982] Magic number: 14:980:612\n[ 0.666783] tty tty: hash matches\n[ 0.667571] rtc_cmos 00:00: setting system clock to 2018-08-01 03:38:01 UTC (1533094681)\n[ 0.669206] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.670338] EDD information not available.\n[ 0.753266] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.754855] Write protecting the kernel read-only data: 14336k\n[ 0.757012] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.758880] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.59\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.804890] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.71\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.9...\nLease of 192.168.120.9 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.80. iid=i-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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCplhTiRavrMCjnAkQK7zPl+nffjPZ9M5j60zNCvFEwuVZrmXaRmL8FLAlbJCjfrpfFbb3Dh8qjuEKd/84tSZWqqeDy00jOb416/91R5oSJ4iO4Y2PSjwoaO3Y4G34JNnuSyuRO97416LAppq2xRU3Ppue6dr9QBXkSgdaeP8R/uMEREW7FVNa6er2usB3B919rboODC6t05m24jSiyocNYPJkk5VmHYVjJi8ZkIlVgzpndoVswZJJD3SrzweurQ7IVkQtAfiC5s91Z5BYOHViXeD9/hTLWRjxE8Z4adzdjqlji7bFgu0cXKUMe2thME1SZAdrdQxLpvnk1PkLM2RIB root@cinder-test-vm2-c7531e37-a506-45d4-aa98-2b5ca41f83a4\nssh-dss AAAAB3NzaC1kc3MAAACBAIkagG9USDvKhpoRJQtBqCzSO0G0fD+W9LRmTEYh5qxMz8VEY4UQk2JbbYKIK192H5qOEtPhloq+qbcm9Q7uM+z+6Cz1qf+DKwSkB9rRl0RzDxTWSe7hmPaB0Rza8UVUk5+lN3DOnAWS5qznE3zS3btqnHoyTNZntdgFhNswAFXnAAAAFQC66OSycvt/Mxr8vsvQYtwHEcTEbwAAAIEAhDTKsquLSSjpN9FTUQLmEiNlgmOdD4jUrmv9Kz3tLLr2iTzW+3zMqJlqBUfw8OiSCSQFthZ9BoJRd0wPZJZVPRtR1ogftWTIKmp1xGpHAw7F+MF92CXM0eqS2WbvwtcHj3tNMI2rtaeRvWGFupsJQ4TJzqfVwK+YtC8RMuQ0dzAAAACALcFpdgancKRGJy3OTiu57o/twZsn5/1aYsE2l2TPJlfXHm81wY6vRSrPgFfDl1tCW1AeIMlgU4Z/h7Ogar8UkhM/rN+CXrd+VIVdWGmI7s0n/V7jXKsDdDA7fRFKg0qiV56yR7iUkE1UT6id8XyF15QxNyVBLDj7IEuI8cr5dGk= root@cinder-test-vm2-c7531e37-a506-45d4-aa98-2b5ca41f83a4\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:fe55:ef1e/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-00000014\nname: N/A\navailability-zone: nova\nlocal-hostname: cinder-test-vm2-c7531e37-a506-45d4-aa98-2b5ca41f83a4\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.70 ===\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-c7531e37-a506-45d4-aa98-2b5ca41f83a4 login: "} 2018-08-01 03:38:06,971 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/3776813a-53b4-4867-8d03-a8e690b8c913/action used request id req-80a334db-ea55-4231-9a4f-2f2f7b94ed3e 2018-08-01 03:38:06,971 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.266628980637s 2018-08-01 03:38:06,972 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/3776813a-53b4-4867-8d03-a8e690b8c913/action used request id req-80a334db-ea55-4231-9a4f-2f2f7b94ed3e 2018-08-01 03:38:06,972 - 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 492451407 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.139578] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.141241] pid_max: default: 32768 minimum: 301 [ 0.142140] ACPI: Core revision 20150930 [ 0.143540] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.144860] Security Framework initialized [ 0.145683] Yama: becoming mindful. [ 0.146420] AppArmor: AppArmor initialized [ 0.147286] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148643] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.149935] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151158] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152601] Initializing cgroup subsys io [ 0.153424] Initializing cgroup subsys memory [ 0.154289] Initializing cgroup subsys devices [ 0.155180] Initializing cgroup subsys freezer [ 0.156063] Initializing cgroup subsys net_cls [ 0.156937] Initializing cgroup subsys perf_event [ 0.157854] Initializing cgroup subsys net_prio [ 0.158753] Initializing cgroup subsys hugetlb [ 0.159631] Initializing cgroup subsys pids [ 0.160512] CPU: Physical Processor ID: 0 [ 0.162013] mce: CPU supports 10 MCE banks [ 0.162880] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163894] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.178410] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.184491] ftrace: allocating 31920 entries in 125 pages [ 0.209773] smpboot: Max logical packages: 1 [ 0.210648] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.212010] x2apic enabled [ 0.212826] Switched APIC routing to physical x2apic. [ 0.214569] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.215711] smpboot: CPU0: Intel Core Processor (Haswell, no TSX, IBRS) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.217797] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.219600] KVM setup paravirtual spinlock [ 0.220960] x86: Booted up 1 node, 1 CPUs [ 0.221799] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.223194] devtmpfs: initialized [ 0.224926] evm: security.selinux [ 0.225635] evm: security.SMACK64 [ 0.226327] evm: security.SMACK64EXEC [ 0.227089] evm: security.SMACK64TRANSMUTE [ 0.227901] evm: security.SMACK64MMAP [ 0.228650] evm: security.ima [ 0.229292] evm: security.capability [ 0.230103] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.231970] pinctrl core: initialized pinctrl subsystem [ 0.233086] RTC time: 3:38:01, date: 08/01/18 [ 0.234059] NET: Registered protocol family 16 [ 0.235058] cpuidle: using governor ladder [ 0.235883] cpuidle: using governor menu [ 0.236676] PCCT header not found. [ 0.237439] ACPI: bus type PCI registered [ 0.238246] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.239508] PCI: Using configuration type 1 for base access [ 0.241290] ACPI: Added _OSI(Module Device) [ 0.242141] ACPI: Added _OSI(Processor Device) [ 0.243014] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.243912] ACPI: Added _OSI(Processor Aggregator Device) [ 0.245723] ACPI: Interpreter enabled [ 0.246510] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.248365] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.250212] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.252073] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.253921] ACPI: (supports S0 S5) [ 0.254631] ACPI: Using IOAPIC for interrupt routing [ 0.255585] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.258720] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.259877] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.261125] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.262334] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.264575] acpiphp: Slot [3] registered [ 0.265389] acpiphp: Slot [4] registered [ 0.266192] acpiphp: Slot [5] registered [ 0.266999] acpiphp: Slot [6] registered [ 0.267806] acpiphp: Slot [7] registered [ 0.268616] acpiphp: Slot [8] registered [ 0.269423] acpiphp: Slot [9] registered [ 0.270224] acpiphp: Slot [10] registered [ 0.271050] acpiphp: Slot [11] registered [ 0.271877] acpiphp: Slot [12] registered [ 0.272720] acpiphp: Slot [13] registered [ 0.273550] acpiphp: Slot [14] registered [ 0.274379] acpiphp: Slot [15] registered [ 0.285204] acpiphp: Slot [16] registered [ 0.286030] acpiphp: Slot [17] registered [ 0.286852] acpiphp: Slot [18] registered [ 0.287669] acpiphp: Slot [19] registered [ 0.288484] acpiphp: Slot [20] registered [ 0.289304] acpiphp: Slot [21] registered [ 0.290122] acpiphp: Slot [22] registered [ 0.290954] acpiphp: Slot [23] registered [ 0.291774] acpiphp: Slot [24] registered [ 0.292594] acpiphp: Slot [25] registered [ 0.293416] acpiphp: Slot [26] registered [ 0.294232] acpiphp: Slot [27] registered [ 0.295058] acpiphp: Slot [28] registered [ 0.295878] acpiphp: Slot [29] registered [ 0.296734] acpiphp: Slot [30] registered [ 0.297555] acpiphp: Slot [31] registered [ 0.298370] PCI host bridge to bus 0000:00 [ 0.299179] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.300398] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.301618] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.303068] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.304526] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.306005] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309434] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.310734] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.311918] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.313185] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.316752] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.318272] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.336992] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.338486] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.340266] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.341697] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.343091] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.344368] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.345672] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.346736] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.348292] vgaarb: loaded [ 0.348896] vgaarb: bridge control possible 0000:00:02.0 [ 0.350132] SCSI subsystem initialized [ 0.351062] ACPI: bus type USB registered [ 0.351901] usbcore: registered new interface driver usbfs [ 0.352953] usbcore: registered new interface driver hub [ 0.353980] usbcore: registered new device driver usb [ 0.355096] PCI: Using ACPI for IRQ routing [ 0.356223] NetLabel: Initializing [ 0.356948] NetLabel: domain hash size = 128 [ 0.357800] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.358768] NetLabel: unlabeled traffic allowed by default [ 0.359944] clocksource: Switched to clocksource kvm-clock [ 0.368386] AppArmor: AppArmor Filesystem Enabled [ 0.369382] pnp: PnP ACPI init [ 0.370323] pnp: PnP ACPI: found 5 devices [ 0.376657] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.378388] NET: Registered protocol family 2 [ 0.379443] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.380747] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.381965] TCP: Hash tables configured (established 4096 bind 4096) [ 0.383182] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.384284] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.385485] NET: Registered protocol family 1 [ 0.386371] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.387472] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.388555] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.402670] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.416927] Trying to unpack rootfs image as initramfs... [ 0.474441] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.476122] Scanning for low memory corruption every 60 seconds [ 0.477504] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.478678] audit: initializing netlink subsys (disabled) [ 0.479721] audit: type=2000 audit(1533094682.379:1): initialized [ 0.481101] Initialise system trusted keyring [ 0.482061] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.483232] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.485363] zbud: loaded [ 0.486099] VFS: Disk quotas dquot_6.6.0 [ 0.486941] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.488578] fuse init (API version 7.23) [ 0.489497] Key type big_key registered [ 0.490305] Allocating IMA MOK and blacklist keyrings. [ 0.491547] Key type asymmetric registered [ 0.492390] Asymmetric key parser 'x509' registered [ 0.493366] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.494857] io scheduler noop registered [ 0.495656] io scheduler deadline registered (default) [ 0.496666] io scheduler cfq registered [ 0.497523] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.498574] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.499850] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.501314] ACPI: Power Button [PWRF] [ 0.502179] GHES: HEST is not enabled! [ 0.515882] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.543809] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.545915] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.571770] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.574565] Linux agpgart interface v0.103 [ 0.577486] brd: module loaded [ 0.579177] loop: module loaded [ 0.583751] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.585210] GPT:90111 != 2097151 [ 0.585898] GPT:Alternate GPT header not at the end of the disk. [ 0.586998] GPT:90111 != 2097151 [ 0.587685] GPT: Use GNU Parted to correct GPT errors. [ 0.588664] vda: vda1 vda15 [ 0.590139] scsi host0: ata_piix [ 0.590935] scsi host1: ata_piix [ 0.591669] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.592908] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.594417] libphy: Fixed MDIO Bus: probed [ 0.595247] tun: Universal TUN/TAP device driver, 1.6 [ 0.596215] tun: (C) 1999-2004 Max Krasnyansky [ 0.598625] PPP generic driver version 2.4.2 [ 0.599561] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.600776] ehci-pci: EHCI PCI platform driver [ 0.601676] ehci-platform: EHCI generic platform driver [ 0.602685] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.603832] ohci-pci: OHCI PCI platform driver [ 0.604729] ohci-platform: OHCI generic platform driver [ 0.605740] uhci_hcd: USB Universal Host Controller Interface driver [ 0.619992] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.621014] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.622524] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.623569] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.624740] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.625992] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.627424] usb usb1: Product: UHCI Host Controller [ 0.628368] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.629519] usb usb1: SerialNumber: 0000:00:01.2 [ 0.630516] hub 1-0:1.0: USB hub found [ 0.631307] hub 1-0:1.0: 2 ports detected [ 0.632277] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.634451] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.635421] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.636483] mousedev: PS/2 mouse device common for all mice [ 0.637781] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.639657] rtc_cmos 00:00: RTC can wake from S4 [ 0.640938] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.642147] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.643365] i2c /dev entries driver [ 0.644161] device-mapper: uevent: version 1.0.3 [ 0.645143] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.646796] ledtrig-cpu: registered to indicate activity on CPUs [ 0.648250] NET: Registered protocol family 10 [ 0.649418] NET: Registered protocol family 17 [ 0.650331] Key type dns_resolver registered [ 0.651353] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.652476] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.654294] registered taskstats version 1 [ 0.655158] Loading compiled-in X.509 certificates [ 0.656657] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.658557] zswap: loaded using pool lzo/zbud [ 0.660223] Key type trusted registered [ 0.662005] Key type encrypted registered [ 0.662843] AppArmor: AppArmor sha1 policy hashing enabled [ 0.663917] ima: No TPM chip found, activating TPM-bypass! [ 0.664986] evm: HMAC attrs: 0x1 [ 0.665982] Magic number: 14:980:612 [ 0.666783] tty tty: hash matches [ 0.667571] rtc_cmos 00:00: setting system clock to 2018-08-01 03:38:01 UTC (1533094681) [ 0.669206] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.670338] EDD information not available. [ 0.753266] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.754855] Write protecting the kernel read-only data: 14336k [ 0.757012] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.758880] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.59 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.804890] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.71 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.9... Lease of 192.168.120.9 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 0.80. iid=i-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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCplhTiRavrMCjnAkQK7zPl+nffjPZ9M5j60zNCvFEwuVZrmXaRmL8FLAlbJCjfrpfFbb3Dh8qjuEKd/84tSZWqqeDy00jOb416/91R5oSJ4iO4Y2PSjwoaO3Y4G34JNnuSyuRO97416LAppq2xRU3Ppue6dr9QBXkSgdaeP8R/uMEREW7FVNa6er2usB3B919rboODC6t05m24jSiyocNYPJkk5VmHYVjJi8ZkIlVgzpndoVswZJJD3SrzweurQ7IVkQtAfiC5s91Z5BYOHViXeD9/hTLWRjxE8Z4adzdjqlji7bFgu0cXKUMe2thME1SZAdrdQxLpvnk1PkLM2RIB root@cinder-test-vm2-c7531e37-a506-45d4-aa98-2b5ca41f83a4 ssh-dss AAAAB3NzaC1kc3MAAACBAIkagG9USDvKhpoRJQtBqCzSO0G0fD+W9LRmTEYh5qxMz8VEY4UQk2JbbYKIK192H5qOEtPhloq+qbcm9Q7uM+z+6Cz1qf+DKwSkB9rRl0RzDxTWSe7hmPaB0Rza8UVUk5+lN3DOnAWS5qznE3zS3btqnHoyTNZntdgFhNswAFXnAAAAFQC66OSycvt/Mxr8vsvQYtwHEcTEbwAAAIEAhDTKsquLSSjpN9FTUQLmEiNlgmOdD4jUrmv9Kz3tLLr2iTzW+3zMqJlqBUfw8OiSCSQFthZ9BoJRd0wPZJZVPRtR1ogftWTIKmp1xGpHAw7F+MF92CXM0eqS2WbvwtcHj3tNMI2rtaeRvWGFupsJQ4TJzqfVwK+YtC8RMuQ0dzAAAACALcFpdgancKRGJy3OTiu57o/twZsn5/1aYsE2l2TPJlfXHm81wY6vRSrPgFfDl1tCW1AeIMlgU4Z/h7Ogar8UkhM/rN+CXrd+VIVdWGmI7s0n/V7jXKsDdDA7fRFKg0qiV56yR7iUkE1UT6id8XyF15QxNyVBLDj7IEuI8cr5dGk= root@cinder-test-vm2-c7531e37-a506-45d4-aa98-2b5ca41f83a4 -----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:fe55:ef1e/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-00000014 name: N/A availability-zone: nova local-hostname: cinder-test-vm2-c7531e37-a506-45d4-aa98-2b5ca41f83a4 launch-index: 0 === cirros: current=0.4.0 uptime=3.70 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. cinder-test-vm2-c7531e37-a506-45d4-aa98-2b5ca41f83a4 login: 2018-08-01 03:38:07,972 - paramiko.transport - DEBUG - starting thread (client mode): 0xeabef650L 2018-08-01 03:38:07,973 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-01 03:38:07,973 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-08-01 03:38:07,973 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-08-01 03:38:07,975 - 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-01 03:38:07,975 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-01 03:38:07,975 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-08-01 03:38:07,975 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-01 03:38:07,975 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-01 03:38:07,975 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-01 03:38:07,993 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-01 03:38:07,993 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-01 03:38:08,005 - paramiko.transport - DEBUG - Adding ecdsa-sha2-nistp521 host key for 172.30.9.206: ada70867cccc0114f8854606f37d00b8 2018-08-01 03:38:08,006 - paramiko.transport - DEBUG - Trying discovered key 61e7f52ccb67cf8c3d86cd6cf59f59b8 in /tmp/tmpfHDYMl 2018-08-01 03:38:08,031 - paramiko.transport - DEBUG - userauth is OK 2018-08-01 03:38:08,037 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-01 03:38:08,039 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.POST.volumes 2018-08-01 03:38:08,041 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8776/v3/de8778588f904f9193b8ec21172b8053/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}f1bcce10d21cd44128d94c9eb10354b63b970dc1" -d '{"volume": {"display_name": "cinder_test-volume_c7531e37-a506-45d4-aa98-2b5ca41f83a4", "size": "2"}}' 2018-08-01 03:38:09,233 - keystoneauth.session - DEBUG - RESP: [202] Date: Wed, 01 Aug 2018 03:38:08 GMT Server: Apache x-compute-request-id: req-8c881948-23cb-4443-b6b4-ec711b269798 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-8c881948-23cb-4443-b6b4-ec711b269798 Content-Length: 816 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "user_id": "c8c63bd05cdb46eaaf256998e8690a52", "attachments": [], "links": [{"href": "http://172.30.9.21:8776/v3/de8778588f904f9193b8ec21172b8053/volumes/5d585b27-03e7-45e5-9c50-e3126537168e", "rel": "self"}, {"href": "http://172.30.9.21:8776/de8778588f904f9193b8ec21172b8053/volumes/5d585b27-03e7-45e5-9c50-e3126537168e", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-01T03:38:09.000000", "description": null, "updated_at": null, "volume_type": null, "name": "cinder_test-volume_c7531e37-a506-45d4-aa98-2b5ca41f83a4", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "5d585b27-03e7-45e5-9c50-e3126537168e", "size": 2}} 2018-08-01 03:38:09,233 - keystoneauth.session - DEBUG - POST call to volumev3 for http://172.30.9.21:8776/v3/de8778588f904f9193b8ec21172b8053/volumes used request id req-8c881948-23cb-4443-b6b4-ec711b269798 2018-08-01 03:38:09,233 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.POST.volumes in 1.19397783279s 2018-08-01 03:38:09,234 - shade.request_ids - DEBUG - POST call to volumev3 for http://172.30.9.21:8776/v3/de8778588f904f9193b8ec21172b8053/volumes used request id req-8c881948-23cb-4443-b6b4-ec711b269798 2018-08-01 03:38:09,234 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-01 03:38:09,237 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8776/v3/de8778588f904f9193b8ec21172b8053/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}f1bcce10d21cd44128d94c9eb10354b63b970dc1" 2018-08-01 03:38:10,182 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 03:38:09 GMT Server: Apache x-compute-request-id: req-b8212d56-6555-4ef7-91ba-538026a8cc39 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-b8212d56-6555-4ef7-91ba-538026a8cc39 Content-Encoding: gzip Content-Length: 446 Content-Type: application/json RESP BODY: {"volumes": [{"status": "creating", "user_id": "c8c63bd05cdb46eaaf256998e8690a52", "attachments": [], "links": [{"href": "http://172.30.9.21:8776/v3/de8778588f904f9193b8ec21172b8053/volumes/5d585b27-03e7-45e5-9c50-e3126537168e", "rel": "self"}, {"href": "http://172.30.9.21:8776/de8778588f904f9193b8ec21172b8053/volumes/5d585b27-03e7-45e5-9c50-e3126537168e", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-01T03:38:09.000000", "description": null, "os-vol-tenant-attr:tenant_id": "de8778588f904f9193b8ec21172b8053", "updated_at": "2018-08-01T03:38:09.000000", "volume_type": null, "name": "cinder_test-volume_c7531e37-a506-45d4-aa98-2b5ca41f83a4", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "5d585b27-03e7-45e5-9c50-e3126537168e", "size": 2}]} 2018-08-01 03:38:10,182 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/de8778588f904f9193b8ec21172b8053/volumes/detail used request id req-b8212d56-6555-4ef7-91ba-538026a8cc39 2018-08-01 03:38:10,182 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.947886943817s 2018-08-01 03:38:10,183 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/de8778588f904f9193b8ec21172b8053/volumes/detail used request id req-b8212d56-6555-4ef7-91ba-538026a8cc39 2018-08-01 03:38:10,184 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-01 03:38:12,187 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-01 03:38:12,190 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8776/v3/de8778588f904f9193b8ec21172b8053/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}f1bcce10d21cd44128d94c9eb10354b63b970dc1" 2018-08-01 03:38:13,131 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 03:38:12 GMT Server: Apache x-compute-request-id: req-bb11d99a-9d2d-4776-979d-1c807a4900f6 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-bb11d99a-9d2d-4776-979d-1c807a4900f6 Content-Encoding: gzip Content-Length: 449 Content-Type: application/json RESP BODY: {"volumes": [{"status": "available", "user_id": "c8c63bd05cdb46eaaf256998e8690a52", "attachments": [], "links": [{"href": "http://172.30.9.21:8776/v3/de8778588f904f9193b8ec21172b8053/volumes/5d585b27-03e7-45e5-9c50-e3126537168e", "rel": "self"}, {"href": "http://172.30.9.21:8776/de8778588f904f9193b8ec21172b8053/volumes/5d585b27-03e7-45e5-9c50-e3126537168e", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-01T03:38:09.000000", "description": null, "os-vol-tenant-attr:tenant_id": "de8778588f904f9193b8ec21172b8053", "updated_at": "2018-08-01T03:38:11.000000", "volume_type": null, "name": "cinder_test-volume_c7531e37-a506-45d4-aa98-2b5ca41f83a4", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "5d585b27-03e7-45e5-9c50-e3126537168e", "size": 2}]} 2018-08-01 03:38:13,131 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/de8778588f904f9193b8ec21172b8053/volumes/detail used request id req-bb11d99a-9d2d-4776-979d-1c807a4900f6 2018-08-01 03:38:13,131 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.943727016449s 2018-08-01 03:38:13,131 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/de8778588f904f9193b8ec21172b8053/volumes/detail used request id req-bb11d99a-9d2d-4776-979d-1c807a4900f6 2018-08-01 03:38:13,133 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-01 03:38:13,134 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f1bcce10d21cd44128d94c9eb10354b63b970dc1" 2018-08-01 03:38:13,436 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1194 X-Openstack-Request-Id: req-ebe6dc99-1ab5-41a8-9ffb-07243a7e9b1b Date: Wed, 01 Aug 2018 03:38:13 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["e06facf3-a24e-40d5-a5ce-a0901a6e4875"],"updated_at":"2018-08-01T03:28:20Z","tenant_id":"89443fd7c5cf4259bed71fca1c3fe619","created_at":"2018-08-01T03:28:13Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"89443fd7c5cf4259bed71fca1c3fe619","id":"262fe7ec-b437-40b8-908b-6eb66c149655","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["13116302-3cf4-446b-8e67-6cb7d808307c"],"updated_at":"2018-08-01T03:37:38Z","tenant_id":"de8778588f904f9193b8ec21172b8053","created_at":"2018-08-01T03:37:37Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"de8778588f904f9193b8ec21172b8053","id":"8a760eae-ddc6-4b12-a5c7-a024e9374bb8","name":"cinder_test-net_c7531e37-a506-45d4-aa98-2b5ca41f83a4"}]} 2018-08-01 03:38:13,437 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-ebe6dc99-1ab5-41a8-9ffb-07243a7e9b1b 2018-08-01 03:38:13,437 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.30343413353s 2018-08-01 03:38:13,437 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-ebe6dc99-1ab5-41a8-9ffb-07243a7e9b1b 2018-08-01 03:38:13,442 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-01 03:38:13,446 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f1bcce10d21cd44128d94c9eb10354b63b970dc1" 2018-08-01 03:38:14,145 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1204 Content-Type: application/json X-Openstack-Request-Id: req-d120eca1-bf05-40d2-b72a-69444a0baf33 Date: Wed, 01 Aug 2018 03:38:14 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://1c426f71-e315-470f-a765-a4a983e8d919/images/6f6dacf5-8dd3-4d35-8a49-e526f32063a3/snap", "metadata": {}}], "file": "/v2/images/6f6dacf5-8dd3-4d35-8a49-e526f32063a3/file", "owner": "de8778588f904f9193b8ec21172b8053", "id": "6f6dacf5-8dd3-4d35-8a49-e526f32063a3", "size": 12716032, "self": "/v2/images/6f6dacf5-8dd3-4d35-8a49-e526f32063a3", "disk_format": "qcow2", "direct_url": "rbd://1c426f71-e315-470f-a765-a4a983e8d919/images/6f6dacf5-8dd3-4d35-8a49-e526f32063a3/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-08-01T03:37:45Z", "visibility": "private", "owner_specified.shade.object": "images/cinder_test-img_c7531e37-a506-45d4-aa98-2b5ca41f83a4", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "cinder_test-img_c7531e37-a506-45d4-aa98-2b5ca41f83a4", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-01T03:37:43Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-01 03:38:14,145 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-d120eca1-bf05-40d2-b72a-69444a0baf33 2018-08-01 03:38:14,145 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.703567028046s 2018-08-01 03:38:14,146 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-d120eca1-bf05-40d2-b72a-69444a0baf33 2018-08-01 03:38:14,147 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-01 03:38:14,150 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21: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}f1bcce10d21cd44128d94c9eb10354b63b970dc1" 2018-08-01 03:38:14,307 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 03:38:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d14d47df-0613-4635-8711-c5dc3aa3425d x-compute-request-id: req-d14d47df-0613-4635-8711-c5dc3aa3425d Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavors": [{"name": "cinder_test-flavor_c7531e37-a506-45d4-aa98-2b5ca41f83a4", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/ac5c709b-66d1-43a5-878e-6f3e6dfe7050", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/ac5c709b-66d1-43a5-878e-6f3e6dfe7050", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "ac5c709b-66d1-43a5-878e-6f3e6dfe7050"}]} 2018-08-01 03:38:14,307 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-d14d47df-0613-4635-8711-c5dc3aa3425d 2018-08-01 03:38:14,307 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.15935087204s 2018-08-01 03:38:14,307 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-d14d47df-0613-4635-8711-c5dc3aa3425d 2018-08-01 03:38:14,308 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-08-01 03:38:14,311 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}f1bcce10d21cd44128d94c9eb10354b63b970dc1" -d '{"server": {"name": "cinder_test-vm_c7531e37-a506-45d4-aa98-2b5ca41f83a4", "imageRef": "6f6dacf5-8dd3-4d35-8a49-e526f32063a3", "key_name": "cinder_test-kp_c7531e37-a506-45d4-aa98-2b5ca41f83a4", "flavorRef": "ac5c709b-66d1-43a5-878e-6f3e6dfe7050", "max_count": 1, "min_count": 1, "networks": [{"uuid": "8a760eae-ddc6-4b12-a5c7-a024e9374bb8"}], "security_groups": [{"name": "aed9e7c0-54ce-4017-ae64-d4fc7fd61f0b"}]}}' 2018-08-01 03:38:17,583 - keystoneauth.session - DEBUG - RESP: [202] Date: Wed, 01 Aug 2018 03:38:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-68f2d1a6-9df1-4539-977f-1b9ad38cf09f x-compute-request-id: req-68f2d1a6-9df1-4539-977f-1b9ad38cf09f Content-Length: 403 location: http://172.30.9.21:8774/v2.1/servers/e7effbd1-08e1-4686-90e1-136618f2d74d Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "aed9e7c0-54ce-4017-ae64-d4fc7fd61f0b"}], "OS-DCF:diskConfig": "MANUAL", "id": "e7effbd1-08e1-4686-90e1-136618f2d74d", "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/e7effbd1-08e1-4686-90e1-136618f2d74d", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/e7effbd1-08e1-4686-90e1-136618f2d74d", "rel": "bookmark"}], "adminPass": "LZopPJGY3QGP"}} 2018-08-01 03:38:17,583 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers used request id req-68f2d1a6-9df1-4539-977f-1b9ad38cf09f 2018-08-01 03:38:17,583 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 3.27459597588s 2018-08-01 03:38:17,583 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers used request id req-68f2d1a6-9df1-4539-977f-1b9ad38cf09f 2018-08-01 03:38:17,584 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers 2018-08-01 03:38:17,587 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/e7effbd1-08e1-4686-90e1-136618f2d74d -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f1bcce10d21cd44128d94c9eb10354b63b970dc1" 2018-08-01 03:38:17,828 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 03:38:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7f69784a-a3bd-4cda-a3dc-980dbcf21fdc x-compute-request-id: req-7f69784a-a3bd-4cda-a3dc-980dbcf21fdc Content-Encoding: gzip Content-Length: 605 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/e7effbd1-08e1-4686-90e1-136618f2d74d", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/e7effbd1-08e1-4686-90e1-136618f2d74d", "rel": "bookmark"}], "image": {"id": "6f6dacf5-8dd3-4d35-8a49-e526f32063a3", "links": [{"href": "http://172.30.9.21:8774/images/6f6dacf5-8dd3-4d35-8a49-e526f32063a3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ac5c709b-66d1-43a5-878e-6f3e6dfe7050", "links": [{"href": "http://172.30.9.21:8774/flavors/ac5c709b-66d1-43a5-878e-6f3e6dfe7050", "rel": "bookmark"}]}, "id": "e7effbd1-08e1-4686-90e1-136618f2d74d", "user_id": "c8c63bd05cdb46eaaf256998e8690a52", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-01T03:38:17Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_c7531e37-a506-45d4-aa98-2b5ca41f83a4", "name": "cinder_test-vm_c7531e37-a506-45d4-aa98-2b5ca41f83a4", "created": "2018-08-01T03:38:17Z", "tenant_id": "de8778588f904f9193b8ec21172b8053", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-01 03:38:17,829 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/e7effbd1-08e1-4686-90e1-136618f2d74d used request id req-7f69784a-a3bd-4cda-a3dc-980dbcf21fdc 2018-08-01 03:38:17,829 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers in 0.244354963303s 2018-08-01 03:38:17,829 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/e7effbd1-08e1-4686-90e1-136618f2d74d used request id req-7f69784a-a3bd-4cda-a3dc-980dbcf21fdc 2018-08-01 03:38:17,834 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-01 03:38:17,837 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f1bcce10d21cd44128d94c9eb10354b63b970dc1" 2018-08-01 03:38:18,502 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 03:38:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2aff6d7c-ca9b-4bf3-8e79-826d903d60ee x-compute-request-id: req-2aff6d7c-ca9b-4bf3-8e79-826d903d60ee Content-Encoding: gzip Content-Length: 864 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/e7effbd1-08e1-4686-90e1-136618f2d74d", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/e7effbd1-08e1-4686-90e1-136618f2d74d", "rel": "bookmark"}], "image": {"id": "6f6dacf5-8dd3-4d35-8a49-e526f32063a3", "links": [{"href": "http://172.30.9.21:8774/images/6f6dacf5-8dd3-4d35-8a49-e526f32063a3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ac5c709b-66d1-43a5-878e-6f3e6dfe7050", "links": [{"href": "http://172.30.9.21:8774/flavors/ac5c709b-66d1-43a5-878e-6f3e6dfe7050", "rel": "bookmark"}]}, "id": "e7effbd1-08e1-4686-90e1-136618f2d74d", "user_id": "c8c63bd05cdb46eaaf256998e8690a52", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-01T03:38:17Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_c7531e37-a506-45d4-aa98-2b5ca41f83a4", "name": "cinder_test-vm_c7531e37-a506-45d4-aa98-2b5ca41f83a4", "created": "2018-08-01T03:38:17Z", "tenant_id": "de8778588f904f9193b8ec21172b8053", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_c7531e37-a506-45d4-aa98-2b5ca41f83a4": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:55:ef:1e", "version": 4, "addr": "192.168.120.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:55:ef:1e", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/3776813a-53b4-4867-8d03-a8e690b8c913", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/3776813a-53b4-4867-8d03-a8e690b8c913", "rel": "bookmark"}], "image": {"id": "6f6dacf5-8dd3-4d35-8a49-e526f32063a3", "links": [{"href": "http://172.30.9.21:8774/images/6f6dacf5-8dd3-4d35-8a49-e526f32063a3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-01T03:38:01.000000", "flavor": {"id": "ac5c709b-66d1-43a5-878e-6f3e6dfe7050", "links": [{"href": "http://172.30.9.21:8774/flavors/ac5c709b-66d1-43a5-878e-6f3e6dfe7050", "rel": "bookmark"}]}, "id": "3776813a-53b4-4867-8d03-a8e690b8c913", "security_groups": [{"name": "cinder_test-sg_c7531e37-a506-45d4-aa98-2b5ca41f83a4"}], "user_id": "c8c63bd05cdb46eaaf256998e8690a52", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-01T03:38:01Z", "hostId": "0dc8b623bc5e5e2f2925d4a0868262e16dc59235a3106896dba82669", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_c7531e37-a506-45d4-aa98-2b5ca41f83a4", "name": "cinder_test-vm2_c7531e37-a506-45d4-aa98-2b5ca41f83a4", "created": "2018-08-01T03:37:52Z", "tenant_id": "de8778588f904f9193b8ec21172b8053", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-01 03:38:18,503 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-2aff6d7c-ca9b-4bf3-8e79-826d903d60ee 2018-08-01 03:38:18,503 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.668282032013s 2018-08-01 03:38:18,503 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-2aff6d7c-ca9b-4bf3-8e79-826d903d60ee 2018-08-01 03:38:18,509 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-01 03:38:20,512 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-01 03:38:20,515 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f1bcce10d21cd44128d94c9eb10354b63b970dc1" 2018-08-01 03:38:21,287 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 03:38:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6f362a9e-13de-48a8-8bad-7c58cddd1e95 x-compute-request-id: req-6f362a9e-13de-48a8-8bad-7c58cddd1e95 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.21:8774/v2.1/servers/e7effbd1-08e1-4686-90e1-136618f2d74d", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/e7effbd1-08e1-4686-90e1-136618f2d74d", "rel": "bookmark"}], "image": {"id": "6f6dacf5-8dd3-4d35-8a49-e526f32063a3", "links": [{"href": "http://172.30.9.21:8774/images/6f6dacf5-8dd3-4d35-8a49-e526f32063a3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ac5c709b-66d1-43a5-878e-6f3e6dfe7050", "links": [{"href": "http://172.30.9.21:8774/flavors/ac5c709b-66d1-43a5-878e-6f3e6dfe7050", "rel": "bookmark"}]}, "id": "e7effbd1-08e1-4686-90e1-136618f2d74d", "user_id": "c8c63bd05cdb46eaaf256998e8690a52", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-01T03:38:20Z", "hostId": "0e84f15ba05fe38a1e31db20668c3425b89943eda76c6d38152106f4", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_c7531e37-a506-45d4-aa98-2b5ca41f83a4", "name": "cinder_test-vm_c7531e37-a506-45d4-aa98-2b5ca41f83a4", "created": "2018-08-01T03:38:17Z", "tenant_id": "de8778588f904f9193b8ec21172b8053", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_c7531e37-a506-45d4-aa98-2b5ca41f83a4": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:55:ef:1e", "version": 4, "addr": "192.168.120.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:55:ef:1e", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/3776813a-53b4-4867-8d03-a8e690b8c913", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/3776813a-53b4-4867-8d03-a8e690b8c913", "rel": "bookmark"}], "image": {"id": "6f6dacf5-8dd3-4d35-8a49-e526f32063a3", "links": [{"href": "http://172.30.9.21:8774/images/6f6dacf5-8dd3-4d35-8a49-e526f32063a3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-01T03:38:01.000000", "flavor": {"id": "ac5c709b-66d1-43a5-878e-6f3e6dfe7050", "links": [{"href": "http://172.30.9.21:8774/flavors/ac5c709b-66d1-43a5-878e-6f3e6dfe7050", "rel": "bookmark"}]}, "id": "3776813a-53b4-4867-8d03-a8e690b8c913", "security_groups": [{"name": "cinder_test-sg_c7531e37-a506-45d4-aa98-2b5ca41f83a4"}], "user_id": "c8c63bd05cdb46eaaf256998e8690a52", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-01T03:38:01Z", "hostId": "0dc8b623bc5e5e2f2925d4a0868262e16dc59235a3106896dba82669", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_c7531e37-a506-45d4-aa98-2b5ca41f83a4", "name": "cinder_test-vm2_c7531e37-a506-45d4-aa98-2b5ca41f83a4", "created": "2018-08-01T03:37:52Z", "tenant_id": "de8778588f904f9193b8ec21172b8053", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-01 03:38:21,288 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-6f362a9e-13de-48a8-8bad-7c58cddd1e95 2018-08-01 03:38:21,288 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.775880098343s 2018-08-01 03:38:21,288 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-6f362a9e-13de-48a8-8bad-7c58cddd1e95 2018-08-01 03:38:21,293 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-01 03:38:23,296 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-01 03:38:23,299 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f1bcce10d21cd44128d94c9eb10354b63b970dc1" 2018-08-01 03:38:24,619 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 03:38:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8baddee0-3d08-4719-bc89-fd49e2df692d x-compute-request-id: req-8baddee0-3d08-4719-bc89-fd49e2df692d 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.21:8774/v2.1/servers/e7effbd1-08e1-4686-90e1-136618f2d74d", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/e7effbd1-08e1-4686-90e1-136618f2d74d", "rel": "bookmark"}], "image": {"id": "6f6dacf5-8dd3-4d35-8a49-e526f32063a3", "links": [{"href": "http://172.30.9.21:8774/images/6f6dacf5-8dd3-4d35-8a49-e526f32063a3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "ac5c709b-66d1-43a5-878e-6f3e6dfe7050", "links": [{"href": "http://172.30.9.21:8774/flavors/ac5c709b-66d1-43a5-878e-6f3e6dfe7050", "rel": "bookmark"}]}, "id": "e7effbd1-08e1-4686-90e1-136618f2d74d", "security_groups": [{"name": "cinder_test-sg_c7531e37-a506-45d4-aa98-2b5ca41f83a4"}], "user_id": "c8c63bd05cdb46eaaf256998e8690a52", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-01T03:38:20Z", "hostId": "0e84f15ba05fe38a1e31db20668c3425b89943eda76c6d38152106f4", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_c7531e37-a506-45d4-aa98-2b5ca41f83a4", "name": "cinder_test-vm_c7531e37-a506-45d4-aa98-2b5ca41f83a4", "created": "2018-08-01T03:38:17Z", "tenant_id": "de8778588f904f9193b8ec21172b8053", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_c7531e37-a506-45d4-aa98-2b5ca41f83a4": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:55:ef:1e", "version": 4, "addr": "192.168.120.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:55:ef:1e", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/3776813a-53b4-4867-8d03-a8e690b8c913", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/3776813a-53b4-4867-8d03-a8e690b8c913", "rel": "bookmark"}], "image": {"id": "6f6dacf5-8dd3-4d35-8a49-e526f32063a3", "links": [{"href": "http://172.30.9.21:8774/images/6f6dacf5-8dd3-4d35-8a49-e526f32063a3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-01T03:38:01.000000", "flavor": {"id": "ac5c709b-66d1-43a5-878e-6f3e6dfe7050", "links": [{"href": "http://172.30.9.21:8774/flavors/ac5c709b-66d1-43a5-878e-6f3e6dfe7050", "rel": "bookmark"}]}, "id": "3776813a-53b4-4867-8d03-a8e690b8c913", "security_groups": [{"name": "cinder_test-sg_c7531e37-a506-45d4-aa98-2b5ca41f83a4"}], "user_id": "c8c63bd05cdb46eaaf256998e8690a52", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-01T03:38:01Z", "hostId": "0dc8b623bc5e5e2f2925d4a0868262e16dc59235a3106896dba82669", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_c7531e37-a506-45d4-aa98-2b5ca41f83a4", "name": "cinder_test-vm2_c7531e37-a506-45d4-aa98-2b5ca41f83a4", "created": "2018-08-01T03:37:52Z", "tenant_id": "de8778588f904f9193b8ec21172b8053", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-01 03:38:24,620 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-8baddee0-3d08-4719-bc89-fd49e2df692d 2018-08-01 03:38:24,620 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.32374191284s 2018-08-01 03:38:24,620 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-8baddee0-3d08-4719-bc89-fd49e2df692d 2018-08-01 03:38:24,625 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-01 03:38:26,628 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-01 03:38:26,630 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f1bcce10d21cd44128d94c9eb10354b63b970dc1" 2018-08-01 03:38:27,529 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 03:38:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ae662b70-359c-47cd-adeb-e2207b03d34a x-compute-request-id: req-ae662b70-359c-47cd-adeb-e2207b03d34a Content-Encoding: gzip Content-Length: 886 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_c7531e37-a506-45d4-aa98-2b5ca41f83a4": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b0:21:a8", "version": 4, "addr": "192.168.120.28", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/e7effbd1-08e1-4686-90e1-136618f2d74d", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/e7effbd1-08e1-4686-90e1-136618f2d74d", "rel": "bookmark"}], "image": {"id": "6f6dacf5-8dd3-4d35-8a49-e526f32063a3", "links": [{"href": "http://172.30.9.21:8774/images/6f6dacf5-8dd3-4d35-8a49-e526f32063a3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-01T03:38:25.000000", "flavor": {"id": "ac5c709b-66d1-43a5-878e-6f3e6dfe7050", "links": [{"href": "http://172.30.9.21:8774/flavors/ac5c709b-66d1-43a5-878e-6f3e6dfe7050", "rel": "bookmark"}]}, "id": "e7effbd1-08e1-4686-90e1-136618f2d74d", "security_groups": [{"name": "cinder_test-sg_c7531e37-a506-45d4-aa98-2b5ca41f83a4"}], "user_id": "c8c63bd05cdb46eaaf256998e8690a52", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-01T03:38:25Z", "hostId": "0e84f15ba05fe38a1e31db20668c3425b89943eda76c6d38152106f4", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_c7531e37-a506-45d4-aa98-2b5ca41f83a4", "name": "cinder_test-vm_c7531e37-a506-45d4-aa98-2b5ca41f83a4", "created": "2018-08-01T03:38:17Z", "tenant_id": "de8778588f904f9193b8ec21172b8053", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_c7531e37-a506-45d4-aa98-2b5ca41f83a4": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:55:ef:1e", "version": 4, "addr": "192.168.120.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:55:ef:1e", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/3776813a-53b4-4867-8d03-a8e690b8c913", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/3776813a-53b4-4867-8d03-a8e690b8c913", "rel": "bookmark"}], "image": {"id": "6f6dacf5-8dd3-4d35-8a49-e526f32063a3", "links": [{"href": "http://172.30.9.21:8774/images/6f6dacf5-8dd3-4d35-8a49-e526f32063a3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-01T03:38:01.000000", "flavor": {"id": "ac5c709b-66d1-43a5-878e-6f3e6dfe7050", "links": [{"href": "http://172.30.9.21:8774/flavors/ac5c709b-66d1-43a5-878e-6f3e6dfe7050", "rel": "bookmark"}]}, "id": "3776813a-53b4-4867-8d03-a8e690b8c913", "security_groups": [{"name": "cinder_test-sg_c7531e37-a506-45d4-aa98-2b5ca41f83a4"}], "user_id": "c8c63bd05cdb46eaaf256998e8690a52", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-01T03:38:01Z", "hostId": "0dc8b623bc5e5e2f2925d4a0868262e16dc59235a3106896dba82669", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_c7531e37-a506-45d4-aa98-2b5ca41f83a4", "name": "cinder_test-vm2_c7531e37-a506-45d4-aa98-2b5ca41f83a4", "created": "2018-08-01T03:37:52Z", "tenant_id": "de8778588f904f9193b8ec21172b8053", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-01 03:38:27,529 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-ae662b70-359c-47cd-adeb-e2207b03d34a 2018-08-01 03:38:27,529 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.901338815689s 2018-08-01 03:38:27,530 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-ae662b70-359c-47cd-adeb-e2207b03d34a 2018-08-01 03:38:27,535 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-01 03:38:27,535 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:9696/v2.0/ports.json?device_id=e7effbd1-08e1-4686-90e1-136618f2d74d" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f1bcce10d21cd44128d94c9eb10354b63b970dc1" 2018-08-01 03:38:27,598 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-2f58b5ff-9bcb-4ada-adc1-699f38216496 Date: Wed, 01 Aug 2018 03:38:27 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"8a760eae-ddc6-4b12-a5c7-a024e9374bb8","tenant_id":"de8778588f904f9193b8ec21172b8053","created_at":"2018-08-01T03:38:20Z","admin_state_up":true,"updated_at":"2018-08-01T03:38:25Z","binding:vnic_type":"normal","device_id":"e7effbd1-08e1-4686-90e1-136618f2d74d","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:b0:21:a8","id":"d9e47faf-07d9-4d59-ba88-0eb862d7966e","port_security_enabled":true,"project_id":"de8778588f904f9193b8ec21172b8053","fixed_ips":[{"subnet_id":"13116302-3cf4-446b-8e67-6cb7d808307c","ip_address":"192.168.120.28"}],"extra_dhcp_opts":[],"security_groups":["aed9e7c0-54ce-4017-ae64-d4fc7fd61f0b"],"name":""}]} 2018-08-01 03:38:27,598 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports.json?device_id=e7effbd1-08e1-4686-90e1-136618f2d74d used request id req-2f58b5ff-9bcb-4ada-adc1-699f38216496 2018-08-01 03:38:27,599 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0636630058289s 2018-08-01 03:38:27,599 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports.json?device_id=e7effbd1-08e1-4686-90e1-136618f2d74d used request id req-2f58b5ff-9bcb-4ada-adc1-699f38216496 2018-08-01 03:38:27,604 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-01 03:38:27,604 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:9696/v2.0/floatingips.json?port_id=d9e47faf-07d9-4d59-ba88-0eb862d7966e" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f1bcce10d21cd44128d94c9eb10354b63b970dc1" 2018-08-01 03:38:27,650 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-2c735de2-d5f6-4e65-868b-841c602bde8a Date: Wed, 01 Aug 2018 03:38:27 GMT RESP BODY: {"floatingips": []} 2018-08-01 03:38:27,650 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json?port_id=d9e47faf-07d9-4d59-ba88-0eb862d7966e used request id req-2c735de2-d5f6-4e65-868b-841c602bde8a 2018-08-01 03:38:27,651 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0464019775391s 2018-08-01 03:38:27,651 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json?port_id=d9e47faf-07d9-4d59-ba88-0eb862d7966e used request id req-2c735de2-d5f6-4e65-868b-841c602bde8a 2018-08-01 03:38:27,651 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'cinder_test-net_c7531e37-a506-45d4-aa98-2b5ca41f83a4': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:b0:21:a8', u'version': 4, u'addr': u'192.168.120.28', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'6f6dacf5-8dd3-4d35-8a49-e526f32063a3'}), 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-01T03:38:25.000000', 'flavor': Munch({u'id': u'ac5c709b-66d1-43a5-878e-6f3e6dfe7050'}), 'az': u'nova', 'id': u'e7effbd1-08e1-4686-90e1-136618f2d74d', 'security_groups': [Munch({u'name': u'cinder_test-sg_c7531e37-a506-45d4-aa98-2b5ca41f83a4'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'c8c63bd05cdb46eaaf256998e8690a52', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'de8778588f904f9193b8ec21172b8053', 'name': 'cinder_test-project_c7531e37-a506-45d4-aa98-2b5ca41f83a4', '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-01T03:38:25.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-01T03:38:25Z', 'hostId': u'0e84f15ba05fe38a1e31db20668c3425b89943eda76c6d38152106f4', u'OS-SRV-USG:terminated_at': None, 'key_name': u'cinder_test-kp_c7531e37-a506-45d4-aa98-2b5ca41f83a4', 'public_v6': '', 'private_v4': u'192.168.120.28', 'cloud': 'envvars', 'host_id': u'0e84f15ba05fe38a1e31db20668c3425b89943eda76c6d38152106f4', '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-01T03:38:25.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'de8778588f904f9193b8ec21172b8053', 'name': u'cinder_test-vm_c7531e37-a506-45d4-aa98-2b5ca41f83a4', 'adminPass': None, 'tenant_id': u'de8778588f904f9193b8ec21172b8053', 'created_at': u'2018-08-01T03:38:17Z', 'created': u'2018-08-01T03:38:17Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-08-01 03:38:27,654 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-01 03:38:27,655 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f1bcce10d21cd44128d94c9eb10354b63b970dc1" 2018-08-01 03:38:27,772 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1194 X-Openstack-Request-Id: req-1016034e-8cbd-44ee-87f7-2af3fac7a176 Date: Wed, 01 Aug 2018 03:38: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":["e06facf3-a24e-40d5-a5ce-a0901a6e4875"],"updated_at":"2018-08-01T03:28:20Z","tenant_id":"89443fd7c5cf4259bed71fca1c3fe619","created_at":"2018-08-01T03:28:13Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"89443fd7c5cf4259bed71fca1c3fe619","id":"262fe7ec-b437-40b8-908b-6eb66c149655","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["13116302-3cf4-446b-8e67-6cb7d808307c"],"updated_at":"2018-08-01T03:37:38Z","tenant_id":"de8778588f904f9193b8ec21172b8053","created_at":"2018-08-01T03:37:37Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"de8778588f904f9193b8ec21172b8053","id":"8a760eae-ddc6-4b12-a5c7-a024e9374bb8","name":"cinder_test-net_c7531e37-a506-45d4-aa98-2b5ca41f83a4"}]} 2018-08-01 03:38:27,772 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-1016034e-8cbd-44ee-87f7-2af3fac7a176 2018-08-01 03:38:27,772 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.117691993713s 2018-08-01 03:38:27,773 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-1016034e-8cbd-44ee-87f7-2af3fac7a176 2018-08-01 03:38:27,774 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-01 03:38:27,774 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:9696/v2.0/ports.json?device_id=e7effbd1-08e1-4686-90e1-136618f2d74d" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f1bcce10d21cd44128d94c9eb10354b63b970dc1" 2018-08-01 03:38:27,942 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-fd8415c1-9a52-43d6-a587-fcf5d0e732db Date: Wed, 01 Aug 2018 03:38:27 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"8a760eae-ddc6-4b12-a5c7-a024e9374bb8","tenant_id":"de8778588f904f9193b8ec21172b8053","created_at":"2018-08-01T03:38:20Z","admin_state_up":true,"updated_at":"2018-08-01T03:38:25Z","binding:vnic_type":"normal","device_id":"e7effbd1-08e1-4686-90e1-136618f2d74d","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:b0:21:a8","id":"d9e47faf-07d9-4d59-ba88-0eb862d7966e","port_security_enabled":true,"project_id":"de8778588f904f9193b8ec21172b8053","fixed_ips":[{"subnet_id":"13116302-3cf4-446b-8e67-6cb7d808307c","ip_address":"192.168.120.28"}],"extra_dhcp_opts":[],"security_groups":["aed9e7c0-54ce-4017-ae64-d4fc7fd61f0b"],"name":""}]} 2018-08-01 03:38:27,942 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports.json?device_id=e7effbd1-08e1-4686-90e1-136618f2d74d used request id req-fd8415c1-9a52-43d6-a587-fcf5d0e732db 2018-08-01 03:38:27,942 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.168495893478s 2018-08-01 03:38:27,943 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports.json?device_id=e7effbd1-08e1-4686-90e1-136618f2d74d used request id req-fd8415c1-9a52-43d6-a587-fcf5d0e732db 2018-08-01 03:38:27,943 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-08-01 03:38:27,944 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}f1bcce10d21cd44128d94c9eb10354b63b970dc1" -d '{"floatingip": {"floating_network_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "fixed_ip_address": "192.168.120.28", "port_id": "d9e47faf-07d9-4d59-ba88-0eb862d7966e"}}' 2018-08-01 03:38:30,107 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 554 X-Openstack-Request-Id: req-ebf20c13-160d-41a5-85dc-ce4de13c70ce Date: Wed, 01 Aug 2018 03:38:30 GMT RESP BODY: {"floatingip": {"router_id": "f206ed79-f34c-4053-8ae8-b81bb80e0336", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-01T03:38:28Z", "floating_network_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "fixed_ip_address": "192.168.120.28", "floating_ip_address": "172.30.9.218", "revision_number": 0, "port_id": "d9e47faf-07d9-4d59-ba88-0eb862d7966e", "id": "8a488634-c496-4a9c-950c-ff314c1b67c7", "tenant_id": "de8778588f904f9193b8ec21172b8053", "created_at": "2018-08-01T03:38:28Z", "project_id": "de8778588f904f9193b8ec21172b8053"}} 2018-08-01 03:38:30,108 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-ebf20c13-160d-41a5-85dc-ce4de13c70ce 2018-08-01 03:38:30,108 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 2.16431593895s 2018-08-01 03:38:30,108 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-ebf20c13-160d-41a5-85dc-ce4de13c70ce 2018-08-01 03:38:30,111 - functest.core.singlevm - DEBUG - floating_ip: Munch({'status': u'ACTIVE', 'router_id': u'f206ed79-f34c-4053-8ae8-b81bb80e0336', 'properties': Munch({u'tags': []}), 'description': u'', u'tags': [], 'tenant_id': u'de8778588f904f9193b8ec21172b8053', 'created_at': u'2018-08-01T03:38:28Z', 'attached': True, 'updated_at': u'2018-08-01T03:38:28Z', 'id': u'8a488634-c496-4a9c-950c-ff314c1b67c7', 'floating_network_id': u'262fe7ec-b437-40b8-908b-6eb66c149655', 'fixed_ip_address': u'192.168.120.28', 'floating_ip_address': u'172.30.9.218', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'de8778588f904f9193b8ec21172b8053', 'name': 'cinder_test-project_c7531e37-a506-45d4-aa98-2b5ca41f83a4', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'revision_number': 0, 'router': u'f206ed79-f34c-4053-8ae8-b81bb80e0336', 'project_id': u'de8778588f904f9193b8ec21172b8053', 'port_id': u'd9e47faf-07d9-4d59-ba88-0eb862d7966e', 'port': u'd9e47faf-07d9-4d59-ba88-0eb862d7966e', 'network': u'262fe7ec-b437-40b8-908b-6eb66c149655'}) 2018-08-01 03:38:30,112 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-01 03:38:30,115 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/servers/e7effbd1-08e1-4686-90e1-136618f2d74d/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}f1bcce10d21cd44128d94c9eb10354b63b970dc1" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-01 03:38:30,359 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 03:38: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-a06fbf25-0828-48ad-a488-fe2b973ed0b7 x-compute-request-id: req-a06fbf25-0828-48ad-a488-fe2b973ed0b7 Content-Encoding: gzip Content-Length: 9588 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 466878144 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.136614] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.138285] pid_max: default: 32768 minimum: 301\n[ 0.139196] ACPI: Core revision 20150930\n[ 0.140594] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141917] Security Framework initialized\n[ 0.142742] Yama: becoming mindful.\n[ 0.143477] AppArmor: AppArmor initialized\n[ 0.144354] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145708] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.147001] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.148231] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149665] Initializing cgroup subsys io\n[ 0.150487] Initializing cgroup subsys memory\n[ 0.151382] Initializing cgroup subsys devices\n[ 0.152278] Initializing cgroup subsys freezer\n[ 0.153163] Initializing cgroup subsys net_cls\n[ 0.154040] Initializing cgroup subsys perf_event\n[ 0.154966] Initializing cgroup subsys net_prio\n[ 0.155872] Initializing cgroup subsys hugetlb\n[ 0.156750] Initializing cgroup subsys pids\n[ 0.157631] CPU: Physical Processor ID: 0\n[ 0.159125] mce: CPU supports 10 MCE banks\n[ 0.159994] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161007] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.175518] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.181648] ftrace: allocating 31920 entries in 125 pages\n[ 0.206722] smpboot: Max logical packages: 1\n[ 0.207595] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208954] x2apic enabled\n[ 0.209766] Switched APIC routing to physical x2apic.\n[ 0.211496] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212639] smpboot: CPU0: Intel Core Processor (Haswell, no TSX, IBRS) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214729] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216537] KVM setup paravirtual spinlock\n[ 0.217853] x86: Booted up 1 node, 1 CPUs\n[ 0.218671] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.220078] devtmpfs: initialized\n[ 0.221808] evm: security.selinux\n[ 0.222514] evm: security.SMACK64\n[ 0.223214] evm: security.SMACK64EXEC\n[ 0.223966] evm: security.SMACK64TRANSMUTE\n[ 0.224779] evm: security.SMACK64MMAP\n[ 0.225530] evm: security.ima\n[ 0.226179] evm: security.capability\n[ 0.226990] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.228868] pinctrl core: initialized pinctrl subsystem\n[ 0.229984] RTC time: 3:38:24, date: 08/01/18\n[ 0.230960] NET: Registered protocol family 16\n[ 0.231962] cpuidle: using governor ladder\n[ 0.232793] cpuidle: using governor menu\n[ 0.233589] PCCT header not found.\n[ 0.234354] ACPI: bus type PCI registered\n[ 0.235171] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.236427] PCI: Using configuration type 1 for base access\n[ 0.238211] ACPI: Added _OSI(Module Device)\n[ 0.239063] ACPI: Added _OSI(Processor Device)\n[ 0.239940] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.240845] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.242597] ACPI: Interpreter enabled\n[ 0.243374] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245261] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247134] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249008] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.250865] ACPI: (supports S0 S5)\n[ 0.251573] ACPI: Using IOAPIC for interrupt routing\n[ 0.252520] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.255649] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.256804] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.258049] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.259255] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.261500] acpiphp: Slot [3] registered\n[ 0.262315] acpiphp: Slot [4] registered\n[ 0.263123] acpiphp: Slot [5] registered\n[ 0.263936] acpiphp: Slot [6] registered\n[ 0.264738] acpiphp: Slot [7] registered\n[ 0.265546] acpiphp: Slot [8] registered\n[ 0.266354] acpiphp: Slot [9] registered\n[ 0.267159] acpiphp: Slot [10] registered\n[ 0.267989] acpiphp: Slot [11] registered\n[ 0.268811] acpiphp: Slot [12] registered\n[ 0.269633] acpiphp: Slot [13] registered\n[ 0.270449] acpiphp: Slot [14] registered\n[ 0.271270] acpiphp: Slot [15] registered\n[ 0.282063] acpiphp: Slot [16] registered\n[ 0.282892] acpiphp: Slot [17] registered\n[ 0.283712] acpiphp: Slot [18] registered\n[ 0.284525] acpiphp: Slot [19] registered\n[ 0.285338] acpiphp: Slot [20] registered\n[ 0.286162] acpiphp: Slot [21] registered\n[ 0.286983] acpiphp: Slot [22] registered\n[ 0.287799] acpiphp: Slot [23] registered\n[ 0.288617] acpiphp: Slot [24] registered\n[ 0.289432] acpiphp: Slot [25] registered\n[ 0.290254] acpiphp: Slot [26] registered\n[ 0.291072] acpiphp: Slot [27] registered\n[ 0.291893] acpiphp: Slot [28] registered\n[ 0.292714] acpiphp: Slot [29] registered\n[ 0.293564] acpiphp: Slot [30] registered\n[ 0.294382] acpiphp: Slot [31] registered\n[ 0.295202] PCI host bridge to bus 0000:00\n[ 0.296019] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.297238] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.298462] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.299928] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.301385] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.302876] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.306204] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.307491] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.308678] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.309946] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.313487] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.315015] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.333536] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.335030] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.336820] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.338252] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.339656] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.340931] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.342240] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.343307] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.344876] vgaarb: loaded\n[ 0.345482] vgaarb: bridge control possible 0000:00:02.0\n[ 0.346718] SCSI subsystem initialized\n[ 0.347641] ACPI: bus type USB registered\n[ 0.348472] usbcore: registered new interface driver usbfs\n[ 0.349524] usbcore: registered new interface driver hub\n[ 0.350562] usbcore: registered new device driver usb\n[ 0.351678] PCI: Using ACPI for IRQ routing\n[ 0.352806] NetLabel: Initializing\n[ 0.353538] NetLabel: domain hash size = 128\n[ 0.354400] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.355372] NetLabel: unlabeled traffic allowed by default\n[ 0.356538] clocksource: Switched to clocksource kvm-clock\n[ 0.364799] AppArmor: AppArmor Filesystem Enabled\n[ 0.365789] pnp: PnP ACPI init\n[ 0.366740] pnp: PnP ACPI: found 5 devices\n[ 0.373057] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.374803] NET: Registered protocol family 2\n[ 0.375857] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.377169] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.378395] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.379606] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.380708] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.381917] NET: Registered protocol family 1\n[ 0.382819] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.383933] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.385025] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.399078] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.413220] Trying to unpack rootfs image as initramfs...\n[ 0.469837] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.471492] Scanning for low memory corruption every 60 seconds\n[ 0.472894] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.474078] audit: initializing netlink subsys (disabled)\n[ 0.475123] audit: type=2000 audit(1533094705.897:1): initialized\n[ 0.476472] Initialise system trusted keyring\n[ 0.477449] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.478632] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.480786] zbud: loaded\n[ 0.481524] VFS: Disk quotas dquot_6.6.0\n[ 0.482362] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.483988] fuse init (API version 7.23)\n[ 0.484910] Key type big_key registered\n[ 0.485726] Allocating IMA MOK and blacklist keyrings.\n[ 0.486967] Key type asymmetric registered\n[ 0.487804] Asymmetric key parser 'x509' registered\n[ 0.488789] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.490280] io scheduler noop registered\n[ 0.491084] io scheduler deadline registered (default)\n[ 0.492096] io scheduler cfq registered\n[ 0.492962] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.494018] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.495306] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.496786] ACPI: Power Button [PWRF]\n[ 0.497648] GHES: HEST is not enabled!\n[ 0.511089] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.538788] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.540915] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.564838] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.567136] Linux agpgart interface v0.103\n[ 0.569799] brd: module loaded\n[ 0.571460] loop: module loaded\n[ 0.575249] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.576727] GPT:90111 != 2097151\n[ 0.577411] GPT:Alternate GPT header not at the end of the disk.\n[ 0.578519] GPT:90111 != 2097151\n[ 0.579205] GPT: Use GNU Parted to correct GPT errors.\n[ 0.580186] vda: vda1 vda15\n[ 0.581416] scsi host0: ata_piix\n[ 0.582225] scsi host1: ata_piix\n[ 0.582968] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.584219] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.585731] libphy: Fixed MDIO Bus: probed\n[ 0.586576] tun: Universal TUN/TAP device driver, 1.6\n[ 0.587559] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.589806] PPP generic driver version 2.4.2\n[ 0.590661] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.591762] ehci-pci: EHCI PCI platform driver\n[ 0.594498] ehci-platform: EHCI generic platform driver\n[ 0.595514] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.597165] ohci-pci: OHCI PCI platform driver\n[ 0.598353] ohci-platform: OHCI generic platform driver\n[ 0.599723] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.614421] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.615831] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.617823] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.619203] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.620786] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.622504] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.624444] usb usb1: Product: UHCI Host Controller\n[ 0.625726] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.627315] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.628706] hub 1-0:1.0: USB hub found\n[ 0.629767] hub 1-0:1.0: 2 ports detected\n[ 0.631046] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.633932] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.635245] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.636686] mousedev: PS/2 mouse device common for all mice\n[ 0.638383] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.640890] rtc_cmos 00:00: RTC can wake from S4\n[ 0.642370] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.644027] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.645708] i2c /dev entries driver\n[ 0.646757] device-mapper: uevent: version 1.0.3\n[ 0.648077] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.650354] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.652330] NET: Registered protocol family 10\n[ 0.653838] NET: Registered protocol family 17\n[ 0.655077] Key type dns_resolver registered\n[ 0.656440] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.657978] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.660445] registered taskstats version 1\n[ 0.661624] Loading compiled-in X.509 certificates\n[ 0.663461] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.666067] zswap: loaded using pool lzo/zbud\n[ 0.668083] Key type trusted registered\n[ 0.670171] Key type encrypted registered\n[ 0.671305] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.672775] ima: No TPM chip found, activating TPM-bypass!\n[ 0.674233] evm: HMAC attrs: 0x1\n[ 0.675479] Magic number: 14:980:612\n[ 0.676564] tty tty: hash matches\n[ 0.677623] rtc_cmos 00:00: setting system clock to 2018-08-01 03:38:25 UTC (1533094705)\n[ 0.679852] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.681414] EDD information not available.\n[ 0.745873] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.747993] Write protecting the kernel read-only data: 14336k\n[ 0.750564] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.753011] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.58\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.800526] random: blkid urandom read with 2 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.71\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.28...\nLease of 192.168.120.28 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.79. 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCoA7kGTCzewZFI/QAjMZMWbm2UKS8/AE49W4QlHtHT+0Bf3YXke5XUGE2E9iSxU88JWQb0KuKPqEWx0uC66cqeskVpfK+bcHkTA3whXrIEKb4gC18JofvGv4N4zDFLdJlt0NiWVinqDzryhz06TpMrJDr98zjJvZMpTRT9lCIo+0ip7bikk5K9SiPJlDSq28k6R6De16b/1HGny0lJC0qOlyKQ5N0CsPC4b35CYZhWkff6nOaf65lKhuiPI2EidybSmsRlP6fUXn82lnYAxQngNV6/Uz4TekVmmeof0JsIBHVnAJmXXGJSN6mjtXCBeYGM7RQifgBpYmtGWyBEySOf root@cinder-test-vm-c7531e37-a506-45d4-aa98-2b5ca41f83a4\nssh-dss AAAAB3NzaC1kc3MAAACBALG7AIKQdm/n50YRGT+1EKvv+Su0cjEau5tIl/k5dmWetdNj+htHtUxIPYwuh2Flj28tnh1p4nrN/txK5ZTsEiCcePjOs6Z6vIUG8sSWPgg5HOBYGkCj3Z6onBNq3hGy8iuiH+ssWoOox2pWw3WDnOU2zfdoNe/2h7rHDn/5z5SLAAAAFQCFCtj79uR9m1frD73ML/zqYeWv0QAAAIBA/kmMcRfrzmpF1g0NmPD8lHIhdhR/v0/N5BuYzEzfVgcC1A8KGm/gx8unHC65dU8An7b0H5hh9hz+4JVEvlGaczXlN5uxipgDK3/eIwm0Vk8HjpY5TNPASN55KwCgGmQYTVkAqNSktM2jBuhAJHely8bBt6aKeuBtbWlTrcqrvAAAAIEAhuIvJxEK5qUHG7I1dRzBHws4nWSRgHGvc7gu3LYz4xI5FVuKP8X1kMBbUHYRnaIObDpfw4IliFS7OrOImRW4T0QGJijFn9xzFPndSXiIrMTm45CDPCDhO1IVF8kZV2uI922Cdph8vlz6L8RJmOH3PdhJvSfbkZEFY0IY5ogGcy0= root@cinder-test-vm-c7531e37-a506-45d4-aa98-2b5ca41f83a4\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.28,24,fe80::f816:3eff:feb0:21a8/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.28 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-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-c7531e37-a506-45d4-aa98-2b5ca41f83a4\nlaunch-index: 0\n=== cirros: current=0.4.0 latest=0.4.0 uptime=3.71 ===\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-c7531e37-a506-45d4-aa98-2b5ca41f83a4 login: "} 2018-08-01 03:38:30,360 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/e7effbd1-08e1-4686-90e1-136618f2d74d/action used request id req-a06fbf25-0828-48ad-a488-fe2b973ed0b7 2018-08-01 03:38:30,360 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.248108148575s 2018-08-01 03:38:30,361 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/e7effbd1-08e1-4686-90e1-136618f2d74d/action used request id req-a06fbf25-0828-48ad-a488-fe2b973ed0b7 2018-08-01 03:38:30,361 - 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 466878144 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.136614] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.138285] pid_max: default: 32768 minimum: 301 [ 0.139196] ACPI: Core revision 20150930 [ 0.140594] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.141917] Security Framework initialized [ 0.142742] Yama: becoming mindful. [ 0.143477] AppArmor: AppArmor initialized [ 0.144354] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.145708] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.147001] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.148231] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.149665] Initializing cgroup subsys io [ 0.150487] Initializing cgroup subsys memory [ 0.151382] Initializing cgroup subsys devices [ 0.152278] Initializing cgroup subsys freezer [ 0.153163] Initializing cgroup subsys net_cls [ 0.154040] Initializing cgroup subsys perf_event [ 0.154966] Initializing cgroup subsys net_prio [ 0.155872] Initializing cgroup subsys hugetlb [ 0.156750] Initializing cgroup subsys pids [ 0.157631] CPU: Physical Processor ID: 0 [ 0.159125] mce: CPU supports 10 MCE banks [ 0.159994] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.161007] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.175518] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.181648] ftrace: allocating 31920 entries in 125 pages [ 0.206722] smpboot: Max logical packages: 1 [ 0.207595] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.208954] x2apic enabled [ 0.209766] Switched APIC routing to physical x2apic. [ 0.211496] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.212639] smpboot: CPU0: Intel Core Processor (Haswell, no TSX, IBRS) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.214729] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.216537] KVM setup paravirtual spinlock [ 0.217853] x86: Booted up 1 node, 1 CPUs [ 0.218671] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.220078] devtmpfs: initialized [ 0.221808] evm: security.selinux [ 0.222514] evm: security.SMACK64 [ 0.223214] evm: security.SMACK64EXEC [ 0.223966] evm: security.SMACK64TRANSMUTE [ 0.224779] evm: security.SMACK64MMAP [ 0.225530] evm: security.ima [ 0.226179] evm: security.capability [ 0.226990] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.228868] pinctrl core: initialized pinctrl subsystem [ 0.229984] RTC time: 3:38:24, date: 08/01/18 [ 0.230960] NET: Registered protocol family 16 [ 0.231962] cpuidle: using governor ladder [ 0.232793] cpuidle: using governor menu [ 0.233589] PCCT header not found. [ 0.234354] ACPI: bus type PCI registered [ 0.235171] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.236427] PCI: Using configuration type 1 for base access [ 0.238211] ACPI: Added _OSI(Module Device) [ 0.239063] ACPI: Added _OSI(Processor Device) [ 0.239940] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.240845] ACPI: Added _OSI(Processor Aggregator Device) [ 0.242597] ACPI: Interpreter enabled [ 0.243374] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.245261] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.247134] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.249008] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.250865] ACPI: (supports S0 S5) [ 0.251573] ACPI: Using IOAPIC for interrupt routing [ 0.252520] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.255649] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.256804] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.258049] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.259255] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.261500] acpiphp: Slot [3] registered [ 0.262315] acpiphp: Slot [4] registered [ 0.263123] acpiphp: Slot [5] registered [ 0.263936] acpiphp: Slot [6] registered [ 0.264738] acpiphp: Slot [7] registered [ 0.265546] acpiphp: Slot [8] registered [ 0.266354] acpiphp: Slot [9] registered [ 0.267159] acpiphp: Slot [10] registered [ 0.267989] acpiphp: Slot [11] registered [ 0.268811] acpiphp: Slot [12] registered [ 0.269633] acpiphp: Slot [13] registered [ 0.270449] acpiphp: Slot [14] registered [ 0.271270] acpiphp: Slot [15] registered [ 0.282063] acpiphp: Slot [16] registered [ 0.282892] acpiphp: Slot [17] registered [ 0.283712] acpiphp: Slot [18] registered [ 0.284525] acpiphp: Slot [19] registered [ 0.285338] acpiphp: Slot [20] registered [ 0.286162] acpiphp: Slot [21] registered [ 0.286983] acpiphp: Slot [22] registered [ 0.287799] acpiphp: Slot [23] registered [ 0.288617] acpiphp: Slot [24] registered [ 0.289432] acpiphp: Slot [25] registered [ 0.290254] acpiphp: Slot [26] registered [ 0.291072] acpiphp: Slot [27] registered [ 0.291893] acpiphp: Slot [28] registered [ 0.292714] acpiphp: Slot [29] registered [ 0.293564] acpiphp: Slot [30] registered [ 0.294382] acpiphp: Slot [31] registered [ 0.295202] PCI host bridge to bus 0000:00 [ 0.296019] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.297238] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.298462] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.299928] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.301385] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.302876] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.306204] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.307491] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.308678] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.309946] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.313487] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.315015] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.333536] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.335030] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.336820] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.338252] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.339656] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.340931] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.342240] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.343307] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.344876] vgaarb: loaded [ 0.345482] vgaarb: bridge control possible 0000:00:02.0 [ 0.346718] SCSI subsystem initialized [ 0.347641] ACPI: bus type USB registered [ 0.348472] usbcore: registered new interface driver usbfs [ 0.349524] usbcore: registered new interface driver hub [ 0.350562] usbcore: registered new device driver usb [ 0.351678] PCI: Using ACPI for IRQ routing [ 0.352806] NetLabel: Initializing [ 0.353538] NetLabel: domain hash size = 128 [ 0.354400] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.355372] NetLabel: unlabeled traffic allowed by default [ 0.356538] clocksource: Switched to clocksource kvm-clock [ 0.364799] AppArmor: AppArmor Filesystem Enabled [ 0.365789] pnp: PnP ACPI init [ 0.366740] pnp: PnP ACPI: found 5 devices [ 0.373057] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.374803] NET: Registered protocol family 2 [ 0.375857] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.377169] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.378395] TCP: Hash tables configured (established 4096 bind 4096) [ 0.379606] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.380708] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.381917] NET: Registered protocol family 1 [ 0.382819] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.383933] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.385025] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.399078] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.413220] Trying to unpack rootfs image as initramfs... [ 0.469837] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.471492] Scanning for low memory corruption every 60 seconds [ 0.472894] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.474078] audit: initializing netlink subsys (disabled) [ 0.475123] audit: type=2000 audit(1533094705.897:1): initialized [ 0.476472] Initialise system trusted keyring [ 0.477449] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.478632] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.480786] zbud: loaded [ 0.481524] VFS: Disk quotas dquot_6.6.0 [ 0.482362] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.483988] fuse init (API version 7.23) [ 0.484910] Key type big_key registered [ 0.485726] Allocating IMA MOK and blacklist keyrings. [ 0.486967] Key type asymmetric registered [ 0.487804] Asymmetric key parser 'x509' registered [ 0.488789] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.490280] io scheduler noop registered [ 0.491084] io scheduler deadline registered (default) [ 0.492096] io scheduler cfq registered [ 0.492962] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.494018] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.495306] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.496786] ACPI: Power Button [PWRF] [ 0.497648] GHES: HEST is not enabled! [ 0.511089] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.538788] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.540915] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.564838] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.567136] Linux agpgart interface v0.103 [ 0.569799] brd: module loaded [ 0.571460] loop: module loaded [ 0.575249] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.576727] GPT:90111 != 2097151 [ 0.577411] GPT:Alternate GPT header not at the end of the disk. [ 0.578519] GPT:90111 != 2097151 [ 0.579205] GPT: Use GNU Parted to correct GPT errors. [ 0.580186] vda: vda1 vda15 [ 0.581416] scsi host0: ata_piix [ 0.582225] scsi host1: ata_piix [ 0.582968] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.584219] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.585731] libphy: Fixed MDIO Bus: probed [ 0.586576] tun: Universal TUN/TAP device driver, 1.6 [ 0.587559] tun: (C) 1999-2004 Max Krasnyansky [ 0.589806] PPP generic driver version 2.4.2 [ 0.590661] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.591762] ehci-pci: EHCI PCI platform driver [ 0.594498] ehci-platform: EHCI generic platform driver [ 0.595514] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.597165] ohci-pci: OHCI PCI platform driver [ 0.598353] ohci-platform: OHCI generic platform driver [ 0.599723] uhci_hcd: USB Universal Host Controller Interface driver [ 0.614421] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.615831] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.617823] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.619203] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.620786] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.622504] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.624444] usb usb1: Product: UHCI Host Controller [ 0.625726] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.627315] usb usb1: SerialNumber: 0000:00:01.2 [ 0.628706] hub 1-0:1.0: USB hub found [ 0.629767] hub 1-0:1.0: 2 ports detected [ 0.631046] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.633932] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.635245] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.636686] mousedev: PS/2 mouse device common for all mice [ 0.638383] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.640890] rtc_cmos 00:00: RTC can wake from S4 [ 0.642370] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.644027] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.645708] i2c /dev entries driver [ 0.646757] device-mapper: uevent: version 1.0.3 [ 0.648077] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.650354] ledtrig-cpu: registered to indicate activity on CPUs [ 0.652330] NET: Registered protocol family 10 [ 0.653838] NET: Registered protocol family 17 [ 0.655077] Key type dns_resolver registered [ 0.656440] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.657978] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.660445] registered taskstats version 1 [ 0.661624] Loading compiled-in X.509 certificates [ 0.663461] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.666067] zswap: loaded using pool lzo/zbud [ 0.668083] Key type trusted registered [ 0.670171] Key type encrypted registered [ 0.671305] AppArmor: AppArmor sha1 policy hashing enabled [ 0.672775] ima: No TPM chip found, activating TPM-bypass! [ 0.674233] evm: HMAC attrs: 0x1 [ 0.675479] Magic number: 14:980:612 [ 0.676564] tty tty: hash matches [ 0.677623] rtc_cmos 00:00: setting system clock to 2018-08-01 03:38:25 UTC (1533094705) [ 0.679852] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.681414] EDD information not available. [ 0.745873] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.747993] Write protecting the kernel read-only data: 14336k [ 0.750564] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.753011] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.58 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.800526] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.71 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.28... Lease of 192.168.120.28 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.79. 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCoA7kGTCzewZFI/QAjMZMWbm2UKS8/AE49W4QlHtHT+0Bf3YXke5XUGE2E9iSxU88JWQb0KuKPqEWx0uC66cqeskVpfK+bcHkTA3whXrIEKb4gC18JofvGv4N4zDFLdJlt0NiWVinqDzryhz06TpMrJDr98zjJvZMpTRT9lCIo+0ip7bikk5K9SiPJlDSq28k6R6De16b/1HGny0lJC0qOlyKQ5N0CsPC4b35CYZhWkff6nOaf65lKhuiPI2EidybSmsRlP6fUXn82lnYAxQngNV6/Uz4TekVmmeof0JsIBHVnAJmXXGJSN6mjtXCBeYGM7RQifgBpYmtGWyBEySOf root@cinder-test-vm-c7531e37-a506-45d4-aa98-2b5ca41f83a4 ssh-dss AAAAB3NzaC1kc3MAAACBALG7AIKQdm/n50YRGT+1EKvv+Su0cjEau5tIl/k5dmWetdNj+htHtUxIPYwuh2Flj28tnh1p4nrN/txK5ZTsEiCcePjOs6Z6vIUG8sSWPgg5HOBYGkCj3Z6onBNq3hGy8iuiH+ssWoOox2pWw3WDnOU2zfdoNe/2h7rHDn/5z5SLAAAAFQCFCtj79uR9m1frD73ML/zqYeWv0QAAAIBA/kmMcRfrzmpF1g0NmPD8lHIhdhR/v0/N5BuYzEzfVgcC1A8KGm/gx8unHC65dU8An7b0H5hh9hz+4JVEvlGaczXlN5uxipgDK3/eIwm0Vk8HjpY5TNPASN55KwCgGmQYTVkAqNSktM2jBuhAJHely8bBt6aKeuBtbWlTrcqrvAAAAIEAhuIvJxEK5qUHG7I1dRzBHws4nWSRgHGvc7gu3LYz4xI5FVuKP8X1kMBbUHYRnaIObDpfw4IliFS7OrOImRW4T0QGJijFn9xzFPndSXiIrMTm45CDPCDhO1IVF8kZV2uI922Cdph8vlz6L8RJmOH3PdhJvSfbkZEFY0IY5ogGcy0= root@cinder-test-vm-c7531e37-a506-45d4-aa98-2b5ca41f83a4 -----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.28,24,fe80::f816:3eff:feb0:21a8/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.28 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-c7531e37-a506-45d4-aa98-2b5ca41f83a4 launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=3.71 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. cinder-test-vm-c7531e37-a506-45d4-aa98-2b5ca41f83a4 login: 2018-08-01 03:38:30,366 - paramiko.transport - DEBUG - starting thread (client mode): 0xeabef990L 2018-08-01 03:38:30,366 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-01 03:38:30,366 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-08-01 03:38:30,366 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-08-01 03:38:30,368 - 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-01 03:38:30,368 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-01 03:38:30,368 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-08-01 03:38:30,369 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-01 03:38:30,369 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-01 03:38:30,369 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-01 03:38:30,385 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-01 03:38:30,386 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-01 03:38:30,398 - paramiko.transport - DEBUG - Adding ecdsa-sha2-nistp521 host key for 172.30.9.218: b36debc1394f93688de672397e8631f4 2018-08-01 03:38:30,399 - paramiko.transport - DEBUG - Trying discovered key 61e7f52ccb67cf8c3d86cd6cf59f59b8 in /tmp/tmpfHDYMl 2018-08-01 03:38:30,425 - paramiko.transport - DEBUG - userauth is OK 2018-08-01 03:38:30,430 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-01 03:38:30,431 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.os-volume_attachments 2018-08-01 03:38:30,433 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/servers/e7effbd1-08e1-4686-90e1-136618f2d74d/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}f1bcce10d21cd44128d94c9eb10354b63b970dc1" -d '{"volumeAttachment": {"volumeId": "5d585b27-03e7-45e5-9c50-e3126537168e"}}' 2018-08-01 03:38:33,058 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 03:38: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-7f9a84d6-a9f8-495e-a362-8d57d8286982 x-compute-request-id: req-7f9a84d6-a9f8-495e-a362-8d57d8286982 Content-Encoding: gzip Content-Length: 147 Content-Type: application/json RESP BODY: {"volumeAttachment": {"device": "/dev/vdb", "serverId": "e7effbd1-08e1-4686-90e1-136618f2d74d", "id": "5d585b27-03e7-45e5-9c50-e3126537168e", "volumeId": "5d585b27-03e7-45e5-9c50-e3126537168e"}} 2018-08-01 03:38:33,058 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/e7effbd1-08e1-4686-90e1-136618f2d74d/os-volume_attachments used request id req-7f9a84d6-a9f8-495e-a362-8d57d8286982 2018-08-01 03:38:33,059 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.os-volume_attachments in 2.62727189064s 2018-08-01 03:38:33,059 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/e7effbd1-08e1-4686-90e1-136618f2d74d/os-volume_attachments used request id req-7f9a84d6-a9f8-495e-a362-8d57d8286982 2018-08-01 03:38:33,059 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-01 03:38:33,060 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8776/v3/de8778588f904f9193b8ec21172b8053/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}f1bcce10d21cd44128d94c9eb10354b63b970dc1" 2018-08-01 03:38:34,003 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 03:38:33 GMT Server: Apache x-compute-request-id: req-7071ccb3-0f9d-49bc-bfd3-de0e8237f888 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-7071ccb3-0f9d-49bc-bfd3-de0e8237f888 Content-Encoding: gzip Content-Length: 451 Content-Type: application/json RESP BODY: {"volumes": [{"status": "reserved", "user_id": "c8c63bd05cdb46eaaf256998e8690a52", "attachments": [], "links": [{"href": "http://172.30.9.21:8776/v3/de8778588f904f9193b8ec21172b8053/volumes/5d585b27-03e7-45e5-9c50-e3126537168e", "rel": "self"}, {"href": "http://172.30.9.21:8776/de8778588f904f9193b8ec21172b8053/volumes/5d585b27-03e7-45e5-9c50-e3126537168e", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-01T03:38:09.000000", "description": null, "os-vol-tenant-attr:tenant_id": "de8778588f904f9193b8ec21172b8053", "updated_at": "2018-08-01T03:38:32.000000", "volume_type": null, "name": "cinder_test-volume_c7531e37-a506-45d4-aa98-2b5ca41f83a4", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "5d585b27-03e7-45e5-9c50-e3126537168e", "size": 2}]} 2018-08-01 03:38:34,004 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/de8778588f904f9193b8ec21172b8053/volumes/detail used request id req-7071ccb3-0f9d-49bc-bfd3-de0e8237f888 2018-08-01 03:38:34,004 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.944824934006s 2018-08-01 03:38:34,004 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/de8778588f904f9193b8ec21172b8053/volumes/detail used request id req-7071ccb3-0f9d-49bc-bfd3-de0e8237f888 2018-08-01 03:38:34,006 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-01 03:38:36,008 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-01 03:38:36,012 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8776/v3/de8778588f904f9193b8ec21172b8053/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}f1bcce10d21cd44128d94c9eb10354b63b970dc1" 2018-08-01 03:38:36,074 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 03:38:36 GMT Server: Apache x-compute-request-id: req-49b5baf0-77fc-4cd6-aeb4-f0be2030c738 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-49b5baf0-77fc-4cd6-aeb4-f0be2030c738 Content-Encoding: gzip Content-Length: 451 Content-Type: application/json RESP BODY: {"volumes": [{"status": "reserved", "user_id": "c8c63bd05cdb46eaaf256998e8690a52", "attachments": [], "links": [{"href": "http://172.30.9.21:8776/v3/de8778588f904f9193b8ec21172b8053/volumes/5d585b27-03e7-45e5-9c50-e3126537168e", "rel": "self"}, {"href": "http://172.30.9.21:8776/de8778588f904f9193b8ec21172b8053/volumes/5d585b27-03e7-45e5-9c50-e3126537168e", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-01T03:38:09.000000", "description": null, "os-vol-tenant-attr:tenant_id": "de8778588f904f9193b8ec21172b8053", "updated_at": "2018-08-01T03:38:32.000000", "volume_type": null, "name": "cinder_test-volume_c7531e37-a506-45d4-aa98-2b5ca41f83a4", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "5d585b27-03e7-45e5-9c50-e3126537168e", "size": 2}]} 2018-08-01 03:38:36,075 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/de8778588f904f9193b8ec21172b8053/volumes/detail used request id req-49b5baf0-77fc-4cd6-aeb4-f0be2030c738 2018-08-01 03:38:36,075 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.0661849975586s 2018-08-01 03:38:36,075 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/de8778588f904f9193b8ec21172b8053/volumes/detail used request id req-49b5baf0-77fc-4cd6-aeb4-f0be2030c738 2018-08-01 03:38:36,077 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-01 03:38:38,079 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-01 03:38:38,082 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8776/v3/de8778588f904f9193b8ec21172b8053/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}f1bcce10d21cd44128d94c9eb10354b63b970dc1" 2018-08-01 03:38:39,066 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 03:38:38 GMT Server: Apache x-compute-request-id: req-6bd383db-162a-4f8c-9d35-502c6e256468 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-6bd383db-162a-4f8c-9d35-502c6e256468 Content-Encoding: gzip Content-Length: 565 Content-Type: application/json RESP BODY: {"volumes": [{"status": "in-use", "user_id": "c8c63bd05cdb46eaaf256998e8690a52", "attachments": [{"server_id": "e7effbd1-08e1-4686-90e1-136618f2d74d", "attachment_id": "ff740e93-5327-4632-8061-ea369a581e2c", "attached_at": "2018-08-01T03:38:36.000000", "host_name": "overcloud-novacompute-0.opnfvlf.org", "volume_id": "5d585b27-03e7-45e5-9c50-e3126537168e", "device": "/dev/vdb", "id": "5d585b27-03e7-45e5-9c50-e3126537168e"}], "links": [{"href": "http://172.30.9.21:8776/v3/de8778588f904f9193b8ec21172b8053/volumes/5d585b27-03e7-45e5-9c50-e3126537168e", "rel": "self"}, {"href": "http://172.30.9.21:8776/de8778588f904f9193b8ec21172b8053/volumes/5d585b27-03e7-45e5-9c50-e3126537168e", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-01T03:38:09.000000", "description": null, "os-vol-tenant-attr:tenant_id": "de8778588f904f9193b8ec21172b8053", "updated_at": "2018-08-01T03:38:37.000000", "volume_type": null, "name": "cinder_test-volume_c7531e37-a506-45d4-aa98-2b5ca41f83a4", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "5d585b27-03e7-45e5-9c50-e3126537168e", "size": 2}]} 2018-08-01 03:38:39,066 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/de8778588f904f9193b8ec21172b8053/volumes/detail used request id req-6bd383db-162a-4f8c-9d35-502c6e256468 2018-08-01 03:38:39,066 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.986541986465s 2018-08-01 03:38:39,066 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/de8778588f904f9193b8ec21172b8053/volumes/detail used request id req-6bd383db-162a-4f8c-9d35-502c6e256468 2018-08-01 03:38:39,069 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-01 03:38:39,070 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-08-01 03:38:39,070 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-01 03:38:39,071 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-01 03:38:39,138 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-01 03:38:39,139 - functest.opnfv_tests.openstack.cinder.cinder_test - DEBUG - ssh: 2018-08-01 03:38:39,140 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-01 03:38:39,141 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-01 03:38:39,177 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32759 bytes 2018-08-01 03:38:39,177 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-01 03:38:39,205 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-01 03:38:39,388 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-01 03:38:39,388 - 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: 5e282771-816e-4847-afb5-494ef368d15b 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-01 03:38:39,388 - functest.opnfv_tests.openstack.cinder.cinder_test - DEBUG - volume_write stderr: mke2fs 1.42.12 (29-Aug-2014) 2018-08-01 03:38:39,389 - functest.opnfv_tests.openstack.cinder.cinder_test - INFO - Detach volume from VM 1 2018-08-01 03:38:39,389 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-01 03:38:39,390 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers.os-volume_attachments 2018-08-01 03:38:39,394 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:8774/v2.1/servers/e7effbd1-08e1-4686-90e1-136618f2d74d/os-volume_attachments/5d585b27-03e7-45e5-9c50-e3126537168e -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f1bcce10d21cd44128d94c9eb10354b63b970dc1" 2018-08-01 03:38:41,735 - keystoneauth.session - DEBUG - RESP: [202] Date: Wed, 01 Aug 2018 03:38: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-5ed40602-1e81-4e62-ab8d-a546a9116cdf x-compute-request-id: req-5ed40602-1e81-4e62-ab8d-a546a9116cdf Content-Length: 0 Content-Type: application/json 2018-08-01 03:38:41,735 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/servers/e7effbd1-08e1-4686-90e1-136618f2d74d/os-volume_attachments/5d585b27-03e7-45e5-9c50-e3126537168e used request id req-5ed40602-1e81-4e62-ab8d-a546a9116cdf 2018-08-01 03:38:41,735 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers.os-volume_attachments in 2.34507989883s 2018-08-01 03:38:41,735 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/servers/e7effbd1-08e1-4686-90e1-136618f2d74d/os-volume_attachments/5d585b27-03e7-45e5-9c50-e3126537168e used request id req-5ed40602-1e81-4e62-ab8d-a546a9116cdf 2018-08-01 03:38:41,736 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-01 03:38:41,738 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8776/v3/de8778588f904f9193b8ec21172b8053/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}f1bcce10d21cd44128d94c9eb10354b63b970dc1" 2018-08-01 03:38:41,804 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 03:38:41 GMT Server: Apache x-compute-request-id: req-65be2b77-e6c8-4846-ae60-f774ade3d204 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-65be2b77-e6c8-4846-ae60-f774ade3d204 Content-Encoding: gzip Content-Length: 566 Content-Type: application/json RESP BODY: {"volumes": [{"status": "detaching", "user_id": "c8c63bd05cdb46eaaf256998e8690a52", "attachments": [{"server_id": "e7effbd1-08e1-4686-90e1-136618f2d74d", "attachment_id": "ff740e93-5327-4632-8061-ea369a581e2c", "attached_at": "2018-08-01T03:38:36.000000", "host_name": "overcloud-novacompute-0.opnfvlf.org", "volume_id": "5d585b27-03e7-45e5-9c50-e3126537168e", "device": "/dev/vdb", "id": "5d585b27-03e7-45e5-9c50-e3126537168e"}], "links": [{"href": "http://172.30.9.21:8776/v3/de8778588f904f9193b8ec21172b8053/volumes/5d585b27-03e7-45e5-9c50-e3126537168e", "rel": "self"}, {"href": "http://172.30.9.21:8776/de8778588f904f9193b8ec21172b8053/volumes/5d585b27-03e7-45e5-9c50-e3126537168e", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-01T03:38:09.000000", "description": null, "os-vol-tenant-attr:tenant_id": "de8778588f904f9193b8ec21172b8053", "updated_at": "2018-08-01T03:38:41.000000", "volume_type": null, "name": "cinder_test-volume_c7531e37-a506-45d4-aa98-2b5ca41f83a4", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "5d585b27-03e7-45e5-9c50-e3126537168e", "size": 2}]} 2018-08-01 03:38:41,805 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/de8778588f904f9193b8ec21172b8053/volumes/detail used request id req-65be2b77-e6c8-4846-ae60-f774ade3d204 2018-08-01 03:38:41,805 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.0687279701233s 2018-08-01 03:38:41,805 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/de8778588f904f9193b8ec21172b8053/volumes/detail used request id req-65be2b77-e6c8-4846-ae60-f774ade3d204 2018-08-01 03:38:41,806 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-01 03:38:43,809 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-01 03:38:43,812 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8776/v3/de8778588f904f9193b8ec21172b8053/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}f1bcce10d21cd44128d94c9eb10354b63b970dc1" 2018-08-01 03:38:44,750 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 03:38:43 GMT Server: Apache x-compute-request-id: req-419927aa-9e27-43be-bac1-efd75d3fe32e OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-419927aa-9e27-43be-bac1-efd75d3fe32e Content-Encoding: gzip Content-Length: 450 Content-Type: application/json RESP BODY: {"volumes": [{"status": "available", "user_id": "c8c63bd05cdb46eaaf256998e8690a52", "attachments": [], "links": [{"href": "http://172.30.9.21:8776/v3/de8778588f904f9193b8ec21172b8053/volumes/5d585b27-03e7-45e5-9c50-e3126537168e", "rel": "self"}, {"href": "http://172.30.9.21:8776/de8778588f904f9193b8ec21172b8053/volumes/5d585b27-03e7-45e5-9c50-e3126537168e", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-01T03:38:09.000000", "description": null, "os-vol-tenant-attr:tenant_id": "de8778588f904f9193b8ec21172b8053", "updated_at": "2018-08-01T03:38:43.000000", "volume_type": null, "name": "cinder_test-volume_c7531e37-a506-45d4-aa98-2b5ca41f83a4", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "5d585b27-03e7-45e5-9c50-e3126537168e", "size": 2}]} 2018-08-01 03:38:44,750 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/de8778588f904f9193b8ec21172b8053/volumes/detail used request id req-419927aa-9e27-43be-bac1-efd75d3fe32e 2018-08-01 03:38:44,750 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.94090294838s 2018-08-01 03:38:44,751 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/de8778588f904f9193b8ec21172b8053/volumes/detail used request id req-419927aa-9e27-43be-bac1-efd75d3fe32e 2018-08-01 03:38:44,752 - functest.opnfv_tests.openstack.cinder.cinder_test - INFO - Attach volume to VM 2 2018-08-01 03:38:44,752 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.os-volume_attachments 2018-08-01 03:38:44,755 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/servers/3776813a-53b4-4867-8d03-a8e690b8c913/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}f1bcce10d21cd44128d94c9eb10354b63b970dc1" -d '{"volumeAttachment": {"volumeId": "5d585b27-03e7-45e5-9c50-e3126537168e"}}' 2018-08-01 03:38:47,293 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 03:38:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e6092a0c-ab2b-4ccc-8570-ad3ce7405266 x-compute-request-id: req-e6092a0c-ab2b-4ccc-8570-ad3ce7405266 Content-Encoding: gzip Content-Length: 147 Content-Type: application/json RESP BODY: {"volumeAttachment": {"device": "/dev/vdb", "serverId": "3776813a-53b4-4867-8d03-a8e690b8c913", "id": "5d585b27-03e7-45e5-9c50-e3126537168e", "volumeId": "5d585b27-03e7-45e5-9c50-e3126537168e"}} 2018-08-01 03:38:47,293 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/3776813a-53b4-4867-8d03-a8e690b8c913/os-volume_attachments used request id req-e6092a0c-ab2b-4ccc-8570-ad3ce7405266 2018-08-01 03:38:47,293 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.os-volume_attachments in 2.54063010216s 2018-08-01 03:38:47,293 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/3776813a-53b4-4867-8d03-a8e690b8c913/os-volume_attachments used request id req-e6092a0c-ab2b-4ccc-8570-ad3ce7405266 2018-08-01 03:38:47,294 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-01 03:38:47,297 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8776/v3/de8778588f904f9193b8ec21172b8053/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}f1bcce10d21cd44128d94c9eb10354b63b970dc1" 2018-08-01 03:38:47,357 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 03:38:47 GMT Server: Apache x-compute-request-id: req-ec93fe58-263a-49ed-bc05-c21870a2f156 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-ec93fe58-263a-49ed-bc05-c21870a2f156 Content-Encoding: gzip Content-Length: 451 Content-Type: application/json RESP BODY: {"volumes": [{"status": "reserved", "user_id": "c8c63bd05cdb46eaaf256998e8690a52", "attachments": [], "links": [{"href": "http://172.30.9.21:8776/v3/de8778588f904f9193b8ec21172b8053/volumes/5d585b27-03e7-45e5-9c50-e3126537168e", "rel": "self"}, {"href": "http://172.30.9.21:8776/de8778588f904f9193b8ec21172b8053/volumes/5d585b27-03e7-45e5-9c50-e3126537168e", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-01T03:38:09.000000", "description": null, "os-vol-tenant-attr:tenant_id": "de8778588f904f9193b8ec21172b8053", "updated_at": "2018-08-01T03:38:47.000000", "volume_type": null, "name": "cinder_test-volume_c7531e37-a506-45d4-aa98-2b5ca41f83a4", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "5d585b27-03e7-45e5-9c50-e3126537168e", "size": 2}]} 2018-08-01 03:38:47,357 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/de8778588f904f9193b8ec21172b8053/volumes/detail used request id req-ec93fe58-263a-49ed-bc05-c21870a2f156 2018-08-01 03:38:47,358 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.0633988380432s 2018-08-01 03:38:47,358 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/de8778588f904f9193b8ec21172b8053/volumes/detail used request id req-ec93fe58-263a-49ed-bc05-c21870a2f156 2018-08-01 03:38:47,359 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-01 03:38:49,362 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-01 03:38:49,365 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8776/v3/de8778588f904f9193b8ec21172b8053/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}f1bcce10d21cd44128d94c9eb10354b63b970dc1" 2018-08-01 03:38:49,430 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 03:38:49 GMT Server: Apache x-compute-request-id: req-50b23d42-ec96-47e2-9b90-6315e0ea38ad OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-50b23d42-ec96-47e2-9b90-6315e0ea38ad Content-Encoding: gzip Content-Length: 451 Content-Type: application/json RESP BODY: {"volumes": [{"status": "reserved", "user_id": "c8c63bd05cdb46eaaf256998e8690a52", "attachments": [], "links": [{"href": "http://172.30.9.21:8776/v3/de8778588f904f9193b8ec21172b8053/volumes/5d585b27-03e7-45e5-9c50-e3126537168e", "rel": "self"}, {"href": "http://172.30.9.21:8776/de8778588f904f9193b8ec21172b8053/volumes/5d585b27-03e7-45e5-9c50-e3126537168e", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-01T03:38:09.000000", "description": null, "os-vol-tenant-attr:tenant_id": "de8778588f904f9193b8ec21172b8053", "updated_at": "2018-08-01T03:38:47.000000", "volume_type": null, "name": "cinder_test-volume_c7531e37-a506-45d4-aa98-2b5ca41f83a4", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "5d585b27-03e7-45e5-9c50-e3126537168e", "size": 2}]} 2018-08-01 03:38:49,430 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/de8778588f904f9193b8ec21172b8053/volumes/detail used request id req-50b23d42-ec96-47e2-9b90-6315e0ea38ad 2018-08-01 03:38:49,430 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.067932844162s 2018-08-01 03:38:49,430 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/de8778588f904f9193b8ec21172b8053/volumes/detail used request id req-50b23d42-ec96-47e2-9b90-6315e0ea38ad 2018-08-01 03:38:49,432 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-01 03:38:51,433 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-01 03:38:51,436 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8776/v3/de8778588f904f9193b8ec21172b8053/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}f1bcce10d21cd44128d94c9eb10354b63b970dc1" 2018-08-01 03:38:51,505 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 03:38:51 GMT Server: Apache x-compute-request-id: req-d2080e16-cdf6-4ab7-bc5d-3effe555789f OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-d2080e16-cdf6-4ab7-bc5d-3effe555789f Content-Encoding: gzip Content-Length: 563 Content-Type: application/json RESP BODY: {"volumes": [{"status": "in-use", "user_id": "c8c63bd05cdb46eaaf256998e8690a52", "attachments": [{"server_id": "3776813a-53b4-4867-8d03-a8e690b8c913", "attachment_id": "22e86a58-aeac-42de-81c4-263dc3baef03", "attached_at": "2018-08-01T03:38:50.000000", "host_name": "overcloud-novacompute-1.opnfvlf.org", "volume_id": "5d585b27-03e7-45e5-9c50-e3126537168e", "device": "/dev/vdb", "id": "5d585b27-03e7-45e5-9c50-e3126537168e"}], "links": [{"href": "http://172.30.9.21:8776/v3/de8778588f904f9193b8ec21172b8053/volumes/5d585b27-03e7-45e5-9c50-e3126537168e", "rel": "self"}, {"href": "http://172.30.9.21:8776/de8778588f904f9193b8ec21172b8053/volumes/5d585b27-03e7-45e5-9c50-e3126537168e", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-01T03:38:09.000000", "description": null, "os-vol-tenant-attr:tenant_id": "de8778588f904f9193b8ec21172b8053", "updated_at": "2018-08-01T03:38:50.000000", "volume_type": null, "name": "cinder_test-volume_c7531e37-a506-45d4-aa98-2b5ca41f83a4", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "5d585b27-03e7-45e5-9c50-e3126537168e", "size": 2}]} 2018-08-01 03:38:51,505 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/de8778588f904f9193b8ec21172b8053/volumes/detail used request id req-d2080e16-cdf6-4ab7-bc5d-3effe555789f 2018-08-01 03:38:51,506 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.0719480514526s 2018-08-01 03:38:51,506 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/de8778588f904f9193b8ec21172b8053/volumes/detail used request id req-d2080e16-cdf6-4ab7-bc5d-3effe555789f 2018-08-01 03:38:51,508 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-01 03:38:51,510 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-08-01 03:38:51,510 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-01 03:38:51,512 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-01 03:38:51,580 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-01 03:38:51,581 - functest.opnfv_tests.openstack.cinder.cinder_test - DEBUG - ssh: 2018-08-01 03:38:51,582 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-01 03:38:51,582 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-01 03:38:51,620 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32759 bytes 2018-08-01 03:38:51,620 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-01 03:38:51,647 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-01 03:38:51,668 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-01 03:38:51,668 - 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-01 03:38:51,669 - functest.opnfv_tests.openstack.cinder.cinder_test - DEBUG - read volume stderr: 2018-08-01 03:38:51,669 - functest.opnfv_tests.openstack.cinder.cinder_test - INFO - Detach volume from VM 2 2018-08-01 03:38:51,670 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers.os-volume_attachments 2018-08-01 03:38:51,670 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-01 03:38:51,674 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:8774/v2.1/servers/3776813a-53b4-4867-8d03-a8e690b8c913/os-volume_attachments/5d585b27-03e7-45e5-9c50-e3126537168e -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f1bcce10d21cd44128d94c9eb10354b63b970dc1" 2018-08-01 03:38:53,124 - keystoneauth.session - DEBUG - RESP: [202] Date: Wed, 01 Aug 2018 03:38: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-cbe8339f-cc7a-4142-8066-d4a686526707 x-compute-request-id: req-cbe8339f-cc7a-4142-8066-d4a686526707 Content-Length: 0 Content-Type: application/json 2018-08-01 03:38:53,124 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/servers/3776813a-53b4-4867-8d03-a8e690b8c913/os-volume_attachments/5d585b27-03e7-45e5-9c50-e3126537168e used request id req-cbe8339f-cc7a-4142-8066-d4a686526707 2018-08-01 03:38:53,125 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers.os-volume_attachments in 1.45420098305s 2018-08-01 03:38:53,125 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/servers/3776813a-53b4-4867-8d03-a8e690b8c913/os-volume_attachments/5d585b27-03e7-45e5-9c50-e3126537168e used request id req-cbe8339f-cc7a-4142-8066-d4a686526707 2018-08-01 03:38:53,125 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-01 03:38:53,128 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8776/v3/de8778588f904f9193b8ec21172b8053/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}f1bcce10d21cd44128d94c9eb10354b63b970dc1" 2018-08-01 03:38:54,049 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 03:38:53 GMT Server: Apache x-compute-request-id: req-2c681359-ce18-425c-b1e3-6261ab02412d OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-2c681359-ce18-425c-b1e3-6261ab02412d Content-Encoding: gzip Content-Length: 449 Content-Type: application/json RESP BODY: {"volumes": [{"status": "available", "user_id": "c8c63bd05cdb46eaaf256998e8690a52", "attachments": [], "links": [{"href": "http://172.30.9.21:8776/v3/de8778588f904f9193b8ec21172b8053/volumes/5d585b27-03e7-45e5-9c50-e3126537168e", "rel": "self"}, {"href": "http://172.30.9.21:8776/de8778588f904f9193b8ec21172b8053/volumes/5d585b27-03e7-45e5-9c50-e3126537168e", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-01T03:38:09.000000", "description": null, "os-vol-tenant-attr:tenant_id": "de8778588f904f9193b8ec21172b8053", "updated_at": "2018-08-01T03:38:53.000000", "volume_type": null, "name": "cinder_test-volume_c7531e37-a506-45d4-aa98-2b5ca41f83a4", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "5d585b27-03e7-45e5-9c50-e3126537168e", "size": 2}]} 2018-08-01 03:38:54,049 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/de8778588f904f9193b8ec21172b8053/volumes/detail used request id req-2c681359-ce18-425c-b1e3-6261ab02412d 2018-08-01 03:38:54,049 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.923933982849s 2018-08-01 03:38:54,050 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/de8778588f904f9193b8ec21172b8053/volumes/detail used request id req-2c681359-ce18-425c-b1e3-6261ab02412d 2018-08-01 03:38:54,165 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-01 03:38:54,165 - xtesting.ci.run_tests - INFO - Test result: +---------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +---------------------+------------------+------------------+----------------+ | cinder_test | functest | 01:17 | PASS | +---------------------+------------------+------------------+----------------+ 2018-08-01 03:38:54,171 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-08-01 03:38:54,173 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:8774/v2.1/servers/3776813a-53b4-4867-8d03-a8e690b8c913 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f1bcce10d21cd44128d94c9eb10354b63b970dc1" 2018-08-01 03:38:54,298 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 01 Aug 2018 03:38:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-aa05c2a0-a81f-46d2-8ab5-268551a9f0bc x-compute-request-id: req-aa05c2a0-a81f-46d2-8ab5-268551a9f0bc Content-Type: application/json 2018-08-01 03:38:54,298 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/servers/3776813a-53b4-4867-8d03-a8e690b8c913 used request id req-aa05c2a0-a81f-46d2-8ab5-268551a9f0bc 2018-08-01 03:38:54,298 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.127598047256s 2018-08-01 03:38:54,298 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/servers/3776813a-53b4-4867-8d03-a8e690b8c913 used request id req-aa05c2a0-a81f-46d2-8ab5-268551a9f0bc 2018-08-01 03:38:54,299 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-01 03:38:54,301 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f1bcce10d21cd44128d94c9eb10354b63b970dc1" 2018-08-01 03:38:54,918 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 03:38:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b419fc08-1b4e-4d8d-b30b-26fa56cea224 x-compute-request-id: req-b419fc08-1b4e-4d8d-b30b-26fa56cea224 Content-Encoding: gzip Content-Length: 903 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_c7531e37-a506-45d4-aa98-2b5ca41f83a4": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b0:21:a8", "version": 4, "addr": "192.168.120.28", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b0:21:a8", "version": 4, "addr": "172.30.9.218", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/e7effbd1-08e1-4686-90e1-136618f2d74d", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/e7effbd1-08e1-4686-90e1-136618f2d74d", "rel": "bookmark"}], "image": {"id": "6f6dacf5-8dd3-4d35-8a49-e526f32063a3", "links": [{"href": "http://172.30.9.21:8774/images/6f6dacf5-8dd3-4d35-8a49-e526f32063a3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-01T03:38:25.000000", "flavor": {"id": "ac5c709b-66d1-43a5-878e-6f3e6dfe7050", "links": [{"href": "http://172.30.9.21:8774/flavors/ac5c709b-66d1-43a5-878e-6f3e6dfe7050", "rel": "bookmark"}]}, "id": "e7effbd1-08e1-4686-90e1-136618f2d74d", "security_groups": [{"name": "cinder_test-sg_c7531e37-a506-45d4-aa98-2b5ca41f83a4"}], "user_id": "c8c63bd05cdb46eaaf256998e8690a52", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-01T03:38:25Z", "hostId": "0e84f15ba05fe38a1e31db20668c3425b89943eda76c6d38152106f4", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_c7531e37-a506-45d4-aa98-2b5ca41f83a4", "name": "cinder_test-vm_c7531e37-a506-45d4-aa98-2b5ca41f83a4", "created": "2018-08-01T03:38:17Z", "tenant_id": "de8778588f904f9193b8ec21172b8053", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": "deleting", "addresses": {"cinder_test-net_c7531e37-a506-45d4-aa98-2b5ca41f83a4": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:55:ef:1e", "version": 4, "addr": "192.168.120.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:55:ef:1e", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/3776813a-53b4-4867-8d03-a8e690b8c913", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/3776813a-53b4-4867-8d03-a8e690b8c913", "rel": "bookmark"}], "image": {"id": "6f6dacf5-8dd3-4d35-8a49-e526f32063a3", "links": [{"href": "http://172.30.9.21:8774/images/6f6dacf5-8dd3-4d35-8a49-e526f32063a3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-01T03:38:01.000000", "flavor": {"id": "ac5c709b-66d1-43a5-878e-6f3e6dfe7050", "links": [{"href": "http://172.30.9.21:8774/flavors/ac5c709b-66d1-43a5-878e-6f3e6dfe7050", "rel": "bookmark"}]}, "id": "3776813a-53b4-4867-8d03-a8e690b8c913", "security_groups": [{"name": "cinder_test-sg_c7531e37-a506-45d4-aa98-2b5ca41f83a4"}], "user_id": "c8c63bd05cdb46eaaf256998e8690a52", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-01T03:38:54Z", "hostId": "0dc8b623bc5e5e2f2925d4a0868262e16dc59235a3106896dba82669", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_c7531e37-a506-45d4-aa98-2b5ca41f83a4", "name": "cinder_test-vm2_c7531e37-a506-45d4-aa98-2b5ca41f83a4", "created": "2018-08-01T03:37:52Z", "tenant_id": "de8778588f904f9193b8ec21172b8053", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-01 03:38:54,919 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-b419fc08-1b4e-4d8d-b30b-26fa56cea224 2018-08-01 03:38:54,919 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.619693994522s 2018-08-01 03:38:54,919 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-b419fc08-1b4e-4d8d-b30b-26fa56cea224 2018-08-01 03:38:54,922 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-01 03:38:56,924 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-01 03:38:56,927 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f1bcce10d21cd44128d94c9eb10354b63b970dc1" 2018-08-01 03:38:57,640 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 03:38:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-fb8e88fe-fcc7-46ed-aabf-80c6ebeeafb9 x-compute-request-id: req-fb8e88fe-fcc7-46ed-aabf-80c6ebeeafb9 Content-Encoding: gzip Content-Length: 764 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_c7531e37-a506-45d4-aa98-2b5ca41f83a4": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b0:21:a8", "version": 4, "addr": "192.168.120.28", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b0:21:a8", "version": 4, "addr": "172.30.9.218", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/e7effbd1-08e1-4686-90e1-136618f2d74d", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/e7effbd1-08e1-4686-90e1-136618f2d74d", "rel": "bookmark"}], "image": {"id": "6f6dacf5-8dd3-4d35-8a49-e526f32063a3", "links": [{"href": "http://172.30.9.21:8774/images/6f6dacf5-8dd3-4d35-8a49-e526f32063a3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-01T03:38:25.000000", "flavor": {"id": "ac5c709b-66d1-43a5-878e-6f3e6dfe7050", "links": [{"href": "http://172.30.9.21:8774/flavors/ac5c709b-66d1-43a5-878e-6f3e6dfe7050", "rel": "bookmark"}]}, "id": "e7effbd1-08e1-4686-90e1-136618f2d74d", "security_groups": [{"name": "cinder_test-sg_c7531e37-a506-45d4-aa98-2b5ca41f83a4"}], "user_id": "c8c63bd05cdb46eaaf256998e8690a52", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-01T03:38:25Z", "hostId": "0e84f15ba05fe38a1e31db20668c3425b89943eda76c6d38152106f4", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_c7531e37-a506-45d4-aa98-2b5ca41f83a4", "name": "cinder_test-vm_c7531e37-a506-45d4-aa98-2b5ca41f83a4", "created": "2018-08-01T03:38:17Z", "tenant_id": "de8778588f904f9193b8ec21172b8053", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-01 03:38:57,640 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-fb8e88fe-fcc7-46ed-aabf-80c6ebeeafb9 2018-08-01 03:38:57,640 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.71579003334s 2018-08-01 03:38:57,641 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-fb8e88fe-fcc7-46ed-aabf-80c6ebeeafb9 2018-08-01 03:38:57,645 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-08-01 03:38:57,646 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/floatingips/07db974f-a40c-4c32-a4c7-5161b6a393aa.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f1bcce10d21cd44128d94c9eb10354b63b970dc1" 2018-08-01 03:38:58,416 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-2123955f-9882-4182-8e6a-455c498cf9ad Content-Length: 0 Date: Wed, 01 Aug 2018 03:38:58 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-01 03:38:58,416 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/floatingips/07db974f-a40c-4c32-a4c7-5161b6a393aa.json used request id req-2123955f-9882-4182-8e6a-455c498cf9ad 2018-08-01 03:38:58,416 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 0.771297931671s 2018-08-01 03:38:58,417 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/floatingips/07db974f-a40c-4c32-a4c7-5161b6a393aa.json used request id req-2123955f-9882-4182-8e6a-455c498cf9ad 2018-08-01 03:38:58,422 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-01 03:38:58,422 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}f1bcce10d21cd44128d94c9eb10354b63b970dc1" 2018-08-01 03:38:58,483 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 557 X-Openstack-Request-Id: req-017e5ea4-80a6-42e1-b127-456ab74f8ef5 Date: Wed, 01 Aug 2018 03:38:58 GMT RESP BODY: {"floatingips": [{"router_id": "f206ed79-f34c-4053-8ae8-b81bb80e0336", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-01T03:38:28Z", "floating_network_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "fixed_ip_address": "192.168.120.28", "floating_ip_address": "172.30.9.218", "revision_number": 0, "port_id": "d9e47faf-07d9-4d59-ba88-0eb862d7966e", "id": "8a488634-c496-4a9c-950c-ff314c1b67c7", "tenant_id": "de8778588f904f9193b8ec21172b8053", "created_at": "2018-08-01T03:38:28Z", "project_id": "de8778588f904f9193b8ec21172b8053"}]} 2018-08-01 03:38:58,483 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-017e5ea4-80a6-42e1-b127-456ab74f8ef5 2018-08-01 03:38:58,483 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.061087846756s 2018-08-01 03:38:58,483 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-017e5ea4-80a6-42e1-b127-456ab74f8ef5 2018-08-01 03:38:58,489 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-01 03:38:58,491 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8776/v3/de8778588f904f9193b8ec21172b8053/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}f1bcce10d21cd44128d94c9eb10354b63b970dc1" 2018-08-01 03:38:58,558 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 03:38:58 GMT Server: Apache x-compute-request-id: req-43bd24b4-51bb-4fee-89f0-6f96b94a04da OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-43bd24b4-51bb-4fee-89f0-6f96b94a04da Content-Encoding: gzip Content-Length: 449 Content-Type: application/json RESP BODY: {"volumes": [{"status": "available", "user_id": "c8c63bd05cdb46eaaf256998e8690a52", "attachments": [], "links": [{"href": "http://172.30.9.21:8776/v3/de8778588f904f9193b8ec21172b8053/volumes/5d585b27-03e7-45e5-9c50-e3126537168e", "rel": "self"}, {"href": "http://172.30.9.21:8776/de8778588f904f9193b8ec21172b8053/volumes/5d585b27-03e7-45e5-9c50-e3126537168e", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-01T03:38:09.000000", "description": null, "os-vol-tenant-attr:tenant_id": "de8778588f904f9193b8ec21172b8053", "updated_at": "2018-08-01T03:38:53.000000", "volume_type": null, "name": "cinder_test-volume_c7531e37-a506-45d4-aa98-2b5ca41f83a4", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "5d585b27-03e7-45e5-9c50-e3126537168e", "size": 2}]} 2018-08-01 03:38:58,558 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/de8778588f904f9193b8ec21172b8053/volumes/detail used request id req-43bd24b4-51bb-4fee-89f0-6f96b94a04da 2018-08-01 03:38:58,558 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.0689640045166s 2018-08-01 03:38:58,558 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/de8778588f904f9193b8ec21172b8053/volumes/detail used request id req-43bd24b4-51bb-4fee-89f0-6f96b94a04da 2018-08-01 03:38:58,560 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.DELETE.volumes 2018-08-01 03:38:58,563 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:8776/v3/de8778588f904f9193b8ec21172b8053/volumes/5d585b27-03e7-45e5-9c50-e3126537168e -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f1bcce10d21cd44128d94c9eb10354b63b970dc1" 2018-08-01 03:38:59,524 - keystoneauth.session - DEBUG - RESP: [202] Date: Wed, 01 Aug 2018 03:38:58 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-5befb376-51ed-4e90-a52c-a109d32e04e7 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-01 03:38:59,524 - keystoneauth.session - DEBUG - DELETE call to volumev3 for http://172.30.9.21:8776/v3/de8778588f904f9193b8ec21172b8053/volumes/5d585b27-03e7-45e5-9c50-e3126537168e used request id req-5befb376-51ed-4e90-a52c-a109d32e04e7 2018-08-01 03:38:59,525 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.DELETE.volumes in 0.964251041412s 2018-08-01 03:38:59,525 - shade.request_ids - DEBUG - DELETE call to volumev3 for http://172.30.9.21:8776/v3/de8778588f904f9193b8ec21172b8053/volumes/5d585b27-03e7-45e5-9c50-e3126537168e used request id req-5befb376-51ed-4e90-a52c-a109d32e04e7 2018-08-01 03:38:59,525 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-01 03:38:59,528 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8776/v3/de8778588f904f9193b8ec21172b8053/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}f1bcce10d21cd44128d94c9eb10354b63b970dc1" 2018-08-01 03:38:59,588 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 03:38:59 GMT Server: Apache x-compute-request-id: req-335886fb-aded-4900-a6a7-fc7fbfdfa05c OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-335886fb-aded-4900-a6a7-fc7fbfdfa05c Content-Encoding: gzip Content-Length: 451 Content-Type: application/json RESP BODY: {"volumes": [{"status": "deleting", "user_id": "c8c63bd05cdb46eaaf256998e8690a52", "attachments": [], "links": [{"href": "http://172.30.9.21:8776/v3/de8778588f904f9193b8ec21172b8053/volumes/5d585b27-03e7-45e5-9c50-e3126537168e", "rel": "self"}, {"href": "http://172.30.9.21:8776/de8778588f904f9193b8ec21172b8053/volumes/5d585b27-03e7-45e5-9c50-e3126537168e", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-01T03:38:09.000000", "description": null, "os-vol-tenant-attr:tenant_id": "de8778588f904f9193b8ec21172b8053", "updated_at": "2018-08-01T03:38:59.000000", "volume_type": null, "name": "cinder_test-volume_c7531e37-a506-45d4-aa98-2b5ca41f83a4", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "5d585b27-03e7-45e5-9c50-e3126537168e", "size": 2}]} 2018-08-01 03:38:59,588 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/de8778588f904f9193b8ec21172b8053/volumes/detail used request id req-335886fb-aded-4900-a6a7-fc7fbfdfa05c 2018-08-01 03:38:59,588 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.0626571178436s 2018-08-01 03:38:59,588 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/de8778588f904f9193b8ec21172b8053/volumes/detail used request id req-335886fb-aded-4900-a6a7-fc7fbfdfa05c 2018-08-01 03:38:59,590 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-01 03:39:01,592 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-01 03:39:01,596 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8776/v3/de8778588f904f9193b8ec21172b8053/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}f1bcce10d21cd44128d94c9eb10354b63b970dc1" 2018-08-01 03:39:01,647 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 03:39:01 GMT Server: Apache x-compute-request-id: req-9b100f0c-4e4f-4667-9f18-55b8eece2587 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-9b100f0c-4e4f-4667-9f18-55b8eece2587 Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-08-01 03:39:01,647 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/de8778588f904f9193b8ec21172b8053/volumes/detail used request id req-9b100f0c-4e4f-4667-9f18-55b8eece2587 2018-08-01 03:39:01,647 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.0545268058777s 2018-08-01 03:39:01,648 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/de8778588f904f9193b8ec21172b8053/volumes/detail used request id req-9b100f0c-4e4f-4667-9f18-55b8eece2587 2018-08-01 03:39:01,651 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-08-01 03:39:01,651 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/floatingips/8a488634-c496-4a9c-950c-ff314c1b67c7.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f1bcce10d21cd44128d94c9eb10354b63b970dc1" 2018-08-01 03:39:02,835 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-4aa43776-89fa-40f7-8101-030af28ef2dc Content-Length: 0 Date: Wed, 01 Aug 2018 03:39:02 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-01 03:39:02,835 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/floatingips/8a488634-c496-4a9c-950c-ff314c1b67c7.json used request id req-4aa43776-89fa-40f7-8101-030af28ef2dc 2018-08-01 03:39:02,835 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 1.18466687202s 2018-08-01 03:39:02,836 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/floatingips/8a488634-c496-4a9c-950c-ff314c1b67c7.json used request id req-4aa43776-89fa-40f7-8101-030af28ef2dc 2018-08-01 03:39:02,841 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-01 03:39:02,842 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}f1bcce10d21cd44128d94c9eb10354b63b970dc1" 2018-08-01 03:39:02,889 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-dc6af75a-562c-4ae7-b1ff-ddb3e3cecf73 Date: Wed, 01 Aug 2018 03:39:02 GMT RESP BODY: {"floatingips": []} 2018-08-01 03:39:02,889 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-dc6af75a-562c-4ae7-b1ff-ddb3e3cecf73 2018-08-01 03:39:02,889 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0481061935425s 2018-08-01 03:39:02,890 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-dc6af75a-562c-4ae7-b1ff-ddb3e3cecf73 2018-08-01 03:39:02,891 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-08-01 03:39:02,893 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:8774/v2.1/servers/e7effbd1-08e1-4686-90e1-136618f2d74d -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f1bcce10d21cd44128d94c9eb10354b63b970dc1" 2018-08-01 03:39:03,071 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 01 Aug 2018 03:39:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-208c1275-e47b-4e7d-87ed-460b371c492f x-compute-request-id: req-208c1275-e47b-4e7d-87ed-460b371c492f Content-Type: application/json 2018-08-01 03:39:03,071 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/servers/e7effbd1-08e1-4686-90e1-136618f2d74d used request id req-208c1275-e47b-4e7d-87ed-460b371c492f 2018-08-01 03:39:03,072 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.18079996109s 2018-08-01 03:39:03,072 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/servers/e7effbd1-08e1-4686-90e1-136618f2d74d used request id req-208c1275-e47b-4e7d-87ed-460b371c492f 2018-08-01 03:39:03,072 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-01 03:39:03,076 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f1bcce10d21cd44128d94c9eb10354b63b970dc1" 2018-08-01 03:39:04,014 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 03:39:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-76b48bb5-63fa-4191-ba4b-da05f8aac6e6 x-compute-request-id: req-76b48bb5-63fa-4191-ba4b-da05f8aac6e6 Content-Encoding: gzip Content-Length: 770 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"cinder_test-net_c7531e37-a506-45d4-aa98-2b5ca41f83a4": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b0:21:a8", "version": 4, "addr": "192.168.120.28", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b0:21:a8", "version": 4, "addr": "172.30.9.218", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/e7effbd1-08e1-4686-90e1-136618f2d74d", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/e7effbd1-08e1-4686-90e1-136618f2d74d", "rel": "bookmark"}], "image": {"id": "6f6dacf5-8dd3-4d35-8a49-e526f32063a3", "links": [{"href": "http://172.30.9.21:8774/images/6f6dacf5-8dd3-4d35-8a49-e526f32063a3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-01T03:38:25.000000", "flavor": {"id": "ac5c709b-66d1-43a5-878e-6f3e6dfe7050", "links": [{"href": "http://172.30.9.21:8774/flavors/ac5c709b-66d1-43a5-878e-6f3e6dfe7050", "rel": "bookmark"}]}, "id": "e7effbd1-08e1-4686-90e1-136618f2d74d", "security_groups": [{"name": "cinder_test-sg_c7531e37-a506-45d4-aa98-2b5ca41f83a4"}], "user_id": "c8c63bd05cdb46eaaf256998e8690a52", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-01T03:39:02Z", "hostId": "0e84f15ba05fe38a1e31db20668c3425b89943eda76c6d38152106f4", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_c7531e37-a506-45d4-aa98-2b5ca41f83a4", "name": "cinder_test-vm_c7531e37-a506-45d4-aa98-2b5ca41f83a4", "created": "2018-08-01T03:38:17Z", "tenant_id": "de8778588f904f9193b8ec21172b8053", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-01 03:39:04,014 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-76b48bb5-63fa-4191-ba4b-da05f8aac6e6 2018-08-01 03:39:04,014 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.941437959671s 2018-08-01 03:39:04,014 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-76b48bb5-63fa-4191-ba4b-da05f8aac6e6 2018-08-01 03:39:04,016 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-01 03:39:06,019 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-01 03:39:06,022 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f1bcce10d21cd44128d94c9eb10354b63b970dc1" 2018-08-01 03:39:06,104 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 03:39:06 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-f11f4b77-8ec5-4940-a1fd-98cf22aad14d x-compute-request-id: req-f11f4b77-8ec5-4940-a1fd-98cf22aad14d Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-08-01 03:39:06,104 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-f11f4b77-8ec5-4940-a1fd-98cf22aad14d 2018-08-01 03:39:06,104 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.08513712883s 2018-08-01 03:39:06,105 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-f11f4b77-8ec5-4940-a1fd-98cf22aad14d 2018-08-01 03:39:06,108 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-01 03:39:06,108 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}f1bcce10d21cd44128d94c9eb10354b63b970dc1" 2018-08-01 03:39:06,161 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4835 X-Openstack-Request-Id: req-99de917a-9803-42d3-a8a8-291b060a8633 Date: Wed, 01 Aug 2018 03:39:06 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (cinder_test)", "tags": [], "tenant_id": "de8778588f904f9193b8ec21172b8053", "created_at": "2018-08-01T03:37:46Z", "updated_at": "2018-08-01T03:37:47Z", "security_group_rules": [{"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-01T03:37:47Z", "revision_number": 0, "id": "37499a97-4fb0-463b-8395-861b5faa2e15", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-01T03:37:47Z", "security_group_id": "aed9e7c0-54ce-4017-ae64-d4fc7fd61f0b", "tenant_id": "de8778588f904f9193b8ec21172b8053", "port_range_min": null, "ethertype": "IPv4", "project_id": "de8778588f904f9193b8ec21172b8053"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-01T03:37:46Z", "revision_number": 0, "id": "62494090-3469-4f1c-9e50-910cb3762cd8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-01T03:37:46Z", "security_group_id": "aed9e7c0-54ce-4017-ae64-d4fc7fd61f0b", "tenant_id": "de8778588f904f9193b8ec21172b8053", "port_range_min": null, "ethertype": "IPv4", "project_id": "de8778588f904f9193b8ec21172b8053"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-01T03:37:46Z", "revision_number": 0, "id": "d3c86f17-9045-47e9-9355-3f9a466a389f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-01T03:37:46Z", "security_group_id": "aed9e7c0-54ce-4017-ae64-d4fc7fd61f0b", "tenant_id": "de8778588f904f9193b8ec21172b8053", "port_range_min": null, "ethertype": "IPv6", "project_id": "de8778588f904f9193b8ec21172b8053"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-01T03:37:46Z", "revision_number": 0, "id": "e10f8f4f-2dea-4f13-9816-e4b7f7b4eff2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-01T03:37:46Z", "security_group_id": "aed9e7c0-54ce-4017-ae64-d4fc7fd61f0b", "tenant_id": "de8778588f904f9193b8ec21172b8053", "port_range_min": 22, "ethertype": "IPv4", "project_id": "de8778588f904f9193b8ec21172b8053"}], "revision_number": 3, "project_id": "de8778588f904f9193b8ec21172b8053", "id": "aed9e7c0-54ce-4017-ae64-d4fc7fd61f0b", "name": "cinder_test-sg_c7531e37-a506-45d4-aa98-2b5ca41f83a4"}, {"description": "Default security group", "tags": [], "tenant_id": "de8778588f904f9193b8ec21172b8053", "created_at": "2018-08-01T03:37:37Z", "updated_at": "2018-08-01T03:37:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-01T03:37:37Z", "revision_number": 0, "id": "00ae7cb1-a4db-4e42-8fbc-2fb987fcb4f9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-01T03:37:37Z", "security_group_id": "ec662805-d2fa-4633-a5e9-f9075db574cd", "tenant_id": "de8778588f904f9193b8ec21172b8053", "port_range_min": null, "ethertype": "IPv4", "project_id": "de8778588f904f9193b8ec21172b8053"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-01T03:37:37Z", "revision_number": 0, "id": "74e60435-11b3-439c-a70d-9c160b20a8ee", "remote_group_id": "ec662805-d2fa-4633-a5e9-f9075db574cd", "remote_ip_prefix": null, "created_at": "2018-08-01T03:37:37Z", "security_group_id": "ec662805-d2fa-4633-a5e9-f9075db574cd", "tenant_id": "de8778588f904f9193b8ec21172b8053", "port_range_min": null, "ethertype": "IPv4", "project_id": "de8778588f904f9193b8ec21172b8053"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-01T03:37:37Z", "revision_number": 0, "id": "afd6ffbe-51ea-4386-93be-c36ac1879ba9", "remote_group_id": "ec662805-d2fa-4633-a5e9-f9075db574cd", "remote_ip_prefix": null, "created_at": "2018-08-01T03:37:37Z", "security_group_id": "ec662805-d2fa-4633-a5e9-f9075db574cd", "tenant_id": "de8778588f904f9193b8ec21172b8053", "port_range_min": null, "ethertype": "IPv6", "project_id": "de8778588f904f9193b8ec21172b8053"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-01T03:37:37Z", "revision_number": 0, "id": "f89da864-b004-46d0-b093-e04c0abe0470", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-01T03:37:37Z", "security_group_id": "ec662805-d2fa-4633-a5e9-f9075db574cd", "tenant_id": "de8778588f904f9193b8ec21172b8053", "port_range_min": null, "ethertype": "IPv6", "project_id": "de8778588f904f9193b8ec21172b8053"}], "revision_number": 1, "project_id": "de8778588f904f9193b8ec21172b8053", "id": "ec662805-d2fa-4633-a5e9-f9075db574cd", "name": "default"}]} 2018-08-01 03:39:06,161 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-99de917a-9803-42d3-a8a8-291b060a8633 2018-08-01 03:39:06,161 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0535929203033s 2018-08-01 03:39:06,162 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-99de917a-9803-42d3-a8a8-291b060a8633 2018-08-01 03:39:06,165 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-08-01 03:39:06,166 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/security-groups/aed9e7c0-54ce-4017-ae64-d4fc7fd61f0b.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f1bcce10d21cd44128d94c9eb10354b63b970dc1" 2018-08-01 03:39:06,374 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-afdb659d-7172-42ff-a15d-8a28c464caef Content-Length: 0 Date: Wed, 01 Aug 2018 03:39:06 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-01 03:39:06,374 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/aed9e7c0-54ce-4017-ae64-d4fc7fd61f0b.json used request id req-afdb659d-7172-42ff-a15d-8a28c464caef 2018-08-01 03:39:06,374 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.208801984787s 2018-08-01 03:39:06,375 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/aed9e7c0-54ce-4017-ae64-d4fc7fd61f0b.json used request id req-afdb659d-7172-42ff-a15d-8a28c464caef 2018-08-01 03:39:06,375 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-08-01 03:39:06,378 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:8774/v2.1/os-keypairs/cinder_test-kp_c7531e37-a506-45d4-aa98-2b5ca41f83a4 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f1bcce10d21cd44128d94c9eb10354b63b970dc1" 2018-08-01 03:39:06,482 - keystoneauth.session - DEBUG - RESP: [202] Date: Wed, 01 Aug 2018 03:39:06 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-7807dbd6-9987-4b35-94a3-a79966f8e07b x-compute-request-id: req-7807dbd6-9987-4b35-94a3-a79966f8e07b Content-Length: 0 Content-Type: application/json 2018-08-01 03:39:06,483 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/os-keypairs/cinder_test-kp_c7531e37-a506-45d4-aa98-2b5ca41f83a4 used request id req-7807dbd6-9987-4b35-94a3-a79966f8e07b 2018-08-01 03:39:06,483 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.107484102249s 2018-08-01 03:39:06,483 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/os-keypairs/cinder_test-kp_c7531e37-a506-45d4-aa98-2b5ca41f83a4 used request id req-7807dbd6-9987-4b35-94a3-a79966f8e07b 2018-08-01 03:39:06,483 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-01 03:39:06,484 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9696/v2.0/routers/f206ed79-f34c-4053-8ae8-b81bb80e0336/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}f1bcce10d21cd44128d94c9eb10354b63b970dc1" -d '{"subnet_id": "13116302-3cf4-446b-8e67-6cb7d808307c"}' 2018-08-01 03:39:08,649 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-7d628558-6b45-4417-8e56-5a98de54eff1 Date: Wed, 01 Aug 2018 03:39:08 GMT RESP BODY: {"network_id": "8a760eae-ddc6-4b12-a5c7-a024e9374bb8", "tenant_id": "de8778588f904f9193b8ec21172b8053", "subnet_id": "13116302-3cf4-446b-8e67-6cb7d808307c", "subnet_ids": ["13116302-3cf4-446b-8e67-6cb7d808307c"], "port_id": "60aa4362-20b6-4272-a67e-a4a752fa7a13", "id": "f206ed79-f34c-4053-8ae8-b81bb80e0336"} 2018-08-01 03:39:08,649 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/f206ed79-f34c-4053-8ae8-b81bb80e0336/remove_router_interface.json used request id req-7d628558-6b45-4417-8e56-5a98de54eff1 2018-08-01 03:39:08,649 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 2.16548800468s 2018-08-01 03:39:08,649 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/f206ed79-f34c-4053-8ae8-b81bb80e0336/remove_router_interface.json used request id req-7d628558-6b45-4417-8e56-5a98de54eff1 returning object f206ed79-f34c-4053-8ae8-b81bb80e0336 2018-08-01 03:39:08,650 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-01 03:39:08,650 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}f1bcce10d21cd44128d94c9eb10354b63b970dc1" 2018-08-01 03:39:08,781 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 625 X-Openstack-Request-Id: req-8e89be28-8b5d-42f8-9e9f-53d7424d8d32 Date: Wed, 01 Aug 2018 03:39:08 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "e06facf3-a24e-40d5-a5ce-a0901a6e4875", "ip_address": "172.30.9.208"}]}, "description": "", "tags": [], "tenant_id": "de8778588f904f9193b8ec21172b8053", "created_at": "2018-08-01T03:37:39Z", "admin_state_up": true, "updated_at": "2018-08-01T03:39:07Z", "revision_number": 4, "routes": [], "project_id": "de8778588f904f9193b8ec21172b8053", "id": "f206ed79-f34c-4053-8ae8-b81bb80e0336", "name": "cinder_test-router_c7531e37-a506-45d4-aa98-2b5ca41f83a4"}]} 2018-08-01 03:39:08,781 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-8e89be28-8b5d-42f8-9e9f-53d7424d8d32 2018-08-01 03:39:08,781 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.131355047226s 2018-08-01 03:39:08,782 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-8e89be28-8b5d-42f8-9e9f-53d7424d8d32 2018-08-01 03:39:08,783 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-01 03:39:08,783 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/routers/f206ed79-f34c-4053-8ae8-b81bb80e0336.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f1bcce10d21cd44128d94c9eb10354b63b970dc1" 2018-08-01 03:39:10,450 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-aada7a91-8621-4b65-a1db-7cc34084ff89 Content-Length: 0 Date: Wed, 01 Aug 2018 03:39:10 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-01 03:39:10,450 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/routers/f206ed79-f34c-4053-8ae8-b81bb80e0336.json used request id req-aada7a91-8621-4b65-a1db-7cc34084ff89 2018-08-01 03:39:10,450 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.66735887527s 2018-08-01 03:39:10,451 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/routers/f206ed79-f34c-4053-8ae8-b81bb80e0336.json used request id req-aada7a91-8621-4b65-a1db-7cc34084ff89 2018-08-01 03:39:10,451 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-01 03:39:10,452 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}f1bcce10d21cd44128d94c9eb10354b63b970dc1" 2018-08-01 03:39:10,506 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-c3366a3b-0789-444d-b7f5-b0a9b4831f44 Date: Wed, 01 Aug 2018 03:39:10 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8a760eae-ddc6-4b12-a5c7-a024e9374bb8","tenant_id":"de8778588f904f9193b8ec21172b8053","created_at":"2018-08-01T03:37:38Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-01T03:37:38Z","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":"de8778588f904f9193b8ec21172b8053","id":"13116302-3cf4-446b-8e67-6cb7d808307c","subnetpool_id":null,"name":"cinder_test-subnet_c7531e37-a506-45d4-aa98-2b5ca41f83a4"}]} 2018-08-01 03:39:10,506 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-c3366a3b-0789-444d-b7f5-b0a9b4831f44 2018-08-01 03:39:10,506 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0549328327179s 2018-08-01 03:39:10,506 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-c3366a3b-0789-444d-b7f5-b0a9b4831f44 2018-08-01 03:39:10,508 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-01 03:39:10,508 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/subnets/13116302-3cf4-446b-8e67-6cb7d808307c.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f1bcce10d21cd44128d94c9eb10354b63b970dc1" 2018-08-01 03:39:12,914 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-2d08b646-c73e-4348-a00a-0607fdde9054 Date: Wed, 01 Aug 2018 03:39:12 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-01 03:39:12,915 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/13116302-3cf4-446b-8e67-6cb7d808307c.json used request id req-2d08b646-c73e-4348-a00a-0607fdde9054 2018-08-01 03:39:12,915 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.40687608719s 2018-08-01 03:39:12,915 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/13116302-3cf4-446b-8e67-6cb7d808307c.json used request id req-2d08b646-c73e-4348-a00a-0607fdde9054 2018-08-01 03:39:12,916 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-01 03:39:12,916 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f1bcce10d21cd44128d94c9eb10354b63b970dc1" 2018-08-01 03:39:13,049 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1156 X-Openstack-Request-Id: req-b8c42ace-aa18-46da-9dc8-3ec9e7a3d189 Date: Wed, 01 Aug 2018 03:39:13 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["e06facf3-a24e-40d5-a5ce-a0901a6e4875"],"updated_at":"2018-08-01T03:28:20Z","tenant_id":"89443fd7c5cf4259bed71fca1c3fe619","created_at":"2018-08-01T03:28:13Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"89443fd7c5cf4259bed71fca1c3fe619","id":"262fe7ec-b437-40b8-908b-6eb66c149655","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-01T03:39:12Z","tenant_id":"de8778588f904f9193b8ec21172b8053","created_at":"2018-08-01T03:37:37Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"de8778588f904f9193b8ec21172b8053","id":"8a760eae-ddc6-4b12-a5c7-a024e9374bb8","name":"cinder_test-net_c7531e37-a506-45d4-aa98-2b5ca41f83a4"}]} 2018-08-01 03:39:13,050 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-b8c42ace-aa18-46da-9dc8-3ec9e7a3d189 2018-08-01 03:39:13,050 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.133987903595s 2018-08-01 03:39:13,050 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-b8c42ace-aa18-46da-9dc8-3ec9e7a3d189 2018-08-01 03:39:13,052 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-01 03:39:13,052 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/networks/8a760eae-ddc6-4b12-a5c7-a024e9374bb8.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f1bcce10d21cd44128d94c9eb10354b63b970dc1" 2018-08-01 03:39:14,471 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-806e03cc-6b44-4918-9302-a74aa6015fe7 Date: Wed, 01 Aug 2018 03:39:14 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-01 03:39:14,471 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/8a760eae-ddc6-4b12-a5c7-a024e9374bb8.json used request id req-806e03cc-6b44-4918-9302-a74aa6015fe7 2018-08-01 03:39:14,472 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.41944813728s 2018-08-01 03:39:14,472 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/8a760eae-ddc6-4b12-a5c7-a024e9374bb8.json used request id req-806e03cc-6b44-4918-9302-a74aa6015fe7 2018-08-01 03:39:14,476 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-01 03:39:14,480 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f1bcce10d21cd44128d94c9eb10354b63b970dc1" 2018-08-01 03:39:15,183 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1204 Content-Type: application/json X-Openstack-Request-Id: req-1b561ad9-8925-49cb-9cd9-985198df1369 Date: Wed, 01 Aug 2018 03:39:15 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://1c426f71-e315-470f-a765-a4a983e8d919/images/6f6dacf5-8dd3-4d35-8a49-e526f32063a3/snap", "metadata": {}}], "file": "/v2/images/6f6dacf5-8dd3-4d35-8a49-e526f32063a3/file", "owner": "de8778588f904f9193b8ec21172b8053", "id": "6f6dacf5-8dd3-4d35-8a49-e526f32063a3", "size": 12716032, "self": "/v2/images/6f6dacf5-8dd3-4d35-8a49-e526f32063a3", "disk_format": "qcow2", "direct_url": "rbd://1c426f71-e315-470f-a765-a4a983e8d919/images/6f6dacf5-8dd3-4d35-8a49-e526f32063a3/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-08-01T03:37:45Z", "visibility": "private", "owner_specified.shade.object": "images/cinder_test-img_c7531e37-a506-45d4-aa98-2b5ca41f83a4", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "cinder_test-img_c7531e37-a506-45d4-aa98-2b5ca41f83a4", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-01T03:37:43Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-01 03:39:15,183 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-1b561ad9-8925-49cb-9cd9-985198df1369 2018-08-01 03:39:15,184 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.707554101944s 2018-08-01 03:39:15,184 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-1b561ad9-8925-49cb-9cd9-985198df1369 2018-08-01 03:39:15,186 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-01 03:39:15,190 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9292/v2/images/6f6dacf5-8dd3-4d35-8a49-e526f32063a3 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f1bcce10d21cd44128d94c9eb10354b63b970dc1" 2018-08-01 03:39:15,762 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-de20a717-199a-4f3b-9cd8-0be707de51fe Date: Wed, 01 Aug 2018 03:39: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-01 03:39:15,762 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/6f6dacf5-8dd3-4d35-8a49-e526f32063a3 used request id req-de20a717-199a-4f3b-9cd8-0be707de51fe 2018-08-01 03:39:15,762 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.575979948044s 2018-08-01 03:39:15,762 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/6f6dacf5-8dd3-4d35-8a49-e526f32063a3 used request id req-de20a717-199a-4f3b-9cd8-0be707de51fe 2018-08-01 03:39:15,763 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-01 03:39:15,766 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21: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}31c61215388486db7ff5b4b0dcdcf8b9283a6397" 2018-08-01 03:39:15,790 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 03:39: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-ba784024-b803-4898-b5bc-8541dd991ca7 x-compute-request-id: req-ba784024-b803-4898-b5bc-8541dd991ca7 Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavors": [{"name": "cinder_test-flavor_c7531e37-a506-45d4-aa98-2b5ca41f83a4", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/ac5c709b-66d1-43a5-878e-6f3e6dfe7050", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/ac5c709b-66d1-43a5-878e-6f3e6dfe7050", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "ac5c709b-66d1-43a5-878e-6f3e6dfe7050"}]} 2018-08-01 03:39:15,790 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-ba784024-b803-4898-b5bc-8541dd991ca7 2018-08-01 03:39:15,790 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0268859863281s 2018-08-01 03:39:15,790 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-ba784024-b803-4898-b5bc-8541dd991ca7 2018-08-01 03:39:15,792 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-01 03:39:15,795 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:8774/v2.1/flavors/ac5c709b-66d1-43a5-878e-6f3e6dfe7050 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}31c61215388486db7ff5b4b0dcdcf8b9283a6397" 2018-08-01 03:39:15,834 - keystoneauth.session - DEBUG - RESP: [202] Date: Wed, 01 Aug 2018 03:39: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-c3c82511-f124-4c34-901d-6f6b7eb8c609 x-compute-request-id: req-c3c82511-f124-4c34-901d-6f6b7eb8c609 Content-Length: 0 Content-Type: application/json 2018-08-01 03:39:15,834 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/ac5c709b-66d1-43a5-878e-6f3e6dfe7050 used request id req-c3c82511-f124-4c34-901d-6f6b7eb8c609 2018-08-01 03:39:15,834 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0419430732727s 2018-08-01 03:39:15,834 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/ac5c709b-66d1-43a5-878e-6f3e6dfe7050 used request id req-c3c82511-f124-4c34-901d-6f6b7eb8c609 2018-08-01 03:39:15,835 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-01 03:39:15,838 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}31c61215388486db7ff5b4b0dcdcf8b9283a6397" 2018-08-01 03:39:15,956 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 03:39:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-75d9ff9c-c858-40cd-9536-545599654b4b Content-Encoding: gzip Content-Length: 839 Content-Type: application/json RESP BODY: {"users": [{"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/0f8a0650d1a846e88ba44704b50255c1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0f8a0650d1a846e88ba44704b50255c1", "email": "glance@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/130b7ea936644204a37124e676ddf428"}, "domain_id": "default", "enabled": true, "options": {}, "id": "130b7ea936644204a37124e676ddf428", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/1476f1d37caa49ec90baf29b9d92850d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1476f1d37caa49ec90baf29b9d92850d", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/386874e6c2464a43ba93f0248a95595b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "386874e6c2464a43ba93f0248a95595b", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/3cb1fd184ec34300aba849c010464d1a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3cb1fd184ec34300aba849c010464d1a", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/749556e27c83423fb69e649d00450103"}, "domain_id": "default", "enabled": true, "options": {}, "id": "749556e27c83423fb69e649d00450103", "email": "admin@example.com", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.21:5000/v3/users/b6122bbf2037491bb9db6c47618110d1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b6122bbf2037491bb9db6c47618110d1", "email": "swift@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/c09ff16c1a614c8bbc73ec74064357a4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c09ff16c1a614c8bbc73ec74064357a4", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/c1daa0d43666493abbd83fb1577cff74"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c1daa0d43666493abbd83fb1577cff74", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "cinder_test-user_c7531e37-a506-45d4-aa98-2b5ca41f83a4", "links": {"self": "http://172.30.9.21:5000/v3/users/c8c63bd05cdb46eaaf256998e8690a52"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "c8c63bd05cdb46eaaf256998e8690a52", "domain_id": "default", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/d1cc4ab5045f48be8e12d229b3b59cac"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d1cc4ab5045f48be8e12d229b3b59cac", "email": "cinder@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.21:5000/v3/users/d32629a0e7364688b6a82d496d6e354d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d32629a0e7364688b6a82d496d6e354d", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/d5ee6c90793c4cbeb762d8c68db45d5c"}, "domain_id": "cc40371ace4f4c2e9452fa2c52c1368e", "enabled": true, "options": {}, "id": "d5ee6c90793c4cbeb762d8c68db45d5c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/d91fd39b379e480e825eb2aa75b847b7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d91fd39b379e480e825eb2aa75b847b7", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/ecd8a45bf2844011921c3e9caab06794"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ecd8a45bf2844011921c3e9caab06794", "email": "heat@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-08-01 03:39:15,957 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-75d9ff9c-c858-40cd-9536-545599654b4b 2018-08-01 03:39:15,957 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.121965885162s 2018-08-01 03:39:15,957 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-75d9ff9c-c858-40cd-9536-545599654b4b 2018-08-01 03:39:15,963 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-01 03:39:15,966 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/users/c8c63bd05cdb46eaaf256998e8690a52 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}31c61215388486db7ff5b4b0dcdcf8b9283a6397" 2018-08-01 03:39:16,083 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 03:39:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1de18ec4-5de3-47d2-9414-61a91d3717e5 Content-Encoding: gzip Content-Length: 228 Content-Type: application/json RESP BODY: {"user": {"name": "cinder_test-user_c7531e37-a506-45d4-aa98-2b5ca41f83a4", "links": {"self": "http://172.30.9.21:5000/v3/users/c8c63bd05cdb46eaaf256998e8690a52"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "c8c63bd05cdb46eaaf256998e8690a52", "description": null}} 2018-08-01 03:39:16,083 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users/c8c63bd05cdb46eaaf256998e8690a52 used request id req-1de18ec4-5de3-47d2-9414-61a91d3717e5 2018-08-01 03:39:16,083 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.120057106018s 2018-08-01 03:39:16,083 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users/c8c63bd05cdb46eaaf256998e8690a52 used request id req-1de18ec4-5de3-47d2-9414-61a91d3717e5 2018-08-01 03:39:16,084 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-08-01 03:39:16,088 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:5000/v3/users/c8c63bd05cdb46eaaf256998e8690a52 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}31c61215388486db7ff5b4b0dcdcf8b9283a6397" 2018-08-01 03:39:16,340 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 01 Aug 2018 03:39:16 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4b181c23-3cc2-4cff-874c-ecb12cd84755 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-01 03:39:16,340 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/c8c63bd05cdb46eaaf256998e8690a52 used request id req-4b181c23-3cc2-4cff-874c-ecb12cd84755 2018-08-01 03:39:16,340 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.255798101425s 2018-08-01 03:39:16,340 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/c8c63bd05cdb46eaaf256998e8690a52 used request id req-4b181c23-3cc2-4cff-874c-ecb12cd84755 2018-08-01 03:39:16,346 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-01 03:39:16,350 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}31c61215388486db7ff5b4b0dcdcf8b9283a6397" 2018-08-01 03:39:16,447 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 03:39:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-048f6bd2-eeaa-4ab1-98f8-24a6c6b01c0d Content-Encoding: gzip Content-Length: 385 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/89443fd7c5cf4259bed71fca1c3fe619"}, "tags": [], "enabled": true, "id": "89443fd7c5cf4259bed71fca1c3fe619", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/90aa95516c664aef94b667c55fdaffe9"}, "tags": [], "enabled": true, "id": "90aa95516c664aef94b667c55fdaffe9", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: cinder_test", "links": {"self": "http://172.30.9.21:5000/v3/projects/de8778588f904f9193b8ec21172b8053"}, "tags": [], "enabled": true, "id": "de8778588f904f9193b8ec21172b8053", "parent_id": "default", "domain_id": "default", "name": "cinder_test-project_c7531e37-a506-45d4-aa98-2b5ca41f83a4"}]} 2018-08-01 03:39:16,448 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects used request id req-048f6bd2-eeaa-4ab1-98f8-24a6c6b01c0d 2018-08-01 03:39:16,448 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.101284980774s 2018-08-01 03:39:16,448 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects used request id req-048f6bd2-eeaa-4ab1-98f8-24a6c6b01c0d 2018-08-01 03:39:16,453 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-08-01 03:39:16,456 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:5000/v3/projects/de8778588f904f9193b8ec21172b8053 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}31c61215388486db7ff5b4b0dcdcf8b9283a6397" 2018-08-01 03:39:16,624 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 01 Aug 2018 03:39:16 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1ba8bb1a-72ae-42bb-b909-1ce2fa7b52d9 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-01 03:39:16,624 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/de8778588f904f9193b8ec21172b8053 used request id req-1ba8bb1a-72ae-42bb-b909-1ce2fa7b52d9 2018-08-01 03:39:16,624 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.170964956284s 2018-08-01 03:39:16,624 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/de8778588f904f9193b8ec21172b8053 used request id req-1ba8bb1a-72ae-42bb-b909-1ce2fa7b52d9 2018-08-01 03:39:16,681 - xtesting.ci.run_tests - INFO - Loading test case 'odl'... 2018-08-01 03:39:16,813 - xtesting.ci.run_tests - INFO - Running test case 'odl'... 2018-08-01 03:39:16,813 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-01 03:39:16,814 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-01 03:39:16,814 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-01 03:39:16,814 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-01 03:39:16,814 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-01 03:39:16,814 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-01 03:39:16,814 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-01 03:39:16,814 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-01 03:39:16,814 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-01 03:39:16,814 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-01 03:39:16,814 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-01 03:39:16,814 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-01 03:39:16,814 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-01 03:39:16,814 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-01 03:39:16,814 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-01 03:39:16,814 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-01 03:39:16,814 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-01 03:39:16,814 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-01 03:39:16,814 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-01 03:39:16,814 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-01 03:39:16,815 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-01 03:39:16,815 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-01 03:39:16,816 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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-01 03:39:16,820 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 03:39:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5b971fc5-59a5-4b2e-b24f-6bea21be7e5f Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-01 03:39:16,820 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-5b971fc5-59a5-4b2e-b24f-6bea21be7e5f 2018-08-01 03:39:16,820 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-08-01 03:39:17,221 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ed1e3c9b852e426e8d791112d2fd4701", "name": "member"}, {"id": "147f18c7e1e349fc8e383440249c4c73", "name": "reader"}, {"id": "86fab6e3eccc4f5f9bd58caee92e2693", "name": "admin"}], "expires_at": "2018-08-01T04:39:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "90aa95516c664aef94b667c55fdaffe9", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:8004/v1/90aa95516c664aef94b667c55fdaffe9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5af2a23f0d4746a18ce9987becf49813"}, {"url": "http://192.30.9.7:8004/v1/90aa95516c664aef94b667c55fdaffe9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d6722b9f2184abb8e7b581d10709b51"}, {"url": "http://192.30.9.7:8004/v1/90aa95516c664aef94b667c55fdaffe9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc81206c7ec74b63a868c84343e2355a"}], "type": "orchestration", "id": "032123c5c07d477ab419a77fddb5ca2b", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/90aa95516c664aef94b667c55fdaffe9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00197bc0507d42718c9de1a1f3ff7fa9"}, {"url": "http://192.30.9.7:8776/v2/90aa95516c664aef94b667c55fdaffe9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "186c94a5205743a68de2c02795dd12cf"}, {"url": "http://192.30.9.7:8776/v2/90aa95516c664aef94b667c55fdaffe9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32c49f45893f4074a75a056facd63fc5"}], "type": "volumev2", "id": "09ef7c245fd9479f97ffee152dae0c8e", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27e89bb29a0d43ce83aefd4cae0f7bd7"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "295d31abf3f44d85b346281cd9c04740"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d685797f4b164aa48837a822ed32598b"}], "type": "alarming", "id": "0f8615b3651c41099fe76f0fa5b23dd1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f0c9b6089cd4f558ee73fabe48d842a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "551cf56b00bd4d038a8694d11700f2ef"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9ea08b0116c4412eaded9a074baa4211"}], "type": "image", "id": "17038717f3f0408e8c9d5af024ea0aab", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "17647a3a3a00479b9213e6f6cf7a30ea", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c2328ef964c4156917122cfb247f0c4"}, {"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33d0ce77838b4a0fbe56c50f7b1e4d71"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38b745fc1fe14a8691a6fb2553ade0e0"}], "type": "event", "id": "1d35633c710f4d9c88e1f50abe614b06", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/90aa95516c664aef94b667c55fdaffe9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dcebb246e8d42fab040b053411c0957"}, {"url": "http://192.30.9.7:8776/v3/90aa95516c664aef94b667c55fdaffe9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92f3de4ac4f44b9a95bdb5c3f0c34d51"}, {"url": "http://172.30.9.21:8776/v3/90aa95516c664aef94b667c55fdaffe9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f92025e32c9344f587283e14c1506699"}], "type": "volumev3", "id": "27b85f80d71f464183ff256181f71b43", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0f1136276d75402689a9c377621253ce"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b943f44b606457c91b7d5098b199be0"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b47ac34c09dc4c05b1ca4c869d47eaeb"}], "type": "metric", "id": "5a0ae06ba8b741ffb51d39c9adb9451c", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10bc7f20cf92414cb6d088da882341c5"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "53c0109d8bd545ef83f6d70ce101d52d"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d3688eabec1484e8c6549a46b35b25f"}], "type": "cloudformation", "id": "64e449782da244a4b49ea375e297a3ea", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/90aa95516c664aef94b667c55fdaffe9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8713e9b13a6e43c59e8aa6d6cd510b2b"}, {"url": "http://192.30.9.7:8776/v1/90aa95516c664aef94b667c55fdaffe9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b073433cdd0f4518882ecf0e413ae4af"}, {"url": "http://172.30.9.21:8776/v1/90aa95516c664aef94b667c55fdaffe9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fc41a1400c1945199a7f0758b5566e31"}], "type": "volume", "id": "6951fb022adb46feaa04f1020c483fd1", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "247e0a42582047fb8b1a74db1f38edf7"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37ed8998a3894a91b69a9e4f00e62b69"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b11d1b5d1d9043d88291c85c92eb73f4"}], "type": "placement", "id": "83e7ef9cff3b4731b936862816b9afd9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "432bfc9d0c4249dd9ccda5421e19b9e2"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f93c2c146b149cbb3483078f52c4bdf"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd4fdce564324509818028dc78641d8d"}], "type": "network", "id": "94871ebfcb5240ebb8b1c19b8739272c", "name": "neutron"}, {"endpoints": [{"url": "http://12.0.0.40:8080/v1/AUTH_90aa95516c664aef94b667c55fdaffe9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2333bd642dd5455c8f03d343d974704d"}, {"url": "http://12.0.0.40:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c3a57c4832a74174a0c0889da1e1364b"}, {"url": "http://172.30.9.21:8080/v1/AUTH_90aa95516c664aef94b667c55fdaffe9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f27db37221fb446f86228761531722fd"}], "type": "object-store", "id": "b008c8aea7694b57822ddc559b6dfc45", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "038ac873a08f40dab615db1106f36b91"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9c064a815b5c40c0bb0beee1dee18b58"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa33b6fd9ec24bfb9e27785b76bc205d"}], "type": "identity", "id": "de72ed0871ef4a7bab6d7ea0bbfa8d90", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c04b9806aca48e692c506107e0bd3a6"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "449f60307ac54b799d4527d2070f35db"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d69efddbf8af404a9b303b99cfb12f43"}], "type": "compute", "id": "eb2dd02d9ef54f67b42600e437ecb401", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "749556e27c83423fb69e649d00450103"}, "audit_ids": ["ChqquOi_S9KSYt0bhJhEHQ"], "issued_at": "2018-08-01T03:39:17.000000Z"}} 2018-08-01 03:39:17,224 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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-01 03:39:17,230 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 01 Aug 2018 03:39:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fc9f74dd-5325-4297-9523-e57b31f7db68 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.21:5000/v3/", "rel": "self"}]}]}} 2018-08-01 03:39:17,230 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/ used request id req-fc9f74dd-5325-4297-9523-e57b31f7db68 2018-08-01 03:39:17,234 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.services 2018-08-01 03:39:17,237 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.7:35357 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-01 03:39:17,242 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 01 Aug 2018 03:39:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-42053224-a395-4445-8b73-c444b693a284 Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://192.30.9.7:35357/v3/", "rel": "self"}]}]}} 2018-08-01 03:39:17,243 - keystoneauth.session - DEBUG - GET call to None for http://192.30.9.7:35357/ used request id req-42053224-a395-4445-8b73-c444b693a284 2018-08-01 03:39:17,243 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.7:35357/v3/services -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8d49d85751eae0cb173810a63fd0b63ccc6a5cd4" 2018-08-01 03:39:17,345 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 03:39:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3ffe1b4c-ba8e-4b54-a3e2-604f9f4e91a5 Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"services": [{"description": "Openstack Orchestration Service", "links": {"self": "http://192.30.9.7:35357/v3/services/032123c5c07d477ab419a77fddb5ca2b"}, "enabled": true, "type": "orchestration", "id": "032123c5c07d477ab419a77fddb5ca2b", "name": "heat"}, {"description": "Cinder Service v2", "links": {"self": "http://192.30.9.7:35357/v3/services/09ef7c245fd9479f97ffee152dae0c8e"}, "enabled": true, "type": "volumev2", "id": "09ef7c245fd9479f97ffee152dae0c8e", "name": "cinderv2"}, {"description": "OpenStack Alarming Service", "links": {"self": "http://192.30.9.7:35357/v3/services/0f8615b3651c41099fe76f0fa5b23dd1"}, "enabled": true, "type": "alarming", "id": "0f8615b3651c41099fe76f0fa5b23dd1", "name": "aodh"}, {"description": "OpenStack Image Service", "links": {"self": "http://192.30.9.7:35357/v3/services/17038717f3f0408e8c9d5af024ea0aab"}, "enabled": true, "type": "image", "id": "17038717f3f0408e8c9d5af024ea0aab", "name": "glance"}, {"description": "Openstack Metering Service", "links": {"self": "http://192.30.9.7:35357/v3/services/17647a3a3a00479b9213e6f6cf7a30ea"}, "enabled": true, "type": "metering", "id": "17647a3a3a00479b9213e6f6cf7a30ea", "name": "ceilometer"}, {"description": "OpenStack Event Service", "links": {"self": "http://192.30.9.7:35357/v3/services/1d35633c710f4d9c88e1f50abe614b06"}, "enabled": true, "type": "event", "id": "1d35633c710f4d9c88e1f50abe614b06", "name": "panko"}, {"description": "Cinder Service v3", "links": {"self": "http://192.30.9.7:35357/v3/services/27b85f80d71f464183ff256181f71b43"}, "enabled": true, "type": "volumev3", "id": "27b85f80d71f464183ff256181f71b43", "name": "cinderv3"}, {"description": "OpenStack Metric Service", "links": {"self": "http://192.30.9.7:35357/v3/services/5a0ae06ba8b741ffb51d39c9adb9451c"}, "enabled": true, "type": "metric", "id": "5a0ae06ba8b741ffb51d39c9adb9451c", "name": "gnocchi"}, {"description": "Openstack Cloudformation Service", "links": {"self": "http://192.30.9.7:35357/v3/services/64e449782da244a4b49ea375e297a3ea"}, "enabled": true, "type": "cloudformation", "id": "64e449782da244a4b49ea375e297a3ea", "name": "heat-cfn"}, {"description": "Cinder Service", "links": {"self": "http://192.30.9.7:35357/v3/services/6951fb022adb46feaa04f1020c483fd1"}, "enabled": true, "type": "volume", "id": "6951fb022adb46feaa04f1020c483fd1", "name": "cinder"}, {"description": "Openstack Placement Service", "links": {"self": "http://192.30.9.7:35357/v3/services/83e7ef9cff3b4731b936862816b9afd9"}, "enabled": true, "type": "placement", "id": "83e7ef9cff3b4731b936862816b9afd9", "name": "placement"}, {"description": "Neutron Networking Service", "links": {"self": "http://192.30.9.7:35357/v3/services/94871ebfcb5240ebb8b1c19b8739272c"}, "enabled": true, "type": "network", "id": "94871ebfcb5240ebb8b1c19b8739272c", "name": "neutron"}, {"description": "Openstack Object-Store Service", "links": {"self": "http://192.30.9.7:35357/v3/services/b008c8aea7694b57822ddc559b6dfc45"}, "enabled": true, "type": "object-store", "id": "b008c8aea7694b57822ddc559b6dfc45", "name": "swift"}, {"description": "OpenStack Identity Service", "links": {"self": "http://192.30.9.7:35357/v3/services/de72ed0871ef4a7bab6d7ea0bbfa8d90"}, "enabled": true, "type": "identity", "id": "de72ed0871ef4a7bab6d7ea0bbfa8d90", "name": "keystone"}, {"description": "Openstack Compute Service", "links": {"self": "http://192.30.9.7:35357/v3/services/eb2dd02d9ef54f67b42600e437ecb401"}, "enabled": true, "type": "compute", "id": "eb2dd02d9ef54f67b42600e437ecb401", "name": "nova"}], "links": {"self": "http://192.30.9.7:35357/v3/services", "previous": null, "next": null}} 2018-08-01 03:39:17,345 - keystoneauth.session - DEBUG - GET call to identity for http://192.30.9.7:35357/v3/services used request id req-3ffe1b4c-ba8e-4b54-a3e2-604f9f4e91a5 2018-08-01 03:39:17,345 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.services in 0.111433982849s 2018-08-01 03:39:17,346 - shade.request_ids - DEBUG - GET call to identity for http://192.30.9.7:35357/v3/services used request id req-3ffe1b4c-ba8e-4b54-a3e2-604f9f4e91a5 2018-08-01 03:39:17,354 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.endpoints 2018-08-01 03:39:17,357 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}8d49d85751eae0cb173810a63fd0b63ccc6a5cd4" 2018-08-01 03:39:17,462 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 03:39:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a99484ee-8b2c-4660-ac43-1bc7dedec2be Content-Encoding: gzip Content-Length: 1961 Content-Type: application/json RESP BODY: {"endpoints": [{"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/00197bc0507d42718c9de1a1f3ff7fa9"}, "url": "http://172.30.9.21:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "09ef7c245fd9479f97ffee152dae0c8e", "id": "00197bc0507d42718c9de1a1f3ff7fa9"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/038ac873a08f40dab615db1106f36b91"}, "url": "http://172.30.9.21:5000", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "de72ed0871ef4a7bab6d7ea0bbfa8d90", "id": "038ac873a08f40dab615db1106f36b91"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/0c04b9806aca48e692c506107e0bd3a6"}, "url": "http://172.30.9.21:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "eb2dd02d9ef54f67b42600e437ecb401", "id": "0c04b9806aca48e692c506107e0bd3a6"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/0dcebb246e8d42fab040b053411c0957"}, "url": "http://192.30.9.7:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "27b85f80d71f464183ff256181f71b43", "id": "0dcebb246e8d42fab040b053411c0957"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/0f1136276d75402689a9c377621253ce"}, "url": "http://192.30.9.7:8041", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "5a0ae06ba8b741ffb51d39c9adb9451c", "id": "0f1136276d75402689a9c377621253ce"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/10bc7f20cf92414cb6d088da882341c5"}, "url": "http://192.30.9.7:8000/v1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "64e449782da244a4b49ea375e297a3ea", "id": "10bc7f20cf92414cb6d088da882341c5"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/186c94a5205743a68de2c02795dd12cf"}, "url": "http://192.30.9.7:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "09ef7c245fd9479f97ffee152dae0c8e", "id": "186c94a5205743a68de2c02795dd12cf"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/1c2328ef964c4156917122cfb247f0c4"}, "url": "http://192.30.9.7:8977", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "1d35633c710f4d9c88e1f50abe614b06", "id": "1c2328ef964c4156917122cfb247f0c4"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/2333bd642dd5455c8f03d343d974704d"}, "url": "http://12.0.0.40:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "b008c8aea7694b57822ddc559b6dfc45", "id": "2333bd642dd5455c8f03d343d974704d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/247e0a42582047fb8b1a74db1f38edf7"}, "url": "http://192.30.9.7:8778/placement", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "83e7ef9cff3b4731b936862816b9afd9", "id": "247e0a42582047fb8b1a74db1f38edf7"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/27e89bb29a0d43ce83aefd4cae0f7bd7"}, "url": "http://192.30.9.7:8042", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "0f8615b3651c41099fe76f0fa5b23dd1", "id": "27e89bb29a0d43ce83aefd4cae0f7bd7"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/295d31abf3f44d85b346281cd9c04740"}, "url": "http://172.30.9.21:8042", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "0f8615b3651c41099fe76f0fa5b23dd1", "id": "295d31abf3f44d85b346281cd9c04740"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/32c49f45893f4074a75a056facd63fc5"}, "url": "http://192.30.9.7:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "09ef7c245fd9479f97ffee152dae0c8e", "id": "32c49f45893f4074a75a056facd63fc5"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/33d0ce77838b4a0fbe56c50f7b1e4d71"}, "url": "http://172.30.9.21:8977", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "1d35633c710f4d9c88e1f50abe614b06", "id": "33d0ce77838b4a0fbe56c50f7b1e4d71"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/37ed8998a3894a91b69a9e4f00e62b69"}, "url": "http://192.30.9.7:8778/placement", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "83e7ef9cff3b4731b936862816b9afd9", "id": "37ed8998a3894a91b69a9e4f00e62b69"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/38b745fc1fe14a8691a6fb2553ade0e0"}, "url": "http://192.30.9.7:8977", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "1d35633c710f4d9c88e1f50abe614b06", "id": "38b745fc1fe14a8691a6fb2553ade0e0"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/432bfc9d0c4249dd9ccda5421e19b9e2"}, "url": "http://192.30.9.7:9696", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "94871ebfcb5240ebb8b1c19b8739272c", "id": "432bfc9d0c4249dd9ccda5421e19b9e2"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/449f60307ac54b799d4527d2070f35db"}, "url": "http://192.30.9.7:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "eb2dd02d9ef54f67b42600e437ecb401", "id": "449f60307ac54b799d4527d2070f35db"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/4f0c9b6089cd4f558ee73fabe48d842a"}, "url": "http://192.30.9.7:9292", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "17038717f3f0408e8c9d5af024ea0aab", "id": "4f0c9b6089cd4f558ee73fabe48d842a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/4f93c2c146b149cbb3483078f52c4bdf"}, "url": "http://172.30.9.21:9696", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "94871ebfcb5240ebb8b1c19b8739272c", "id": "4f93c2c146b149cbb3483078f52c4bdf"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/53c0109d8bd545ef83f6d70ce101d52d"}, "url": "http://192.30.9.7:8000/v1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "64e449782da244a4b49ea375e297a3ea", "id": "53c0109d8bd545ef83f6d70ce101d52d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/551cf56b00bd4d038a8694d11700f2ef"}, "url": "http://192.30.9.7:9292", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "17038717f3f0408e8c9d5af024ea0aab", "id": "551cf56b00bd4d038a8694d11700f2ef"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/5af2a23f0d4746a18ce9987becf49813"}, "url": "http://172.30.9.21:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "032123c5c07d477ab419a77fddb5ca2b", "id": "5af2a23f0d4746a18ce9987becf49813"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/5d6722b9f2184abb8e7b581d10709b51"}, "url": "http://192.30.9.7:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "032123c5c07d477ab419a77fddb5ca2b", "id": "5d6722b9f2184abb8e7b581d10709b51"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/8713e9b13a6e43c59e8aa6d6cd510b2b"}, "url": "http://192.30.9.7:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "6951fb022adb46feaa04f1020c483fd1", "id": "8713e9b13a6e43c59e8aa6d6cd510b2b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/92f3de4ac4f44b9a95bdb5c3f0c34d51"}, "url": "http://192.30.9.7:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "27b85f80d71f464183ff256181f71b43", "id": "92f3de4ac4f44b9a95bdb5c3f0c34d51"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/9b943f44b606457c91b7d5098b199be0"}, "url": "http://192.30.9.7:8041", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "5a0ae06ba8b741ffb51d39c9adb9451c", "id": "9b943f44b606457c91b7d5098b199be0"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/9c064a815b5c40c0bb0beee1dee18b58"}, "url": "http://192.30.9.7:5000", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "de72ed0871ef4a7bab6d7ea0bbfa8d90", "id": "9c064a815b5c40c0bb0beee1dee18b58"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/9d3688eabec1484e8c6549a46b35b25f"}, "url": "http://172.30.9.21:8000/v1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "64e449782da244a4b49ea375e297a3ea", "id": "9d3688eabec1484e8c6549a46b35b25f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/9ea08b0116c4412eaded9a074baa4211"}, "url": "http://172.30.9.21:9292", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "17038717f3f0408e8c9d5af024ea0aab", "id": "9ea08b0116c4412eaded9a074baa4211"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/aa33b6fd9ec24bfb9e27785b76bc205d"}, "url": "http://192.30.9.7:35357", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "de72ed0871ef4a7bab6d7ea0bbfa8d90", "id": "aa33b6fd9ec24bfb9e27785b76bc205d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/b073433cdd0f4518882ecf0e413ae4af"}, "url": "http://192.30.9.7:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "6951fb022adb46feaa04f1020c483fd1", "id": "b073433cdd0f4518882ecf0e413ae4af"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/b11d1b5d1d9043d88291c85c92eb73f4"}, "url": "http://172.30.9.21:8778/placement", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "83e7ef9cff3b4731b936862816b9afd9", "id": "b11d1b5d1d9043d88291c85c92eb73f4"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/b47ac34c09dc4c05b1ca4c869d47eaeb"}, "url": "http://172.30.9.21:8041", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "5a0ae06ba8b741ffb51d39c9adb9451c", "id": "b47ac34c09dc4c05b1ca4c869d47eaeb"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/c3a57c4832a74174a0c0889da1e1364b"}, "url": "http://12.0.0.40:8080", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "b008c8aea7694b57822ddc559b6dfc45", "id": "c3a57c4832a74174a0c0889da1e1364b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/cc81206c7ec74b63a868c84343e2355a"}, "url": "http://192.30.9.7:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "032123c5c07d477ab419a77fddb5ca2b", "id": "cc81206c7ec74b63a868c84343e2355a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/d685797f4b164aa48837a822ed32598b"}, "url": "http://192.30.9.7:8042", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "0f8615b3651c41099fe76f0fa5b23dd1", "id": "d685797f4b164aa48837a822ed32598b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/d69efddbf8af404a9b303b99cfb12f43"}, "url": "http://192.30.9.7:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "eb2dd02d9ef54f67b42600e437ecb401", "id": "d69efddbf8af404a9b303b99cfb12f43"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/f27db37221fb446f86228761531722fd"}, "url": "http://172.30.9.21:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "b008c8aea7694b57822ddc559b6dfc45", "id": "f27db37221fb446f86228761531722fd"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/f92025e32c9344f587283e14c1506699"}, "url": "http://172.30.9.21:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "27b85f80d71f464183ff256181f71b43", "id": "f92025e32c9344f587283e14c1506699"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/fc41a1400c1945199a7f0758b5566e31"}, "url": "http://172.30.9.21:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "6951fb022adb46feaa04f1020c483fd1", "id": "fc41a1400c1945199a7f0758b5566e31"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/fd4fdce564324509818028dc78641d8d"}, "url": "http://192.30.9.7:9696", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "94871ebfcb5240ebb8b1c19b8739272c", "id": "fd4fdce564324509818028dc78641d8d"}], "links": {"self": "http://172.30.9.21:5000/v3/endpoints", "previous": null, "next": null}} 2018-08-01 03:39:17,462 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/endpoints used request id req-a99484ee-8b2c-4660-ac43-1bc7dedec2be 2018-08-01 03:39:17,462 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.endpoints in 0.107580900192s 2018-08-01 03:39:17,463 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/endpoints used request id req-a99484ee-8b2c-4660-ac43-1bc7dedec2be 2018-08-01 03:39:37,203 - 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-01 03:39:37,204 - xtesting.core.robotframework - INFO - Results were successfully generated 2018-08-01 03:39:37,222 - xtesting.core.robotframework - INFO - Results were successfully parsed 2018-08-01 03:39:37,333 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-01 03:39:37,333 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | odl | functest | 00:20 | PASS | +-------------------+------------------+------------------+----------------+ 2018-08-01 03:39:37,393 - xtesting.ci.run_tests - INFO - Loading test case 'api_check'... 2018-08-01 03:39:37,701 - file_utils - INFO - Attempting to read OS environment file - /var/lib/xtesting/conf/env_file 2018-08-01 03:39:37,702 - openstack_tests - INFO - OS Credentials = > 2018-08-01 03:39:38,647 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata '{}' 2018-08-01 03:39:39,249 - xtesting.ci.run_tests - INFO - Skipping test case 'api_check'... 2018-08-01 03:39:39,249 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | api_check | functest | 00:00 | SKIP | +-------------------+------------------+------------------+----------------+ 2018-08-01 03:39:39,288 - xtesting.ci.run_tests - INFO - Loading test case 'snaps_health_check'... 2018-08-01 03:39:39,319 - file_utils - INFO - Attempting to read OS environment file - /var/lib/xtesting/conf/env_file 2018-08-01 03:39:39,319 - openstack_tests - INFO - OS Credentials = > 2018-08-01 03:39:40,262 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata '{}' 2018-08-01 03:39:40,947 - xtesting.ci.run_tests - INFO - Skipping test case 'snaps_health_check'... 2018-08-01 03:39:40,948 - xtesting.ci.run_tests - INFO - Test result: +----------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------------+------------------+------------------+----------------+ | snaps_health_check | functest | 00:00 | SKIP | +----------------------------+------------------+------------------+----------------+ 2018-08-01 03:39:40,953 - 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:13 | PASS | | vmready2 | functest | healthcheck | 00:10 | PASS | | singlevm1 | functest | healthcheck | 00:35 | PASS | | singlevm2 | functest | healthcheck | 00:33 | PASS | | vping_ssh | functest | healthcheck | 01:08 | PASS | | vping_userdata | functest | healthcheck | 00:40 | PASS | | cinder_test | functest | healthcheck | 01:17 | PASS | | odl | functest | healthcheck | 00:20 | PASS | | api_check | functest | healthcheck | 00:00 | SKIP | | snaps_health_check | functest | healthcheck | 00:00 | SKIP | +----------------------------+------------------+---------------------+------------------+----------------+ 2018-08-01 03:39:40,965 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-08-01 03:39:43,847 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-194 | | 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-01 03:39:43,851 - 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.21,192.30.9.7 export OS_USER_DOMAIN_NAME=Default export OS_VOLUME_API_VERSION=3.52 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.21:5000/v3 export NOVA_VERSION=1.1 export OS_IMAGE_API_VERSION=2 export OS_PASSWORD=Ya8sjrTqmLStNlZDncBxkRT9S 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=90aa95516c664aef94b667c55fdaffe9 export OS_TENANT_NAME=admin export SDN_CONTROLLER_IP=192.30.9.7 export SDN_CONTROLLER_PASSWORD=xQo2dRQ9TRYXPrz3VQcfPwJBV export OS_REGION_NAME=regionOne 2018-08-01 03:39:43,852 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-08-01 03:39:43,853 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+------------------------------------------+-------------------------------------------------+ | TIERS | ORDER | DESCRIPTION | TESTCASES | +---------------+---------------+------------------------------------------+-------------------------------------------------+ | smoke | 1 | Set of basic Functional tests to | tempest_smoke rally_sanity patrole vmtp | | | | validate the OPNFV scenarios. | shaker snaps_smoke neutron_trunk | | | | | barbican | +---------------+---------------+------------------------------------------+-------------------------------------------------+ 2018-08-01 03:39:43,881 - xtesting.ci.run_tests - INFO - Loading test case 'tempest_smoke'... 2018-08-01 03:39:44,797 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-01 03:39:44,797 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-01 03:39:44,797 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-01 03:39:44,797 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-01 03:39:44,797 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-01 03:39:44,797 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-01 03:39:44,797 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-01 03:39:44,798 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-01 03:39:44,798 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-01 03:39:44,798 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-01 03:39:44,798 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-01 03:39:44,798 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-01 03:39:44,798 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-01 03:39:44,798 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-01 03:39:44,798 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-01 03:39:44,798 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-01 03:39:44,798 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-01 03:39:44,798 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-01 03:39:44,798 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-01 03:39:44,798 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-01 03:39:44,798 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-01 03:39:44,798 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-01 03:39:44,802 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-01 03:39:44,802 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-01 03:39:44,802 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-01 03:39:44,804 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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-01 03:39:44,808 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 03:39:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6a1ced7c-849e-4bfa-9ee4-12cbb881a341 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-01 03:39:44,808 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-6a1ced7c-849e-4bfa-9ee4-12cbb881a341 2018-08-01 03:39:44,808 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-08-01 03:39:45,214 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ed1e3c9b852e426e8d791112d2fd4701", "name": "member"}, {"id": "147f18c7e1e349fc8e383440249c4c73", "name": "reader"}, {"id": "86fab6e3eccc4f5f9bd58caee92e2693", "name": "admin"}], "expires_at": "2018-08-01T04:39:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "90aa95516c664aef94b667c55fdaffe9", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:8004/v1/90aa95516c664aef94b667c55fdaffe9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5af2a23f0d4746a18ce9987becf49813"}, {"url": "http://192.30.9.7:8004/v1/90aa95516c664aef94b667c55fdaffe9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d6722b9f2184abb8e7b581d10709b51"}, {"url": "http://192.30.9.7:8004/v1/90aa95516c664aef94b667c55fdaffe9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc81206c7ec74b63a868c84343e2355a"}], "type": "orchestration", "id": "032123c5c07d477ab419a77fddb5ca2b", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/90aa95516c664aef94b667c55fdaffe9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00197bc0507d42718c9de1a1f3ff7fa9"}, {"url": "http://192.30.9.7:8776/v2/90aa95516c664aef94b667c55fdaffe9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "186c94a5205743a68de2c02795dd12cf"}, {"url": "http://192.30.9.7:8776/v2/90aa95516c664aef94b667c55fdaffe9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32c49f45893f4074a75a056facd63fc5"}], "type": "volumev2", "id": "09ef7c245fd9479f97ffee152dae0c8e", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27e89bb29a0d43ce83aefd4cae0f7bd7"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "295d31abf3f44d85b346281cd9c04740"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d685797f4b164aa48837a822ed32598b"}], "type": "alarming", "id": "0f8615b3651c41099fe76f0fa5b23dd1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f0c9b6089cd4f558ee73fabe48d842a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "551cf56b00bd4d038a8694d11700f2ef"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9ea08b0116c4412eaded9a074baa4211"}], "type": "image", "id": "17038717f3f0408e8c9d5af024ea0aab", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "17647a3a3a00479b9213e6f6cf7a30ea", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c2328ef964c4156917122cfb247f0c4"}, {"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33d0ce77838b4a0fbe56c50f7b1e4d71"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38b745fc1fe14a8691a6fb2553ade0e0"}], "type": "event", "id": "1d35633c710f4d9c88e1f50abe614b06", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/90aa95516c664aef94b667c55fdaffe9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dcebb246e8d42fab040b053411c0957"}, {"url": "http://192.30.9.7:8776/v3/90aa95516c664aef94b667c55fdaffe9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92f3de4ac4f44b9a95bdb5c3f0c34d51"}, {"url": "http://172.30.9.21:8776/v3/90aa95516c664aef94b667c55fdaffe9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f92025e32c9344f587283e14c1506699"}], "type": "volumev3", "id": "27b85f80d71f464183ff256181f71b43", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0f1136276d75402689a9c377621253ce"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b943f44b606457c91b7d5098b199be0"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b47ac34c09dc4c05b1ca4c869d47eaeb"}], "type": "metric", "id": "5a0ae06ba8b741ffb51d39c9adb9451c", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10bc7f20cf92414cb6d088da882341c5"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "53c0109d8bd545ef83f6d70ce101d52d"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d3688eabec1484e8c6549a46b35b25f"}], "type": "cloudformation", "id": "64e449782da244a4b49ea375e297a3ea", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/90aa95516c664aef94b667c55fdaffe9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8713e9b13a6e43c59e8aa6d6cd510b2b"}, {"url": "http://192.30.9.7:8776/v1/90aa95516c664aef94b667c55fdaffe9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b073433cdd0f4518882ecf0e413ae4af"}, {"url": "http://172.30.9.21:8776/v1/90aa95516c664aef94b667c55fdaffe9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fc41a1400c1945199a7f0758b5566e31"}], "type": "volume", "id": "6951fb022adb46feaa04f1020c483fd1", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "247e0a42582047fb8b1a74db1f38edf7"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37ed8998a3894a91b69a9e4f00e62b69"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b11d1b5d1d9043d88291c85c92eb73f4"}], "type": "placement", "id": "83e7ef9cff3b4731b936862816b9afd9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "432bfc9d0c4249dd9ccda5421e19b9e2"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f93c2c146b149cbb3483078f52c4bdf"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd4fdce564324509818028dc78641d8d"}], "type": "network", "id": "94871ebfcb5240ebb8b1c19b8739272c", "name": "neutron"}, {"endpoints": [{"url": "http://12.0.0.40:8080/v1/AUTH_90aa95516c664aef94b667c55fdaffe9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2333bd642dd5455c8f03d343d974704d"}, {"url": "http://12.0.0.40:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c3a57c4832a74174a0c0889da1e1364b"}, {"url": "http://172.30.9.21:8080/v1/AUTH_90aa95516c664aef94b667c55fdaffe9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f27db37221fb446f86228761531722fd"}], "type": "object-store", "id": "b008c8aea7694b57822ddc559b6dfc45", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "038ac873a08f40dab615db1106f36b91"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9c064a815b5c40c0bb0beee1dee18b58"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa33b6fd9ec24bfb9e27785b76bc205d"}], "type": "identity", "id": "de72ed0871ef4a7bab6d7ea0bbfa8d90", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c04b9806aca48e692c506107e0bd3a6"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "449f60307ac54b799d4527d2070f35db"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d69efddbf8af404a9b303b99cfb12f43"}], "type": "compute", "id": "eb2dd02d9ef54f67b42600e437ecb401", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "749556e27c83423fb69e649d00450103"}, "audit_ids": ["GJCAeo0kT0CXUH6bl7zMAA"], "issued_at": "2018-08-01T03:39:45.000000Z"}} 2018-08-01 03:39:45,216 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-01 03:39:45,217 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21: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}3b5cf7c84a3cbe2c2e62cb906b2b5611495c878a" 2018-08-01 03:39:45,483 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-ec41453d-1053-4a15-aba2-23e57d581f35 Date: Wed, 01 Aug 2018 03:39:45 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"262fe7ec-b437-40b8-908b-6eb66c149655","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"89443fd7c5cf4259bed71fca1c3fe619","status":"ACTIVE","subnets":["e06facf3-a24e-40d5-a5ce-a0901a6e4875"],"description":"","tags":[],"updated_at":"2018-08-01T03:28:20Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"89443fd7c5cf4259bed71fca1c3fe619","created_at":"2018-08-01T03:28:13Z","provider:network_type":"flat"}]} 2018-08-01 03:39:45,483 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json?router%3Aexternal=True used request id req-ec41453d-1053-4a15-aba2-23e57d581f35 2018-08-01 03:39:45,483 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.266772985458s 2018-08-01 03:39:45,483 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json?router%3Aexternal=True used request id req-ec41453d-1053-4a15-aba2-23e57d581f35 2018-08-01 03:39:45,484 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-08-01 03:39:50,751 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally +--------------------------------------+----------------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+----------------------------+-------------+------------------+--------+ | b6466538-0d76-49f9-a07e-890b90264d80 | 2018-08-01T03:39:50.380339 | opnfv-rally | deploy->finished | | +--------------------------------------+----------------------------+-------------+------------------+--------+ Using deployment: b6466538-0d76-49f9-a07e-890b90264d80 ~/.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-01 03:39:54,405 - 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-01 03:39:54,406 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-08-01 03:40:00,667 - 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=c212d78c-5d83-480f-82ee-abd76d59f5fd) as the default verifier for the future CLI operations. 2018-08-01 03:40:03,804 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.extensions 2018-08-01 03:40:03,805 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}3b5cf7c84a3cbe2c2e62cb906b2b5611495c878a" 2018-08-01 03:40:04,013 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 8761 X-Openstack-Request-Id: req-2dbfec34-5768-4f27-a9a6-886f267a5231 Date: Wed, 01 Aug 2018 03:40: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-01 03:40:04,013 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/extensions.json used request id req-2dbfec34-5768-4f27-a9a6-886f267a5231 2018-08-01 03:40:04,014 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.extensions in 0.20877289772s 2018-08-01 03:40:04,014 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/extensions.json used request id req-2dbfec34-5768-4f27-a9a6-886f267a5231 2018-08-01 03:40:04,016 - xtesting.ci.run_tests - INFO - Running test case 'tempest_smoke'... 2018-08-01 03:40:04,017 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-01 03:40:04,017 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}3b5cf7c84a3cbe2c2e62cb906b2b5611495c878a" -d '{"network": {"name": "tempest_smoke-net_591b200d-419b-43f9-bbac-a96d18dcba0b", "admin_state_up": true}}' 2018-08-01 03:40:04,444 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 686 X-Openstack-Request-Id: req-b6ed2336-8c12-4dac-8141-68c0b6a287ba Date: Wed, 01 Aug 2018 03:40:04 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"provider:network_type":"vxlan","id":"8cf0a092-4be9-4576-986d-d2e92b4a800a","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"90aa95516c664aef94b667c55fdaffe9","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-01T03:40:04Z","is_default":false,"provider:segmentation_id":91,"name":"tempest_smoke-net_591b200d-419b-43f9-bbac-a96d18dcba0b","admin_state_up":true,"tenant_id":"90aa95516c664aef94b667c55fdaffe9","created_at":"2018-08-01T03:40:04Z","mtu":1450}} 2018-08-01 03:40:04,444 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-b6ed2336-8c12-4dac-8141-68c0b6a287ba 2018-08-01 03:40:04,444 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.427305936813s 2018-08-01 03:40:04,444 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-b6ed2336-8c12-4dac-8141-68c0b6a287ba 2018-08-01 03:40:04,445 - 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-01T03:40:04Z', u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'8cf0a092-4be9-4576-986d-d2e92b4a800a', u'provider:segmentation_id': 91, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'tempest_smoke-net_591b200d-419b-43f9-bbac-a96d18dcba0b', u'admin_state_up': True, u'tenant_id': u'90aa95516c664aef94b667c55fdaffe9', u'created_at': u'2018-08-01T03:40:04Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'90aa95516c664aef94b667c55fdaffe9'}) 2018-08-01 03:40:04,446 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-01 03:40:04,446 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3b5cf7c84a3cbe2c2e62cb906b2b5611495c878a" 2018-08-01 03:40:04,724 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1351 X-Openstack-Request-Id: req-edfd0e81-9536-4120-9e9a-5ee81b440175 Date: Wed, 01 Aug 2018 03:40:04 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"262fe7ec-b437-40b8-908b-6eb66c149655","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"89443fd7c5cf4259bed71fca1c3fe619","status":"ACTIVE","subnets":["e06facf3-a24e-40d5-a5ce-a0901a6e4875"],"description":"","tags":[],"updated_at":"2018-08-01T03:28:20Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"89443fd7c5cf4259bed71fca1c3fe619","created_at":"2018-08-01T03:28:13Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"8cf0a092-4be9-4576-986d-d2e92b4a800a","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"90aa95516c664aef94b667c55fdaffe9","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-01T03:40:04Z","provider:segmentation_id":91,"name":"tempest_smoke-net_591b200d-419b-43f9-bbac-a96d18dcba0b","admin_state_up":true,"tenant_id":"90aa95516c664aef94b667c55fdaffe9","created_at":"2018-08-01T03:40:04Z","provider:network_type":"vxlan"}]} 2018-08-01 03:40:04,724 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-edfd0e81-9536-4120-9e9a-5ee81b440175 2018-08-01 03:40:04,724 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.278254032135s 2018-08-01 03:40:04,724 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-edfd0e81-9536-4120-9e9a-5ee81b440175 2018-08-01 03:40:04,725 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-01 03:40:04,725 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}3b5cf7c84a3cbe2c2e62cb906b2b5611495c878a" -d '{"subnet": {"name": "tempest_smoke-subnet_591b200d-419b-43f9-bbac-a96d18dcba0b", "enable_dhcp": true, "network_id": "8cf0a092-4be9-4576-986d-d2e92b4a800a", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-01 03:40:05,366 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 681 X-Openstack-Request-Id: req-13fef601-7754-4d7b-b19e-1bbc3edb1b51 Date: Wed, 01 Aug 2018 03:40:05 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8cf0a092-4be9-4576-986d-d2e92b4a800a","tenant_id":"90aa95516c664aef94b667c55fdaffe9","created_at":"2018-08-01T03:40:05Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-01T03:40: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":"90aa95516c664aef94b667c55fdaffe9","id":"dcca5c28-97cd-4d5a-b2eb-3e1f685e1d6e","subnetpool_id":null,"name":"tempest_smoke-subnet_591b200d-419b-43f9-bbac-a96d18dcba0b"}} 2018-08-01 03:40:05,366 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-13fef601-7754-4d7b-b19e-1bbc3edb1b51 2018-08-01 03:40:05,367 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.641499042511s 2018-08-01 03:40:05,367 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-13fef601-7754-4d7b-b19e-1bbc3edb1b51 2018-08-01 03:40:05,367 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-01T03:40: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'dcca5c28-97cd-4d5a-b2eb-3e1f685e1d6e', u'subnetpool_id': None, u'service_types': [], u'name': u'tempest_smoke-subnet_591b200d-419b-43f9-bbac-a96d18dcba0b', u'enable_dhcp': True, u'network_id': u'8cf0a092-4be9-4576-986d-d2e92b4a800a', u'tenant_id': u'90aa95516c664aef94b667c55fdaffe9', u'created_at': u'2018-08-01T03:40: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'90aa95516c664aef94b667c55fdaffe9'}) 2018-08-01 03:40:05,368 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-01 03:40:05,369 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}3b5cf7c84a3cbe2c2e62cb906b2b5611495c878a" -d '{"router": {"external_gateway_info": {"network_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "name": "tempest_smoke-router_591b200d-419b-43f9-bbac-a96d18dcba0b", "admin_state_up": true}}' 2018-08-01 03:40:06,572 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 646 X-Openstack-Request-Id: req-1b6f084d-1406-44b1-9136-14d89563161e Date: Wed, 01 Aug 2018 03:40:06 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "e06facf3-a24e-40d5-a5ce-a0901a6e4875", "ip_address": "172.30.9.204"}]}, "description": "", "tags": [], "tenant_id": "90aa95516c664aef94b667c55fdaffe9", "created_at": "2018-08-01T03:40:05Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-01T03:40:06Z", "revision_number": 2, "routes": [], "project_id": "90aa95516c664aef94b667c55fdaffe9", "id": "75161367-a97f-42bd-98e5-4cbd1e46fe6b", "name": "tempest_smoke-router_591b200d-419b-43f9-bbac-a96d18dcba0b"}} 2018-08-01 03:40:06,572 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-1b6f084d-1406-44b1-9136-14d89563161e 2018-08-01 03:40:06,573 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.20452308655s 2018-08-01 03:40:06,573 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-1b6f084d-1406-44b1-9136-14d89563161e 2018-08-01 03:40:06,573 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'262fe7ec-b437-40b8-908b-6eb66c149655', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'e06facf3-a24e-40d5-a5ce-a0901a6e4875', u'ip_address': u'172.30.9.204'}]}, u'description': u'', u'tags': [], u'tenant_id': u'90aa95516c664aef94b667c55fdaffe9', u'created_at': u'2018-08-01T03:40:05Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-08-01T03:40:06Z', u'revision_number': 2, u'routes': [], u'project_id': u'90aa95516c664aef94b667c55fdaffe9', u'id': u'75161367-a97f-42bd-98e5-4cbd1e46fe6b', u'name': u'tempest_smoke-router_591b200d-419b-43f9-bbac-a96d18dcba0b'}) 2018-08-01 03:40:06,574 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-01 03:40:06,575 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9696/v2.0/routers/75161367-a97f-42bd-98e5-4cbd1e46fe6b/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}3b5cf7c84a3cbe2c2e62cb906b2b5611495c878a" -d '{"subnet_id": "dcca5c28-97cd-4d5a-b2eb-3e1f685e1d6e"}' 2018-08-01 03:40:08,411 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-a18c71f5-e5f2-47b9-8e13-37175bd27e1e Date: Wed, 01 Aug 2018 03:40:08 GMT RESP BODY: {"network_id": "8cf0a092-4be9-4576-986d-d2e92b4a800a", "tenant_id": "90aa95516c664aef94b667c55fdaffe9", "subnet_id": "dcca5c28-97cd-4d5a-b2eb-3e1f685e1d6e", "subnet_ids": ["dcca5c28-97cd-4d5a-b2eb-3e1f685e1d6e"], "port_id": "725e6f2b-88c0-4a0f-bfa9-9281e3d1e2a6", "id": "75161367-a97f-42bd-98e5-4cbd1e46fe6b"} 2018-08-01 03:40:08,412 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/75161367-a97f-42bd-98e5-4cbd1e46fe6b/add_router_interface.json used request id req-a18c71f5-e5f2-47b9-8e13-37175bd27e1e 2018-08-01 03:40:08,412 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.83751392365s 2018-08-01 03:40:08,412 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/75161367-a97f-42bd-98e5-4cbd1e46fe6b/add_router_interface.json used request id req-a18c71f5-e5f2-47b9-8e13-37175bd27e1e returning object 75161367-a97f-42bd-98e5-4cbd1e46fe6b 2018-08-01 03:40:08,412 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-01 03:40:08,547 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-08-01 03:40:08,549 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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-01 03:40:08,553 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 754 Date: Wed, 01 Aug 2018 03:40:08 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.6", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}]} 2018-08-01 03:40:08,555 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-01 03:40:08,557 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3b5cf7c84a3cbe2c2e62cb906b2b5611495c878a" 2018-08-01 03:40:08,789 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-00fedcec-2cc6-430b-b142-889754ce17b8 Date: Wed, 01 Aug 2018 03:40:08 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-01 03:40:08,789 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-00fedcec-2cc6-430b-b142-889754ce17b8 2018-08-01 03:40:08,789 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.233970165253s 2018-08-01 03:40:08,790 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-00fedcec-2cc6-430b-b142-889754ce17b8 2018-08-01 03:40:08,793 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-01 03:40:08,795 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}3b5cf7c84a3cbe2c2e62cb906b2b5611495c878a" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/tempest_smoke-img_591b200d-419b-43f9-bbac-a96d18dcba0b", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "tempest_smoke-img_591b200d-419b-43f9-bbac-a96d18dcba0b"}' 2018-08-01 03:40:09,082 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 877 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/d1ea4ddb-4833-4d84-a805-7fd224e0b3e7 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-2312e0d1-8dd1-49bf-af81-5000c9367cac Date: Wed, 01 Aug 2018 03:40:09 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/d1ea4ddb-4833-4d84-a805-7fd224e0b3e7/file", "owner": "90aa95516c664aef94b667c55fdaffe9", "id": "d1ea4ddb-4833-4d84-a805-7fd224e0b3e7", "size": null, "self": "/v2/images/d1ea4ddb-4833-4d84-a805-7fd224e0b3e7", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-08-01T03:40:09Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke-img_591b200d-419b-43f9-bbac-a96d18dcba0b", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke-img_591b200d-419b-43f9-bbac-a96d18dcba0b", "checksum": null, "created_at": "2018-08-01T03:40:09Z", "protected": false} 2018-08-01 03:40:09,082 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-2312e0d1-8dd1-49bf-af81-5000c9367cac 2018-08-01 03:40:09,082 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.28879904747s 2018-08-01 03:40:09,082 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-2312e0d1-8dd1-49bf-af81-5000c9367cac returning object d1ea4ddb-4833-4d84-a805-7fd224e0b3e7 2018-08-01 03:40:09,083 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-01 03:40:09,087 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9292/v2/images/d1ea4ddb-4833-4d84-a805-7fd224e0b3e7/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}3b5cf7c84a3cbe2c2e62cb906b2b5611495c878a" -d '' 2018-08-01 03:40:09,713 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-8ece077e-e540-422c-8e44-91de681d8390 Date: Wed, 01 Aug 2018 03:40:09 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 03:40:09,713 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/d1ea4ddb-4833-4d84-a805-7fd224e0b3e7/file used request id req-8ece077e-e540-422c-8e44-91de681d8390 2018-08-01 03:40:09,714 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 0.630233049393s 2018-08-01 03:40:09,714 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/d1ea4ddb-4833-4d84-a805-7fd224e0b3e7/file used request id req-8ece077e-e540-422c-8e44-91de681d8390 2018-08-01 03:40:09,714 - functest.core.singlevm - DEBUG - image: Munch({u'status': u'queued', u'owner_specified.shade.object': u'images/tempest_smoke-img_591b200d-419b-43f9-bbac-a96d18dcba0b', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2018-08-01T03:40:09Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'locations': [], u'min_disk': 0, u'visibility': u'public', u'file': u'/v2/images/d1ea4ddb-4833-4d84-a805-7fd224e0b3e7/file', u'owner': u'90aa95516c664aef94b667c55fdaffe9', u'virtual_size': None, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'id': u'd1ea4ddb-4833-4d84-a805-7fd224e0b3e7', u'size': None, u'name': u'tempest_smoke-img_591b200d-419b-43f9-bbac-a96d18dcba0b', u'checksum': None, u'self': u'/v2/images/d1ea4ddb-4833-4d84-a805-7fd224e0b3e7', u'disk_format': u'qcow2', u'protected': False, u'created_at': u'2018-08-01T03:40:09Z', u'schema': u'/v2/schemas/image'}) 2018-08-01 03:40:09,715 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-01 03:40:09,718 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}3b5cf7c84a3cbe2c2e62cb906b2b5611495c878a" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "tempest_smoke-flavor_591b200d-419b-43f9-bbac-a96d18dcba0b", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-01 03:40:10,102 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 03:40:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e02caf21-a11b-4890-a1d4-1d7c588f60fe x-compute-request-id: req-e02caf21-a11b-4890-a1d4-1d7c588f60fe Content-Encoding: gzip Content-Length: 313 Content-Type: application/json RESP BODY: {"flavor": {"name": "tempest_smoke-flavor_591b200d-419b-43f9-bbac-a96d18dcba0b", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/cfb35607-9dca-43c5-8f4a-c687492985c3", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/cfb35607-9dca-43c5-8f4a-c687492985c3", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "cfb35607-9dca-43c5-8f4a-c687492985c3"}} 2018-08-01 03:40:10,102 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-e02caf21-a11b-4890-a1d4-1d7c588f60fe 2018-08-01 03:40:10,103 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.387677192688s 2018-08-01 03:40:10,103 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-e02caf21-a11b-4890-a1d4-1d7c588f60fe 2018-08-01 03:40:10,104 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'tempest_smoke-flavor_591b200d-419b-43f9-bbac-a96d18dcba0b', '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'90aa95516c664aef94b667c55fdaffe9', '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'cfb35607-9dca-43c5-8f4a-c687492985c3', 'swap': 0}) 2018-08-01 03:40:10,104 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-01 03:40:10,107 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/flavors/cfb35607-9dca-43c5-8f4a-c687492985c3/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}3b5cf7c84a3cbe2c2e62cb906b2b5611495c878a" -d '{"extra_specs": {}}' 2018-08-01 03:40:10,128 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 03:40:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-3bf34008-6203-4b6b-b36f-9a673ec5f29e x-compute-request-id: req-3bf34008-6203-4b6b-b36f-9a673ec5f29e Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-01 03:40:10,128 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors/cfb35607-9dca-43c5-8f4a-c687492985c3/os-extra_specs used request id req-3bf34008-6203-4b6b-b36f-9a673ec5f29e 2018-08-01 03:40:10,129 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0240950584412s 2018-08-01 03:40:10,129 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors/cfb35607-9dca-43c5-8f4a-c687492985c3/os-extra_specs used request id req-3bf34008-6203-4b6b-b36f-9a673ec5f29e 2018-08-01 03:40:10,133 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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-01 03:40:10,139 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 01 Aug 2018 03:40:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d7fd273c-1724-47b1-9db7-c81ea6f5b6b2 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.21:5000/v3/", "rel": "self"}]}]}} 2018-08-01 03:40:10,139 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/ used request id req-d7fd273c-1724-47b1-9db7-c81ea6f5b6b2 2018-08-01 03:40:10,143 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-01 03:40:10,146 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3b5cf7c84a3cbe2c2e62cb906b2b5611495c878a" 2018-08-01 03:40:10,248 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 03:40:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ba53c1ea-7238-4b26-ae1f-9dbbe630f705 Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "147f18c7e1e349fc8e383440249c4c73", "links": {"self": "http://172.30.9.21:5000/v3/roles/147f18c7e1e349fc8e383440249c4c73"}, "name": "reader"}, {"domain_id": null, "id": "730dcac60af740de8f4eb572d8499268", "links": {"self": "http://172.30.9.21:5000/v3/roles/730dcac60af740de8f4eb572d8499268"}, "name": "swiftoperator"}, {"domain_id": null, "id": "86fab6e3eccc4f5f9bd58caee92e2693", "links": {"self": "http://172.30.9.21:5000/v3/roles/86fab6e3eccc4f5f9bd58caee92e2693"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b2b3ff44e054497fa64f6525e0e6195b", "links": {"self": "http://172.30.9.21:5000/v3/roles/b2b3ff44e054497fa64f6525e0e6195b"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ed1e3c9b852e426e8d791112d2fd4701", "links": {"self": "http://172.30.9.21:5000/v3/roles/ed1e3c9b852e426e8d791112d2fd4701"}, "name": "member"}, {"domain_id": null, "id": "f5c89a4293d34be3af121f401210ef46", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5c89a4293d34be3af121f401210ef46"}, "name": "ResellerAdmin"}]} 2018-08-01 03:40:10,249 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-ba53c1ea-7238-4b26-ae1f-9dbbe630f705 2018-08-01 03:40:10,249 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.105967998505s 2018-08-01 03:40:10,249 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-ba53c1ea-7238-4b26-ae1f-9dbbe630f705 2018-08-01 03:40:10,254 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-01 03:40:10,257 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3b5cf7c84a3cbe2c2e62cb906b2b5611495c878a" 2018-08-01 03:40:10,351 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 03:40:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fa3110b2-ab78-4621-baf5-9f72c19070e6 Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "147f18c7e1e349fc8e383440249c4c73", "links": {"self": "http://172.30.9.21:5000/v3/roles/147f18c7e1e349fc8e383440249c4c73"}, "name": "reader"}, {"domain_id": null, "id": "730dcac60af740de8f4eb572d8499268", "links": {"self": "http://172.30.9.21:5000/v3/roles/730dcac60af740de8f4eb572d8499268"}, "name": "swiftoperator"}, {"domain_id": null, "id": "86fab6e3eccc4f5f9bd58caee92e2693", "links": {"self": "http://172.30.9.21:5000/v3/roles/86fab6e3eccc4f5f9bd58caee92e2693"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b2b3ff44e054497fa64f6525e0e6195b", "links": {"self": "http://172.30.9.21:5000/v3/roles/b2b3ff44e054497fa64f6525e0e6195b"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ed1e3c9b852e426e8d791112d2fd4701", "links": {"self": "http://172.30.9.21:5000/v3/roles/ed1e3c9b852e426e8d791112d2fd4701"}, "name": "member"}, {"domain_id": null, "id": "f5c89a4293d34be3af121f401210ef46", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5c89a4293d34be3af121f401210ef46"}, "name": "ResellerAdmin"}]} 2018-08-01 03:40:10,351 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-fa3110b2-ab78-4621-baf5-9f72c19070e6 2018-08-01 03:40:10,351 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0967330932617s 2018-08-01 03:40:10,351 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-fa3110b2-ab78-4621-baf5-9f72c19070e6 2018-08-01 03:40:10,354 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-08-01 03:40:10,357 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}3b5cf7c84a3cbe2c2e62cb906b2b5611495c878a" 2018-08-01 03:40:10,399 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 03:40:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3601af23-e8ef-4e63-8202-6000da9b4df0 x-compute-request-id: req-3601af23-e8ef-4e63-8202-6000da9b4df0 Content-Encoding: gzip Content-Length: 740 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 230}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "memory_mb_used": 2492, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.3", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX-IBRS\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"stibp\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"ssse3\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"pcid\", \"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\", \"acpi\", \"spec-ctrl\", \"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-1.opnfvlf.org", "disabled_reason": null, "id": 227}, "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.8", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX-IBRS\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"stibp\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"ssse3\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"pcid\", \"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\", \"acpi\", \"spec-ctrl\", \"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-01 03:40:10,400 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/os-hypervisors/detail used request id req-3601af23-e8ef-4e63-8202-6000da9b4df0 2018-08-01 03:40:10,400 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.0452291965485s 2018-08-01 03:40:10,400 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/os-hypervisors/detail used request id req-3601af23-e8ef-4e63-8202-6000da9b4df0 2018-08-01 03:40:10,404 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-01 03:40:10,407 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3b5cf7c84a3cbe2c2e62cb906b2b5611495c878a" 2018-08-01 03:40:10,699 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1207 Content-Type: application/json X-Openstack-Request-Id: req-2ba4995d-8d04-4e61-9e51-a8c480406671 Date: Wed, 01 Aug 2018 03:40:10 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://1c426f71-e315-470f-a765-a4a983e8d919/images/d1ea4ddb-4833-4d84-a805-7fd224e0b3e7/snap", "metadata": {}}], "file": "/v2/images/d1ea4ddb-4833-4d84-a805-7fd224e0b3e7/file", "owner": "90aa95516c664aef94b667c55fdaffe9", "id": "d1ea4ddb-4833-4d84-a805-7fd224e0b3e7", "size": 12716032, "self": "/v2/images/d1ea4ddb-4833-4d84-a805-7fd224e0b3e7", "disk_format": "qcow2", "direct_url": "rbd://1c426f71-e315-470f-a765-a4a983e8d919/images/d1ea4ddb-4833-4d84-a805-7fd224e0b3e7/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-08-01T03:40:09Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke-img_591b200d-419b-43f9-bbac-a96d18dcba0b", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke-img_591b200d-419b-43f9-bbac-a96d18dcba0b", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-01T03:40:09Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-01 03:40:10,699 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-2ba4995d-8d04-4e61-9e51-a8c480406671 2018-08-01 03:40:10,700 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.295455932617s 2018-08-01 03:40:10,700 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-2ba4995d-8d04-4e61-9e51-a8c480406671 2018-08-01 03:40:10,708 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-01 03:40:10,711 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}3b5cf7c84a3cbe2c2e62cb906b2b5611495c878a" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/tempest_smoke-img_alt_591b200d-419b-43f9-bbac-a96d18dcba0b", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "tempest_smoke-img_alt_591b200d-419b-43f9-bbac-a96d18dcba0b"}' 2018-08-01 03:40:10,956 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 885 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/3512dae5-6319-45d7-ae81-a025ba94c8f0 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-361fc4ab-6e12-4146-a9c1-3d0ec7dee201 Date: Wed, 01 Aug 2018 03:40:10 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/3512dae5-6319-45d7-ae81-a025ba94c8f0/file", "owner": "90aa95516c664aef94b667c55fdaffe9", "id": "3512dae5-6319-45d7-ae81-a025ba94c8f0", "size": null, "self": "/v2/images/3512dae5-6319-45d7-ae81-a025ba94c8f0", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-08-01T03:40:10Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke-img_alt_591b200d-419b-43f9-bbac-a96d18dcba0b", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke-img_alt_591b200d-419b-43f9-bbac-a96d18dcba0b", "checksum": null, "created_at": "2018-08-01T03:40:10Z", "protected": false} 2018-08-01 03:40:10,956 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-361fc4ab-6e12-4146-a9c1-3d0ec7dee201 2018-08-01 03:40:10,956 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.24812412262s 2018-08-01 03:40:10,957 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-361fc4ab-6e12-4146-a9c1-3d0ec7dee201 returning object 3512dae5-6319-45d7-ae81-a025ba94c8f0 2018-08-01 03:40:10,957 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-01 03:40:10,961 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9292/v2/images/3512dae5-6319-45d7-ae81-a025ba94c8f0/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}3b5cf7c84a3cbe2c2e62cb906b2b5611495c878a" -d '' 2018-08-01 03:40:11,880 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-2619428a-33d1-421a-987e-d557efd08ee5 Date: Wed, 01 Aug 2018 03:40: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-01 03:40:11,880 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/3512dae5-6319-45d7-ae81-a025ba94c8f0/file used request id req-2619428a-33d1-421a-987e-d557efd08ee5 2018-08-01 03:40:11,880 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 0.922960042953s 2018-08-01 03:40:11,881 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/3512dae5-6319-45d7-ae81-a025ba94c8f0/file used request id req-2619428a-33d1-421a-987e-d557efd08ee5 2018-08-01 03:40:11,881 - functest.core.singlevm - DEBUG - image: Munch({u'status': u'queued', u'owner_specified.shade.object': u'images/tempest_smoke-img_alt_591b200d-419b-43f9-bbac-a96d18dcba0b', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2018-08-01T03:40:10Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'locations': [], u'min_disk': 0, u'visibility': u'public', u'file': u'/v2/images/3512dae5-6319-45d7-ae81-a025ba94c8f0/file', u'owner': u'90aa95516c664aef94b667c55fdaffe9', u'virtual_size': None, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'id': u'3512dae5-6319-45d7-ae81-a025ba94c8f0', u'size': None, u'name': u'tempest_smoke-img_alt_591b200d-419b-43f9-bbac-a96d18dcba0b', u'checksum': None, u'self': u'/v2/images/3512dae5-6319-45d7-ae81-a025ba94c8f0', u'disk_format': u'qcow2', u'protected': False, u'created_at': u'2018-08-01T03:40:10Z', u'schema': u'/v2/schemas/image'}) 2018-08-01 03:40:11,881 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-01 03:40:11,884 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}3b5cf7c84a3cbe2c2e62cb906b2b5611495c878a" -d '{"flavor": {"vcpus": 1, "ram": 1024, "name": "tempest_smoke-flavor_alt_591b200d-419b-43f9-bbac-a96d18dcba0b", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-01 03:40:11,942 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 03:40: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-5c7fad19-5a2e-4c9a-a47e-5215bedef01b x-compute-request-id: req-5c7fad19-5a2e-4c9a-a47e-5215bedef01b Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"flavor": {"name": "tempest_smoke-flavor_alt_591b200d-419b-43f9-bbac-a96d18dcba0b", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/b536af62-94bf-4290-b7b0-740bd64b203e", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/b536af62-94bf-4290-b7b0-740bd64b203e", "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": "b536af62-94bf-4290-b7b0-740bd64b203e"}} 2018-08-01 03:40:11,942 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-5c7fad19-5a2e-4c9a-a47e-5215bedef01b 2018-08-01 03:40:11,943 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.0610861778259s 2018-08-01 03:40:11,943 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-5c7fad19-5a2e-4c9a-a47e-5215bedef01b 2018-08-01 03:40:11,944 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'tempest_smoke-flavor_alt_591b200d-419b-43f9-bbac-a96d18dcba0b', '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'90aa95516c664aef94b667c55fdaffe9', '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'b536af62-94bf-4290-b7b0-740bd64b203e', 'swap': 0}) 2018-08-01 03:40:11,944 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-01 03:40:11,947 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/flavors/b536af62-94bf-4290-b7b0-740bd64b203e/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}3b5cf7c84a3cbe2c2e62cb906b2b5611495c878a" -d '{"extra_specs": {}}' 2018-08-01 03:40:11,967 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 03:40: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-cccf9b9c-4847-45e9-b990-9640fc539f94 x-compute-request-id: req-cccf9b9c-4847-45e9-b990-9640fc539f94 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-01 03:40:11,967 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors/b536af62-94bf-4290-b7b0-740bd64b203e/os-extra_specs used request id req-cccf9b9c-4847-45e9-b990-9640fc539f94 2018-08-01 03:40:11,967 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0225560665131s 2018-08-01 03:40:11,967 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors/b536af62-94bf-4290-b7b0-740bd64b203e/os-extra_specs used request id req-cccf9b9c-4847-45e9-b990-9640fc539f94 2018-08-01 03:40:11,967 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'tempest_smoke-flavor_alt_591b200d-419b-43f9-bbac-a96d18dcba0b', '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'90aa95516c664aef94b667c55fdaffe9', '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'b536af62-94bf-4290-b7b0-740bd64b203e', 'swap': 0}) 2018-08-01 03:40:15,657 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-08-01 03:40:15,658 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-08-01 03:40:15,658 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-08-01 03:40:15,660 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-08-01 03:40:15,663 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-08-01 03:40:19,192 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-c212d78c-5d83-480f-82ee-abd76d59f5fd/repo; stestr list '^(tempest|neutron_tempest_plugin)\.(api|scenario).*\[.*\bsmoke\b.*\]$' >/home/opnfv/functest/results/tempest_smoke/test_list.txt 2>/dev/null) 2018-08-01 03:40:19,193 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-08-01 03:40:19,194 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-08-01 03:40:19,194 - 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']'. 2018-08-01 03:46:37,115 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Verification UUID: a248382c-e140-4bcd-ade9-a4159a8a9eac 2018-08-01 03:46:37,252 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', 'a248382c-e140-4bcd-ade9-a4159a8a9eac']'. 2018-08-01 03:46:38,122 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-08-01 03:46:38,122 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-08-01 03:46:38,122 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-08-01 03:46:38,122 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | a248382c-e140-4bcd-ade9-a4159a8a9eac | 2018-08-01 03:46:38,122 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2018-08-01 03:46:38,122 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-08-01 03:40:21 | 2018-08-01 03:46:38,122 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-08-01 03:46:37 | 2018-08-01 03:46:38,122 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:06:16 | 2018-08-01 03:46:38,122 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-08-01 03:46:38,122 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-08-01 03:46:38,122 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: c212d78c-5d83-480f-82ee-abd76d59f5fd) | 2018-08-01 03:46:38,123 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-08-01 03:46:38,123 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: b6466538-0d76-49f9-a07e-890b90264d80) | 2018-08-01 03:46:38,123 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 131 | 2018-08-01 03:46:38,123 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 364.383 | 2018-08-01 03:46:38,123 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 103 | 2018-08-01 03:46:38,123 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 24 | 2018-08-01 03:46:38,123 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-08-01 03:46:38,123 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-08-01 03:46:38,123 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 4 | 2018-08-01 03:46:38,123 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-08-01 03:46:38,123 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-08-01 03:46:38,166 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest tempest_smoke success_rate is 96.261682243% 2018-08-01 03:46:38,294 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-01 03:46:38,294 - xtesting.ci.run_tests - INFO - Test result: +-----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------+------------------+------------------+----------------+ | tempest_smoke | functest | 06:34 | FAIL | +-----------------------+------------------+------------------+----------------+ 2018-08-01 03:46:38,299 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-01 03:46:38,302 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9292/v2/images/3512dae5-6319-45d7-ae81-a025ba94c8f0 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3b5cf7c84a3cbe2c2e62cb906b2b5611495c878a" 2018-08-01 03:46:38,962 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-caca015d-fe74-4199-ab61-d4f6623f2f96 Date: Wed, 01 Aug 2018 03:46:38 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 03:46:38,962 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/3512dae5-6319-45d7-ae81-a025ba94c8f0 used request id req-caca015d-fe74-4199-ab61-d4f6623f2f96 2018-08-01 03:46:38,963 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.663496017456s 2018-08-01 03:46:38,963 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/3512dae5-6319-45d7-ae81-a025ba94c8f0 used request id req-caca015d-fe74-4199-ab61-d4f6623f2f96 2018-08-01 03:46:38,963 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-01 03:46:38,966 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21: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}3b5cf7c84a3cbe2c2e62cb906b2b5611495c878a" 2018-08-01 03:46:39,171 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 03:46: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-1d02ffc5-a1e2-45b2-949a-39c17e75e874 x-compute-request-id: req-1d02ffc5-a1e2-45b2-949a-39c17e75e874 Content-Encoding: gzip Content-Length: 368 Content-Type: application/json RESP BODY: {"flavors": [{"name": "tempest_smoke-flavor_alt_591b200d-419b-43f9-bbac-a96d18dcba0b", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/b536af62-94bf-4290-b7b0-740bd64b203e", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/b536af62-94bf-4290-b7b0-740bd64b203e", "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": "b536af62-94bf-4290-b7b0-740bd64b203e"}, {"name": "tempest_smoke-flavor_591b200d-419b-43f9-bbac-a96d18dcba0b", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/cfb35607-9dca-43c5-8f4a-c687492985c3", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/cfb35607-9dca-43c5-8f4a-c687492985c3", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "cfb35607-9dca-43c5-8f4a-c687492985c3"}]} 2018-08-01 03:46:39,172 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-1d02ffc5-a1e2-45b2-949a-39c17e75e874 2018-08-01 03:46:39,172 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.208220005035s 2018-08-01 03:46:39,172 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-1d02ffc5-a1e2-45b2-949a-39c17e75e874 2018-08-01 03:46:39,174 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-01 03:46:39,175 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:8774/v2.1/flavors/b536af62-94bf-4290-b7b0-740bd64b203e -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3b5cf7c84a3cbe2c2e62cb906b2b5611495c878a" 2018-08-01 03:46:39,219 - keystoneauth.session - DEBUG - RESP: [202] Date: Wed, 01 Aug 2018 03:46: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-4b2234f4-0f1a-4f1b-99a1-fd719930daf5 x-compute-request-id: req-4b2234f4-0f1a-4f1b-99a1-fd719930daf5 Content-Length: 0 Content-Type: application/json 2018-08-01 03:46:39,219 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/b536af62-94bf-4290-b7b0-740bd64b203e used request id req-4b2234f4-0f1a-4f1b-99a1-fd719930daf5 2018-08-01 03:46:39,219 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.045147895813s 2018-08-01 03:46:39,219 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/b536af62-94bf-4290-b7b0-740bd64b203e used request id req-4b2234f4-0f1a-4f1b-99a1-fd719930daf5 2018-08-01 03:46:39,219 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-01 03:46:39,220 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9696/v2.0/routers/75161367-a97f-42bd-98e5-4cbd1e46fe6b/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}3b5cf7c84a3cbe2c2e62cb906b2b5611495c878a" -d '{"subnet_id": "dcca5c28-97cd-4d5a-b2eb-3e1f685e1d6e"}' 2018-08-01 03:46:40,842 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-cc8441d2-c9fd-4200-a6ae-8ef5dc07523a Date: Wed, 01 Aug 2018 03:46:40 GMT RESP BODY: {"network_id": "8cf0a092-4be9-4576-986d-d2e92b4a800a", "tenant_id": "90aa95516c664aef94b667c55fdaffe9", "subnet_id": "dcca5c28-97cd-4d5a-b2eb-3e1f685e1d6e", "subnet_ids": ["dcca5c28-97cd-4d5a-b2eb-3e1f685e1d6e"], "port_id": "725e6f2b-88c0-4a0f-bfa9-9281e3d1e2a6", "id": "75161367-a97f-42bd-98e5-4cbd1e46fe6b"} 2018-08-01 03:46:40,842 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/75161367-a97f-42bd-98e5-4cbd1e46fe6b/remove_router_interface.json used request id req-cc8441d2-c9fd-4200-a6ae-8ef5dc07523a 2018-08-01 03:46:40,843 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.62323403358s 2018-08-01 03:46:40,843 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/75161367-a97f-42bd-98e5-4cbd1e46fe6b/remove_router_interface.json used request id req-cc8441d2-c9fd-4200-a6ae-8ef5dc07523a returning object 75161367-a97f-42bd-98e5-4cbd1e46fe6b 2018-08-01 03:46:40,843 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-01 03:46:40,843 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}3b5cf7c84a3cbe2c2e62cb906b2b5611495c878a" 2018-08-01 03:46:41,152 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 649 X-Openstack-Request-Id: req-c4a22483-0ee5-499c-9d9e-c19c07a7cba2 Date: Wed, 01 Aug 2018 03:46:41 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "e06facf3-a24e-40d5-a5ce-a0901a6e4875", "ip_address": "172.30.9.204"}]}, "description": "", "tags": [], "tenant_id": "90aa95516c664aef94b667c55fdaffe9", "created_at": "2018-08-01T03:40:05Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-01T03:46:40Z", "revision_number": 4, "routes": [], "project_id": "90aa95516c664aef94b667c55fdaffe9", "id": "75161367-a97f-42bd-98e5-4cbd1e46fe6b", "name": "tempest_smoke-router_591b200d-419b-43f9-bbac-a96d18dcba0b"}]} 2018-08-01 03:46:41,152 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-c4a22483-0ee5-499c-9d9e-c19c07a7cba2 2018-08-01 03:46:41,152 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.309322834015s 2018-08-01 03:46:41,153 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-c4a22483-0ee5-499c-9d9e-c19c07a7cba2 2018-08-01 03:46:41,154 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-01 03:46:41,155 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/routers/75161367-a97f-42bd-98e5-4cbd1e46fe6b.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3b5cf7c84a3cbe2c2e62cb906b2b5611495c878a" 2018-08-01 03:46:42,936 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-6b880dff-59c6-48d9-8146-48043a5946e0 Content-Length: 0 Date: Wed, 01 Aug 2018 03:46:42 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-01 03:46:42,936 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/routers/75161367-a97f-42bd-98e5-4cbd1e46fe6b.json used request id req-6b880dff-59c6-48d9-8146-48043a5946e0 2018-08-01 03:46:42,937 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.78229093552s 2018-08-01 03:46:42,937 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/routers/75161367-a97f-42bd-98e5-4cbd1e46fe6b.json used request id req-6b880dff-59c6-48d9-8146-48043a5946e0 2018-08-01 03:46:42,937 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-01 03:46:42,938 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}3b5cf7c84a3cbe2c2e62cb906b2b5611495c878a" 2018-08-01 03:46:43,181 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1295 X-Openstack-Request-Id: req-58fccd40-946c-427b-9e13-27b6080581a2 Date: Wed, 01 Aug 2018 03:46:43 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8cf0a092-4be9-4576-986d-d2e92b4a800a","tenant_id":"90aa95516c664aef94b667c55fdaffe9","created_at":"2018-08-01T03:40:05Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-01T03:40: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":"90aa95516c664aef94b667c55fdaffe9","id":"dcca5c28-97cd-4d5a-b2eb-3e1f685e1d6e","subnetpool_id":null,"name":"tempest_smoke-subnet_591b200d-419b-43f9-bbac-a96d18dcba0b"},{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"262fe7ec-b437-40b8-908b-6eb66c149655","tenant_id":"89443fd7c5cf4259bed71fca1c3fe619","created_at":"2018-08-01T03:28:20Z","dns_nameservers":[],"updated_at":"2018-08-01T03:28:20Z","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":"89443fd7c5cf4259bed71fca1c3fe619","id":"e06facf3-a24e-40d5-a5ce-a0901a6e4875","subnetpool_id":null,"name":"external-subnet"}]} 2018-08-01 03:46:43,181 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-58fccd40-946c-427b-9e13-27b6080581a2 2018-08-01 03:46:43,182 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.244251012802s 2018-08-01 03:46:43,182 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-58fccd40-946c-427b-9e13-27b6080581a2 2018-08-01 03:46:43,183 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-01 03:46:43,184 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/subnets/dcca5c28-97cd-4d5a-b2eb-3e1f685e1d6e.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3b5cf7c84a3cbe2c2e62cb906b2b5611495c878a" 2018-08-01 03:46:45,425 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-c4f86808-a817-4408-8bb6-c231c81e9341 Date: Wed, 01 Aug 2018 03:46:45 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-01 03:46:45,425 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/dcca5c28-97cd-4d5a-b2eb-3e1f685e1d6e.json used request id req-c4f86808-a817-4408-8bb6-c231c81e9341 2018-08-01 03:46:45,425 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.24164485931s 2018-08-01 03:46:45,425 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/dcca5c28-97cd-4d5a-b2eb-3e1f685e1d6e.json used request id req-c4f86808-a817-4408-8bb6-c231c81e9341 2018-08-01 03:46:45,426 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-01 03:46:45,426 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3b5cf7c84a3cbe2c2e62cb906b2b5611495c878a" 2018-08-01 03:46:45,801 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1357 X-Openstack-Request-Id: req-030a485d-9608-46db-9bd7-e0ad005270b1 Date: Wed, 01 Aug 2018 03:46:45 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"262fe7ec-b437-40b8-908b-6eb66c149655","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"89443fd7c5cf4259bed71fca1c3fe619","status":"ACTIVE","subnets":["e06facf3-a24e-40d5-a5ce-a0901a6e4875"],"description":"","tags":[],"updated_at":"2018-08-01T03:28:20Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"89443fd7c5cf4259bed71fca1c3fe619","created_at":"2018-08-01T03:28:13Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"8cf0a092-4be9-4576-986d-d2e92b4a800a","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"90aa95516c664aef94b667c55fdaffe9","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-01T03:46:45Z","provider:segmentation_id":91,"name":"tempest_smoke-net_591b200d-419b-43f9-bbac-a96d18dcba0b","admin_state_up":true,"tenant_id":"90aa95516c664aef94b667c55fdaffe9","created_at":"2018-08-01T03:40:04Z","provider:network_type":"vxlan"}]} 2018-08-01 03:46:45,802 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-030a485d-9608-46db-9bd7-e0ad005270b1 2018-08-01 03:46:45,802 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.375702857971s 2018-08-01 03:46:45,802 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-030a485d-9608-46db-9bd7-e0ad005270b1 2018-08-01 03:46:45,803 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-01 03:46:45,804 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/networks/8cf0a092-4be9-4576-986d-d2e92b4a800a.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3b5cf7c84a3cbe2c2e62cb906b2b5611495c878a" 2018-08-01 03:46:47,093 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-b3d5c28d-0987-46f5-a9a3-ba906bd13cae Date: Wed, 01 Aug 2018 03:46:47 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-01 03:46:47,093 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/8cf0a092-4be9-4576-986d-d2e92b4a800a.json used request id req-b3d5c28d-0987-46f5-a9a3-ba906bd13cae 2018-08-01 03:46:47,093 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.28971719742s 2018-08-01 03:46:47,093 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/8cf0a092-4be9-4576-986d-d2e92b4a800a.json used request id req-b3d5c28d-0987-46f5-a9a3-ba906bd13cae 2018-08-01 03:46:47,097 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-01 03:46:47,101 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3b5cf7c84a3cbe2c2e62cb906b2b5611495c878a" 2018-08-01 03:46:47,315 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1207 Content-Type: application/json X-Openstack-Request-Id: req-460c18c3-35dd-4bde-b71a-4ed02dbddbdb Date: Wed, 01 Aug 2018 03:46:47 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://1c426f71-e315-470f-a765-a4a983e8d919/images/d1ea4ddb-4833-4d84-a805-7fd224e0b3e7/snap", "metadata": {}}], "file": "/v2/images/d1ea4ddb-4833-4d84-a805-7fd224e0b3e7/file", "owner": "90aa95516c664aef94b667c55fdaffe9", "id": "d1ea4ddb-4833-4d84-a805-7fd224e0b3e7", "size": 12716032, "self": "/v2/images/d1ea4ddb-4833-4d84-a805-7fd224e0b3e7", "disk_format": "qcow2", "direct_url": "rbd://1c426f71-e315-470f-a765-a4a983e8d919/images/d1ea4ddb-4833-4d84-a805-7fd224e0b3e7/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-08-01T03:40:09Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke-img_591b200d-419b-43f9-bbac-a96d18dcba0b", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke-img_591b200d-419b-43f9-bbac-a96d18dcba0b", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-01T03:40:09Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-01 03:46:47,315 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-460c18c3-35dd-4bde-b71a-4ed02dbddbdb 2018-08-01 03:46:47,316 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.218285083771s 2018-08-01 03:46:47,316 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-460c18c3-35dd-4bde-b71a-4ed02dbddbdb 2018-08-01 03:46:47,318 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-01 03:46:47,322 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9292/v2/images/d1ea4ddb-4833-4d84-a805-7fd224e0b3e7 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3b5cf7c84a3cbe2c2e62cb906b2b5611495c878a" 2018-08-01 03:46:47,861 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-9bed9297-5d2b-45ae-9fc6-a3a0fc961bef Date: Wed, 01 Aug 2018 03:46:47 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 03:46:47,861 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/d1ea4ddb-4833-4d84-a805-7fd224e0b3e7 used request id req-9bed9297-5d2b-45ae-9fc6-a3a0fc961bef 2018-08-01 03:46:47,862 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.543313980103s 2018-08-01 03:46:47,862 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/d1ea4ddb-4833-4d84-a805-7fd224e0b3e7 used request id req-9bed9297-5d2b-45ae-9fc6-a3a0fc961bef 2018-08-01 03:46:47,862 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-01 03:46:47,866 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21: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}3b5cf7c84a3cbe2c2e62cb906b2b5611495c878a" 2018-08-01 03:46:47,889 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 03:46:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6cbc59f7-bc2c-4dfc-9510-b2d4733f6932 x-compute-request-id: req-6cbc59f7-bc2c-4dfc-9510-b2d4733f6932 Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavors": [{"name": "tempest_smoke-flavor_591b200d-419b-43f9-bbac-a96d18dcba0b", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/cfb35607-9dca-43c5-8f4a-c687492985c3", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/cfb35607-9dca-43c5-8f4a-c687492985c3", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "cfb35607-9dca-43c5-8f4a-c687492985c3"}]} 2018-08-01 03:46:47,889 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-6cbc59f7-bc2c-4dfc-9510-b2d4733f6932 2018-08-01 03:46:47,889 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0266289710999s 2018-08-01 03:46:47,890 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-6cbc59f7-bc2c-4dfc-9510-b2d4733f6932 2018-08-01 03:46:47,891 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-01 03:46:47,894 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:8774/v2.1/flavors/cfb35607-9dca-43c5-8f4a-c687492985c3 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3b5cf7c84a3cbe2c2e62cb906b2b5611495c878a" 2018-08-01 03:46:47,925 - keystoneauth.session - DEBUG - RESP: [202] Date: Wed, 01 Aug 2018 03:46:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-a32b28a4-7ba8-44c3-b9cd-11b4e26adfd9 x-compute-request-id: req-a32b28a4-7ba8-44c3-b9cd-11b4e26adfd9 Content-Length: 0 Content-Type: application/json 2018-08-01 03:46:47,926 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/cfb35607-9dca-43c5-8f4a-c687492985c3 used request id req-a32b28a4-7ba8-44c3-b9cd-11b4e26adfd9 2018-08-01 03:46:47,926 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0341939926147s 2018-08-01 03:46:47,926 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/cfb35607-9dca-43c5-8f4a-c687492985c3 used request id req-a32b28a4-7ba8-44c3-b9cd-11b4e26adfd9 2018-08-01 03:46:47,926 - xtesting.ci.run_tests - ERROR - The test case 'tempest_smoke' failed. 2018-08-01 03:46:47,966 - xtesting.ci.run_tests - INFO - Loading test case 'rally_sanity'... 2018-08-01 03:46:48,002 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-01 03:46:48,002 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-01 03:46:48,002 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-01 03:46:48,002 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-01 03:46:48,002 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-01 03:46:48,002 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-01 03:46:48,002 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-01 03:46:48,002 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-01 03:46:48,002 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-01 03:46:48,002 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-01 03:46:48,002 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-01 03:46:48,002 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-01 03:46:48,003 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-01 03:46:48,003 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-01 03:46:48,003 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-01 03:46:48,003 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-01 03:46:48,003 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-01 03:46:48,003 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-01 03:46:48,003 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-01 03:46:48,003 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-01 03:46:48,003 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-01 03:46:48,003 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-01 03:46:48,003 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-01 03:46:48,003 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-01 03:46:48,003 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-01 03:46:48,006 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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-01 03:46:48,012 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 03:46:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5e67d6e6-9e56-4c6a-9d62-45c9a20b2a2f Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-01 03:46:48,012 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-5e67d6e6-9e56-4c6a-9d62-45c9a20b2a2f 2018-08-01 03:46:48,012 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-08-01 03:46:48,427 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ed1e3c9b852e426e8d791112d2fd4701", "name": "member"}, {"id": "147f18c7e1e349fc8e383440249c4c73", "name": "reader"}, {"id": "86fab6e3eccc4f5f9bd58caee92e2693", "name": "admin"}], "expires_at": "2018-08-01T04:46:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "90aa95516c664aef94b667c55fdaffe9", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:8004/v1/90aa95516c664aef94b667c55fdaffe9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5af2a23f0d4746a18ce9987becf49813"}, {"url": "http://192.30.9.7:8004/v1/90aa95516c664aef94b667c55fdaffe9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d6722b9f2184abb8e7b581d10709b51"}, {"url": "http://192.30.9.7:8004/v1/90aa95516c664aef94b667c55fdaffe9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc81206c7ec74b63a868c84343e2355a"}], "type": "orchestration", "id": "032123c5c07d477ab419a77fddb5ca2b", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/90aa95516c664aef94b667c55fdaffe9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00197bc0507d42718c9de1a1f3ff7fa9"}, {"url": "http://192.30.9.7:8776/v2/90aa95516c664aef94b667c55fdaffe9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "186c94a5205743a68de2c02795dd12cf"}, {"url": "http://192.30.9.7:8776/v2/90aa95516c664aef94b667c55fdaffe9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32c49f45893f4074a75a056facd63fc5"}], "type": "volumev2", "id": "09ef7c245fd9479f97ffee152dae0c8e", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27e89bb29a0d43ce83aefd4cae0f7bd7"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "295d31abf3f44d85b346281cd9c04740"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d685797f4b164aa48837a822ed32598b"}], "type": "alarming", "id": "0f8615b3651c41099fe76f0fa5b23dd1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f0c9b6089cd4f558ee73fabe48d842a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "551cf56b00bd4d038a8694d11700f2ef"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9ea08b0116c4412eaded9a074baa4211"}], "type": "image", "id": "17038717f3f0408e8c9d5af024ea0aab", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "17647a3a3a00479b9213e6f6cf7a30ea", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c2328ef964c4156917122cfb247f0c4"}, {"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33d0ce77838b4a0fbe56c50f7b1e4d71"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38b745fc1fe14a8691a6fb2553ade0e0"}], "type": "event", "id": "1d35633c710f4d9c88e1f50abe614b06", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/90aa95516c664aef94b667c55fdaffe9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dcebb246e8d42fab040b053411c0957"}, {"url": "http://192.30.9.7:8776/v3/90aa95516c664aef94b667c55fdaffe9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92f3de4ac4f44b9a95bdb5c3f0c34d51"}, {"url": "http://172.30.9.21:8776/v3/90aa95516c664aef94b667c55fdaffe9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f92025e32c9344f587283e14c1506699"}], "type": "volumev3", "id": "27b85f80d71f464183ff256181f71b43", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0f1136276d75402689a9c377621253ce"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b943f44b606457c91b7d5098b199be0"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b47ac34c09dc4c05b1ca4c869d47eaeb"}], "type": "metric", "id": "5a0ae06ba8b741ffb51d39c9adb9451c", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10bc7f20cf92414cb6d088da882341c5"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "53c0109d8bd545ef83f6d70ce101d52d"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d3688eabec1484e8c6549a46b35b25f"}], "type": "cloudformation", "id": "64e449782da244a4b49ea375e297a3ea", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/90aa95516c664aef94b667c55fdaffe9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8713e9b13a6e43c59e8aa6d6cd510b2b"}, {"url": "http://192.30.9.7:8776/v1/90aa95516c664aef94b667c55fdaffe9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b073433cdd0f4518882ecf0e413ae4af"}, {"url": "http://172.30.9.21:8776/v1/90aa95516c664aef94b667c55fdaffe9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fc41a1400c1945199a7f0758b5566e31"}], "type": "volume", "id": "6951fb022adb46feaa04f1020c483fd1", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "247e0a42582047fb8b1a74db1f38edf7"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37ed8998a3894a91b69a9e4f00e62b69"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b11d1b5d1d9043d88291c85c92eb73f4"}], "type": "placement", "id": "83e7ef9cff3b4731b936862816b9afd9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "432bfc9d0c4249dd9ccda5421e19b9e2"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f93c2c146b149cbb3483078f52c4bdf"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd4fdce564324509818028dc78641d8d"}], "type": "network", "id": "94871ebfcb5240ebb8b1c19b8739272c", "name": "neutron"}, {"endpoints": [{"url": "http://12.0.0.40:8080/v1/AUTH_90aa95516c664aef94b667c55fdaffe9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2333bd642dd5455c8f03d343d974704d"}, {"url": "http://12.0.0.40:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c3a57c4832a74174a0c0889da1e1364b"}, {"url": "http://172.30.9.21:8080/v1/AUTH_90aa95516c664aef94b667c55fdaffe9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f27db37221fb446f86228761531722fd"}], "type": "object-store", "id": "b008c8aea7694b57822ddc559b6dfc45", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "038ac873a08f40dab615db1106f36b91"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9c064a815b5c40c0bb0beee1dee18b58"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa33b6fd9ec24bfb9e27785b76bc205d"}], "type": "identity", "id": "de72ed0871ef4a7bab6d7ea0bbfa8d90", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c04b9806aca48e692c506107e0bd3a6"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "449f60307ac54b799d4527d2070f35db"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d69efddbf8af404a9b303b99cfb12f43"}], "type": "compute", "id": "eb2dd02d9ef54f67b42600e437ecb401", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "749556e27c83423fb69e649d00450103"}, "audit_ids": ["qg0NDj-uSVip8xTb48sGFQ"], "issued_at": "2018-08-01T03:46:48.000000Z"}} 2018-08-01 03:46:48,430 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-01 03:46:48,431 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21: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}60bec8d612c87f51fad6ba98cb11b32e84a9f691" 2018-08-01 03:46:48,717 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-4564c8c5-8c20-4884-8cfd-ef28ec11a707 Date: Wed, 01 Aug 2018 03:46:48 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"262fe7ec-b437-40b8-908b-6eb66c149655","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"89443fd7c5cf4259bed71fca1c3fe619","status":"ACTIVE","subnets":["e06facf3-a24e-40d5-a5ce-a0901a6e4875"],"description":"","tags":[],"updated_at":"2018-08-01T03:28:20Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"89443fd7c5cf4259bed71fca1c3fe619","created_at":"2018-08-01T03:28:13Z","provider:network_type":"flat"}]} 2018-08-01 03:46:48,717 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json?router%3Aexternal=True used request id req-4564c8c5-8c20-4884-8cfd-ef28ec11a707 2018-08-01 03:46:48,718 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.286936998367s 2018-08-01 03:46:48,718 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json?router%3Aexternal=True used request id req-4564c8c5-8c20-4884-8cfd-ef28ec11a707 2018-08-01 03:46:48,718 - xtesting.ci.run_tests - INFO - Running test case 'rally_sanity'... 2018-08-01 03:46:49,090 - xtesting.energy.energy - INFO - Energy recorder API is not available, cause='status' 2018-08-01 03:46:49,091 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-01 03:46:49,091 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}60bec8d612c87f51fad6ba98cb11b32e84a9f691" -d '{"network": {"shared": true, "name": "rally_sanity-net_985bd16a-1fae-44cd-9a6b-c3a9a73486a5", "admin_state_up": true}}' 2018-08-01 03:46:49,619 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 684 X-Openstack-Request-Id: req-92510637-6ecc-4ac3-8937-25c9e87ad26a Date: Wed, 01 Aug 2018 03:46:49 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":0,"port_security_enabled":true,"provider:network_type":"vxlan","id":"89f6dd7c-5283-4066-a0bc-a3de8afebdae","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":true,"project_id":"90aa95516c664aef94b667c55fdaffe9","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-01T03:46:49Z","is_default":false,"provider:segmentation_id":48,"name":"rally_sanity-net_985bd16a-1fae-44cd-9a6b-c3a9a73486a5","admin_state_up":true,"tenant_id":"90aa95516c664aef94b667c55fdaffe9","created_at":"2018-08-01T03:46:49Z","mtu":1450}} 2018-08-01 03:46:49,619 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-92510637-6ecc-4ac3-8937-25c9e87ad26a 2018-08-01 03:46:49,619 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.528537034988s 2018-08-01 03:46:49,620 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-92510637-6ecc-4ac3-8937-25c9e87ad26a 2018-08-01 03:46:49,620 - 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-01T03:46:49Z', u'is_default': False, u'revision_number': 0, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'89f6dd7c-5283-4066-a0bc-a3de8afebdae', u'provider:segmentation_id': 48, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'rally_sanity-net_985bd16a-1fae-44cd-9a6b-c3a9a73486a5', u'admin_state_up': True, u'tenant_id': u'90aa95516c664aef94b667c55fdaffe9', u'created_at': u'2018-08-01T03:46:49Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': True, u'project_id': u'90aa95516c664aef94b667c55fdaffe9'}) 2018-08-01 03:46:49,621 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-01 03:46:49,621 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}60bec8d612c87f51fad6ba98cb11b32e84a9f691" 2018-08-01 03:46:49,910 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1349 X-Openstack-Request-Id: req-251cd1f3-c111-4c88-8189-2f7854849fb7 Date: Wed, 01 Aug 2018 03:46:49 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"262fe7ec-b437-40b8-908b-6eb66c149655","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"89443fd7c5cf4259bed71fca1c3fe619","status":"ACTIVE","subnets":["e06facf3-a24e-40d5-a5ce-a0901a6e4875"],"description":"","tags":[],"updated_at":"2018-08-01T03:28:20Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"89443fd7c5cf4259bed71fca1c3fe619","created_at":"2018-08-01T03:28:13Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":0,"port_security_enabled":true,"mtu":1450,"id":"89f6dd7c-5283-4066-a0bc-a3de8afebdae","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":true,"project_id":"90aa95516c664aef94b667c55fdaffe9","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-01T03:46:49Z","provider:segmentation_id":48,"name":"rally_sanity-net_985bd16a-1fae-44cd-9a6b-c3a9a73486a5","admin_state_up":true,"tenant_id":"90aa95516c664aef94b667c55fdaffe9","created_at":"2018-08-01T03:46:49Z","provider:network_type":"vxlan"}]} 2018-08-01 03:46:49,911 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-251cd1f3-c111-4c88-8189-2f7854849fb7 2018-08-01 03:46:49,911 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.289949893951s 2018-08-01 03:46:49,911 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-251cd1f3-c111-4c88-8189-2f7854849fb7 2018-08-01 03:46:49,913 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-01 03:46:49,913 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}60bec8d612c87f51fad6ba98cb11b32e84a9f691" -d '{"subnet": {"name": "rally_sanity-subnet_985bd16a-1fae-44cd-9a6b-c3a9a73486a5", "enable_dhcp": true, "network_id": "89f6dd7c-5283-4066-a0bc-a3de8afebdae", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-01 03:46:50,691 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-fcc0a4f3-5c88-4fe8-8902-754751778b96 Date: Wed, 01 Aug 2018 03:46:50 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"89f6dd7c-5283-4066-a0bc-a3de8afebdae","tenant_id":"90aa95516c664aef94b667c55fdaffe9","created_at":"2018-08-01T03:46:50Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-01T03:46:50Z","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":"90aa95516c664aef94b667c55fdaffe9","id":"751e8cf5-212e-43de-85f5-38d4f60b4fbc","subnetpool_id":null,"name":"rally_sanity-subnet_985bd16a-1fae-44cd-9a6b-c3a9a73486a5"}} 2018-08-01 03:46:50,691 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-fcc0a4f3-5c88-4fe8-8902-754751778b96 2018-08-01 03:46:50,691 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.778395175934s 2018-08-01 03:46:50,691 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-fcc0a4f3-5c88-4fe8-8902-754751778b96 2018-08-01 03:46:50,692 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-01T03:46:50Z', 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'751e8cf5-212e-43de-85f5-38d4f60b4fbc', u'subnetpool_id': None, u'service_types': [], u'name': u'rally_sanity-subnet_985bd16a-1fae-44cd-9a6b-c3a9a73486a5', u'enable_dhcp': True, u'network_id': u'89f6dd7c-5283-4066-a0bc-a3de8afebdae', u'tenant_id': u'90aa95516c664aef94b667c55fdaffe9', u'created_at': u'2018-08-01T03:46:50Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'90aa95516c664aef94b667c55fdaffe9'}) 2018-08-01 03:46:50,693 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-01 03:46:50,693 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}60bec8d612c87f51fad6ba98cb11b32e84a9f691" -d '{"router": {"external_gateway_info": {"network_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "name": "rally_sanity-router_985bd16a-1fae-44cd-9a6b-c3a9a73486a5", "admin_state_up": true}}' 2018-08-01 03:46:51,974 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-0b30a2c9-1cb7-4e6f-910e-f65568401177 Date: Wed, 01 Aug 2018 03:46:51 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "e06facf3-a24e-40d5-a5ce-a0901a6e4875", "ip_address": "172.30.9.208"}]}, "description": "", "tags": [], "tenant_id": "90aa95516c664aef94b667c55fdaffe9", "created_at": "2018-08-01T03:46:50Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-01T03:46:51Z", "revision_number": 2, "routes": [], "project_id": "90aa95516c664aef94b667c55fdaffe9", "id": "500103e7-bd9a-4443-bb8a-59d8b930c979", "name": "rally_sanity-router_985bd16a-1fae-44cd-9a6b-c3a9a73486a5"}} 2018-08-01 03:46:51,975 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-0b30a2c9-1cb7-4e6f-910e-f65568401177 2018-08-01 03:46:51,975 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.28209114075s 2018-08-01 03:46:51,975 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-0b30a2c9-1cb7-4e6f-910e-f65568401177 2018-08-01 03:46:51,975 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'262fe7ec-b437-40b8-908b-6eb66c149655', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'e06facf3-a24e-40d5-a5ce-a0901a6e4875', u'ip_address': u'172.30.9.208'}]}, u'description': u'', u'tags': [], u'tenant_id': u'90aa95516c664aef94b667c55fdaffe9', u'created_at': u'2018-08-01T03:46:50Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-08-01T03:46:51Z', u'revision_number': 2, u'routes': [], u'project_id': u'90aa95516c664aef94b667c55fdaffe9', u'id': u'500103e7-bd9a-4443-bb8a-59d8b930c979', u'name': u'rally_sanity-router_985bd16a-1fae-44cd-9a6b-c3a9a73486a5'}) 2018-08-01 03:46:51,976 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-01 03:46:51,977 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9696/v2.0/routers/500103e7-bd9a-4443-bb8a-59d8b930c979/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}60bec8d612c87f51fad6ba98cb11b32e84a9f691" -d '{"subnet_id": "751e8cf5-212e-43de-85f5-38d4f60b4fbc"}' 2018-08-01 03:46:54,118 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-ad59abb7-8264-4c8e-823d-afd3ba7dafde Date: Wed, 01 Aug 2018 03:46:54 GMT RESP BODY: {"network_id": "89f6dd7c-5283-4066-a0bc-a3de8afebdae", "tenant_id": "90aa95516c664aef94b667c55fdaffe9", "subnet_id": "751e8cf5-212e-43de-85f5-38d4f60b4fbc", "subnet_ids": ["751e8cf5-212e-43de-85f5-38d4f60b4fbc"], "port_id": "cb43b8b8-59f3-4a5c-9fc9-96262d8ae396", "id": "500103e7-bd9a-4443-bb8a-59d8b930c979"} 2018-08-01 03:46:54,118 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/500103e7-bd9a-4443-bb8a-59d8b930c979/add_router_interface.json used request id req-ad59abb7-8264-4c8e-823d-afd3ba7dafde 2018-08-01 03:46:54,118 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.14179396629s 2018-08-01 03:46:54,118 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/500103e7-bd9a-4443-bb8a-59d8b930c979/add_router_interface.json used request id req-ad59abb7-8264-4c8e-823d-afd3ba7dafde returning object 500103e7-bd9a-4443-bb8a-59d8b930c979 2018-08-01 03:46:54,119 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-01 03:46:54,228 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-08-01 03:46:54,230 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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-01 03:46:54,235 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 754 Date: Wed, 01 Aug 2018 03:46:54 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.6", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}]} 2018-08-01 03:46:54,239 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-01 03:46:54,242 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}60bec8d612c87f51fad6ba98cb11b32e84a9f691" 2018-08-01 03:46:54,443 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-3634471d-c878-433a-9b38-81cde5714104 Date: Wed, 01 Aug 2018 03:46:54 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-01 03:46:54,443 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-3634471d-c878-433a-9b38-81cde5714104 2018-08-01 03:46:54,443 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.204112052917s 2018-08-01 03:46:54,443 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-3634471d-c878-433a-9b38-81cde5714104 2018-08-01 03:46:54,451 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-01 03:46:54,455 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}60bec8d612c87f51fad6ba98cb11b32e84a9f691" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/rally_sanity-img_985bd16a-1fae-44cd-9a6b-c3a9a73486a5", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "rally_sanity-img_985bd16a-1fae-44cd-9a6b-c3a9a73486a5"}' 2018-08-01 03:46:54,865 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 875 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/e332fc1f-b240-4ffd-af58-219b6ea94f02 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-cedfd45c-fc7a-4e25-8f41-6bb9749334c1 Date: Wed, 01 Aug 2018 03:46:54 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/e332fc1f-b240-4ffd-af58-219b6ea94f02/file", "owner": "90aa95516c664aef94b667c55fdaffe9", "id": "e332fc1f-b240-4ffd-af58-219b6ea94f02", "size": null, "self": "/v2/images/e332fc1f-b240-4ffd-af58-219b6ea94f02", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-08-01T03:46:54Z", "visibility": "public", "owner_specified.shade.object": "images/rally_sanity-img_985bd16a-1fae-44cd-9a6b-c3a9a73486a5", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "rally_sanity-img_985bd16a-1fae-44cd-9a6b-c3a9a73486a5", "checksum": null, "created_at": "2018-08-01T03:46:54Z", "protected": false} 2018-08-01 03:46:54,865 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-cedfd45c-fc7a-4e25-8f41-6bb9749334c1 2018-08-01 03:46:54,865 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.413853883743s 2018-08-01 03:46:54,866 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-cedfd45c-fc7a-4e25-8f41-6bb9749334c1 returning object e332fc1f-b240-4ffd-af58-219b6ea94f02 2018-08-01 03:46:54,866 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-01 03:46:54,870 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9292/v2/images/e332fc1f-b240-4ffd-af58-219b6ea94f02/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}60bec8d612c87f51fad6ba98cb11b32e84a9f691" -d '' 2018-08-01 03:46:55,478 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-66c11649-7530-488d-8b4f-cd6907029d18 Date: Wed, 01 Aug 2018 03:46: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-01 03:46:55,478 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/e332fc1f-b240-4ffd-af58-219b6ea94f02/file used request id req-66c11649-7530-488d-8b4f-cd6907029d18 2018-08-01 03:46:55,478 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 0.611996173859s 2018-08-01 03:46:55,479 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/e332fc1f-b240-4ffd-af58-219b6ea94f02/file used request id req-66c11649-7530-488d-8b4f-cd6907029d18 2018-08-01 03:46:55,479 - functest.core.singlevm - DEBUG - image: Munch({u'status': u'queued', u'owner_specified.shade.object': u'images/rally_sanity-img_985bd16a-1fae-44cd-9a6b-c3a9a73486a5', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2018-08-01T03:46:54Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'locations': [], u'min_disk': 0, u'visibility': u'public', u'file': u'/v2/images/e332fc1f-b240-4ffd-af58-219b6ea94f02/file', u'owner': u'90aa95516c664aef94b667c55fdaffe9', u'virtual_size': None, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'id': u'e332fc1f-b240-4ffd-af58-219b6ea94f02', u'size': None, u'name': u'rally_sanity-img_985bd16a-1fae-44cd-9a6b-c3a9a73486a5', u'checksum': None, u'self': u'/v2/images/e332fc1f-b240-4ffd-af58-219b6ea94f02', u'disk_format': u'qcow2', u'protected': False, u'created_at': u'2018-08-01T03:46:54Z', u'schema': u'/v2/schemas/image'}) 2018-08-01 03:46:55,480 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-01 03:46:55,483 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}60bec8d612c87f51fad6ba98cb11b32e84a9f691" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "rally_sanity-flavor_985bd16a-1fae-44cd-9a6b-c3a9a73486a5", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-01 03:46:55,723 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 03:46:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7a85684d-aad9-440a-a00e-fdfafeaca057 x-compute-request-id: req-7a85684d-aad9-440a-a00e-fdfafeaca057 Content-Encoding: gzip Content-Length: 313 Content-Type: application/json RESP BODY: {"flavor": {"name": "rally_sanity-flavor_985bd16a-1fae-44cd-9a6b-c3a9a73486a5", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/1605eba2-37ee-4242-9710-2c5f2047717d", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/1605eba2-37ee-4242-9710-2c5f2047717d", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "1605eba2-37ee-4242-9710-2c5f2047717d"}} 2018-08-01 03:46:55,723 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-7a85684d-aad9-440a-a00e-fdfafeaca057 2018-08-01 03:46:55,723 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.243636131287s 2018-08-01 03:46:55,724 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-7a85684d-aad9-440a-a00e-fdfafeaca057 2018-08-01 03:46:55,724 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'rally_sanity-flavor_985bd16a-1fae-44cd-9a6b-c3a9a73486a5', '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'90aa95516c664aef94b667c55fdaffe9', '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'1605eba2-37ee-4242-9710-2c5f2047717d', 'swap': 0}) 2018-08-01 03:46:55,725 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-01 03:46:55,728 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/flavors/1605eba2-37ee-4242-9710-2c5f2047717d/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}60bec8d612c87f51fad6ba98cb11b32e84a9f691" -d '{"extra_specs": {}}' 2018-08-01 03:46:55,748 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 03:46:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-75b0b2a7-cdd0-40dc-92ea-fd1a1086992c x-compute-request-id: req-75b0b2a7-cdd0-40dc-92ea-fd1a1086992c Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-01 03:46:55,748 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors/1605eba2-37ee-4242-9710-2c5f2047717d/os-extra_specs used request id req-75b0b2a7-cdd0-40dc-92ea-fd1a1086992c 2018-08-01 03:46:55,748 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0228230953217s 2018-08-01 03:46:55,748 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors/1605eba2-37ee-4242-9710-2c5f2047717d/os-extra_specs used request id req-75b0b2a7-cdd0-40dc-92ea-fd1a1086992c 2018-08-01 03:46:55,748 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-08-01 03:46:58,608 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-08-01 03:47:01,325 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally +--------------------------------------+----------------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+----------------------------+-------------+------------------+--------+ | 2d11d9ac-f5ec-456d-b3e0-3467728c9ad4 | 2018-08-01T03:47:00.957217 | opnfv-rally | deploy->finished | | +--------------------------------------+----------------------------+-------------+------------------+--------+ Using deployment: 2d11d9ac-f5ec-456d-b3e0-3467728c9ad4 ~/.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-01 03:47:04,787 - 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-01 03:47:04,787 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Validating the test name... 2018-08-01 03:47:04,788 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-08-01 03:47:04,791 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}60bec8d612c87f51fad6ba98cb11b32e84a9f691" 2018-08-01 03:47:04,833 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 03:47:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-56e6ed9f-72f6-44d0-832d-c89287e85e01 x-compute-request-id: req-56e6ed9f-72f6-44d0-832d-c89287e85e01 Content-Encoding: gzip Content-Length: 735 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 230}, "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.3", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX-IBRS\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"stibp\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"ssse3\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"pcid\", \"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\", \"acpi\", \"spec-ctrl\", \"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-1.opnfvlf.org", "disabled_reason": null, "id": 227}, "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.8", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX-IBRS\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"stibp\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"ssse3\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"pcid\", \"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\", \"acpi\", \"spec-ctrl\", \"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-01 03:47:04,833 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/os-hypervisors/detail used request id req-56e6ed9f-72f6-44d0-832d-c89287e85e01 2018-08-01 03:47:04,833 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.0450809001923s 2018-08-01 03:47:04,833 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/os-hypervisors/detail used request id req-56e6ed9f-72f6-44d0-832d-c89287e85e01 2018-08-01 03:47:04,834 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-01 03:47:04,835 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}60bec8d612c87f51fad6ba98cb11b32e84a9f691" -d '{"flavor": {"vcpus": 1, "ram": 1024, "name": "rally_sanity-flavor_alt_985bd16a-1fae-44cd-9a6b-c3a9a73486a5", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-01 03:47:04,870 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 03:47:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b2c4acb7-e7e9-4485-9e30-4c5597d06e73 x-compute-request-id: req-b2c4acb7-e7e9-4485-9e30-4c5597d06e73 Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"flavor": {"name": "rally_sanity-flavor_alt_985bd16a-1fae-44cd-9a6b-c3a9a73486a5", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/a1bee0b9-ef72-4e3a-8750-38448f9d58a5", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/a1bee0b9-ef72-4e3a-8750-38448f9d58a5", "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": "a1bee0b9-ef72-4e3a-8750-38448f9d58a5"}} 2018-08-01 03:47:04,870 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-b2c4acb7-e7e9-4485-9e30-4c5597d06e73 2018-08-01 03:47:04,870 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.0360260009766s 2018-08-01 03:47:04,870 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-b2c4acb7-e7e9-4485-9e30-4c5597d06e73 2018-08-01 03:47:04,870 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'rally_sanity-flavor_alt_985bd16a-1fae-44cd-9a6b-c3a9a73486a5', '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'90aa95516c664aef94b667c55fdaffe9', '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'a1bee0b9-ef72-4e3a-8750-38448f9d58a5', 'swap': 0}) 2018-08-01 03:47:04,871 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-01 03:47:04,872 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/flavors/a1bee0b9-ef72-4e3a-8750-38448f9d58a5/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}60bec8d612c87f51fad6ba98cb11b32e84a9f691" -d '{"extra_specs": {}}' 2018-08-01 03:47:04,893 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 03:47:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-ff820c9f-e914-4336-a03b-618cf24c1a62 x-compute-request-id: req-ff820c9f-e914-4336-a03b-618cf24c1a62 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-01 03:47:04,893 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors/a1bee0b9-ef72-4e3a-8750-38448f9d58a5/os-extra_specs used request id req-ff820c9f-e914-4336-a03b-618cf24c1a62 2018-08-01 03:47:04,893 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0222370624542s 2018-08-01 03:47:04,893 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors/a1bee0b9-ef72-4e3a-8750-38448f9d58a5/os-extra_specs used request id req-ff820c9f-e914-4336-a03b-618cf24c1a62 2018-08-01 03:47:04,893 - functest.opnfv_tests.openstack.rally.rally - DEBUG - flavor: Munch({'name': u'rally_sanity-flavor_alt_985bd16a-1fae-44cd-9a6b-c3a9a73486a5', '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'90aa95516c664aef94b667c55fdaffe9', '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'a1bee0b9-ef72-4e3a-8750-38448f9d58a5', 'swap': 0}) 2018-08-01 03:47:04,894 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "authenticate" ... 2018-08-01 03:47:04,894 - 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-01 03:47:04,894 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-08-01 03:47:04,903 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-08-01 03:47:04,904 - 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': '89f6dd7c-5283-4066-a0bc-a3de8afebdae', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_985bd16a-1fae-44cd-9a6b-c3a9a73486a5', 'flavor_name': 'rally_sanity-flavor_985bd16a-1fae-44cd-9a6b-c3a9a73486a5', '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_985bd16a-1fae-44cd-9a6b-c3a9a73486a5', '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-01 03:48:18,146 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 48a941ca-5642-4c8c-95e1-3924e6cf0631 2018-08-01 03:48:18,147 - functest.opnfv_tests.openstack.rally.rally - DEBUG - /home/opnfv/functest/results/rally does not exist, we create it. 2018-08-01 03:48:18,148 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '48a941ca-5642-4c8c-95e1-3924e6cf0631'] 2018-08-01 03:48:18,998 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid 48a941ca-5642-4c8c-95e1-3924e6cf0631 -------------------------------------------------------------------------------- Task 48a941ca-5642-4c8c-95e1-3924e6cf0631: 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 48a941ca-5642-4c8c-95e1-3924e6cf0631 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.513 | 0.513 | 0.513 | 0.513 | 0.513 | 0.513 | 100.0% | 1 | | total | 0.513 | 0.513 | 0.513 | 0.513 | 0.513 | 0.513 | 100.0% | 1 | | -> duration | 0.513 | 0.513 | 0.513 | 0.513 | 0.513 | 0.513 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.513137 Full duration: 8.59939 -------------------------------------------------------------------------------- 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 48a941ca-5642-4c8c-95e1-3924e6cf0631 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.411 | 0.411 | 0.411 | 0.411 | 0.411 | 0.411 | 100.0% | 1 | | total | 0.898 | 0.898 | 0.898 | 0.898 | 0.898 | 0.898 | 100.0% | 1 | | -> duration | 0.898 | 0.898 | 0.898 | 0.898 | 0.898 | 0.898 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.898386 Full duration: 8.96609 -------------------------------------------------------------------------------- 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 48a941ca-5642-4c8c-95e1-3924e6cf0631 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.655 | 0.655 | 0.655 | 0.655 | 0.655 | 0.655 | 100.0% | 1 | | total | 1.094 | 1.094 | 1.094 | 1.094 | 1.094 | 1.094 | 100.0% | 1 | | -> duration | 1.094 | 1.094 | 1.094 | 1.094 | 1.094 | 1.094 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.094442 Full duration: 8.974008 -------------------------------------------------------------------------------- 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 48a941ca-5642-4c8c-95e1-3924e6cf0631 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.453 | 1.453 | 1.453 | 1.453 | 1.453 | 1.453 | 100.0% | 1 | | total | 1.905 | 1.905 | 1.905 | 1.905 | 1.905 | 1.905 | 100.0% | 1 | | -> duration | 1.905 | 1.905 | 1.905 | 1.905 | 1.905 | 1.905 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.904514 Full duration: 9.904804 -------------------------------------------------------------------------------- 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 48a941ca-5642-4c8c-95e1-3924e6cf0631 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.629 | 0.629 | 0.629 | 0.629 | 0.629 | 0.629 | 100.0% | 1 | | total | 1.056 | 1.056 | 1.056 | 1.056 | 1.056 | 1.056 | 100.0% | 1 | | -> duration | 1.056 | 1.056 | 1.056 | 1.056 | 1.056 | 1.056 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.055974 Full duration: 9.026302 -------------------------------------------------------------------------------- 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 48a941ca-5642-4c8c-95e1-3924e6cf0631 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.253 | 0.253 | 0.253 | 0.253 | 0.253 | 0.253 | 100.0% | 1 | | total | 0.727 | 0.727 | 0.727 | 0.727 | 0.727 | 0.727 | 100.0% | 1 | | -> duration | 0.727 | 0.727 | 0.727 | 0.727 | 0.727 | 0.727 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.727385 Full duration: 8.410674 HINTS: * To plot HTML graphics with this data, run: rally task report 48a941ca-5642-4c8c-95e1-3924e6cf0631 --out output.html * To generate a JUnit report, run: rally task export 48a941ca-5642-4c8c-95e1-3924e6cf0631 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 48a941ca-5642-4c8c-95e1-3924e6cf0631 --json --out output.json 2018-08-01 03:48:18,999 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '48a941ca-5642-4c8c-95e1-3924e6cf0631', '--out', u'/home/opnfv/functest/results/rally/opnfv-authenticate.json'] 2018-08-01 03:48:21,434 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid 48a941ca-5642-4c8c-95e1-3924e6cf0631 --out /home/opnfv/functest/results/rally/opnfv-authenticate.json 2018-08-01 03:48:21.329 768 INFO rally.api [-] Building 'json' report for the following task(s): '48a941ca-5642-4c8c-95e1-3924e6cf0631'. 2018-08-01 03:48:21.334 768 INFO rally.api [-] The report has been successfully built. 2018-08-01 03:48:21,434 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '48a941ca-5642-4c8c-95e1-3924e6cf0631', '--out', u'/home/opnfv/functest/results/rally/opnfv-authenticate.html'] 2018-08-01 03:48:23,985 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid 48a941ca-5642-4c8c-95e1-3924e6cf0631 --out /home/opnfv/functest/results/rally/opnfv-authenticate.html 2018-08-01 03:48:23.861 771 INFO rally.api [-] Building 'html' report for the following task(s): '48a941ca-5642-4c8c-95e1-3924e6cf0631'. 2018-08-01 03:48:23.884 771 INFO rally.api [-] The report has been successfully built. 2018-08-01 03:48:23,993 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "authenticate" OK. 2018-08-01 03:48:23,993 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "glance" ... 2018-08-01 03:48:23,993 - 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-01 03:48:23,994 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-08-01 03:48:24,010 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-08-01 03:48:24,011 - 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': '89f6dd7c-5283-4066-a0bc-a3de8afebdae', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_985bd16a-1fae-44cd-9a6b-c3a9a73486a5', 'flavor_name': 'rally_sanity-flavor_985bd16a-1fae-44cd-9a6b-c3a9a73486a5', '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_985bd16a-1fae-44cd-9a6b-c3a9a73486a5', '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-01 03:50:10,041 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 2cfbc14a-37a5-42be-8120-f90ca66f510a 2018-08-01 03:50:10,042 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '2cfbc14a-37a5-42be-8120-f90ca66f510a'] 2018-08-01 03:50:10,817 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid 2cfbc14a-37a5-42be-8120-f90ca66f510a -------------------------------------------------------------------------------- Task 2cfbc14a-37a5-42be-8120-f90ca66f510a: 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 2cfbc14a-37a5-42be-8120-f90ca66f510a 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.243 | 4.243 | 4.243 | 4.243 | 4.243 | 4.243 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.611 | 0.611 | 0.611 | 0.611 | 0.611 | 0.611 | 100.0% | 1 | | -> glance_v2.upload_data | 1.098 | 1.098 | 1.098 | 1.098 | 1.098 | 1.098 | 100.0% | 1 | | glance_v2.delete_image | 0.995 | 0.995 | 0.995 | 0.995 | 0.995 | 0.995 | 100.0% | 1 | | total | 5.237 | 5.237 | 5.237 | 5.237 | 5.237 | 5.237 | 100.0% | 1 | | -> duration | 5.237 | 5.237 | 5.237 | 5.237 | 5.237 | 5.237 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.237416 Full duration: 14.791014 -------------------------------------------------------------------------------- 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 2cfbc14a-37a5-42be-8120-f90ca66f510a has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | glance_v2.create_image | 3.889 | 3.889 | 3.889 | 3.889 | 3.889 | 3.889 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.598 | 0.598 | 0.598 | 0.598 | 0.598 | 0.598 | 100.0% | 1 | | -> glance_v2.upload_data | 0.807 | 0.807 | 0.807 | 0.807 | 0.807 | 0.807 | 100.0% | 1 | | glance_v2.list_images | 0.215 | 0.215 | 0.215 | 0.215 | 0.215 | 0.215 | 100.0% | 1 | | total | 4.105 | 4.105 | 4.105 | 4.105 | 4.105 | 4.105 | 100.0% | 1 | | -> duration | 4.105 | 4.105 | 4.105 | 4.105 | 4.105 | 4.105 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.104882 Full duration: 16.340051 -------------------------------------------------------------------------------- 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 2cfbc14a-37a5-42be-8120-f90ca66f510a 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.448 | 0.448 | 0.448 | 0.448 | 0.448 | 0.448 | 100.0% | 1 | | total | 0.449 | 0.449 | 0.449 | 0.449 | 0.449 | 0.449 | 100.0% | 1 | | -> duration | 0.449 | 0.449 | 0.449 | 0.449 | 0.449 | 0.449 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.448566 Full duration: 9.434985 -------------------------------------------------------------------------------- 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": "89f6dd7c-5283-4066-a0bc-a3de8afebdae" } ], "flavor": { "name": "rally_sanity-flavor_985bd16a-1fae-44cd-9a6b-c3a9a73486a5" } }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 2cfbc14a-37a5-42be-8120-f90ca66f510a has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | glance_v2.create_image | 3.878 | 3.878 | 3.878 | 3.878 | 3.878 | 3.878 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.621 | 0.621 | 0.621 | 0.621 | 0.621 | 0.621 | 100.0% | 1 | | -> glance_v2.upload_data | 0.68 | 0.68 | 0.68 | 0.68 | 0.68 | 0.68 | 100.0% | 1 | | nova.boot_servers | 19.668 | 19.668 | 19.668 | 19.668 | 19.668 | 19.668 | 100.0% | 1 | | total | 23.546 | 23.546 | 23.546 | 23.546 | 23.546 | 23.546 | 100.0% | 1 | | -> duration | 22.546 | 22.546 | 22.546 | 22.546 | 22.546 | 22.546 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 22.54643 Full duration: 45.425138 HINTS: * To plot HTML graphics with this data, run: rally task report 2cfbc14a-37a5-42be-8120-f90ca66f510a --out output.html * To generate a JUnit report, run: rally task export 2cfbc14a-37a5-42be-8120-f90ca66f510a --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 2cfbc14a-37a5-42be-8120-f90ca66f510a --json --out output.json 2018-08-01 03:50:10,817 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '2cfbc14a-37a5-42be-8120-f90ca66f510a', '--out', u'/home/opnfv/functest/results/rally/opnfv-glance.json'] 2018-08-01 03:50:13,264 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid 2cfbc14a-37a5-42be-8120-f90ca66f510a --out /home/opnfv/functest/results/rally/opnfv-glance.json 2018-08-01 03:50:13.157 1324 INFO rally.api [-] Building 'json' report for the following task(s): '2cfbc14a-37a5-42be-8120-f90ca66f510a'. 2018-08-01 03:50:13.162 1324 INFO rally.api [-] The report has been successfully built. 2018-08-01 03:50:13,264 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '2cfbc14a-37a5-42be-8120-f90ca66f510a', '--out', u'/home/opnfv/functest/results/rally/opnfv-glance.html'] 2018-08-01 03:50:15,945 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid 2cfbc14a-37a5-42be-8120-f90ca66f510a --out /home/opnfv/functest/results/rally/opnfv-glance.html 2018-08-01 03:50:15.798 1327 INFO rally.api [-] Building 'html' report for the following task(s): '2cfbc14a-37a5-42be-8120-f90ca66f510a'. 2018-08-01 03:50:15.823 1327 INFO rally.api [-] The report has been successfully built. 2018-08-01 03:50:15,951 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "glance" OK. 2018-08-01 03:50:15,952 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "cinder" ... 2018-08-01 03:50:15,952 - 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-01 03:50:15,953 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-08-01 03:50:15,968 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-08-01 03:50:15,969 - 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': '89f6dd7c-5283-4066-a0bc-a3de8afebdae', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_985bd16a-1fae-44cd-9a6b-c3a9a73486a5', 'flavor_name': 'rally_sanity-flavor_985bd16a-1fae-44cd-9a6b-c3a9a73486a5', '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_985bd16a-1fae-44cd-9a6b-c3a9a73486a5', '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-01 03:53:37,104 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 1b567f4b-619b-4038-a456-ca9593dda732 2018-08-01 03:53:37,105 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '1b567f4b-619b-4038-a456-ca9593dda732'] 2018-08-01 03:53:38,014 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid 1b567f4b-619b-4038-a456-ca9593dda732 -------------------------------------------------------------------------------- Task 1b567f4b-619b-4038-a456-ca9593dda732: 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 1b567f4b-619b-4038-a456-ca9593dda732 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.269 | 3.269 | 3.269 | 3.269 | 3.269 | 3.269 | 100.0% | 1 | | cinder_v2.delete_snapshot | 2.71 | 2.71 | 2.71 | 2.71 | 2.71 | 2.71 | 100.0% | 1 | | total | 5.98 | 5.98 | 5.98 | 5.98 | 5.98 | 5.98 | 100.0% | 1 | | -> duration | 5.98 | 5.98 | 5.98 | 5.98 | 5.98 | 5.98 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.979557 Full duration: 23.35982 -------------------------------------------------------------------------------- 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 1b567f4b-619b-4038-a456-ca9593dda732 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.301 | 3.301 | 3.301 | 3.301 | 3.301 | 3.301 | 100.0% | 1 | | cinder_v2.delete_volume | 0.32 | 0.32 | 0.32 | 0.32 | 0.32 | 0.32 | 100.0% | 1 | | total | 3.621 | 3.621 | 3.621 | 3.621 | 3.621 | 3.621 | 100.0% | 1 | | -> duration | 3.621 | 3.621 | 3.621 | 3.621 | 3.621 | 3.621 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 3.621341 Full duration: 15.791305 -------------------------------------------------------------------------------- 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_985bd16a-1fae-44cd-9a6b-c3a9a73486a5" }, "size": 1 }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 1b567f4b-619b-4038-a456-ca9593dda732 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | cinder_v2.create_volume | 6.652 | 6.652 | 6.652 | 6.652 | 6.652 | 6.652 | 100.0% | 1 | | cinder_v2.delete_volume | 0.493 | 0.493 | 0.493 | 0.493 | 0.493 | 0.493 | 100.0% | 1 | | total | 7.145 | 7.145 | 7.145 | 7.145 | 7.145 | 7.145 | 100.0% | 1 | | -> duration | 7.145 | 7.145 | 7.145 | 7.145 | 7.145 | 7.145 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 7.14475 Full duration: 19.472479 -------------------------------------------------------------------------------- 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 1b567f4b-619b-4038-a456-ca9593dda732 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.362 | 3.362 | 3.362 | 3.362 | 3.362 | 3.362 | 100.0% | 1 | | cinder_v2.delete_volume | 0.497 | 0.497 | 0.497 | 0.497 | 0.497 | 0.497 | 100.0% | 1 | | total | 3.859 | 3.859 | 3.859 | 3.859 | 3.859 | 3.859 | 100.0% | 1 | | -> duration | 3.859 | 3.859 | 3.859 | 3.859 | 3.859 | 3.859 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 3.85873 Full duration: 15.144447 -------------------------------------------------------------------------------- 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 1b567f4b-619b-4038-a456-ca9593dda732 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.556 | 3.556 | 3.556 | 3.556 | 3.556 | 3.556 | 100.0% | 1 | | cinder_v2.extend_volume | 0.57 | 0.57 | 0.57 | 0.57 | 0.57 | 0.57 | 100.0% | 1 | | cinder_v2.delete_volume | 0.499 | 0.499 | 0.499 | 0.499 | 0.499 | 0.499 | 100.0% | 1 | | total | 4.626 | 4.626 | 4.626 | 4.626 | 4.626 | 4.626 | 100.0% | 1 | | -> duration | 4.626 | 4.626 | 4.626 | 4.626 | 4.626 | 4.626 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.626065 Full duration: 15.881316 -------------------------------------------------------------------------------- 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 1b567f4b-619b-4038-a456-ca9593dda732 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.424 | 3.424 | 3.424 | 3.424 | 3.424 | 3.424 | 100.0% | 1 | | cinder_v2.delete_volume | 2.735 | 2.735 | 2.735 | 2.735 | 2.735 | 2.735 | 100.0% | 1 | | total | 6.16 | 6.16 | 6.16 | 6.16 | 6.16 | 6.16 | 100.0% | 1 | | -> duration | 6.16 | 6.16 | 6.16 | 6.16 | 6.16 | 6.16 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.159846 Full duration: 24.302486 -------------------------------------------------------------------------------- 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 1b567f4b-619b-4038-a456-ca9593dda732 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.691 | 0.691 | 0.691 | 0.691 | 0.691 | 0.691 | 100.0% | 1 | | cinder_v2.list_qos | 0.208 | 0.208 | 0.208 | 0.208 | 0.208 | 0.208 | 100.0% | 1 | | total | 0.9 | 0.9 | 0.9 | 0.9 | 0.9 | 0.9 | 100.0% | 1 | | -> duration | 0.9 | 0.9 | 0.9 | 0.9 | 0.9 | 0.9 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.899762 Full duration: 13.873858 -------------------------------------------------------------------------------- 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 1b567f4b-619b-4038-a456-ca9593dda732 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.776 | 0.776 | 0.776 | 0.776 | 0.776 | 0.776 | 100.0% | 1 | | cinder_v2.set_qos | 0.33 | 0.33 | 0.33 | 0.33 | 0.33 | 0.33 | 100.0% | 1 | | total | 1.106 | 1.106 | 1.106 | 1.106 | 1.106 | 1.106 | 100.0% | 1 | | -> duration | 1.106 | 1.106 | 1.106 | 1.106 | 1.106 | 1.106 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.105964 Full duration: 14.478804 -------------------------------------------------------------------------------- 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 1b567f4b-619b-4038-a456-ca9593dda732 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.679 | 0.679 | 0.679 | 0.679 | 0.679 | 0.679 | 100.0% | 1 | | cinder_v2.list_types | 0.22 | 0.22 | 0.22 | 0.22 | 0.22 | 0.22 | 100.0% | 1 | | total | 0.9 | 0.9 | 0.9 | 0.9 | 0.9 | 0.9 | 100.0% | 1 | | -> duration | 0.9 | 0.9 | 0.9 | 0.9 | 0.9 | 0.9 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.899653 Full duration: 14.356308 -------------------------------------------------------------------------------- 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 1b567f4b-619b-4038-a456-ca9593dda732 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.697 | 0.697 | 0.697 | 0.697 | 0.697 | 0.697 | 100.0% | 1 | | cinder_v2.create_encryption_type | 0.258 | 0.258 | 0.258 | 0.258 | 0.258 | 0.258 | 100.0% | 1 | | total | 0.956 | 0.956 | 0.956 | 0.956 | 0.956 | 0.956 | 100.0% | 1 | | -> duration | 0.956 | 0.956 | 0.956 | 0.956 | 0.956 | 0.956 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.955512 Full duration: 14.219168 HINTS: * To plot HTML graphics with this data, run: rally task report 1b567f4b-619b-4038-a456-ca9593dda732 --out output.html * To generate a JUnit report, run: rally task export 1b567f4b-619b-4038-a456-ca9593dda732 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 1b567f4b-619b-4038-a456-ca9593dda732 --json --out output.json 2018-08-01 03:53:38,014 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '1b567f4b-619b-4038-a456-ca9593dda732', '--out', u'/home/opnfv/functest/results/rally/opnfv-cinder.json'] 2018-08-01 03:53:40,504 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid 1b567f4b-619b-4038-a456-ca9593dda732 --out /home/opnfv/functest/results/rally/opnfv-cinder.json 2018-08-01 03:53:40.394 3116 INFO rally.api [-] Building 'json' report for the following task(s): '1b567f4b-619b-4038-a456-ca9593dda732'. 2018-08-01 03:53:40.403 3116 INFO rally.api [-] The report has been successfully built. 2018-08-01 03:53:40,504 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '1b567f4b-619b-4038-a456-ca9593dda732', '--out', u'/home/opnfv/functest/results/rally/opnfv-cinder.html'] 2018-08-01 03:53:43,071 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid 1b567f4b-619b-4038-a456-ca9593dda732 --out /home/opnfv/functest/results/rally/opnfv-cinder.html 2018-08-01 03:53:42.942 3119 INFO rally.api [-] Building 'html' report for the following task(s): '1b567f4b-619b-4038-a456-ca9593dda732'. 2018-08-01 03:53:42.970 3119 INFO rally.api [-] The report has been successfully built. 2018-08-01 03:53:43,085 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "cinder" OK. 2018-08-01 03:53:43,085 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "gnocchi" ... 2018-08-01 03:53:43,085 - 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-01 03:53:43,086 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-08-01 03:53:43,101 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-08-01 03:53:43,102 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'start', '--abort-on-sla-failure', '--task', '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/task.yaml', '--task-args', "{'smoke': True, 'tmpl_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/templates', 'floating_network': 'external', 'service_list': ['gnocchi'], 'concurrency': 4, 'netid': '89f6dd7c-5283-4066-a0bc-a3de8afebdae', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_985bd16a-1fae-44cd-9a6b-c3a9a73486a5', 'flavor_name': 'rally_sanity-flavor_985bd16a-1fae-44cd-9a6b-c3a9a73486a5', '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_985bd16a-1fae-44cd-9a6b-c3a9a73486a5', '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-01 03:55:54,810 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : d52f7ada-e8e0-4a8c-9991-87070cdbc976 2018-08-01 03:55:54,811 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', 'd52f7ada-e8e0-4a8c-9991-87070cdbc976'] 2018-08-01 03:55:55,687 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid d52f7ada-e8e0-4a8c-9991-87070cdbc976 -------------------------------------------------------------------------------- Task d52f7ada-e8e0-4a8c-9991-87070cdbc976: 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 d52f7ada-e8e0-4a8c-9991-87070cdbc976 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.642 | 0.642 | 0.642 | 0.642 | 0.642 | 0.642 | 100.0% | 1 | | total | 0.642 | 0.642 | 0.642 | 0.642 | 0.642 | 0.642 | 100.0% | 1 | | -> duration | 0.642 | 0.642 | 0.642 | 0.642 | 0.642 | 0.642 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.642027 Full duration: 8.520153 -------------------------------------------------------------------------------- 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 d52f7ada-e8e0-4a8c-9991-87070cdbc976 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.656 | 0.656 | 0.656 | 0.656 | 0.656 | 0.656 | 100.0% | 1 | | total | 0.656 | 0.656 | 0.656 | 0.656 | 0.656 | 0.656 | 100.0% | 1 | | -> duration | 0.656 | 0.656 | 0.656 | 0.656 | 0.656 | 0.656 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +--------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.65601 Full duration: 8.466979 -------------------------------------------------------------------------------- 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 d52f7ada-e8e0-4a8c-9991-87070cdbc976 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.618 | 0.618 | 0.618 | 0.618 | 0.618 | 0.618 | 100.0% | 1 | | total | 0.618 | 0.618 | 0.618 | 0.618 | 0.618 | 0.618 | 100.0% | 1 | | -> duration | 0.618 | 0.618 | 0.618 | 0.618 | 0.618 | 0.618 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.618169 Full duration: 8.422861 -------------------------------------------------------------------------------- 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 d52f7ada-e8e0-4a8c-9991-87070cdbc976 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.671 | 0.671 | 0.671 | 0.671 | 0.671 | 0.671 | 100.0% | 1 | | gnocchi.delete_archive_policy_rule | 0.227 | 0.227 | 0.227 | 0.227 | 0.227 | 0.227 | 100.0% | 1 | | total | 0.898 | 0.898 | 0.898 | 0.898 | 0.898 | 0.898 | 100.0% | 1 | | -> duration | 0.898 | 0.898 | 0.898 | 0.898 | 0.898 | 0.898 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.897912 Full duration: 9.589712 -------------------------------------------------------------------------------- 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 d52f7ada-e8e0-4a8c-9991-87070cdbc976 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.635 | 0.635 | 0.635 | 0.635 | 0.635 | 0.635 | 100.0% | 1 | | total | 0.635 | 0.635 | 0.635 | 0.635 | 0.635 | 0.635 | 100.0% | 1 | | -> duration | 0.635 | 0.635 | 0.635 | 0.635 | 0.635 | 0.635 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.635103 Full duration: 8.887374 -------------------------------------------------------------------------------- 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 d52f7ada-e8e0-4a8c-9991-87070cdbc976 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.648 | 0.648 | 0.648 | 0.648 | 0.648 | 0.648 | 100.0% | 1 | | gnocchi.delete_archive_policy | 0.248 | 0.248 | 0.248 | 0.248 | 0.248 | 0.248 | 100.0% | 1 | | total | 0.896 | 0.896 | 0.896 | 0.896 | 0.896 | 0.896 | 100.0% | 1 | | -> duration | 0.896 | 0.896 | 0.896 | 0.896 | 0.896 | 0.896 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.896475 Full duration: 9.574533 -------------------------------------------------------------------------------- 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 d52f7ada-e8e0-4a8c-9991-87070cdbc976 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.647 | 0.647 | 0.647 | 0.647 | 0.647 | 0.647 | 100.0% | 1 | | total | 0.647 | 0.647 | 0.647 | 0.647 | 0.647 | 0.647 | 100.0% | 1 | | -> duration | 0.647 | 0.647 | 0.647 | 0.647 | 0.647 | 0.647 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.646756 Full duration: 8.588778 -------------------------------------------------------------------------------- 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 d52f7ada-e8e0-4a8c-9991-87070cdbc976 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.17 | 1.17 | 1.17 | 1.17 | 1.17 | 1.17 | 100.0% | 1 | | gnocchi.delete_resource_type | 0.355 | 0.355 | 0.355 | 0.355 | 0.355 | 0.355 | 100.0% | 1 | | total | 1.526 | 1.526 | 1.526 | 1.526 | 1.526 | 1.526 | 100.0% | 1 | | -> duration | 1.526 | 1.526 | 1.526 | 1.526 | 1.526 | 1.526 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.525604 Full duration: 10.343913 -------------------------------------------------------------------------------- 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 d52f7ada-e8e0-4a8c-9991-87070cdbc976 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.63 | 0.63 | 0.63 | 0.63 | 0.63 | 0.63 | 100.0% | 1 | | total | 0.63 | 0.63 | 0.63 | 0.63 | 0.63 | 0.63 | 100.0% | 1 | | -> duration | 0.63 | 0.63 | 0.63 | 0.63 | 0.63 | 0.63 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.629711 Full duration: 8.779934 -------------------------------------------------------------------------------- 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 d52f7ada-e8e0-4a8c-9991-87070cdbc976 has 0 error(s) -------------------------------------------------------------------------------- +--------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | gnocchi.create_metric | 0.861 | 0.861 | 0.861 | 0.861 | 0.861 | 0.861 | 100.0% | 1 | | gnocchi.delete_metric | 0.277 | 0.277 | 0.277 | 0.277 | 0.277 | 0.277 | 100.0% | 1 | | total | 1.138 | 1.138 | 1.138 | 1.138 | 1.138 | 1.138 | 100.0% | 1 | | -> duration | 1.138 | 1.138 | 1.138 | 1.138 | 1.138 | 1.138 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.138073 Full duration: 9.560387 -------------------------------------------------------------------------------- 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 d52f7ada-e8e0-4a8c-9991-87070cdbc976 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.648 | 0.648 | 0.648 | 0.648 | 0.648 | 0.648 | 100.0% | 1 | | gnocchi.delete_resource | 0.298 | 0.298 | 0.298 | 0.298 | 0.298 | 0.298 | 100.0% | 1 | | total | 0.947 | 0.947 | 0.947 | 0.947 | 0.947 | 0.947 | 100.0% | 1 | | -> duration | 0.947 | 0.947 | 0.947 | 0.947 | 0.947 | 0.947 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.947077 Full duration: 9.268101 HINTS: * To plot HTML graphics with this data, run: rally task report d52f7ada-e8e0-4a8c-9991-87070cdbc976 --out output.html * To generate a JUnit report, run: rally task export d52f7ada-e8e0-4a8c-9991-87070cdbc976 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report d52f7ada-e8e0-4a8c-9991-87070cdbc976 --json --out output.json 2018-08-01 03:55:55,688 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', 'd52f7ada-e8e0-4a8c-9991-87070cdbc976', '--out', u'/home/opnfv/functest/results/rally/opnfv-gnocchi.json'] 2018-08-01 03:55:58,404 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid d52f7ada-e8e0-4a8c-9991-87070cdbc976 --out /home/opnfv/functest/results/rally/opnfv-gnocchi.json 2018-08-01 03:55:58.226 4254 INFO rally.api [-] Building 'json' report for the following task(s): 'd52f7ada-e8e0-4a8c-9991-87070cdbc976'. 2018-08-01 03:55:58.237 4254 INFO rally.api [-] The report has been successfully built. 2018-08-01 03:55:58,405 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', 'd52f7ada-e8e0-4a8c-9991-87070cdbc976', '--out', u'/home/opnfv/functest/results/rally/opnfv-gnocchi.html'] 2018-08-01 03:56:00,924 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid d52f7ada-e8e0-4a8c-9991-87070cdbc976 --out /home/opnfv/functest/results/rally/opnfv-gnocchi.html 2018-08-01 03:56:00.796 4257 INFO rally.api [-] Building 'html' report for the following task(s): 'd52f7ada-e8e0-4a8c-9991-87070cdbc976'. 2018-08-01 03:56:00.824 4257 INFO rally.api [-] The report has been successfully built. 2018-08-01 03:56:00,937 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "gnocchi" OK. 2018-08-01 03:56:00,937 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "heat" ... 2018-08-01 03:56:00,938 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-heat.yaml 2018-08-01 03:56:00,938 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-08-01 03:56:00,954 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-08-01 03:56:00,954 - 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': '89f6dd7c-5283-4066-a0bc-a3de8afebdae', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_985bd16a-1fae-44cd-9a6b-c3a9a73486a5', 'flavor_name': 'rally_sanity-flavor_985bd16a-1fae-44cd-9a6b-c3a9a73486a5', '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_985bd16a-1fae-44cd-9a6b-c3a9a73486a5', '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-01 03:57:43,022 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 89f4d15c-93ee-4213-9f46-26036441b009 2018-08-01 03:57:43,022 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '89f4d15c-93ee-4213-9f46-26036441b009'] 2018-08-01 03:57:43,934 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid 89f4d15c-93ee-4213-9f46-26036441b009 -------------------------------------------------------------------------------- Task 89f4d15c-93ee-4213-9f46-26036441b009: 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 89f4d15c-93ee-4213-9f46-26036441b009 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | heat.create_stack | 8.312 | 8.312 | 8.312 | 8.312 | 8.312 | 8.312 | 100.0% | 1 | | heat.update_stack | 4.654 | 4.654 | 4.654 | 4.654 | 4.654 | 4.654 | 100.0% | 1 | | heat.delete_stack | 4.025 | 4.025 | 4.025 | 4.025 | 4.025 | 4.025 | 100.0% | 1 | | total | 16.991 | 16.991 | 16.991 | 16.991 | 16.991 | 16.991 | 100.0% | 1 | | -> duration | 12.991 | 12.991 | 12.991 | 12.991 | 12.991 | 12.991 | 100.0% | 1 | | -> idle_duration | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 12.991304 Full duration: 26.883277 -------------------------------------------------------------------------------- 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 89f4d15c-93ee-4213-9f46-26036441b009 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.657 | 6.657 | 6.657 | 6.657 | 6.657 | 6.657 | 100.0% | 1 | | heat.check_stack | 1.929 | 1.929 | 1.929 | 1.929 | 1.929 | 1.929 | 100.0% | 1 | | heat.delete_stack | 2.712 | 2.712 | 2.712 | 2.712 | 2.712 | 2.712 | 100.0% | 1 | | total | 11.298 | 11.298 | 11.298 | 11.298 | 11.298 | 11.298 | 100.0% | 1 | | -> duration | 9.298 | 9.298 | 9.298 | 9.298 | 9.298 | 9.298 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 9.298113 Full duration: 21.004467 -------------------------------------------------------------------------------- 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 89f4d15c-93ee-4213-9f46-26036441b009 has 0 error(s) -------------------------------------------------------------------------------- +-----------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +--------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +--------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | heat.create_stack | 5.322 | 5.322 | 5.322 | 5.322 | 5.322 | 5.322 | 100.0% | 1 | | heat.suspend_stack | 1.756 | 1.756 | 1.756 | 1.756 | 1.756 | 1.756 | 100.0% | 1 | | heat.resume_stack | 1.258 | 1.258 | 1.258 | 1.258 | 1.258 | 1.258 | 100.0% | 1 | | heat.delete_stack | 1.883 | 1.883 | 1.883 | 1.883 | 1.883 | 1.883 | 100.0% | 1 | | total | 10.219 | 10.219 | 10.219 | 10.219 | 10.219 | 10.219 | 100.0% | 1 | | -> duration | 8.219 | 8.219 | 8.219 | 8.219 | 8.219 | 8.219 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +--------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 8.219033 Full duration: 20.019656 -------------------------------------------------------------------------------- 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 89f4d15c-93ee-4213-9f46-26036441b009 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.648 | 0.648 | 0.648 | 0.648 | 0.648 | 0.648 | 100.0% | 1 | | total | 0.648 | 0.648 | 0.648 | 0.648 | 0.648 | 0.648 | 100.0% | 1 | | -> duration | 0.648 | 0.648 | 0.648 | 0.648 | 0.648 | 0.648 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.647899 Full duration: 9.390317 HINTS: * To plot HTML graphics with this data, run: rally task report 89f4d15c-93ee-4213-9f46-26036441b009 --out output.html * To generate a JUnit report, run: rally task export 89f4d15c-93ee-4213-9f46-26036441b009 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 89f4d15c-93ee-4213-9f46-26036441b009 --json --out output.json 2018-08-01 03:57:43,935 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '89f4d15c-93ee-4213-9f46-26036441b009', '--out', u'/home/opnfv/functest/results/rally/opnfv-heat.json'] 2018-08-01 03:57:46,421 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid 89f4d15c-93ee-4213-9f46-26036441b009 --out /home/opnfv/functest/results/rally/opnfv-heat.json 2018-08-01 03:57:46.316 5170 INFO rally.api [-] Building 'json' report for the following task(s): '89f4d15c-93ee-4213-9f46-26036441b009'. 2018-08-01 03:57:46.321 5170 INFO rally.api [-] The report has been successfully built. 2018-08-01 03:57:46,421 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '89f4d15c-93ee-4213-9f46-26036441b009', '--out', u'/home/opnfv/functest/results/rally/opnfv-heat.html'] 2018-08-01 03:57:48,953 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid 89f4d15c-93ee-4213-9f46-26036441b009 --out /home/opnfv/functest/results/rally/opnfv-heat.html 2018-08-01 03:57:48.833 5173 INFO rally.api [-] Building 'html' report for the following task(s): '89f4d15c-93ee-4213-9f46-26036441b009'. 2018-08-01 03:57:48.854 5173 INFO rally.api [-] The report has been successfully built. 2018-08-01 03:57:48,958 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "heat" OK. 2018-08-01 03:57:48,959 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "keystone" ... 2018-08-01 03:57:48,959 - 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-01 03:57:48,960 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-08-01 03:57:48,975 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-08-01 03:57:48,975 - 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': '89f6dd7c-5283-4066-a0bc-a3de8afebdae', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_985bd16a-1fae-44cd-9a6b-c3a9a73486a5', 'flavor_name': 'rally_sanity-flavor_985bd16a-1fae-44cd-9a6b-c3a9a73486a5', '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_985bd16a-1fae-44cd-9a6b-c3a9a73486a5', '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-01 04:01:31,050 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 516f8c7c-e939-405b-ad74-abed0a78bd45 2018-08-01 04:01:31,051 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '516f8c7c-e939-405b-ad74-abed0a78bd45'] 2018-08-01 04:01:31,958 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid 516f8c7c-e939-405b-ad74-abed0a78bd45 -------------------------------------------------------------------------------- Task 516f8c7c-e939-405b-ad74-abed0a78bd45: 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 516f8c7c-e939-405b-ad74-abed0a78bd45 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.64 | 0.64 | 0.64 | 0.64 | 0.64 | 0.64 | 100.0% | 1 | | keystone_v3.add_role | 0.14 | 0.14 | 0.14 | 0.14 | 0.14 | 0.14 | 100.0% | 1 | | keystone_v3.revoke_role | 0.147 | 0.147 | 0.147 | 0.147 | 0.147 | 0.147 | 100.0% | 1 | | total | 0.928 | 0.928 | 0.928 | 0.928 | 0.928 | 0.928 | 100.0% | 1 | | -> duration | 0.928 | 0.928 | 0.928 | 0.928 | 0.928 | 0.928 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.92768 Full duration: 16.476155 -------------------------------------------------------------------------------- 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 516f8c7c-e939-405b-ad74-abed0a78bd45 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.552 | 0.552 | 0.552 | 0.552 | 0.552 | 0.552 | 100.0% | 1 | | keystone_v3.add_role | 0.141 | 0.141 | 0.141 | 0.141 | 0.141 | 0.141 | 100.0% | 1 | | keystone_v3.list_roles | 0.119 | 0.119 | 0.119 | 0.119 | 0.119 | 0.119 | 100.0% | 1 | | total | 0.812 | 0.812 | 0.812 | 0.812 | 0.812 | 0.812 | 100.0% | 1 | | -> duration | 0.812 | 0.812 | 0.812 | 0.812 | 0.812 | 0.812 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.812277 Full duration: 17.014828 -------------------------------------------------------------------------------- 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 516f8c7c-e939-405b-ad74-abed0a78bd45 has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_project | 0.883 | 0.883 | 0.883 | 0.883 | 0.883 | 0.883 | 100.0% | 1 | | keystone_v3.list_projects | 0.105 | 0.105 | 0.105 | 0.105 | 0.105 | 0.105 | 100.0% | 1 | | total | 0.988 | 0.988 | 0.988 | 0.988 | 0.988 | 0.988 | 100.0% | 1 | | -> duration | 0.988 | 0.988 | 0.988 | 0.988 | 0.988 | 0.988 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.988459 Full duration: 16.665015 -------------------------------------------------------------------------------- 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 516f8c7c-e939-405b-ad74-abed0a78bd45 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.637 | 0.637 | 0.637 | 0.637 | 0.637 | 0.637 | 100.0% | 1 | | keystone_v3.delete_role | 0.149 | 0.149 | 0.149 | 0.149 | 0.149 | 0.149 | 100.0% | 1 | | total | 0.787 | 0.787 | 0.787 | 0.787 | 0.787 | 0.787 | 100.0% | 1 | | -> duration | 0.787 | 0.787 | 0.787 | 0.787 | 0.787 | 0.787 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.78661 Full duration: 14.442173 -------------------------------------------------------------------------------- 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 516f8c7c-e939-405b-ad74-abed0a78bd45 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.636 | 0.636 | 0.636 | 0.636 | 0.636 | 0.636 | 100.0% | 1 | | keystone_v3.delete_service | 0.132 | 0.132 | 0.132 | 0.132 | 0.132 | 0.132 | 100.0% | 1 | | total | 0.768 | 0.768 | 0.768 | 0.768 | 0.768 | 0.768 | 100.0% | 1 | | -> duration | 0.768 | 0.768 | 0.768 | 0.768 | 0.768 | 0.768 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.768416 Full duration: 14.040802 -------------------------------------------------------------------------------- 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 516f8c7c-e939-405b-ad74-abed0a78bd45 has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_project | 0.878 | 0.878 | 0.878 | 0.878 | 0.878 | 0.878 | 100.0% | 1 | | keystone_v3.create_user | 0.614 | 0.614 | 0.614 | 0.614 | 0.614 | 0.614 | 100.0% | 1 | | -> keystone_v3.list_roles | 0.107 | 0.107 | 0.107 | 0.107 | 0.107 | 0.107 | 100.0% | 1 | | -> keystone_v3.add_role | 0.148 | 0.148 | 0.148 | 0.148 | 0.148 | 0.148 | 100.0% | 1 | | keystone_v3.create_role | 0.129 | 0.129 | 0.129 | 0.129 | 0.129 | 0.129 | 100.0% | 1 | | keystone_v3.get_project | 0.107 | 0.107 | 0.107 | 0.107 | 0.107 | 0.107 | 100.0% | 1 | | keystone_v3.get_user | 0.111 | 0.111 | 0.111 | 0.111 | 0.111 | 0.111 | 100.0% | 1 | | keystone_v3.get_role | 0.111 | 0.111 | 0.111 | 0.111 | 0.111 | 0.111 | 100.0% | 1 | | keystone_v3.list_services | 0.105 | 0.105 | 0.105 | 0.105 | 0.105 | 0.105 | 100.0% | 1 | | keystone_v3.get_services | 0.102 | 0.102 | 0.102 | 0.102 | 0.102 | 0.102 | 100.0% | 1 | | total | 2.271 | 2.271 | 2.271 | 2.271 | 2.271 | 2.271 | 100.0% | 1 | | -> duration | 2.271 | 2.271 | 2.271 | 2.271 | 2.271 | 2.271 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.270997 Full duration: 22.534142 -------------------------------------------------------------------------------- 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 516f8c7c-e939-405b-ad74-abed0a78bd45 has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_project | 0.962 | 0.962 | 0.962 | 0.962 | 0.962 | 0.962 | 100.0% | 1 | | keystone_v3.update_project | 0.132 | 0.132 | 0.132 | 0.132 | 0.132 | 0.132 | 100.0% | 1 | | keystone_v3.delete_project | 0.169 | 0.169 | 0.169 | 0.169 | 0.169 | 0.169 | 100.0% | 1 | | total | 1.263 | 1.263 | 1.263 | 1.263 | 1.263 | 1.263 | 100.0% | 1 | | -> duration | 1.263 | 1.263 | 1.263 | 1.263 | 1.263 | 1.263 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.263371 Full duration: 14.915527 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_user args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": {}, "args": {}, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 516f8c7c-e939-405b-ad74-abed0a78bd45 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_user | 0.872 | 0.872 | 0.872 | 0.872 | 0.872 | 0.872 | 100.0% | 1 | | total | 1.013 | 1.013 | 1.013 | 1.013 | 1.013 | 1.013 | 100.0% | 1 | | -> duration | 1.013 | 1.013 | 1.013 | 1.013 | 1.013 | 1.013 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.013276 Full duration: 17.276257 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_tenant args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": {}, "args": {}, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 516f8c7c-e939-405b-ad74-abed0a78bd45 has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_project | 0.804 | 0.804 | 0.804 | 0.804 | 0.804 | 0.804 | 100.0% | 1 | | total | 0.804 | 0.804 | 0.804 | 0.804 | 0.804 | 0.804 | 100.0% | 1 | | -> duration | 0.804 | 0.804 | 0.804 | 0.804 | 0.804 | 0.804 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.804418 Full duration: 16.585477 -------------------------------------------------------------------------------- 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 516f8c7c-e939-405b-ad74-abed0a78bd45 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_user | 0.893 | 0.893 | 0.893 | 0.893 | 0.893 | 0.893 | 100.0% | 1 | | keystone_v3.list_users | 0.131 | 0.131 | 0.131 | 0.131 | 0.131 | 0.131 | 100.0% | 1 | | total | 1.135 | 1.135 | 1.135 | 1.135 | 1.135 | 1.135 | 100.0% | 1 | | -> duration | 1.135 | 1.135 | 1.135 | 1.135 | 1.135 | 1.135 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.134586 Full duration: 16.785016 -------------------------------------------------------------------------------- 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 516f8c7c-e939-405b-ad74-abed0a78bd45 has 0 error(s) -------------------------------------------------------------------------------- +--------------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | keystone_v3.create_project | 0.878 | 0.878 | 0.878 | 0.878 | 0.878 | 0.878 | 100.0% | 1 | | keystone_v3.create_users | 6.177 | 6.177 | 6.177 | 6.177 | 6.177 | 6.177 | 100.0% | 1 | | -> keystone_v3.create_user (x10) | 6.177 | 6.177 | 6.177 | 6.177 | 6.177 | 6.177 | 100.0% | 1 | | --> keystone_v3.list_roles (x10) | 1.017 | 1.017 | 1.017 | 1.017 | 1.017 | 1.017 | 100.0% | 1 | | --> keystone_v3.add_role (x10) | 1.541 | 1.541 | 1.541 | 1.541 | 1.541 | 1.541 | 100.0% | 1 | | total | 8.26 | 8.26 | 8.26 | 8.26 | 8.26 | 8.26 | 100.0% | 1 | | -> duration | 8.26 | 8.26 | 8.26 | 8.26 | 8.26 | 8.26 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 8.259783 Full duration: 27.084722 HINTS: * To plot HTML graphics with this data, run: rally task report 516f8c7c-e939-405b-ad74-abed0a78bd45 --out output.html * To generate a JUnit report, run: rally task export 516f8c7c-e939-405b-ad74-abed0a78bd45 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 516f8c7c-e939-405b-ad74-abed0a78bd45 --json --out output.json 2018-08-01 04:01:31,958 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '516f8c7c-e939-405b-ad74-abed0a78bd45', '--out', u'/home/opnfv/functest/results/rally/opnfv-keystone.json'] 2018-08-01 04:01:34,671 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid 516f8c7c-e939-405b-ad74-abed0a78bd45 --out /home/opnfv/functest/results/rally/opnfv-keystone.json 2018-08-01 04:01:34.490 7088 INFO rally.api [-] Building 'json' report for the following task(s): '516f8c7c-e939-405b-ad74-abed0a78bd45'. 2018-08-01 04:01:34.504 7088 INFO rally.api [-] The report has been successfully built. 2018-08-01 04:01:34,671 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '516f8c7c-e939-405b-ad74-abed0a78bd45', '--out', u'/home/opnfv/functest/results/rally/opnfv-keystone.html'] 2018-08-01 04:01:37,264 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid 516f8c7c-e939-405b-ad74-abed0a78bd45 --out /home/opnfv/functest/results/rally/opnfv-keystone.html 2018-08-01 04:01:37.134 7091 INFO rally.api [-] Building 'html' report for the following task(s): '516f8c7c-e939-405b-ad74-abed0a78bd45'. 2018-08-01 04:01:37.163 7091 INFO rally.api [-] The report has been successfully built. 2018-08-01 04:01:37,280 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "keystone" OK. 2018-08-01 04:01:37,280 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "neutron" ... 2018-08-01 04:01:37,281 - 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-01 04:01:37,281 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-08-01 04:01:37,297 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-08-01 04:01:37,298 - 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': '89f6dd7c-5283-4066-a0bc-a3de8afebdae', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_985bd16a-1fae-44cd-9a6b-c3a9a73486a5', 'flavor_name': 'rally_sanity-flavor_985bd16a-1fae-44cd-9a6b-c3a9a73486a5', '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_985bd16a-1fae-44cd-9a6b-c3a9a73486a5', '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-01 04:07:50,611 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : c13a6869-1bfc-4d78-9f7a-ae15281f38cd 2018-08-01 04:07:50,612 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', 'c13a6869-1bfc-4d78-9f7a-ae15281f38cd'] 2018-08-01 04:07:51,501 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid c13a6869-1bfc-4d78-9f7a-ae15281f38cd -------------------------------------------------------------------------------- Task c13a6869-1bfc-4d78-9f7a-ae15281f38cd: 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 c13a6869-1bfc-4d78-9f7a-ae15281f38cd has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_network | 1.01 | 1.01 | 1.01 | 1.01 | 1.01 | 1.01 | 100.0% | 1 | | neutron.delete_network | 0.893 | 0.893 | 0.893 | 0.893 | 0.893 | 0.893 | 100.0% | 1 | | total | 1.903 | 1.903 | 1.903 | 1.903 | 1.903 | 1.903 | 100.0% | 1 | | -> duration | 1.903 | 1.903 | 1.903 | 1.903 | 1.903 | 1.903 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.903236 Full duration: 17.194739 -------------------------------------------------------------------------------- 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 c13a6869-1bfc-4d78-9f7a-ae15281f38cd 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.63 | 1.63 | 1.63 | 1.63 | 1.63 | 1.63 | 100.0% | 1 | | neutron.delete_port | 0.767 | 0.767 | 0.767 | 0.767 | 0.767 | 0.767 | 100.0% | 1 | | total | 2.398 | 2.398 | 2.398 | 2.398 | 2.398 | 2.398 | 100.0% | 1 | | -> duration | 2.398 | 2.398 | 2.398 | 2.398 | 2.398 | 2.398 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.39774 Full duration: 35.602195 -------------------------------------------------------------------------------- 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 c13a6869-1bfc-4d78-9f7a-ae15281f38cd has 0 error(s) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_network | 0.949 | 0.949 | 0.949 | 0.949 | 0.949 | 0.949 | 100.0% | 1 | | neutron.create_subnet | 1.114 | 1.114 | 1.114 | 1.114 | 1.114 | 1.114 | 100.0% | 1 | | neutron.create_router | 0.337 | 0.337 | 0.337 | 0.337 | 0.337 | 0.337 | 100.0% | 1 | | neutron.add_interface_router | 2.06 | 2.06 | 2.06 | 2.06 | 2.06 | 2.06 | 100.0% | 1 | | neutron.remove_interface_router | 1.861 | 1.861 | 1.861 | 1.861 | 1.861 | 1.861 | 100.0% | 1 | | neutron.delete_router | 0.858 | 0.858 | 0.858 | 0.858 | 0.858 | 0.858 | 100.0% | 1 | | total | 7.179 | 7.179 | 7.179 | 7.179 | 7.179 | 7.179 | 100.0% | 1 | | -> duration | 7.179 | 7.179 | 7.179 | 7.179 | 7.179 | 7.179 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 7.179038 Full duration: 43.600755 -------------------------------------------------------------------------------- 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 c13a6869-1bfc-4d78-9f7a-ae15281f38cd 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.475 | 1.475 | 1.475 | 1.475 | 1.475 | 1.475 | 100.0% | 1 | | neutron.delete_subnet | 1.987 | 1.987 | 1.987 | 1.987 | 1.987 | 1.987 | 100.0% | 1 | | total | 3.462 | 3.462 | 3.462 | 3.462 | 3.462 | 3.462 | 100.0% | 1 | | -> duration | 3.462 | 3.462 | 3.462 | 3.462 | 3.462 | 3.462 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 3.461635 Full duration: 36.2976 -------------------------------------------------------------------------------- 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 c13a6869-1bfc-4d78-9f7a-ae15281f38cd 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.301 | 1.301 | 1.301 | 1.301 | 1.301 | 1.301 | 100.0% | 1 | | neutron.list_networks | 0.504 | 0.504 | 0.504 | 0.504 | 0.504 | 0.504 | 100.0% | 1 | | total | 1.806 | 1.806 | 1.806 | 1.806 | 1.806 | 1.806 | 100.0% | 1 | | -> duration | 1.806 | 1.806 | 1.806 | 1.806 | 1.806 | 1.806 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.805683 Full duration: 19.373917 -------------------------------------------------------------------------------- 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 c13a6869-1bfc-4d78-9f7a-ae15281f38cd 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.506 | 1.506 | 1.506 | 1.506 | 1.506 | 1.506 | 100.0% | 1 | | neutron.list_ports | 0.309 | 0.309 | 0.309 | 0.309 | 0.309 | 0.309 | 100.0% | 1 | | total | 1.814 | 1.814 | 1.814 | 1.814 | 1.814 | 1.814 | 100.0% | 1 | | -> duration | 1.814 | 1.814 | 1.814 | 1.814 | 1.814 | 1.814 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.814446 Full duration: 36.753731 -------------------------------------------------------------------------------- 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 c13a6869-1bfc-4d78-9f7a-ae15281f38cd 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.091 | 1.091 | 1.091 | 1.091 | 1.091 | 1.091 | 100.0% | 1 | | neutron.create_subnet | 1.329 | 1.329 | 1.329 | 1.329 | 1.329 | 1.329 | 100.0% | 1 | | neutron.create_router | 0.378 | 0.378 | 0.378 | 0.378 | 0.378 | 0.378 | 100.0% | 1 | | neutron.add_interface_router | 2.184 | 2.184 | 2.184 | 2.184 | 2.184 | 2.184 | 100.0% | 1 | | neutron.list_routers | 0.129 | 0.129 | 0.129 | 0.129 | 0.129 | 0.129 | 100.0% | 1 | | total | 5.111 | 5.111 | 5.111 | 5.111 | 5.111 | 5.111 | 100.0% | 1 | | -> duration | 5.111 | 5.111 | 5.111 | 5.111 | 5.111 | 5.111 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.110776 Full duration: 48.284456 -------------------------------------------------------------------------------- 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 c13a6869-1bfc-4d78-9f7a-ae15281f38cd has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_network | 0.983 | 0.983 | 0.983 | 0.983 | 0.983 | 0.983 | 100.0% | 1 | | neutron.create_subnet | 1.149 | 1.149 | 1.149 | 1.149 | 1.149 | 1.149 | 100.0% | 1 | | neutron.list_subnets | 0.235 | 0.235 | 0.235 | 0.235 | 0.235 | 0.235 | 100.0% | 1 | | total | 2.367 | 2.367 | 2.367 | 2.367 | 2.367 | 2.367 | 100.0% | 1 | | -> duration | 2.367 | 2.367 | 2.367 | 2.367 | 2.367 | 2.367 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.367188 Full duration: 40.497408 -------------------------------------------------------------------------------- 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 c13a6869-1bfc-4d78-9f7a-ae15281f38cd 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.031 | 1.031 | 1.031 | 1.031 | 1.031 | 1.031 | 100.0% | 1 | | neutron.delete_security_group | 0.394 | 0.394 | 0.394 | 0.394 | 0.394 | 0.394 | 100.0% | 1 | | total | 1.425 | 1.425 | 1.425 | 1.425 | 1.425 | 1.425 | 100.0% | 1 | | -> duration | 1.425 | 1.425 | 1.425 | 1.425 | 1.425 | 1.425 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.425185 Full duration: 16.15468 -------------------------------------------------------------------------------- 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 c13a6869-1bfc-4d78-9f7a-ae15281f38cd 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.864 | 0.864 | 0.864 | 0.864 | 0.864 | 0.864 | 100.0% | 1 | | neutron.create_security_group_rule | 0.421 | 0.421 | 0.421 | 0.421 | 0.421 | 0.421 | 100.0% | 1 | | neutron.delete_security_group_rule | 0.476 | 0.476 | 0.476 | 0.476 | 0.476 | 0.476 | 100.0% | 1 | | neutron.delete_security_group | 0.323 | 0.323 | 0.323 | 0.323 | 0.323 | 0.323 | 100.0% | 1 | | total | 2.085 | 2.085 | 2.085 | 2.085 | 2.085 | 2.085 | 100.0% | 1 | | -> duration | 2.085 | 2.085 | 2.085 | 2.085 | 2.085 | 2.085 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.084594 Full duration: 16.606717 -------------------------------------------------------------------------------- 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 c13a6869-1bfc-4d78-9f7a-ae15281f38cd 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.17 | 1.17 | 1.17 | 1.17 | 1.17 | 1.17 | 100.0% | 1 | | neutron.create_router | 0.435 | 0.435 | 0.435 | 0.435 | 0.435 | 0.435 | 100.0% | 1 | | neutron.add_gateway_router | 1.428 | 1.428 | 1.428 | 1.428 | 1.428 | 1.428 | 100.0% | 1 | | neutron.remove_gateway_router | 1.472 | 1.472 | 1.472 | 1.472 | 1.472 | 1.472 | 100.0% | 1 | | total | 4.505 | 4.505 | 4.505 | 4.505 | 4.505 | 4.505 | 100.0% | 1 | | -> duration | 4.505 | 4.505 | 4.505 | 4.505 | 4.505 | 4.505 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.505167 Full duration: 28.7557 HINTS: * To plot HTML graphics with this data, run: rally task report c13a6869-1bfc-4d78-9f7a-ae15281f38cd --out output.html * To generate a JUnit report, run: rally task export c13a6869-1bfc-4d78-9f7a-ae15281f38cd --type junit --to output.xml * To get raw JSON output of task results, run: rally task report c13a6869-1bfc-4d78-9f7a-ae15281f38cd --json --out output.json 2018-08-01 04:07:51,502 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', 'c13a6869-1bfc-4d78-9f7a-ae15281f38cd', '--out', u'/home/opnfv/functest/results/rally/opnfv-neutron.json'] 2018-08-01 04:07:54,007 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid c13a6869-1bfc-4d78-9f7a-ae15281f38cd --out /home/opnfv/functest/results/rally/opnfv-neutron.json 2018-08-01 04:07:53.895 10386 INFO rally.api [-] Building 'json' report for the following task(s): 'c13a6869-1bfc-4d78-9f7a-ae15281f38cd'. 2018-08-01 04:07:53.907 10386 INFO rally.api [-] The report has been successfully built. 2018-08-01 04:07:54,008 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', 'c13a6869-1bfc-4d78-9f7a-ae15281f38cd', '--out', u'/home/opnfv/functest/results/rally/opnfv-neutron.html'] 2018-08-01 04:07:56,704 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid c13a6869-1bfc-4d78-9f7a-ae15281f38cd --out /home/opnfv/functest/results/rally/opnfv-neutron.html 2018-08-01 04:07:56.535 10389 INFO rally.api [-] Building 'html' report for the following task(s): 'c13a6869-1bfc-4d78-9f7a-ae15281f38cd'. 2018-08-01 04:07:56.570 10389 INFO rally.api [-] The report has been successfully built. 2018-08-01 04:07:56,723 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "neutron" OK. 2018-08-01 04:07:56,723 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "nova" ... 2018-08-01 04:07:56,724 - 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-01 04:07:56,724 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-08-01 04:07:56,739 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-08-01 04:07:56,740 - 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': '89f6dd7c-5283-4066-a0bc-a3de8afebdae', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_985bd16a-1fae-44cd-9a6b-c3a9a73486a5', 'flavor_name': 'rally_sanity-flavor_985bd16a-1fae-44cd-9a6b-c3a9a73486a5', '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_985bd16a-1fae-44cd-9a6b-c3a9a73486a5', '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-01 04:08:55,877 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 8a487548-3371-46b4-808f-4cd5eb4dece8 2018-08-01 04:08:55,878 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '8a487548-3371-46b4-808f-4cd5eb4dece8'] 2018-08-01 04:08:56,711 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid 8a487548-3371-46b4-808f-4cd5eb4dece8 -------------------------------------------------------------------------------- Task 8a487548-3371-46b4-808f-4cd5eb4dece8: 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_985bd16a-1fae-44cd-9a6b-c3a9a73486a5" }, "image": { "name": "rally_sanity-img_985bd16a-1fae-44cd-9a6b-c3a9a73486a5" }, "nics": [ { "net-id": "89f6dd7c-5283-4066-a0bc-a3de8afebdae" } ] }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 8a487548-3371-46b4-808f-4cd5eb4dece8 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-01T04:08:43Z'} 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-01T04:08:43Z'} -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | nova.boot_server | 6.344 | 6.344 | 6.344 | 6.344 | 6.344 | 6.344 | 0.0% | 1 | | total | 6.344 | 6.344 | 6.344 | 6.344 | 6.344 | 6.344 | 0.0% | 1 | | -> duration | 5.344 | 5.344 | 5.344 | 5.344 | 5.344 | 5.344 | 0.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 0.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.344293 Full duration: 21.155189 HINTS: * To plot HTML graphics with this data, run: rally task report 8a487548-3371-46b4-808f-4cd5eb4dece8 --out output.html * To generate a JUnit report, run: rally task export 8a487548-3371-46b4-808f-4cd5eb4dece8 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 8a487548-3371-46b4-808f-4cd5eb4dece8 --json --out output.json At least one workload did not pass SLA criteria. 2018-08-01 04:08:56,712 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '8a487548-3371-46b4-808f-4cd5eb4dece8', '--out', u'/home/opnfv/functest/results/rally/opnfv-nova.json'] 2018-08-01 04:08:59,260 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid 8a487548-3371-46b4-808f-4cd5eb4dece8 --out /home/opnfv/functest/results/rally/opnfv-nova.json 2018-08-01 04:08:59.165 10624 INFO rally.api [-] Building 'json' report for the following task(s): '8a487548-3371-46b4-808f-4cd5eb4dece8'. 2018-08-01 04:08:59.167 10624 INFO rally.api [-] The report has been successfully built. 2018-08-01 04:08:59,260 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '8a487548-3371-46b4-808f-4cd5eb4dece8', '--out', u'/home/opnfv/functest/results/rally/opnfv-nova.html'] 2018-08-01 04:09:01,774 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid 8a487548-3371-46b4-808f-4cd5eb4dece8 --out /home/opnfv/functest/results/rally/opnfv-nova.html 2018-08-01 04:09:01.666 10627 INFO rally.api [-] Building 'html' report for the following task(s): '8a487548-3371-46b4-808f-4cd5eb4dece8'. 2018-08-01 04:09:01.684 10627 INFO rally.api [-] The report has been successfully built. 2018-08-01 04:09:01,776 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "nova" Failed. 2018-08-01 04:09:01,776 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "quotas" ... 2018-08-01 04:09:01,777 - 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-01 04:09:01,777 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-08-01 04:09:01,791 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-08-01 04:09:01,791 - 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': '89f6dd7c-5283-4066-a0bc-a3de8afebdae', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_985bd16a-1fae-44cd-9a6b-c3a9a73486a5', 'flavor_name': 'rally_sanity-flavor_985bd16a-1fae-44cd-9a6b-c3a9a73486a5', '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_985bd16a-1fae-44cd-9a6b-c3a9a73486a5', '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-01 04:10:00,096 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 04b71e7c-1243-42a6-815e-292843fcc094 2018-08-01 04:10:00,097 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '04b71e7c-1243-42a6-815e-292843fcc094'] 2018-08-01 04:10:00,944 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid 04b71e7c-1243-42a6-815e-292843fcc094 -------------------------------------------------------------------------------- Task 04b71e7c-1243-42a6-815e-292843fcc094: 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 04b71e7c-1243-42a6-815e-292843fcc094 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.878 | 0.878 | 0.878 | 0.878 | 0.878 | 0.878 | 100.0% | 1 | | quotas.delete_quotas | 0.229 | 0.229 | 0.229 | 0.229 | 0.229 | 0.229 | 100.0% | 1 | | total | 1.106 | 1.106 | 1.106 | 1.106 | 1.106 | 1.106 | 100.0% | 1 | | -> duration | 1.106 | 1.106 | 1.106 | 1.106 | 1.106 | 1.106 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.106429 Full duration: 10.13808 -------------------------------------------------------------------------------- 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 04b71e7c-1243-42a6-815e-292843fcc094 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.8 | 0.8 | 0.8 | 0.8 | 0.8 | 0.8 | 100.0% | 1 | | total | 0.8 | 0.8 | 0.8 | 0.8 | 0.8 | 0.8 | 100.0% | 1 | | -> duration | 0.8 | 0.8 | 0.8 | 0.8 | 0.8 | 0.8 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.80027 Full duration: 9.489398 -------------------------------------------------------------------------------- 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 04b71e7c-1243-42a6-815e-292843fcc094 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.346 | 0.346 | 0.346 | 0.346 | 0.346 | 0.346 | 100.0% | 1 | | total | 0.762 | 0.762 | 0.762 | 0.762 | 0.762 | 0.762 | 100.0% | 1 | | -> duration | 0.762 | 0.762 | 0.762 | 0.762 | 0.762 | 0.762 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.762437 Full duration: 9.712868 -------------------------------------------------------------------------------- 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 04b71e7c-1243-42a6-815e-292843fcc094 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.209 | 1.209 | 1.209 | 1.209 | 1.209 | 1.209 | 100.0% | 1 | | total | 1.209 | 1.209 | 1.209 | 1.209 | 1.209 | 1.209 | 100.0% | 1 | | -> duration | 1.209 | 1.209 | 1.209 | 1.209 | 1.209 | 1.209 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.209175 Full duration: 10.317271 HINTS: * To plot HTML graphics with this data, run: rally task report 04b71e7c-1243-42a6-815e-292843fcc094 --out output.html * To generate a JUnit report, run: rally task export 04b71e7c-1243-42a6-815e-292843fcc094 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 04b71e7c-1243-42a6-815e-292843fcc094 --json --out output.json 2018-08-01 04:10:00,944 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '04b71e7c-1243-42a6-815e-292843fcc094', '--out', u'/home/opnfv/functest/results/rally/opnfv-quotas.json'] 2018-08-01 04:10:03,413 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid 04b71e7c-1243-42a6-815e-292843fcc094 --out /home/opnfv/functest/results/rally/opnfv-quotas.json 2018-08-01 04:10:03.309 11140 INFO rally.api [-] Building 'json' report for the following task(s): '04b71e7c-1243-42a6-815e-292843fcc094'. 2018-08-01 04:10:03.313 11140 INFO rally.api [-] The report has been successfully built. 2018-08-01 04:10:03,413 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '04b71e7c-1243-42a6-815e-292843fcc094', '--out', u'/home/opnfv/functest/results/rally/opnfv-quotas.html'] 2018-08-01 04:10:05,889 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid 04b71e7c-1243-42a6-815e-292843fcc094 --out /home/opnfv/functest/results/rally/opnfv-quotas.html 2018-08-01 04:10:05.768 11143 INFO rally.api [-] Building 'html' report for the following task(s): '04b71e7c-1243-42a6-815e-292843fcc094'. 2018-08-01 04:10:05.790 11143 INFO rally.api [-] The report has been successfully built. 2018-08-01 04:10:05,894 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "quotas" OK. 2018-08-01 04:10:05,897 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally Summary Report: +----------------+------------+----------------+-----------+ | Module | Duration | nb. Test Run | Success | +----------------+------------+----------------+-----------+ | authenticate | 00:53 | 6 | 100.00% | | glance | 01:25 | 4 | 100.00% | | cinder | 02:50 | 10 | 100.00% | | gnocchi | 01:40 | 11 | 100.00% | | heat | 01:17 | 4 | 100.00% | | keystone | 03:13 | 11 | 100.00% | | neutron | 05:39 | 11 | 100.00% | | nova | 00:21 | 1 | 0.00% | | quotas | 00:39 | 4 | 100.00% | | | | | | | TOTAL: | 00:18:01 | 62 | 98.39% | +----------------+------------+----------------+-----------+ 2018-08-01 04:10:05,898 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally 'rally_sanity' success_rate is 98.39% in 8/9 modules 2018-08-01 04:10:06,021 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-01 04:10:06,021 - xtesting.ci.run_tests - INFO - Test result: +----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------+------------------+------------------+----------------+ | rally_sanity | functest | 23:17 | FAIL | +----------------------+------------------+------------------+----------------+ 2018-08-01 04:10:06,026 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-01 04:10:06,029 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21: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}60bec8d612c87f51fad6ba98cb11b32e84a9f691" 2018-08-01 04:10:06,244 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:10: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-4869acbe-ee7f-45cc-bf0b-091a3b725043 x-compute-request-id: req-4869acbe-ee7f-45cc-bf0b-091a3b725043 Content-Encoding: gzip Content-Length: 366 Content-Type: application/json RESP BODY: {"flavors": [{"name": "rally_sanity-flavor_985bd16a-1fae-44cd-9a6b-c3a9a73486a5", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/1605eba2-37ee-4242-9710-2c5f2047717d", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/1605eba2-37ee-4242-9710-2c5f2047717d", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "1605eba2-37ee-4242-9710-2c5f2047717d"}, {"name": "rally_sanity-flavor_alt_985bd16a-1fae-44cd-9a6b-c3a9a73486a5", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/a1bee0b9-ef72-4e3a-8750-38448f9d58a5", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/a1bee0b9-ef72-4e3a-8750-38448f9d58a5", "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": "a1bee0b9-ef72-4e3a-8750-38448f9d58a5"}]} 2018-08-01 04:10:06,244 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-4869acbe-ee7f-45cc-bf0b-091a3b725043 2018-08-01 04:10:06,244 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.217735052109s 2018-08-01 04:10:06,245 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-4869acbe-ee7f-45cc-bf0b-091a3b725043 2018-08-01 04:10:06,247 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-01 04:10:06,249 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:8774/v2.1/flavors/a1bee0b9-ef72-4e3a-8750-38448f9d58a5 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}60bec8d612c87f51fad6ba98cb11b32e84a9f691" 2018-08-01 04:10:06,302 - keystoneauth.session - DEBUG - RESP: [202] Date: Wed, 01 Aug 2018 04:10: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-f82a4fea-a5b8-44e6-ad70-20b6d55dbc29 x-compute-request-id: req-f82a4fea-a5b8-44e6-ad70-20b6d55dbc29 Content-Length: 0 Content-Type: application/json 2018-08-01 04:10:06,302 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/a1bee0b9-ef72-4e3a-8750-38448f9d58a5 used request id req-f82a4fea-a5b8-44e6-ad70-20b6d55dbc29 2018-08-01 04:10:06,303 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0557291507721s 2018-08-01 04:10:06,303 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/a1bee0b9-ef72-4e3a-8750-38448f9d58a5 used request id req-f82a4fea-a5b8-44e6-ad70-20b6d55dbc29 2018-08-01 04:10:06,303 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-01 04:10:06,304 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9696/v2.0/routers/500103e7-bd9a-4443-bb8a-59d8b930c979/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}60bec8d612c87f51fad6ba98cb11b32e84a9f691" -d '{"subnet_id": "751e8cf5-212e-43de-85f5-38d4f60b4fbc"}' 2018-08-01 04:10:08,228 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-6c7a3eb7-9f52-4866-8fbc-81a617e102eb Date: Wed, 01 Aug 2018 04:10:08 GMT RESP BODY: {"network_id": "89f6dd7c-5283-4066-a0bc-a3de8afebdae", "tenant_id": "90aa95516c664aef94b667c55fdaffe9", "subnet_id": "751e8cf5-212e-43de-85f5-38d4f60b4fbc", "subnet_ids": ["751e8cf5-212e-43de-85f5-38d4f60b4fbc"], "port_id": "cb43b8b8-59f3-4a5c-9fc9-96262d8ae396", "id": "500103e7-bd9a-4443-bb8a-59d8b930c979"} 2018-08-01 04:10:08,229 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/500103e7-bd9a-4443-bb8a-59d8b930c979/remove_router_interface.json used request id req-6c7a3eb7-9f52-4866-8fbc-81a617e102eb 2018-08-01 04:10:08,229 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.92538499832s 2018-08-01 04:10:08,229 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/500103e7-bd9a-4443-bb8a-59d8b930c979/remove_router_interface.json used request id req-6c7a3eb7-9f52-4866-8fbc-81a617e102eb returning object 500103e7-bd9a-4443-bb8a-59d8b930c979 2018-08-01 04:10:08,230 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-01 04:10:08,230 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}60bec8d612c87f51fad6ba98cb11b32e84a9f691" 2018-08-01 04:10:08,550 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 648 X-Openstack-Request-Id: req-7d7b9f2e-c170-4a34-a345-7db0481f421d Date: Wed, 01 Aug 2018 04:10:08 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "e06facf3-a24e-40d5-a5ce-a0901a6e4875", "ip_address": "172.30.9.208"}]}, "description": "", "tags": [], "tenant_id": "90aa95516c664aef94b667c55fdaffe9", "created_at": "2018-08-01T03:46:50Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-01T04:10:07Z", "revision_number": 4, "routes": [], "project_id": "90aa95516c664aef94b667c55fdaffe9", "id": "500103e7-bd9a-4443-bb8a-59d8b930c979", "name": "rally_sanity-router_985bd16a-1fae-44cd-9a6b-c3a9a73486a5"}]} 2018-08-01 04:10:08,550 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-7d7b9f2e-c170-4a34-a345-7db0481f421d 2018-08-01 04:10:08,550 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.320477962494s 2018-08-01 04:10:08,550 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-7d7b9f2e-c170-4a34-a345-7db0481f421d 2018-08-01 04:10:08,552 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-01 04:10:08,552 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/routers/500103e7-bd9a-4443-bb8a-59d8b930c979.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}60bec8d612c87f51fad6ba98cb11b32e84a9f691" 2018-08-01 04:10:10,284 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-eb3c4c70-bb77-4ccc-940a-0265016a1b73 Content-Length: 0 Date: Wed, 01 Aug 2018 04:10:10 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-01 04:10:10,284 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/routers/500103e7-bd9a-4443-bb8a-59d8b930c979.json used request id req-eb3c4c70-bb77-4ccc-940a-0265016a1b73 2018-08-01 04:10:10,285 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.73261904716s 2018-08-01 04:10:10,285 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/routers/500103e7-bd9a-4443-bb8a-59d8b930c979.json used request id req-eb3c4c70-bb77-4ccc-940a-0265016a1b73 2018-08-01 04:10:10,285 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-01 04:10:10,286 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}60bec8d612c87f51fad6ba98cb11b32e84a9f691" 2018-08-01 04:10:10,545 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1294 X-Openstack-Request-Id: req-94987932-edac-4465-950b-47f85533e35e Date: Wed, 01 Aug 2018 04:10:10 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"89f6dd7c-5283-4066-a0bc-a3de8afebdae","tenant_id":"90aa95516c664aef94b667c55fdaffe9","created_at":"2018-08-01T03:46:50Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-01T03:46:50Z","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":"90aa95516c664aef94b667c55fdaffe9","id":"751e8cf5-212e-43de-85f5-38d4f60b4fbc","subnetpool_id":null,"name":"rally_sanity-subnet_985bd16a-1fae-44cd-9a6b-c3a9a73486a5"},{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"262fe7ec-b437-40b8-908b-6eb66c149655","tenant_id":"89443fd7c5cf4259bed71fca1c3fe619","created_at":"2018-08-01T03:28:20Z","dns_nameservers":[],"updated_at":"2018-08-01T03:28:20Z","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":"89443fd7c5cf4259bed71fca1c3fe619","id":"e06facf3-a24e-40d5-a5ce-a0901a6e4875","subnetpool_id":null,"name":"external-subnet"}]} 2018-08-01 04:10:10,545 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-94987932-edac-4465-950b-47f85533e35e 2018-08-01 04:10:10,546 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.260092020035s 2018-08-01 04:10:10,546 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-94987932-edac-4465-950b-47f85533e35e 2018-08-01 04:10:10,547 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-01 04:10:10,548 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/subnets/751e8cf5-212e-43de-85f5-38d4f60b4fbc.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}60bec8d612c87f51fad6ba98cb11b32e84a9f691" 2018-08-01 04:10:12,629 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-277e3717-7cfc-46d1-9975-15c655d4f48f Date: Wed, 01 Aug 2018 04:10:12 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-01 04:10:12,630 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/751e8cf5-212e-43de-85f5-38d4f60b4fbc.json used request id req-277e3717-7cfc-46d1-9975-15c655d4f48f 2018-08-01 04:10:12,630 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.08225512505s 2018-08-01 04:10:12,630 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/751e8cf5-212e-43de-85f5-38d4f60b4fbc.json used request id req-277e3717-7cfc-46d1-9975-15c655d4f48f 2018-08-01 04:10:12,631 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-01 04:10:12,631 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}60bec8d612c87f51fad6ba98cb11b32e84a9f691" 2018-08-01 04:10:12,721 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1355 X-Openstack-Request-Id: req-dde9e706-0a7b-408c-947c-644ad3608d36 Date: Wed, 01 Aug 2018 04:10:12 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"262fe7ec-b437-40b8-908b-6eb66c149655","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"89443fd7c5cf4259bed71fca1c3fe619","status":"ACTIVE","subnets":["e06facf3-a24e-40d5-a5ce-a0901a6e4875"],"description":"","tags":[],"updated_at":"2018-08-01T03:28:20Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"89443fd7c5cf4259bed71fca1c3fe619","created_at":"2018-08-01T03:28:13Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"89f6dd7c-5283-4066-a0bc-a3de8afebdae","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":true,"project_id":"90aa95516c664aef94b667c55fdaffe9","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-01T04:10:12Z","provider:segmentation_id":48,"name":"rally_sanity-net_985bd16a-1fae-44cd-9a6b-c3a9a73486a5","admin_state_up":true,"tenant_id":"90aa95516c664aef94b667c55fdaffe9","created_at":"2018-08-01T03:46:49Z","provider:network_type":"vxlan"}]} 2018-08-01 04:10:12,722 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-dde9e706-0a7b-408c-947c-644ad3608d36 2018-08-01 04:10:12,722 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0907890796661s 2018-08-01 04:10:12,722 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-dde9e706-0a7b-408c-947c-644ad3608d36 2018-08-01 04:10:12,723 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-01 04:10:12,724 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/networks/89f6dd7c-5283-4066-a0bc-a3de8afebdae.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}60bec8d612c87f51fad6ba98cb11b32e84a9f691" 2018-08-01 04:10:14,292 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-dd317b39-8b3a-4de0-ba58-0ce0ff7b99e3 Date: Wed, 01 Aug 2018 04:10:14 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-01 04:10:14,292 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/89f6dd7c-5283-4066-a0bc-a3de8afebdae.json used request id req-dd317b39-8b3a-4de0-ba58-0ce0ff7b99e3 2018-08-01 04:10:14,292 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.56868100166s 2018-08-01 04:10:14,292 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/89f6dd7c-5283-4066-a0bc-a3de8afebdae.json used request id req-dd317b39-8b3a-4de0-ba58-0ce0ff7b99e3 2018-08-01 04:10:14,296 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-01 04:10:14,300 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}60bec8d612c87f51fad6ba98cb11b32e84a9f691" 2018-08-01 04:10:14,508 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1205 Content-Type: application/json X-Openstack-Request-Id: req-af2e5422-475d-44ff-89a8-bd3d87137a89 Date: Wed, 01 Aug 2018 04:10:14 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://1c426f71-e315-470f-a765-a4a983e8d919/images/e332fc1f-b240-4ffd-af58-219b6ea94f02/snap", "metadata": {}}], "file": "/v2/images/e332fc1f-b240-4ffd-af58-219b6ea94f02/file", "owner": "90aa95516c664aef94b667c55fdaffe9", "id": "e332fc1f-b240-4ffd-af58-219b6ea94f02", "size": 12716032, "self": "/v2/images/e332fc1f-b240-4ffd-af58-219b6ea94f02", "disk_format": "qcow2", "direct_url": "rbd://1c426f71-e315-470f-a765-a4a983e8d919/images/e332fc1f-b240-4ffd-af58-219b6ea94f02/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-08-01T03:46:55Z", "visibility": "public", "owner_specified.shade.object": "images/rally_sanity-img_985bd16a-1fae-44cd-9a6b-c3a9a73486a5", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "rally_sanity-img_985bd16a-1fae-44cd-9a6b-c3a9a73486a5", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-01T03:46:54Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-01 04:10:14,508 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-af2e5422-475d-44ff-89a8-bd3d87137a89 2018-08-01 04:10:14,509 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.211964130402s 2018-08-01 04:10:14,509 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-af2e5422-475d-44ff-89a8-bd3d87137a89 2018-08-01 04:10:14,511 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-01 04:10:14,514 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9292/v2/images/e332fc1f-b240-4ffd-af58-219b6ea94f02 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}60bec8d612c87f51fad6ba98cb11b32e84a9f691" 2018-08-01 04:10:15,538 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-65f2bb32-a894-4f19-838a-94d2dabcc76e Date: Wed, 01 Aug 2018 04:10: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-01 04:10:15,538 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/e332fc1f-b240-4ffd-af58-219b6ea94f02 used request id req-65f2bb32-a894-4f19-838a-94d2dabcc76e 2018-08-01 04:10:15,538 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.02721714973s 2018-08-01 04:10:15,538 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/e332fc1f-b240-4ffd-af58-219b6ea94f02 used request id req-65f2bb32-a894-4f19-838a-94d2dabcc76e 2018-08-01 04:10:15,539 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-01 04:10:15,542 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21: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}60bec8d612c87f51fad6ba98cb11b32e84a9f691" 2018-08-01 04:10:15,572 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:10: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-4bbee07c-45ff-45d8-8014-0e72174666a1 x-compute-request-id: req-4bbee07c-45ff-45d8-8014-0e72174666a1 Content-Encoding: gzip Content-Length: 311 Content-Type: application/json RESP BODY: {"flavors": [{"name": "rally_sanity-flavor_985bd16a-1fae-44cd-9a6b-c3a9a73486a5", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/1605eba2-37ee-4242-9710-2c5f2047717d", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/1605eba2-37ee-4242-9710-2c5f2047717d", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "1605eba2-37ee-4242-9710-2c5f2047717d"}]} 2018-08-01 04:10:15,572 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-4bbee07c-45ff-45d8-8014-0e72174666a1 2018-08-01 04:10:15,572 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0331590175629s 2018-08-01 04:10:15,573 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-4bbee07c-45ff-45d8-8014-0e72174666a1 2018-08-01 04:10:15,574 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-01 04:10:15,577 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:8774/v2.1/flavors/1605eba2-37ee-4242-9710-2c5f2047717d -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}60bec8d612c87f51fad6ba98cb11b32e84a9f691" 2018-08-01 04:10:15,613 - keystoneauth.session - DEBUG - RESP: [202] Date: Wed, 01 Aug 2018 04:10: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-b91125ce-c15c-432b-881e-88f9f7a1323e x-compute-request-id: req-b91125ce-c15c-432b-881e-88f9f7a1323e Content-Length: 0 Content-Type: application/json 2018-08-01 04:10:15,613 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/1605eba2-37ee-4242-9710-2c5f2047717d used request id req-b91125ce-c15c-432b-881e-88f9f7a1323e 2018-08-01 04:10:15,613 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0387439727783s 2018-08-01 04:10:15,613 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/1605eba2-37ee-4242-9710-2c5f2047717d used request id req-b91125ce-c15c-432b-881e-88f9f7a1323e 2018-08-01 04:10:15,614 - xtesting.ci.run_tests - ERROR - The test case 'rally_sanity' failed. 2018-08-01 04:10:15,659 - xtesting.ci.run_tests - INFO - Loading test case 'patrole'... 2018-08-01 04:10:15,695 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-01 04:10:15,695 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-01 04:10:15,695 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-01 04:10:15,695 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-01 04:10:15,696 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-01 04:10:15,696 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-01 04:10:15,696 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-01 04:10:15,696 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-01 04:10:15,696 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-01 04:10:15,696 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-01 04:10:15,696 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-01 04:10:15,696 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-01 04:10:15,696 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-01 04:10:15,696 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-01 04:10:15,696 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-01 04:10:15,696 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-01 04:10:15,697 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-01 04:10:15,697 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-01 04:10:15,697 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-01 04:10:15,697 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-01 04:10:15,697 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-01 04:10:15,697 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-01 04:10:15,697 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-01 04:10:15,697 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-01 04:10:15,697 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-01 04:10:15,700 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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-01 04:10:15,705 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:10:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-40a8e6ef-09e3-4ffa-9603-72c0a8c14182 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-01 04:10:15,706 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-40a8e6ef-09e3-4ffa-9603-72c0a8c14182 2018-08-01 04:10:15,706 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-08-01 04:10:16,115 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ed1e3c9b852e426e8d791112d2fd4701", "name": "member"}, {"id": "147f18c7e1e349fc8e383440249c4c73", "name": "reader"}, {"id": "86fab6e3eccc4f5f9bd58caee92e2693", "name": "admin"}], "expires_at": "2018-08-01T05:10:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "90aa95516c664aef94b667c55fdaffe9", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:8004/v1/90aa95516c664aef94b667c55fdaffe9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5af2a23f0d4746a18ce9987becf49813"}, {"url": "http://192.30.9.7:8004/v1/90aa95516c664aef94b667c55fdaffe9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d6722b9f2184abb8e7b581d10709b51"}, {"url": "http://192.30.9.7:8004/v1/90aa95516c664aef94b667c55fdaffe9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc81206c7ec74b63a868c84343e2355a"}], "type": "orchestration", "id": "032123c5c07d477ab419a77fddb5ca2b", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/90aa95516c664aef94b667c55fdaffe9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00197bc0507d42718c9de1a1f3ff7fa9"}, {"url": "http://192.30.9.7:8776/v2/90aa95516c664aef94b667c55fdaffe9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "186c94a5205743a68de2c02795dd12cf"}, {"url": "http://192.30.9.7:8776/v2/90aa95516c664aef94b667c55fdaffe9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32c49f45893f4074a75a056facd63fc5"}], "type": "volumev2", "id": "09ef7c245fd9479f97ffee152dae0c8e", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27e89bb29a0d43ce83aefd4cae0f7bd7"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "295d31abf3f44d85b346281cd9c04740"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d685797f4b164aa48837a822ed32598b"}], "type": "alarming", "id": "0f8615b3651c41099fe76f0fa5b23dd1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f0c9b6089cd4f558ee73fabe48d842a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "551cf56b00bd4d038a8694d11700f2ef"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9ea08b0116c4412eaded9a074baa4211"}], "type": "image", "id": "17038717f3f0408e8c9d5af024ea0aab", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "17647a3a3a00479b9213e6f6cf7a30ea", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c2328ef964c4156917122cfb247f0c4"}, {"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33d0ce77838b4a0fbe56c50f7b1e4d71"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38b745fc1fe14a8691a6fb2553ade0e0"}], "type": "event", "id": "1d35633c710f4d9c88e1f50abe614b06", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/90aa95516c664aef94b667c55fdaffe9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dcebb246e8d42fab040b053411c0957"}, {"url": "http://192.30.9.7:8776/v3/90aa95516c664aef94b667c55fdaffe9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92f3de4ac4f44b9a95bdb5c3f0c34d51"}, {"url": "http://172.30.9.21:8776/v3/90aa95516c664aef94b667c55fdaffe9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f92025e32c9344f587283e14c1506699"}], "type": "volumev3", "id": "27b85f80d71f464183ff256181f71b43", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0f1136276d75402689a9c377621253ce"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b943f44b606457c91b7d5098b199be0"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b47ac34c09dc4c05b1ca4c869d47eaeb"}], "type": "metric", "id": "5a0ae06ba8b741ffb51d39c9adb9451c", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10bc7f20cf92414cb6d088da882341c5"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "53c0109d8bd545ef83f6d70ce101d52d"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d3688eabec1484e8c6549a46b35b25f"}], "type": "cloudformation", "id": "64e449782da244a4b49ea375e297a3ea", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/90aa95516c664aef94b667c55fdaffe9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8713e9b13a6e43c59e8aa6d6cd510b2b"}, {"url": "http://192.30.9.7:8776/v1/90aa95516c664aef94b667c55fdaffe9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b073433cdd0f4518882ecf0e413ae4af"}, {"url": "http://172.30.9.21:8776/v1/90aa95516c664aef94b667c55fdaffe9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fc41a1400c1945199a7f0758b5566e31"}], "type": "volume", "id": "6951fb022adb46feaa04f1020c483fd1", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "247e0a42582047fb8b1a74db1f38edf7"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37ed8998a3894a91b69a9e4f00e62b69"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b11d1b5d1d9043d88291c85c92eb73f4"}], "type": "placement", "id": "83e7ef9cff3b4731b936862816b9afd9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "432bfc9d0c4249dd9ccda5421e19b9e2"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f93c2c146b149cbb3483078f52c4bdf"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd4fdce564324509818028dc78641d8d"}], "type": "network", "id": "94871ebfcb5240ebb8b1c19b8739272c", "name": "neutron"}, {"endpoints": [{"url": "http://12.0.0.40:8080/v1/AUTH_90aa95516c664aef94b667c55fdaffe9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2333bd642dd5455c8f03d343d974704d"}, {"url": "http://12.0.0.40:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c3a57c4832a74174a0c0889da1e1364b"}, {"url": "http://172.30.9.21:8080/v1/AUTH_90aa95516c664aef94b667c55fdaffe9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f27db37221fb446f86228761531722fd"}], "type": "object-store", "id": "b008c8aea7694b57822ddc559b6dfc45", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "038ac873a08f40dab615db1106f36b91"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9c064a815b5c40c0bb0beee1dee18b58"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa33b6fd9ec24bfb9e27785b76bc205d"}], "type": "identity", "id": "de72ed0871ef4a7bab6d7ea0bbfa8d90", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c04b9806aca48e692c506107e0bd3a6"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "449f60307ac54b799d4527d2070f35db"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d69efddbf8af404a9b303b99cfb12f43"}], "type": "compute", "id": "eb2dd02d9ef54f67b42600e437ecb401", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "749556e27c83423fb69e649d00450103"}, "audit_ids": ["VeYV_-Q9SfeRQ4LSYMuSYQ"], "issued_at": "2018-08-01T04:10:16.000000Z"}} 2018-08-01 04:10:16,118 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-01 04:10:16,119 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21: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}f5d13762a18a7845a10b700e39e6459848f07e05" 2018-08-01 04:10:16,398 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-2c5c7071-6539-4afc-9617-87c54f5ebdea Date: Wed, 01 Aug 2018 04:10:16 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"262fe7ec-b437-40b8-908b-6eb66c149655","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"89443fd7c5cf4259bed71fca1c3fe619","status":"ACTIVE","subnets":["e06facf3-a24e-40d5-a5ce-a0901a6e4875"],"description":"","tags":[],"updated_at":"2018-08-01T03:28:20Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"89443fd7c5cf4259bed71fca1c3fe619","created_at":"2018-08-01T03:28:13Z","provider:network_type":"flat"}]} 2018-08-01 04:10:16,399 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json?router%3Aexternal=True used request id req-2c5c7071-6539-4afc-9617-87c54f5ebdea 2018-08-01 04:10:16,399 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.280401945114s 2018-08-01 04:10:16,399 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json?router%3Aexternal=True used request id req-2c5c7071-6539-4afc-9617-87c54f5ebdea 2018-08-01 04:10:16,400 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-08-01 04:10:19,257 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-08-01 04:10:22,047 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally +--------------------------------------+----------------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+----------------------------+-------------+------------------+--------+ | 61872509-d210-44c7-a389-254144cfe75e | 2018-08-01T04:10:21.676968 | opnfv-rally | deploy->finished | | +--------------------------------------+----------------------------+-------------+------------------+--------+ Using deployment: 61872509-d210-44c7-a389-254144cfe75e ~/.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-01 04:10:25,783 - 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-01 04:10:25,783 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-08-01 04:10:28,441 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-08-01 04:10:31,993 - 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=6f320116-1160-4787-bb98-347d4bd92a7d) as the default verifier for the future CLI operations. 2018-08-01 04:10:35,180 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.extensions 2018-08-01 04:10:35,181 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}f5d13762a18a7845a10b700e39e6459848f07e05" 2018-08-01 04:10:35,378 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 8761 X-Openstack-Request-Id: req-d6300142-8520-437c-bf4a-6ad2f3652840 Date: Wed, 01 Aug 2018 04:10:35 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-01 04:10:35,378 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/extensions.json used request id req-d6300142-8520-437c-bf4a-6ad2f3652840 2018-08-01 04:10:35,379 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.extensions in 0.197917938232s 2018-08-01 04:10:35,379 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/extensions.json used request id req-d6300142-8520-437c-bf4a-6ad2f3652840 2018-08-01 04:10:35,386 - xtesting.ci.run_tests - INFO - Running test case 'patrole'... 2018-08-01 04:10:35,386 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-01 04:10:35,387 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}f5d13762a18a7845a10b700e39e6459848f07e05" -d '{"network": {"name": "patrole-net_06a7835b-b8c5-43e4-b11d-4dffebf13bef", "admin_state_up": true}}' 2018-08-01 04:10:35,923 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-58148ede-973f-4553-9b8a-152226c9ea06 Date: Wed, 01 Aug 2018 04:10:35 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"provider:network_type":"vxlan","id":"8d560ea3-8bf2-4da3-bd9c-f68af270fdbd","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"90aa95516c664aef94b667c55fdaffe9","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-01T04:10:35Z","is_default":false,"provider:segmentation_id":29,"name":"patrole-net_06a7835b-b8c5-43e4-b11d-4dffebf13bef","admin_state_up":true,"tenant_id":"90aa95516c664aef94b667c55fdaffe9","created_at":"2018-08-01T04:10:35Z","mtu":1450}} 2018-08-01 04:10:35,923 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-58148ede-973f-4553-9b8a-152226c9ea06 2018-08-01 04:10:35,924 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.537106990814s 2018-08-01 04:10:35,924 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-58148ede-973f-4553-9b8a-152226c9ea06 2018-08-01 04:10:35,924 - 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-01T04:10:35Z', u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'8d560ea3-8bf2-4da3-bd9c-f68af270fdbd', u'provider:segmentation_id': 29, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'patrole-net_06a7835b-b8c5-43e4-b11d-4dffebf13bef', u'admin_state_up': True, u'tenant_id': u'90aa95516c664aef94b667c55fdaffe9', u'created_at': u'2018-08-01T04:10:35Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'90aa95516c664aef94b667c55fdaffe9'}) 2018-08-01 04:10:35,925 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-01 04:10:35,925 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f5d13762a18a7845a10b700e39e6459848f07e05" 2018-08-01 04:10:36,204 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1345 X-Openstack-Request-Id: req-5b2ff041-329c-4a90-9b11-34fc654765e0 Date: Wed, 01 Aug 2018 04:10:36 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"262fe7ec-b437-40b8-908b-6eb66c149655","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"89443fd7c5cf4259bed71fca1c3fe619","status":"ACTIVE","subnets":["e06facf3-a24e-40d5-a5ce-a0901a6e4875"],"description":"","tags":[],"updated_at":"2018-08-01T03:28:20Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"89443fd7c5cf4259bed71fca1c3fe619","created_at":"2018-08-01T03:28:13Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"8d560ea3-8bf2-4da3-bd9c-f68af270fdbd","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"90aa95516c664aef94b667c55fdaffe9","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-01T04:10:35Z","provider:segmentation_id":29,"name":"patrole-net_06a7835b-b8c5-43e4-b11d-4dffebf13bef","admin_state_up":true,"tenant_id":"90aa95516c664aef94b667c55fdaffe9","created_at":"2018-08-01T04:10:35Z","provider:network_type":"vxlan"}]} 2018-08-01 04:10:36,204 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-5b2ff041-329c-4a90-9b11-34fc654765e0 2018-08-01 04:10:36,205 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.27970290184s 2018-08-01 04:10:36,205 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-5b2ff041-329c-4a90-9b11-34fc654765e0 2018-08-01 04:10:36,207 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-01 04:10:36,207 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}f5d13762a18a7845a10b700e39e6459848f07e05" -d '{"subnet": {"name": "patrole-subnet_06a7835b-b8c5-43e4-b11d-4dffebf13bef", "enable_dhcp": true, "network_id": "8d560ea3-8bf2-4da3-bd9c-f68af270fdbd", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-01 04:10:37,007 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-c5ace5d5-d282-4105-bc84-fb94e088f195 Date: Wed, 01 Aug 2018 04:10:37 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8d560ea3-8bf2-4da3-bd9c-f68af270fdbd","tenant_id":"90aa95516c664aef94b667c55fdaffe9","created_at":"2018-08-01T04:10:36Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-01T04:10:36Z","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":"90aa95516c664aef94b667c55fdaffe9","id":"090abb4d-09f4-4bee-8735-b9ffb7973b90","subnetpool_id":null,"name":"patrole-subnet_06a7835b-b8c5-43e4-b11d-4dffebf13bef"}} 2018-08-01 04:10:37,008 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-c5ace5d5-d282-4105-bc84-fb94e088f195 2018-08-01 04:10:37,008 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.800726175308s 2018-08-01 04:10:37,008 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-c5ace5d5-d282-4105-bc84-fb94e088f195 2018-08-01 04:10:37,008 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-01T04:10:36Z', 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'090abb4d-09f4-4bee-8735-b9ffb7973b90', u'subnetpool_id': None, u'service_types': [], u'name': u'patrole-subnet_06a7835b-b8c5-43e4-b11d-4dffebf13bef', u'enable_dhcp': True, u'network_id': u'8d560ea3-8bf2-4da3-bd9c-f68af270fdbd', u'tenant_id': u'90aa95516c664aef94b667c55fdaffe9', u'created_at': u'2018-08-01T04:10:36Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'90aa95516c664aef94b667c55fdaffe9'}) 2018-08-01 04:10:37,009 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-01 04:10:37,010 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}f5d13762a18a7845a10b700e39e6459848f07e05" -d '{"router": {"external_gateway_info": {"network_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "name": "patrole-router_06a7835b-b8c5-43e4-b11d-4dffebf13bef", "admin_state_up": true}}' 2018-08-01 04:10:38,530 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 640 X-Openstack-Request-Id: req-efbd609b-9d0a-4a73-b2fe-d79c94895bbe Date: Wed, 01 Aug 2018 04:10:38 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "e06facf3-a24e-40d5-a5ce-a0901a6e4875", "ip_address": "172.30.9.201"}]}, "description": "", "tags": [], "tenant_id": "90aa95516c664aef94b667c55fdaffe9", "created_at": "2018-08-01T04:10:37Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-01T04:10:38Z", "revision_number": 2, "routes": [], "project_id": "90aa95516c664aef94b667c55fdaffe9", "id": "eec04061-bb38-4a59-8377-394a164e7464", "name": "patrole-router_06a7835b-b8c5-43e4-b11d-4dffebf13bef"}} 2018-08-01 04:10:38,530 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-efbd609b-9d0a-4a73-b2fe-d79c94895bbe 2018-08-01 04:10:38,531 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.52131295204s 2018-08-01 04:10:38,531 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-efbd609b-9d0a-4a73-b2fe-d79c94895bbe 2018-08-01 04:10:38,531 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'262fe7ec-b437-40b8-908b-6eb66c149655', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'e06facf3-a24e-40d5-a5ce-a0901a6e4875', u'ip_address': u'172.30.9.201'}]}, u'description': u'', u'tags': [], u'tenant_id': u'90aa95516c664aef94b667c55fdaffe9', u'created_at': u'2018-08-01T04:10:37Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-08-01T04:10:38Z', u'revision_number': 2, u'routes': [], u'project_id': u'90aa95516c664aef94b667c55fdaffe9', u'id': u'eec04061-bb38-4a59-8377-394a164e7464', u'name': u'patrole-router_06a7835b-b8c5-43e4-b11d-4dffebf13bef'}) 2018-08-01 04:10:38,532 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-01 04:10:38,532 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9696/v2.0/routers/eec04061-bb38-4a59-8377-394a164e7464/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}f5d13762a18a7845a10b700e39e6459848f07e05" -d '{"subnet_id": "090abb4d-09f4-4bee-8735-b9ffb7973b90"}' 2018-08-01 04:10:40,546 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-ab7a3fee-e2fc-43f4-92d3-c2e872e69fc7 Date: Wed, 01 Aug 2018 04:10:40 GMT RESP BODY: {"network_id": "8d560ea3-8bf2-4da3-bd9c-f68af270fdbd", "tenant_id": "90aa95516c664aef94b667c55fdaffe9", "subnet_id": "090abb4d-09f4-4bee-8735-b9ffb7973b90", "subnet_ids": ["090abb4d-09f4-4bee-8735-b9ffb7973b90"], "port_id": "2bb902c8-007e-4a43-877d-80ab2b5549f7", "id": "eec04061-bb38-4a59-8377-394a164e7464"} 2018-08-01 04:10:40,546 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/eec04061-bb38-4a59-8377-394a164e7464/add_router_interface.json used request id req-ab7a3fee-e2fc-43f4-92d3-c2e872e69fc7 2018-08-01 04:10:40,546 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.01440215111s 2018-08-01 04:10:40,546 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/eec04061-bb38-4a59-8377-394a164e7464/add_router_interface.json used request id req-ab7a3fee-e2fc-43f4-92d3-c2e872e69fc7 returning object eec04061-bb38-4a59-8377-394a164e7464 2018-08-01 04:10:40,547 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-01 04:10:40,679 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-08-01 04:10:40,681 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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-01 04:10:40,686 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 754 Date: Wed, 01 Aug 2018 04:10:40 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.6", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}]} 2018-08-01 04:10:40,690 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-01 04:10:40,694 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f5d13762a18a7845a10b700e39e6459848f07e05" 2018-08-01 04:10:40,909 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-75d9d756-9680-4759-81f5-82baa9e69413 Date: Wed, 01 Aug 2018 04:10:40 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-01 04:10:40,909 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-75d9d756-9680-4759-81f5-82baa9e69413 2018-08-01 04:10:40,909 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.219048023224s 2018-08-01 04:10:40,910 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-75d9d756-9680-4759-81f5-82baa9e69413 2018-08-01 04:10:40,917 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-01 04:10:40,920 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}f5d13762a18a7845a10b700e39e6459848f07e05" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/patrole-img_06a7835b-b8c5-43e4-b11d-4dffebf13bef", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "patrole-img_06a7835b-b8c5-43e4-b11d-4dffebf13bef"}' 2018-08-01 04:10:41,288 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 865 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/a7a6dee2-52e0-4302-8cbc-f8cea9dd1d45 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-30e9adfd-5da3-49a5-a3a4-f207c409b843 Date: Wed, 01 Aug 2018 04:10:41 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/a7a6dee2-52e0-4302-8cbc-f8cea9dd1d45/file", "owner": "90aa95516c664aef94b667c55fdaffe9", "id": "a7a6dee2-52e0-4302-8cbc-f8cea9dd1d45", "size": null, "self": "/v2/images/a7a6dee2-52e0-4302-8cbc-f8cea9dd1d45", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-08-01T04:10:41Z", "visibility": "public", "owner_specified.shade.object": "images/patrole-img_06a7835b-b8c5-43e4-b11d-4dffebf13bef", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "patrole-img_06a7835b-b8c5-43e4-b11d-4dffebf13bef", "checksum": null, "created_at": "2018-08-01T04:10:41Z", "protected": false} 2018-08-01 04:10:41,288 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-30e9adfd-5da3-49a5-a3a4-f207c409b843 2018-08-01 04:10:41,289 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.371612071991s 2018-08-01 04:10:41,289 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-30e9adfd-5da3-49a5-a3a4-f207c409b843 returning object a7a6dee2-52e0-4302-8cbc-f8cea9dd1d45 2018-08-01 04:10:41,290 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-01 04:10:41,293 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9292/v2/images/a7a6dee2-52e0-4302-8cbc-f8cea9dd1d45/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}f5d13762a18a7845a10b700e39e6459848f07e05" -d '' 2018-08-01 04:10:41,975 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-cf340689-4976-4511-84f4-c6531b958e02 Date: Wed, 01 Aug 2018 04:10: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-01 04:10:41,975 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/a7a6dee2-52e0-4302-8cbc-f8cea9dd1d45/file used request id req-cf340689-4976-4511-84f4-c6531b958e02 2018-08-01 04:10:41,976 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 0.685897111893s 2018-08-01 04:10:41,976 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/a7a6dee2-52e0-4302-8cbc-f8cea9dd1d45/file used request id req-cf340689-4976-4511-84f4-c6531b958e02 2018-08-01 04:10:41,976 - functest.core.singlevm - DEBUG - image: Munch({u'status': u'queued', u'owner_specified.shade.object': u'images/patrole-img_06a7835b-b8c5-43e4-b11d-4dffebf13bef', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2018-08-01T04:10:41Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'locations': [], u'min_disk': 0, u'visibility': u'public', u'file': u'/v2/images/a7a6dee2-52e0-4302-8cbc-f8cea9dd1d45/file', u'owner': u'90aa95516c664aef94b667c55fdaffe9', u'virtual_size': None, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'id': u'a7a6dee2-52e0-4302-8cbc-f8cea9dd1d45', u'size': None, u'name': u'patrole-img_06a7835b-b8c5-43e4-b11d-4dffebf13bef', u'checksum': None, u'self': u'/v2/images/a7a6dee2-52e0-4302-8cbc-f8cea9dd1d45', u'disk_format': u'qcow2', u'protected': False, u'created_at': u'2018-08-01T04:10:41Z', u'schema': u'/v2/schemas/image'}) 2018-08-01 04:10:41,977 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-01 04:10:41,980 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}f5d13762a18a7845a10b700e39e6459848f07e05" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "patrole-flavor_06a7835b-b8c5-43e4-b11d-4dffebf13bef", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-01 04:10:42,223 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04: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-325e3a5a-887f-4142-8f2e-99200546cac2 x-compute-request-id: req-325e3a5a-887f-4142-8f2e-99200546cac2 Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavor": {"name": "patrole-flavor_06a7835b-b8c5-43e4-b11d-4dffebf13bef", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/b9cb7d87-6f13-4d04-8f49-6e5067c5ca76", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/b9cb7d87-6f13-4d04-8f49-6e5067c5ca76", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "b9cb7d87-6f13-4d04-8f49-6e5067c5ca76"}} 2018-08-01 04:10:42,223 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-325e3a5a-887f-4142-8f2e-99200546cac2 2018-08-01 04:10:42,223 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.246003866196s 2018-08-01 04:10:42,223 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-325e3a5a-887f-4142-8f2e-99200546cac2 2018-08-01 04:10:42,224 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'patrole-flavor_06a7835b-b8c5-43e4-b11d-4dffebf13bef', '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'90aa95516c664aef94b667c55fdaffe9', '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'b9cb7d87-6f13-4d04-8f49-6e5067c5ca76', 'swap': 0}) 2018-08-01 04:10:42,225 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-01 04:10:42,227 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/flavors/b9cb7d87-6f13-4d04-8f49-6e5067c5ca76/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}f5d13762a18a7845a10b700e39e6459848f07e05" -d '{"extra_specs": {}}' 2018-08-01 04:10:42,251 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04: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 x-openstack-request-id: req-bb66e191-7528-4df4-862c-52303e55843b x-compute-request-id: req-bb66e191-7528-4df4-862c-52303e55843b Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-01 04:10:42,251 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors/b9cb7d87-6f13-4d04-8f49-6e5067c5ca76/os-extra_specs used request id req-bb66e191-7528-4df4-862c-52303e55843b 2018-08-01 04:10:42,251 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0261318683624s 2018-08-01 04:10:42,251 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors/b9cb7d87-6f13-4d04-8f49-6e5067c5ca76/os-extra_specs used request id req-bb66e191-7528-4df4-862c-52303e55843b 2018-08-01 04:10:42,256 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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-01 04:10:42,261 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 01 Aug 2018 04:10:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f6590b88-71ed-4a11-b33e-d44a0ebbaf5b 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.21:5000/v3/", "rel": "self"}]}]}} 2018-08-01 04:10:42,262 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/ used request id req-f6590b88-71ed-4a11-b33e-d44a0ebbaf5b 2018-08-01 04:10:42,265 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-01 04:10:42,268 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f5d13762a18a7845a10b700e39e6459848f07e05" 2018-08-01 04:10:42,364 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:10:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-259fe118-e90f-4576-89eb-10903c5515b5 Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "147f18c7e1e349fc8e383440249c4c73", "links": {"self": "http://172.30.9.21:5000/v3/roles/147f18c7e1e349fc8e383440249c4c73"}, "name": "reader"}, {"domain_id": null, "id": "730dcac60af740de8f4eb572d8499268", "links": {"self": "http://172.30.9.21:5000/v3/roles/730dcac60af740de8f4eb572d8499268"}, "name": "swiftoperator"}, {"domain_id": null, "id": "86fab6e3eccc4f5f9bd58caee92e2693", "links": {"self": "http://172.30.9.21:5000/v3/roles/86fab6e3eccc4f5f9bd58caee92e2693"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b2b3ff44e054497fa64f6525e0e6195b", "links": {"self": "http://172.30.9.21:5000/v3/roles/b2b3ff44e054497fa64f6525e0e6195b"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ed1e3c9b852e426e8d791112d2fd4701", "links": {"self": "http://172.30.9.21:5000/v3/roles/ed1e3c9b852e426e8d791112d2fd4701"}, "name": "member"}, {"domain_id": null, "id": "f5c89a4293d34be3af121f401210ef46", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5c89a4293d34be3af121f401210ef46"}, "name": "ResellerAdmin"}]} 2018-08-01 04:10:42,364 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-259fe118-e90f-4576-89eb-10903c5515b5 2018-08-01 04:10:42,364 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0987741947174s 2018-08-01 04:10:42,364 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-259fe118-e90f-4576-89eb-10903c5515b5 2018-08-01 04:10:42,369 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-01 04:10:42,372 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f5d13762a18a7845a10b700e39e6459848f07e05" 2018-08-01 04:10:42,470 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:10:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7f795505-1012-45f6-86f4-f4bdfa549923 Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "147f18c7e1e349fc8e383440249c4c73", "links": {"self": "http://172.30.9.21:5000/v3/roles/147f18c7e1e349fc8e383440249c4c73"}, "name": "reader"}, {"domain_id": null, "id": "730dcac60af740de8f4eb572d8499268", "links": {"self": "http://172.30.9.21:5000/v3/roles/730dcac60af740de8f4eb572d8499268"}, "name": "swiftoperator"}, {"domain_id": null, "id": "86fab6e3eccc4f5f9bd58caee92e2693", "links": {"self": "http://172.30.9.21:5000/v3/roles/86fab6e3eccc4f5f9bd58caee92e2693"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b2b3ff44e054497fa64f6525e0e6195b", "links": {"self": "http://172.30.9.21:5000/v3/roles/b2b3ff44e054497fa64f6525e0e6195b"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ed1e3c9b852e426e8d791112d2fd4701", "links": {"self": "http://172.30.9.21:5000/v3/roles/ed1e3c9b852e426e8d791112d2fd4701"}, "name": "member"}, {"domain_id": null, "id": "f5c89a4293d34be3af121f401210ef46", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5c89a4293d34be3af121f401210ef46"}, "name": "ResellerAdmin"}]} 2018-08-01 04:10:42,470 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-7f795505-1012-45f6-86f4-f4bdfa549923 2018-08-01 04:10:42,470 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.101403951645s 2018-08-01 04:10:42,470 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-7f795505-1012-45f6-86f4-f4bdfa549923 2018-08-01 04:10:42,473 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-08-01 04:10:42,476 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}f5d13762a18a7845a10b700e39e6459848f07e05" 2018-08-01 04:10:42,517 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04: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-b2225cd4-98db-48aa-9763-7ccb0943dd2b x-compute-request-id: req-b2225cd4-98db-48aa-9763-7ccb0943dd2b Content-Encoding: gzip Content-Length: 735 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 230}, "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.3", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX-IBRS\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"stibp\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"ssse3\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"pcid\", \"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\", \"acpi\", \"spec-ctrl\", \"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-1.opnfvlf.org", "disabled_reason": null, "id": 227}, "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.8", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX-IBRS\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"stibp\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"ssse3\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"pcid\", \"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\", \"acpi\", \"spec-ctrl\", \"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-01 04:10:42,517 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/os-hypervisors/detail used request id req-b2225cd4-98db-48aa-9763-7ccb0943dd2b 2018-08-01 04:10:42,517 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.0435130596161s 2018-08-01 04:10:42,517 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/os-hypervisors/detail used request id req-b2225cd4-98db-48aa-9763-7ccb0943dd2b 2018-08-01 04:10:42,521 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-01 04:10:42,525 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f5d13762a18a7845a10b700e39e6459848f07e05" 2018-08-01 04:10:42,751 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1195 Content-Type: application/json X-Openstack-Request-Id: req-1dc6ec09-2d34-42f1-9d07-08f846510238 Date: Wed, 01 Aug 2018 04:10:42 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://1c426f71-e315-470f-a765-a4a983e8d919/images/a7a6dee2-52e0-4302-8cbc-f8cea9dd1d45/snap", "metadata": {}}], "file": "/v2/images/a7a6dee2-52e0-4302-8cbc-f8cea9dd1d45/file", "owner": "90aa95516c664aef94b667c55fdaffe9", "id": "a7a6dee2-52e0-4302-8cbc-f8cea9dd1d45", "size": 12716032, "self": "/v2/images/a7a6dee2-52e0-4302-8cbc-f8cea9dd1d45", "disk_format": "qcow2", "direct_url": "rbd://1c426f71-e315-470f-a765-a4a983e8d919/images/a7a6dee2-52e0-4302-8cbc-f8cea9dd1d45/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-08-01T04:10:41Z", "visibility": "public", "owner_specified.shade.object": "images/patrole-img_06a7835b-b8c5-43e4-b11d-4dffebf13bef", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "patrole-img_06a7835b-b8c5-43e4-b11d-4dffebf13bef", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-01T04:10:41Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-01 04:10:42,751 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-1dc6ec09-2d34-42f1-9d07-08f846510238 2018-08-01 04:10:42,751 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.229678869247s 2018-08-01 04:10:42,751 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-1dc6ec09-2d34-42f1-9d07-08f846510238 2018-08-01 04:10:42,760 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-01 04:10:42,764 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}f5d13762a18a7845a10b700e39e6459848f07e05" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/patrole-img_alt_06a7835b-b8c5-43e4-b11d-4dffebf13bef", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "patrole-img_alt_06a7835b-b8c5-43e4-b11d-4dffebf13bef"}' 2018-08-01 04:10:43,013 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 873 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/7e1bfd49-8fbe-42bb-8396-3af8c48dbf99 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-cba56abb-f382-44da-8421-e3c4cac40aa1 Date: Wed, 01 Aug 2018 04:10:43 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/7e1bfd49-8fbe-42bb-8396-3af8c48dbf99/file", "owner": "90aa95516c664aef94b667c55fdaffe9", "id": "7e1bfd49-8fbe-42bb-8396-3af8c48dbf99", "size": null, "self": "/v2/images/7e1bfd49-8fbe-42bb-8396-3af8c48dbf99", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-08-01T04:10:42Z", "visibility": "public", "owner_specified.shade.object": "images/patrole-img_alt_06a7835b-b8c5-43e4-b11d-4dffebf13bef", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "patrole-img_alt_06a7835b-b8c5-43e4-b11d-4dffebf13bef", "checksum": null, "created_at": "2018-08-01T04:10:42Z", "protected": false} 2018-08-01 04:10:43,013 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-cba56abb-f382-44da-8421-e3c4cac40aa1 2018-08-01 04:10:43,013 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.253144979477s 2018-08-01 04:10:43,014 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-cba56abb-f382-44da-8421-e3c4cac40aa1 returning object 7e1bfd49-8fbe-42bb-8396-3af8c48dbf99 2018-08-01 04:10:43,014 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-01 04:10:43,018 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9292/v2/images/7e1bfd49-8fbe-42bb-8396-3af8c48dbf99/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}f5d13762a18a7845a10b700e39e6459848f07e05" -d '' 2018-08-01 04:10:44,202 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-462be2d4-9181-4497-95e3-2e9faf3ee27c Date: Wed, 01 Aug 2018 04:10: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-01 04:10:44,202 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/7e1bfd49-8fbe-42bb-8396-3af8c48dbf99/file used request id req-462be2d4-9181-4497-95e3-2e9faf3ee27c 2018-08-01 04:10:44,202 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.18753385544s 2018-08-01 04:10:44,202 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/7e1bfd49-8fbe-42bb-8396-3af8c48dbf99/file used request id req-462be2d4-9181-4497-95e3-2e9faf3ee27c 2018-08-01 04:10:44,202 - functest.core.singlevm - DEBUG - image: Munch({u'status': u'queued', u'owner_specified.shade.object': u'images/patrole-img_alt_06a7835b-b8c5-43e4-b11d-4dffebf13bef', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2018-08-01T04:10:42Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'locations': [], u'min_disk': 0, u'visibility': u'public', u'file': u'/v2/images/7e1bfd49-8fbe-42bb-8396-3af8c48dbf99/file', u'owner': u'90aa95516c664aef94b667c55fdaffe9', u'virtual_size': None, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'id': u'7e1bfd49-8fbe-42bb-8396-3af8c48dbf99', u'size': None, u'name': u'patrole-img_alt_06a7835b-b8c5-43e4-b11d-4dffebf13bef', u'checksum': None, u'self': u'/v2/images/7e1bfd49-8fbe-42bb-8396-3af8c48dbf99', u'disk_format': u'qcow2', u'protected': False, u'created_at': u'2018-08-01T04:10:42Z', u'schema': u'/v2/schemas/image'}) 2018-08-01 04:10:44,203 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-01 04:10:44,206 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}f5d13762a18a7845a10b700e39e6459848f07e05" -d '{"flavor": {"vcpus": 1, "ram": 1024, "name": "patrole-flavor_alt_06a7835b-b8c5-43e4-b11d-4dffebf13bef", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-01 04:10:44,270 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:10:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-40963265-bf7b-4162-93c7-dcd8e8356f27 x-compute-request-id: req-40963265-bf7b-4162-93c7-dcd8e8356f27 Content-Encoding: gzip Content-Length: 312 Content-Type: application/json RESP BODY: {"flavor": {"name": "patrole-flavor_alt_06a7835b-b8c5-43e4-b11d-4dffebf13bef", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/8570df66-e20a-4092-b779-aef003ec74f2", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/8570df66-e20a-4092-b779-aef003ec74f2", "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": "8570df66-e20a-4092-b779-aef003ec74f2"}} 2018-08-01 04:10:44,271 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-40963265-bf7b-4162-93c7-dcd8e8356f27 2018-08-01 04:10:44,271 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.0675630569458s 2018-08-01 04:10:44,271 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-40963265-bf7b-4162-93c7-dcd8e8356f27 2018-08-01 04:10:44,272 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'patrole-flavor_alt_06a7835b-b8c5-43e4-b11d-4dffebf13bef', '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'90aa95516c664aef94b667c55fdaffe9', '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'8570df66-e20a-4092-b779-aef003ec74f2', 'swap': 0}) 2018-08-01 04:10:44,273 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-01 04:10:44,275 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/flavors/8570df66-e20a-4092-b779-aef003ec74f2/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}f5d13762a18a7845a10b700e39e6459848f07e05" -d '{"extra_specs": {}}' 2018-08-01 04:10:44,302 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:10:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-bf866b52-f93c-484b-8c2c-6f342e040792 x-compute-request-id: req-bf866b52-f93c-484b-8c2c-6f342e040792 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-01 04:10:44,302 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors/8570df66-e20a-4092-b779-aef003ec74f2/os-extra_specs used request id req-bf866b52-f93c-484b-8c2c-6f342e040792 2018-08-01 04:10:44,302 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0295329093933s 2018-08-01 04:10:44,303 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors/8570df66-e20a-4092-b779-aef003ec74f2/os-extra_specs used request id req-bf866b52-f93c-484b-8c2c-6f342e040792 2018-08-01 04:10:44,303 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'patrole-flavor_alt_06a7835b-b8c5-43e4-b11d-4dffebf13bef', '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'90aa95516c664aef94b667c55fdaffe9', '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'8570df66-e20a-4092-b779-aef003ec74f2', 'swap': 0}) 2018-08-01 04:10:47,896 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-08-01 04:10:47,896 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-08-01 04:10:47,897 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-08-01 04:10:47,899 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-08-01 04:10:47,910 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-08-01 04:10:51,563 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-6f320116-1160-4787-bb98-347d4bd92a7d/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-01 04:10:51,563 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-08-01 04:10:51,565 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-08-01 04:10:51,565 - 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-01 04:12:37,481 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Verification UUID: fc57c4d3-5120-4579-ac3c-d5173ba8f8ca 2018-08-01 04:12:37,648 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', 'fc57c4d3-5120-4579-ac3c-d5173ba8f8ca']'. 2018-08-01 04:12:38,497 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-08-01 04:12:38,497 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-08-01 04:12:38,497 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-08-01 04:12:38,498 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | fc57c4d3-5120-4579-ac3c-d5173ba8f8ca | 2018-08-01 04:12:38,498 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-08-01 04:12:38,498 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-08-01 04:10:53 | 2018-08-01 04:12:38,498 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-08-01 04:12:37 | 2018-08-01 04:12:38,498 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:01:44 | 2018-08-01 04:12:38,498 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-08-01 04:12:38,498 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-08-01 04:12:38,499 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 6f320116-1160-4787-bb98-347d4bd92a7d) | 2018-08-01 04:12:38,499 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-08-01 04:12:38,499 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 61872509-d210-44c7-a389-254144cfe75e) | 2018-08-01 04:12:38,499 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 136 | 2018-08-01 04:12:38,499 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 77.933 | 2018-08-01 04:12:38,499 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 124 | 2018-08-01 04:12:38,499 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 12 | 2018-08-01 04:12:38,500 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-08-01 04:12:38,500 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-08-01 04:12:38,500 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-08-01 04:12:38,500 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-08-01 04:12:38,500 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-08-01 04:12:38,600 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest patrole success_rate is 100.0% 2018-08-01 04:12:38,756 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-01 04:12:38,757 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | patrole | functest | 02:03 | PASS | +-------------------+------------------+------------------+----------------+ 2018-08-01 04:12:38,761 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-01 04:12:38,764 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9292/v2/images/7e1bfd49-8fbe-42bb-8396-3af8c48dbf99 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f5d13762a18a7845a10b700e39e6459848f07e05" 2018-08-01 04:12:39,536 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-11163c7e-1ebf-458f-a81a-3f66fb6d0838 Date: Wed, 01 Aug 2018 04:12: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-01 04:12:39,537 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/7e1bfd49-8fbe-42bb-8396-3af8c48dbf99 used request id req-11163c7e-1ebf-458f-a81a-3f66fb6d0838 2018-08-01 04:12:39,537 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.775707006454s 2018-08-01 04:12:39,537 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/7e1bfd49-8fbe-42bb-8396-3af8c48dbf99 used request id req-11163c7e-1ebf-458f-a81a-3f66fb6d0838 2018-08-01 04:12:39,537 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-01 04:12:39,540 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21: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}f5d13762a18a7845a10b700e39e6459848f07e05" 2018-08-01 04:12:39,566 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:12: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-c2d8e643-1a88-4091-b898-73c9db0668ab x-compute-request-id: req-c2d8e643-1a88-4091-b898-73c9db0668ab Content-Encoding: gzip Content-Length: 362 Content-Type: application/json RESP BODY: {"flavors": [{"name": "patrole-flavor_alt_06a7835b-b8c5-43e4-b11d-4dffebf13bef", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/8570df66-e20a-4092-b779-aef003ec74f2", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/8570df66-e20a-4092-b779-aef003ec74f2", "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": "8570df66-e20a-4092-b779-aef003ec74f2"}, {"name": "patrole-flavor_06a7835b-b8c5-43e4-b11d-4dffebf13bef", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/b9cb7d87-6f13-4d04-8f49-6e5067c5ca76", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/b9cb7d87-6f13-4d04-8f49-6e5067c5ca76", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "b9cb7d87-6f13-4d04-8f49-6e5067c5ca76"}]} 2018-08-01 04:12:39,566 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-c2d8e643-1a88-4091-b898-73c9db0668ab 2018-08-01 04:12:39,566 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0289330482483s 2018-08-01 04:12:39,567 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-c2d8e643-1a88-4091-b898-73c9db0668ab 2018-08-01 04:12:39,569 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-01 04:12:39,571 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:8774/v2.1/flavors/8570df66-e20a-4092-b779-aef003ec74f2 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f5d13762a18a7845a10b700e39e6459848f07e05" 2018-08-01 04:12:39,618 - keystoneauth.session - DEBUG - RESP: [202] Date: Wed, 01 Aug 2018 04:12: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-5f553370-36c8-4ec5-99ac-b786c7de9f48 x-compute-request-id: req-5f553370-36c8-4ec5-99ac-b786c7de9f48 Content-Length: 0 Content-Type: application/json 2018-08-01 04:12:39,618 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/8570df66-e20a-4092-b779-aef003ec74f2 used request id req-5f553370-36c8-4ec5-99ac-b786c7de9f48 2018-08-01 04:12:39,618 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0490980148315s 2018-08-01 04:12:39,618 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/8570df66-e20a-4092-b779-aef003ec74f2 used request id req-5f553370-36c8-4ec5-99ac-b786c7de9f48 2018-08-01 04:12:39,619 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-01 04:12:39,619 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9696/v2.0/routers/eec04061-bb38-4a59-8377-394a164e7464/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}f5d13762a18a7845a10b700e39e6459848f07e05" -d '{"subnet_id": "090abb4d-09f4-4bee-8735-b9ffb7973b90"}' 2018-08-01 04:12:41,438 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-286baac9-d3a2-4711-ba84-f2c5ed8da66f Date: Wed, 01 Aug 2018 04:12:41 GMT RESP BODY: {"network_id": "8d560ea3-8bf2-4da3-bd9c-f68af270fdbd", "tenant_id": "90aa95516c664aef94b667c55fdaffe9", "subnet_id": "090abb4d-09f4-4bee-8735-b9ffb7973b90", "subnet_ids": ["090abb4d-09f4-4bee-8735-b9ffb7973b90"], "port_id": "2bb902c8-007e-4a43-877d-80ab2b5549f7", "id": "eec04061-bb38-4a59-8377-394a164e7464"} 2018-08-01 04:12:41,438 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/eec04061-bb38-4a59-8377-394a164e7464/remove_router_interface.json used request id req-286baac9-d3a2-4711-ba84-f2c5ed8da66f 2018-08-01 04:12:41,438 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.81941699982s 2018-08-01 04:12:41,439 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/eec04061-bb38-4a59-8377-394a164e7464/remove_router_interface.json used request id req-286baac9-d3a2-4711-ba84-f2c5ed8da66f returning object eec04061-bb38-4a59-8377-394a164e7464 2018-08-01 04:12:41,439 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-01 04:12:41,440 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}f5d13762a18a7845a10b700e39e6459848f07e05" 2018-08-01 04:12:41,557 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 643 X-Openstack-Request-Id: req-2a91e95f-7a77-4480-82d7-163f500f85d0 Date: Wed, 01 Aug 2018 04:12:41 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "e06facf3-a24e-40d5-a5ce-a0901a6e4875", "ip_address": "172.30.9.201"}]}, "description": "", "tags": [], "tenant_id": "90aa95516c664aef94b667c55fdaffe9", "created_at": "2018-08-01T04:10:37Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-01T04:12:40Z", "revision_number": 4, "routes": [], "project_id": "90aa95516c664aef94b667c55fdaffe9", "id": "eec04061-bb38-4a59-8377-394a164e7464", "name": "patrole-router_06a7835b-b8c5-43e4-b11d-4dffebf13bef"}]} 2018-08-01 04:12:41,557 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-2a91e95f-7a77-4480-82d7-163f500f85d0 2018-08-01 04:12:41,557 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.117923021317s 2018-08-01 04:12:41,558 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-2a91e95f-7a77-4480-82d7-163f500f85d0 2018-08-01 04:12:41,559 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-01 04:12:41,559 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/routers/eec04061-bb38-4a59-8377-394a164e7464.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f5d13762a18a7845a10b700e39e6459848f07e05" 2018-08-01 04:12:43,068 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-efa14564-08cb-45f4-b2e6-5d72bcce2388 Content-Length: 0 Date: Wed, 01 Aug 2018 04:12:43 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-01 04:12:43,069 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/routers/eec04061-bb38-4a59-8377-394a164e7464.json used request id req-efa14564-08cb-45f4-b2e6-5d72bcce2388 2018-08-01 04:12:43,069 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.5096540451s 2018-08-01 04:12:43,069 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/routers/eec04061-bb38-4a59-8377-394a164e7464.json used request id req-efa14564-08cb-45f4-b2e6-5d72bcce2388 2018-08-01 04:12:43,069 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-01 04:12:43,070 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}f5d13762a18a7845a10b700e39e6459848f07e05" 2018-08-01 04:12:43,343 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1289 X-Openstack-Request-Id: req-b2ea396f-64d3-49f7-ba81-b717650c5bf7 Date: Wed, 01 Aug 2018 04:12:43 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8d560ea3-8bf2-4da3-bd9c-f68af270fdbd","tenant_id":"90aa95516c664aef94b667c55fdaffe9","created_at":"2018-08-01T04:10:36Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-01T04:10:36Z","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":"90aa95516c664aef94b667c55fdaffe9","id":"090abb4d-09f4-4bee-8735-b9ffb7973b90","subnetpool_id":null,"name":"patrole-subnet_06a7835b-b8c5-43e4-b11d-4dffebf13bef"},{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"262fe7ec-b437-40b8-908b-6eb66c149655","tenant_id":"89443fd7c5cf4259bed71fca1c3fe619","created_at":"2018-08-01T03:28:20Z","dns_nameservers":[],"updated_at":"2018-08-01T03:28:20Z","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":"89443fd7c5cf4259bed71fca1c3fe619","id":"e06facf3-a24e-40d5-a5ce-a0901a6e4875","subnetpool_id":null,"name":"external-subnet"}]} 2018-08-01 04:12:43,343 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-b2ea396f-64d3-49f7-ba81-b717650c5bf7 2018-08-01 04:12:43,343 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.273653030396s 2018-08-01 04:12:43,344 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-b2ea396f-64d3-49f7-ba81-b717650c5bf7 2018-08-01 04:12:43,346 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-01 04:12:43,346 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/subnets/090abb4d-09f4-4bee-8735-b9ffb7973b90.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f5d13762a18a7845a10b700e39e6459848f07e05" 2018-08-01 04:12:45,577 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-7cc8509e-4f09-4af0-b852-ac95b039b336 Date: Wed, 01 Aug 2018 04:12:45 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-01 04:12:45,577 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/090abb4d-09f4-4bee-8735-b9ffb7973b90.json used request id req-7cc8509e-4f09-4af0-b852-ac95b039b336 2018-08-01 04:12:45,577 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.23139286041s 2018-08-01 04:12:45,577 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/090abb4d-09f4-4bee-8735-b9ffb7973b90.json used request id req-7cc8509e-4f09-4af0-b852-ac95b039b336 2018-08-01 04:12:45,578 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-01 04:12:45,578 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f5d13762a18a7845a10b700e39e6459848f07e05" 2018-08-01 04:12:45,661 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1351 X-Openstack-Request-Id: req-f1aeb81c-3fe3-42f0-a441-dba19ee4c7a8 Date: Wed, 01 Aug 2018 04:12:45 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"262fe7ec-b437-40b8-908b-6eb66c149655","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"89443fd7c5cf4259bed71fca1c3fe619","status":"ACTIVE","subnets":["e06facf3-a24e-40d5-a5ce-a0901a6e4875"],"description":"","tags":[],"updated_at":"2018-08-01T03:28:20Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"89443fd7c5cf4259bed71fca1c3fe619","created_at":"2018-08-01T03:28:13Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"8d560ea3-8bf2-4da3-bd9c-f68af270fdbd","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"90aa95516c664aef94b667c55fdaffe9","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-01T04:12:45Z","provider:segmentation_id":29,"name":"patrole-net_06a7835b-b8c5-43e4-b11d-4dffebf13bef","admin_state_up":true,"tenant_id":"90aa95516c664aef94b667c55fdaffe9","created_at":"2018-08-01T04:10:35Z","provider:network_type":"vxlan"}]} 2018-08-01 04:12:45,661 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-f1aeb81c-3fe3-42f0-a441-dba19ee4c7a8 2018-08-01 04:12:45,661 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.08318400383s 2018-08-01 04:12:45,661 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-f1aeb81c-3fe3-42f0-a441-dba19ee4c7a8 2018-08-01 04:12:45,662 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-01 04:12:45,663 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/networks/8d560ea3-8bf2-4da3-bd9c-f68af270fdbd.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f5d13762a18a7845a10b700e39e6459848f07e05" 2018-08-01 04:12:47,074 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-1da82c08-09a4-4ff2-b729-3c7b15dd39b4 Date: Wed, 01 Aug 2018 04:12:47 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-01 04:12:47,074 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/8d560ea3-8bf2-4da3-bd9c-f68af270fdbd.json used request id req-1da82c08-09a4-4ff2-b729-3c7b15dd39b4 2018-08-01 04:12:47,074 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.41169691086s 2018-08-01 04:12:47,074 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/8d560ea3-8bf2-4da3-bd9c-f68af270fdbd.json used request id req-1da82c08-09a4-4ff2-b729-3c7b15dd39b4 2018-08-01 04:12:47,078 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-01 04:12:47,082 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f5d13762a18a7845a10b700e39e6459848f07e05" 2018-08-01 04:12:47,299 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1195 Content-Type: application/json X-Openstack-Request-Id: req-cffefa49-cb75-49ae-a4d1-d5723444997f Date: Wed, 01 Aug 2018 04:12:47 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://1c426f71-e315-470f-a765-a4a983e8d919/images/a7a6dee2-52e0-4302-8cbc-f8cea9dd1d45/snap", "metadata": {}}], "file": "/v2/images/a7a6dee2-52e0-4302-8cbc-f8cea9dd1d45/file", "owner": "90aa95516c664aef94b667c55fdaffe9", "id": "a7a6dee2-52e0-4302-8cbc-f8cea9dd1d45", "size": 12716032, "self": "/v2/images/a7a6dee2-52e0-4302-8cbc-f8cea9dd1d45", "disk_format": "qcow2", "direct_url": "rbd://1c426f71-e315-470f-a765-a4a983e8d919/images/a7a6dee2-52e0-4302-8cbc-f8cea9dd1d45/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-08-01T04:10:41Z", "visibility": "public", "owner_specified.shade.object": "images/patrole-img_06a7835b-b8c5-43e4-b11d-4dffebf13bef", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "patrole-img_06a7835b-b8c5-43e4-b11d-4dffebf13bef", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-01T04:10:41Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-01 04:12:47,299 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-cffefa49-cb75-49ae-a4d1-d5723444997f 2018-08-01 04:12:47,300 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.22088599205s 2018-08-01 04:12:47,300 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-cffefa49-cb75-49ae-a4d1-d5723444997f 2018-08-01 04:12:47,302 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-01 04:12:47,305 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9292/v2/images/a7a6dee2-52e0-4302-8cbc-f8cea9dd1d45 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f5d13762a18a7845a10b700e39e6459848f07e05" 2018-08-01 04:12:47,614 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-37e81aba-d6e1-4c25-bbc8-86ea82af17fe Date: Wed, 01 Aug 2018 04:12:47 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 04:12:47,614 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/a7a6dee2-52e0-4302-8cbc-f8cea9dd1d45 used request id req-37e81aba-d6e1-4c25-bbc8-86ea82af17fe 2018-08-01 04:12:47,615 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.312716007233s 2018-08-01 04:12:47,615 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/a7a6dee2-52e0-4302-8cbc-f8cea9dd1d45 used request id req-37e81aba-d6e1-4c25-bbc8-86ea82af17fe 2018-08-01 04:12:47,615 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-01 04:12:47,618 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21: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}f5d13762a18a7845a10b700e39e6459848f07e05" 2018-08-01 04:12:47,652 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:12:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-617fb912-f045-47ce-b062-d7d2e88083b4 x-compute-request-id: req-617fb912-f045-47ce-b062-d7d2e88083b4 Content-Encoding: gzip Content-Length: 307 Content-Type: application/json RESP BODY: {"flavors": [{"name": "patrole-flavor_06a7835b-b8c5-43e4-b11d-4dffebf13bef", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/b9cb7d87-6f13-4d04-8f49-6e5067c5ca76", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/b9cb7d87-6f13-4d04-8f49-6e5067c5ca76", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "b9cb7d87-6f13-4d04-8f49-6e5067c5ca76"}]} 2018-08-01 04:12:47,653 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-617fb912-f045-47ce-b062-d7d2e88083b4 2018-08-01 04:12:47,653 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0374879837036s 2018-08-01 04:12:47,653 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-617fb912-f045-47ce-b062-d7d2e88083b4 2018-08-01 04:12:47,655 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-01 04:12:47,657 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:8774/v2.1/flavors/b9cb7d87-6f13-4d04-8f49-6e5067c5ca76 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f5d13762a18a7845a10b700e39e6459848f07e05" 2018-08-01 04:12:47,697 - keystoneauth.session - DEBUG - RESP: [202] Date: Wed, 01 Aug 2018 04:12:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-bdab5500-58b1-4ae9-9828-34b75c48e89b x-compute-request-id: req-bdab5500-58b1-4ae9-9828-34b75c48e89b Content-Length: 0 Content-Type: application/json 2018-08-01 04:12:47,697 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/b9cb7d87-6f13-4d04-8f49-6e5067c5ca76 used request id req-bdab5500-58b1-4ae9-9828-34b75c48e89b 2018-08-01 04:12:47,697 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0426049232483s 2018-08-01 04:12:47,698 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/b9cb7d87-6f13-4d04-8f49-6e5067c5ca76 used request id req-bdab5500-58b1-4ae9-9828-34b75c48e89b 2018-08-01 04:12:47,743 - xtesting.ci.run_tests - INFO - Loading test case 'vmtp'... 2018-08-01 04:12:47,780 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-01 04:12:47,780 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-01 04:12:47,780 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-01 04:12:47,780 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-01 04:12:47,780 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-01 04:12:47,780 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-01 04:12:47,780 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-01 04:12:47,780 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-01 04:12:47,780 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-01 04:12:47,780 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-01 04:12:47,781 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-01 04:12:47,781 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-01 04:12:47,781 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-01 04:12:47,781 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-01 04:12:47,781 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-01 04:12:47,781 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-01 04:12:47,781 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-01 04:12:47,781 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-01 04:12:47,781 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-01 04:12:47,781 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-01 04:12:47,781 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-01 04:12:47,781 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-01 04:12:47,782 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-01 04:12:47,782 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-01 04:12:47,782 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-01 04:12:47,784 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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-01 04:12:47,789 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:12:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c3290b3c-043d-402b-bf3f-8d9a88fa786b Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-01 04:12:47,789 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-c3290b3c-043d-402b-bf3f-8d9a88fa786b 2018-08-01 04:12:47,789 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-08-01 04:12:48,193 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ed1e3c9b852e426e8d791112d2fd4701", "name": "member"}, {"id": "147f18c7e1e349fc8e383440249c4c73", "name": "reader"}, {"id": "86fab6e3eccc4f5f9bd58caee92e2693", "name": "admin"}], "expires_at": "2018-08-01T05:12:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "90aa95516c664aef94b667c55fdaffe9", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:8004/v1/90aa95516c664aef94b667c55fdaffe9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5af2a23f0d4746a18ce9987becf49813"}, {"url": "http://192.30.9.7:8004/v1/90aa95516c664aef94b667c55fdaffe9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d6722b9f2184abb8e7b581d10709b51"}, {"url": "http://192.30.9.7:8004/v1/90aa95516c664aef94b667c55fdaffe9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc81206c7ec74b63a868c84343e2355a"}], "type": "orchestration", "id": "032123c5c07d477ab419a77fddb5ca2b", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/90aa95516c664aef94b667c55fdaffe9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00197bc0507d42718c9de1a1f3ff7fa9"}, {"url": "http://192.30.9.7:8776/v2/90aa95516c664aef94b667c55fdaffe9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "186c94a5205743a68de2c02795dd12cf"}, {"url": "http://192.30.9.7:8776/v2/90aa95516c664aef94b667c55fdaffe9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32c49f45893f4074a75a056facd63fc5"}], "type": "volumev2", "id": "09ef7c245fd9479f97ffee152dae0c8e", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27e89bb29a0d43ce83aefd4cae0f7bd7"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "295d31abf3f44d85b346281cd9c04740"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d685797f4b164aa48837a822ed32598b"}], "type": "alarming", "id": "0f8615b3651c41099fe76f0fa5b23dd1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f0c9b6089cd4f558ee73fabe48d842a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "551cf56b00bd4d038a8694d11700f2ef"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9ea08b0116c4412eaded9a074baa4211"}], "type": "image", "id": "17038717f3f0408e8c9d5af024ea0aab", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "17647a3a3a00479b9213e6f6cf7a30ea", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c2328ef964c4156917122cfb247f0c4"}, {"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33d0ce77838b4a0fbe56c50f7b1e4d71"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38b745fc1fe14a8691a6fb2553ade0e0"}], "type": "event", "id": "1d35633c710f4d9c88e1f50abe614b06", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/90aa95516c664aef94b667c55fdaffe9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dcebb246e8d42fab040b053411c0957"}, {"url": "http://192.30.9.7:8776/v3/90aa95516c664aef94b667c55fdaffe9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92f3de4ac4f44b9a95bdb5c3f0c34d51"}, {"url": "http://172.30.9.21:8776/v3/90aa95516c664aef94b667c55fdaffe9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f92025e32c9344f587283e14c1506699"}], "type": "volumev3", "id": "27b85f80d71f464183ff256181f71b43", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0f1136276d75402689a9c377621253ce"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b943f44b606457c91b7d5098b199be0"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b47ac34c09dc4c05b1ca4c869d47eaeb"}], "type": "metric", "id": "5a0ae06ba8b741ffb51d39c9adb9451c", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10bc7f20cf92414cb6d088da882341c5"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "53c0109d8bd545ef83f6d70ce101d52d"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d3688eabec1484e8c6549a46b35b25f"}], "type": "cloudformation", "id": "64e449782da244a4b49ea375e297a3ea", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/90aa95516c664aef94b667c55fdaffe9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8713e9b13a6e43c59e8aa6d6cd510b2b"}, {"url": "http://192.30.9.7:8776/v1/90aa95516c664aef94b667c55fdaffe9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b073433cdd0f4518882ecf0e413ae4af"}, {"url": "http://172.30.9.21:8776/v1/90aa95516c664aef94b667c55fdaffe9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fc41a1400c1945199a7f0758b5566e31"}], "type": "volume", "id": "6951fb022adb46feaa04f1020c483fd1", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "247e0a42582047fb8b1a74db1f38edf7"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37ed8998a3894a91b69a9e4f00e62b69"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b11d1b5d1d9043d88291c85c92eb73f4"}], "type": "placement", "id": "83e7ef9cff3b4731b936862816b9afd9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "432bfc9d0c4249dd9ccda5421e19b9e2"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f93c2c146b149cbb3483078f52c4bdf"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd4fdce564324509818028dc78641d8d"}], "type": "network", "id": "94871ebfcb5240ebb8b1c19b8739272c", "name": "neutron"}, {"endpoints": [{"url": "http://12.0.0.40:8080/v1/AUTH_90aa95516c664aef94b667c55fdaffe9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2333bd642dd5455c8f03d343d974704d"}, {"url": "http://12.0.0.40:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c3a57c4832a74174a0c0889da1e1364b"}, {"url": "http://172.30.9.21:8080/v1/AUTH_90aa95516c664aef94b667c55fdaffe9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f27db37221fb446f86228761531722fd"}], "type": "object-store", "id": "b008c8aea7694b57822ddc559b6dfc45", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "038ac873a08f40dab615db1106f36b91"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9c064a815b5c40c0bb0beee1dee18b58"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa33b6fd9ec24bfb9e27785b76bc205d"}], "type": "identity", "id": "de72ed0871ef4a7bab6d7ea0bbfa8d90", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c04b9806aca48e692c506107e0bd3a6"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "449f60307ac54b799d4527d2070f35db"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d69efddbf8af404a9b303b99cfb12f43"}], "type": "compute", "id": "eb2dd02d9ef54f67b42600e437ecb401", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "749556e27c83423fb69e649d00450103"}, "audit_ids": ["_VapGXsSRqCReRjHfq8CHg"], "issued_at": "2018-08-01T04:12:48.000000Z"}} 2018-08-01 04:12:48,196 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-01 04:12:48,197 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21: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}3ed5150ba13ffab10f3e4ff93509e5a03f7aacbe" 2018-08-01 04:12:48,477 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-633bd57c-e673-42c5-a0f6-b98cccf607dd Date: Wed, 01 Aug 2018 04:12:48 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"262fe7ec-b437-40b8-908b-6eb66c149655","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"89443fd7c5cf4259bed71fca1c3fe619","status":"ACTIVE","subnets":["e06facf3-a24e-40d5-a5ce-a0901a6e4875"],"description":"","tags":[],"updated_at":"2018-08-01T03:28:20Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"89443fd7c5cf4259bed71fca1c3fe619","created_at":"2018-08-01T03:28:13Z","provider:network_type":"flat"}]} 2018-08-01 04:12:48,477 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json?router%3Aexternal=True used request id req-633bd57c-e673-42c5-a0f6-b98cccf607dd 2018-08-01 04:12:48,477 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.28090596199s 2018-08-01 04:12:48,477 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json?router%3Aexternal=True used request id req-633bd57c-e673-42c5-a0f6-b98cccf607dd 2018-08-01 04:12:48,483 - xtesting.ci.run_tests - INFO - Running test case 'vmtp'... 2018-08-01 04:12:48,483 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img 2018-08-01 04:12:49,968 - shade - DEBUG - Image file /home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img md5:81360220b4382d4b91eef0ebaf46a661 sha256:c32842906fda865db9034d5a3159ad979a5432d2fec0864c6f6bed7b7de7338e 2018-08-01 04:12:49,969 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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-01 04:12:49,973 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 754 Date: Wed, 01 Aug 2018 04:12:49 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.6", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}]} 2018-08-01 04:12:49,975 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-01 04:12:49,976 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3ed5150ba13ffab10f3e4ff93509e5a03f7aacbe" 2018-08-01 04:12:50,180 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-3a5337b4-7fcc-4388-8700-bca605c1ad99 Date: Wed, 01 Aug 2018 04:12:50 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-01 04:12:50,180 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-3a5337b4-7fcc-4388-8700-bca605c1ad99 2018-08-01 04:12:50,180 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.205333948135s 2018-08-01 04:12:50,181 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-3a5337b4-7fcc-4388-8700-bca605c1ad99 2018-08-01 04:12:50,189 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-01 04:12:50,193 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}3ed5150ba13ffab10f3e4ff93509e5a03f7aacbe" -d '{"owner_specified.shade.md5": "81360220b4382d4b91eef0ebaf46a661", "owner_specified.shade.sha256": "c32842906fda865db9034d5a3159ad979a5432d2fec0864c6f6bed7b7de7338e", "owner_specified.shade.object": "images/vmtp-img_455f0502-39b9-4683-ab46-623f9d25bfec", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vmtp-img_455f0502-39b9-4683-ab46-623f9d25bfec"}' 2018-08-01 04:12:50,446 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 860 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/bd9aabfa-9e91-47d0-b2d2-315ea2e83077 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-fa00de26-6c48-4bc0-93d4-c6bdf1d49554 Date: Wed, 01 Aug 2018 04:12:50 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/bd9aabfa-9e91-47d0-b2d2-315ea2e83077/file", "owner": "90aa95516c664aef94b667c55fdaffe9", "id": "bd9aabfa-9e91-47d0-b2d2-315ea2e83077", "size": null, "self": "/v2/images/bd9aabfa-9e91-47d0-b2d2-315ea2e83077", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "c32842906fda865db9034d5a3159ad979a5432d2fec0864c6f6bed7b7de7338e", "updated_at": "2018-08-01T04:12:50Z", "visibility": "private", "owner_specified.shade.object": "images/vmtp-img_455f0502-39b9-4683-ab46-623f9d25bfec", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "81360220b4382d4b91eef0ebaf46a661", "name": "vmtp-img_455f0502-39b9-4683-ab46-623f9d25bfec", "checksum": null, "created_at": "2018-08-01T04:12:50Z", "protected": false} 2018-08-01 04:12:50,446 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-fa00de26-6c48-4bc0-93d4-c6bdf1d49554 2018-08-01 04:12:50,446 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.256551027298s 2018-08-01 04:12:50,446 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-fa00de26-6c48-4bc0-93d4-c6bdf1d49554 returning object bd9aabfa-9e91-47d0-b2d2-315ea2e83077 2018-08-01 04:12:50,447 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-01 04:12:50,451 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9292/v2/images/bd9aabfa-9e91-47d0-b2d2-315ea2e83077/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}3ed5150ba13ffab10f3e4ff93509e5a03f7aacbe" -d '' 2018-08-01 04:12:55,594 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-5eb5bf5d-e36a-4367-aebf-4e8ce63aabf2 Date: Wed, 01 Aug 2018 04:12: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-01 04:12:55,594 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/bd9aabfa-9e91-47d0-b2d2-315ea2e83077/file used request id req-5eb5bf5d-e36a-4367-aebf-4e8ce63aabf2 2018-08-01 04:12:55,595 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 5.14745903015s 2018-08-01 04:12:55,595 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/bd9aabfa-9e91-47d0-b2d2-315ea2e83077/file used request id req-5eb5bf5d-e36a-4367-aebf-4e8ce63aabf2 2018-08-01 04:12:55,595 - functest.core.singlevm - DEBUG - image: Munch({u'status': u'queued', u'owner_specified.shade.object': u'images/vmtp-img_455f0502-39b9-4683-ab46-623f9d25bfec', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2018-08-01T04:12:50Z', u'owner_specified.shade.sha256': u'c32842906fda865db9034d5a3159ad979a5432d2fec0864c6f6bed7b7de7338e', u'locations': [], u'min_disk': 0, u'visibility': u'private', u'file': u'/v2/images/bd9aabfa-9e91-47d0-b2d2-315ea2e83077/file', u'owner': u'90aa95516c664aef94b667c55fdaffe9', u'virtual_size': None, u'owner_specified.shade.md5': u'81360220b4382d4b91eef0ebaf46a661', u'id': u'bd9aabfa-9e91-47d0-b2d2-315ea2e83077', u'size': None, u'name': u'vmtp-img_455f0502-39b9-4683-ab46-623f9d25bfec', u'checksum': None, u'self': u'/v2/images/bd9aabfa-9e91-47d0-b2d2-315ea2e83077', u'disk_format': u'qcow2', u'protected': False, u'created_at': u'2018-08-01T04:12:50Z', u'schema': u'/v2/schemas/image'}) 2018-08-01 04:12:55,596 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-01 04:12:55,599 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}3ed5150ba13ffab10f3e4ff93509e5a03f7aacbe" -d '{"flavor": {"vcpus": 1, "ram": 2048, "name": "vmtp-flavor_455f0502-39b9-4683-ab46-623f9d25bfec", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 0, "id": null, "swap": 0}}' 2018-08-01 04:12:55,836 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:12: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-9501c369-11f5-4c5b-b782-0351a9d62f84 x-compute-request-id: req-9501c369-11f5-4c5b-b782-0351a9d62f84 Content-Encoding: gzip Content-Length: 307 Content-Type: application/json RESP BODY: {"flavor": {"name": "vmtp-flavor_455f0502-39b9-4683-ab46-623f9d25bfec", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/e80222cd-7913-499f-adff-4da7988d266d", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/e80222cd-7913-499f-adff-4da7988d266d", "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": "e80222cd-7913-499f-adff-4da7988d266d"}} 2018-08-01 04:12:55,836 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-9501c369-11f5-4c5b-b782-0351a9d62f84 2018-08-01 04:12:55,836 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.239964008331s 2018-08-01 04:12:55,836 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-9501c369-11f5-4c5b-b782-0351a9d62f84 2018-08-01 04:12:55,837 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vmtp-flavor_455f0502-39b9-4683-ab46-623f9d25bfec', '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'90aa95516c664aef94b667c55fdaffe9', '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'e80222cd-7913-499f-adff-4da7988d266d', 'swap': 0}) 2018-08-01 04:12:55,838 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-01 04:12:55,841 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/flavors/e80222cd-7913-499f-adff-4da7988d266d/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}3ed5150ba13ffab10f3e4ff93509e5a03f7aacbe" -d '{"extra_specs": {}}' 2018-08-01 04:12:55,864 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:12: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-1dcc4bb1-779c-4db9-be83-5b4b7b93f0f1 x-compute-request-id: req-1dcc4bb1-779c-4db9-be83-5b4b7b93f0f1 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-01 04:12:55,864 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors/e80222cd-7913-499f-adff-4da7988d266d/os-extra_specs used request id req-1dcc4bb1-779c-4db9-be83-5b4b7b93f0f1 2018-08-01 04:12:55,864 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0262551307678s 2018-08-01 04:12:55,865 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors/e80222cd-7913-499f-adff-4da7988d266d/os-extra_specs used request id req-1dcc4bb1-779c-4db9-be83-5b4b7b93f0f1 2018-08-01 04:12:55,865 - functest.opnfv_tests.openstack.vmtp.vmtp - INFO - Creating keypair with name: 'vmtp_455f0502-39b9-4683-ab46-623f9d25bfec' 2018-08-01 04:12:55,865 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-08-01 04:12:55,868 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}3ed5150ba13ffab10f3e4ff93509e5a03f7aacbe" -d '{"keypair": {"name": "vmtp_455f0502-39b9-4683-ab46-623f9d25bfec"}}' 2018-08-01 04:12:56,181 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:12: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-4fc6b4b1-6b63-45dc-a56a-3b2412ca84bb x-compute-request-id: req-4fc6b4b1-6b63-45dc-a56a-3b2412ca84bb Content-Encoding: gzip Content-Length: 1797 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDYaSsjGhDhKJqDQvOUa9+LqPqB7F6foCHR2E0xfd6udIu9u7whX7Exlam5oKxjgBro0f6lY7uGfcBDrlWTh3QdqA++5QZ/q0xzkVQ5AnMH869Q9WN+wODPhgmm0wkCInFeAmSAa+y5b+CmKosHNV0QP2dRhw367Ydoo4WUXDeyiKw02/0DPKMrgLikvBCBIKwYTVXY4xCF+4A5HohpnYD3nTF8DVBKkZtVzd2KHOIoaUWQCdEaa5linT2yb6KxxtJ3qDPq1d7mk0sfZelHjULE1xQQ3nIzMhpuNZy1wbCdlRTXqCqxoDmCO0hDKmbkz52UU4Ah1Wsm0KFkbb3+W/YX Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEA2GkrIxoQ4Siag0LzlGvfi6j6gexen6Ah0dhNMX3ernSLvbu8\nIV+xMZWpuaCsY4Aa6NH+pWO7hn3AQ65Vk4d0HagPvuUGf6tMc5FUOQJzB/OvUPVj\nfsDgz4YJptMJAiJxXgJkgGvsuW/gpiqLBzVdED9nUYcN+u2HaKOFlFw3soisNNv9\nAzyjK4C4pLwQgSCsGE1V2OMQhfuAOR6IaZ2A950xfA1QSpGbVc3dihziKGlFkAnR\nGmuZYp09sm+iscbSd6gz6tXe5pNLH2XpR41CxNcUEN5yMzIabjWctcGwnZUU16gq\nsaA5gjtIQypm5M+dlFOAIdVrJtChZG29/lv2FwIDAQABAoIBAH8Bib16CLn7mGK8\nojNS88kFDK+/RvEri22aIgOPuWZtI63gRdLYVCejjA5TC5kBj8lfpLDvzRhrKLEP\n2U1Ry4W0IjmIM74tjBqvCdzDYTsjeppqyU+UZtuj8HollD3adOoVQWJU9IMH87HR\nefJrEQj+DOa9+ihvym5QuY6OaGmv0/1+mRlhVpUgilIRNyAg1tE/Nr86jlhz24Nj\nisQJ9DDNho9ogTuTEvTCuwMHN22vh9gStf3as6t4f72x+brtGEIBDuRSmUDQPcEG\ny+bvfDJaFmBqc+W07M6a1aA6mqN+bjn/TJ+Q9Lj72QtLSLbjcpJUKTZfuDtDiBlO\n7l33lrECgYEA7+3DM/ichRqtPHWUaBJbc7sj9Lxm+k9vc/cu3VwDQrEdIVfLisDk\n/rqNjOj08ggZBYxZJZROUnO87Ec67RZmnPIxWvPfrYFeB5s54vhVKoflt1sL9lTT\no5/eff5DZL0DPLHQQQVOLshYhCW2ivKJqXfIvwsgTzBWTXAcJbNH+AUCgYEA5ugg\nUNzDZOGx2Yk9PecEOARpUO83PaLTAA49QwmGOIGeuXZHAyGS2YyVa0gLhwlbg9dD\nysNUtfPkyGKpXWj1WNf5wAyOkCcm0Q163U+OVaWLnWpuhe5q6ECtl5gyF/lE9P3i\naWT8MSGUzGaV7JJcQSYKsokJYej0YAkyuhYH3GsCgYAWwL59RDtbqA77p87eG7eO\nfxXG1MMTQ8s2/R71oQ8yGOfBTLkhvG869OgNj94Cwd/VldyyYqEW0qD86zhcWX57\nrcAedvgkVRtcr0zLCG/TK7YOMFUvFBZJ8xQ/cIhlmkMfU2GDeQRUDW3PgmAQRzXk\n21YvP9fdiqD0kQgqTxkpHQKBgClw66vXkzHd17+FA/rCJV2wXP5rkGx9doUCCTio\n0u/9Q3FhqukC84ob0w1IBtmbclM9JSuU1vU46oyUOHVNSwtA58/x8PwqKqtGUhC6\nIH96kI4V9fQPkBxSz1Tvub3XvOqDTklAGIrwzfXJS4sD0Y7Xtv/H3Gk4F/PMctA2\n9/41AoGBAOzDmY1OP09UKEHgzOfM0Bei46UGabhuM8vdFGs024ZeTfgg8lUxfTnC\nYVHSmIV2uzhZyI697ff3OuAMzo22fTjacnRoAkIT98trq7296Jfk/XBlSy/FkuNF\nEXjfr3sdRqhOitp1o1npdOM862C1EMtaX1GJI/Md/bbX7Mbu8IBI\n-----END RSA PRIVATE KEY-----\n", "user_id": "749556e27c83423fb69e649d00450103", "name": "vmtp_455f0502-39b9-4683-ab46-623f9d25bfec", "fingerprint": "df:07:ae:8b:31:19:36:95:e7:98:67:be:6b:f6:34:03"}} 2018-08-01 04:12:56,182 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/os-keypairs used request id req-4fc6b4b1-6b63-45dc-a56a-3b2412ca84bb 2018-08-01 04:12:56,182 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.316335916519s 2018-08-01 04:12:56,182 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/os-keypairs used request id req-4fc6b4b1-6b63-45dc-a56a-3b2412ca84bb 2018-08-01 04:12:56,183 - functest.opnfv_tests.openstack.vmtp.vmtp - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDYaSsjGhDhKJqDQvOUa9+LqPqB7F6foCHR2E0xfd6udIu9u7whX7Exlam5oKxjgBro0f6lY7uGfcBDrlWTh3QdqA++5QZ/q0xzkVQ5AnMH869Q9WN+wODPhgmm0wkCInFeAmSAa+y5b+CmKosHNV0QP2dRhw367Ydoo4WUXDeyiKw02/0DPKMrgLikvBCBIKwYTVXY4xCF+4A5HohpnYD3nTF8DVBKkZtVzd2KHOIoaUWQCdEaa5linT2yb6KxxtJ3qDPq1d7mk0sfZelHjULE1xQQ3nIzMhpuNZy1wbCdlRTXqCqxoDmCO0hDKmbkz52UU4Ah1Wsm0KFkbb3+W/YX Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEA2GkrIxoQ4Siag0LzlGvfi6j6gexen6Ah0dhNMX3ernSLvbu8\nIV+xMZWpuaCsY4Aa6NH+pWO7hn3AQ65Vk4d0HagPvuUGf6tMc5FUOQJzB/OvUPVj\nfsDgz4YJptMJAiJxXgJkgGvsuW/gpiqLBzVdED9nUYcN+u2HaKOFlFw3soisNNv9\nAzyjK4C4pLwQgSCsGE1V2OMQhfuAOR6IaZ2A950xfA1QSpGbVc3dihziKGlFkAnR\nGmuZYp09sm+iscbSd6gz6tXe5pNLH2XpR41CxNcUEN5yMzIabjWctcGwnZUU16gq\nsaA5gjtIQypm5M+dlFOAIdVrJtChZG29/lv2FwIDAQABAoIBAH8Bib16CLn7mGK8\nojNS88kFDK+/RvEri22aIgOPuWZtI63gRdLYVCejjA5TC5kBj8lfpLDvzRhrKLEP\n2U1Ry4W0IjmIM74tjBqvCdzDYTsjeppqyU+UZtuj8HollD3adOoVQWJU9IMH87HR\nefJrEQj+DOa9+ihvym5QuY6OaGmv0/1+mRlhVpUgilIRNyAg1tE/Nr86jlhz24Nj\nisQJ9DDNho9ogTuTEvTCuwMHN22vh9gStf3as6t4f72x+brtGEIBDuRSmUDQPcEG\ny+bvfDJaFmBqc+W07M6a1aA6mqN+bjn/TJ+Q9Lj72QtLSLbjcpJUKTZfuDtDiBlO\n7l33lrECgYEA7+3DM/ichRqtPHWUaBJbc7sj9Lxm+k9vc/cu3VwDQrEdIVfLisDk\n/rqNjOj08ggZBYxZJZROUnO87Ec67RZmnPIxWvPfrYFeB5s54vhVKoflt1sL9lTT\no5/eff5DZL0DPLHQQQVOLshYhCW2ivKJqXfIvwsgTzBWTXAcJbNH+AUCgYEA5ugg\nUNzDZOGx2Yk9PecEOARpUO83PaLTAA49QwmGOIGeuXZHAyGS2YyVa0gLhwlbg9dD\nysNUtfPkyGKpXWj1WNf5wAyOkCcm0Q163U+OVaWLnWpuhe5q6ECtl5gyF/lE9P3i\naWT8MSGUzGaV7JJcQSYKsokJYej0YAkyuhYH3GsCgYAWwL59RDtbqA77p87eG7eO\nfxXG1MMTQ8s2/R71oQ8yGOfBTLkhvG869OgNj94Cwd/VldyyYqEW0qD86zhcWX57\nrcAedvgkVRtcr0zLCG/TK7YOMFUvFBZJ8xQ/cIhlmkMfU2GDeQRUDW3PgmAQRzXk\n21YvP9fdiqD0kQgqTxkpHQKBgClw66vXkzHd17+FA/rCJV2wXP5rkGx9doUCCTio\n0u/9Q3FhqukC84ob0w1IBtmbclM9JSuU1vU46oyUOHVNSwtA58/x8PwqKqtGUhC6\nIH96kI4V9fQPkBxSz1Tvub3XvOqDTklAGIrwzfXJS4sD0Y7Xtv/H3Gk4F/PMctA2\n9/41AoGBAOzDmY1OP09UKEHgzOfM0Bei46UGabhuM8vdFGs024ZeTfgg8lUxfTnC\nYVHSmIV2uzhZyI697ff3OuAMzo22fTjacnRoAkIT98trq7296Jfk/XBlSy/FkuNF\nEXjfr3sdRqhOitp1o1npdOM862C1EMtaX1GJI/Md/bbX7Mbu8IBI\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'749556e27c83423fb69e649d00450103', 'name': u'vmtp_455f0502-39b9-4683-ab46-623f9d25bfec', 'created_at': '2018-08-01T04:12:56.183269', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'90aa95516c664aef94b667c55fdaffe9', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'df:07:ae:8b:31:19:36:95:e7:98:67:be:6b:f6:34:03', 'type': 'ssh', 'id': u'vmtp_455f0502-39b9-4683-ab46-623f9d25bfec'}) 2018-08-01 04:12:56,184 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-08-01 04:12:56,186 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:8774/v2.1/os-keypairs/vmtp_455f0502-39b9-4683-ab46-623f9d25bfec -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3ed5150ba13ffab10f3e4ff93509e5a03f7aacbe" 2018-08-01 04:12:56,242 - keystoneauth.session - DEBUG - RESP: [202] Date: Wed, 01 Aug 2018 04:12:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-81e03288-4663-4ca6-96bf-1767fcff3b02 x-compute-request-id: req-81e03288-4663-4ca6-96bf-1767fcff3b02 Content-Length: 0 Content-Type: application/json 2018-08-01 04:12:56,242 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/os-keypairs/vmtp_455f0502-39b9-4683-ab46-623f9d25bfec used request id req-81e03288-4663-4ca6-96bf-1767fcff3b02 2018-08-01 04:12:56,242 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.05797290802s 2018-08-01 04:12:56,242 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/os-keypairs/vmtp_455f0502-39b9-4683-ab46-623f9d25bfec used request id req-81e03288-4663-4ca6-96bf-1767fcff3b02 2018-08-01 04:12:57,084 - 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-01 04:39:21,689 - functest.opnfv_tests.openstack.vmtp.vmtp - INFO - vmtp -d --json /home/opnfv/functest/results/vmtp/vmtp.json -c /home/opnfv/functest/results/vmtp/vmtp.conf 2018-08-01 04:12:57,865 INFO Using http://172.30.9.21:5000/v3 2018-08-01 04:12:57,865 INFO VM public key: /tmp/tmpv006Wf 2018-08-01 04:12:57,865 INFO VM private key: /tmp/tmpuzDcI5 2018-08-01 04:12:59,694 INFO Found image vmtp-img_455f0502-39b9-4683-ab46-623f9d25bfec to launch VM, will continue 2018-08-01 04:13:00,020 INFO Using external network: external. 2018-08-01 04:13:01,704 INFO Created ext router pns_router_455f0502-39b9-4683-ab46-623f9d25bfec. 2018-08-01 04:13:02,806 INFO Created internal network: pns-internal-net_455f0502-39b9-4683-ab46-623f9d25bfec. 2018-08-01 04:13:03,976 INFO Created internal network: pns-internal-net2_455f0502-39b9-4683-ab46-623f9d25bfec. 2018-08-01 04:13:06,168 DEBUG Ext router associated to pns-internal-net_455f0502-39b9-4683-ab46-623f9d25bfec 2018-08-01 04:13:08,482 DEBUG Ext router associated to pns-internal-net2_455f0502-39b9-4683-ab46-623f9d25bfec 2018-08-01 04:13:08,948 INFO OpenStack agent: Unknown agent 2018-08-01 04:13:08,948 INFO OpenStack network type: vxlan 2018-08-01 04:13:10,812 INFO [TestServer_455f0502-39b9-4683-ab46-623f9d25bfec1] Creating server VM... 2018-08-01 04:13:10,813 DEBUG [TestServer_455f0502-39b9-4683-ab46-623f9d25bfec1] Starting on zone nova:overcloud-novacompute-1.opnfvlf.org 2018-08-01 04:13:14,363 DEBUG [TestServer_455f0502-39b9-4683-ab46-623f9d25bfec1] VM status=BUILD, retrying 1 of 50... 2018-08-01 04:13:16,648 DEBUG [TestServer_455f0502-39b9-4683-ab46-623f9d25bfec1] VM status=BUILD, retrying 2 of 50... 2018-08-01 04:13:19,199 DEBUG [TestServer_455f0502-39b9-4683-ab46-623f9d25bfec1] VM status=BUILD, retrying 3 of 50... 2018-08-01 04:13:21,847 DEBUG [TestServer_455f0502-39b9-4683-ab46-623f9d25bfec1] VM status=BUILD, retrying 4 of 50... 2018-08-01 04:13:24,386 DEBUG [TestServer_455f0502-39b9-4683-ab46-623f9d25bfec1] VM status=BUILD, retrying 5 of 50... 2018-08-01 04:13:27,215 DEBUG [TestServer_455f0502-39b9-4683-ab46-623f9d25bfec1] VM status=BUILD, retrying 6 of 50... 2018-08-01 04:13:30,049 DEBUG [TestServer_455f0502-39b9-4683-ab46-623f9d25bfec1] VM status=BUILD, retrying 7 of 50... 2018-08-01 04:13:32,593 DEBUG [TestServer_455f0502-39b9-4683-ab46-623f9d25bfec1] VM status=BUILD, retrying 8 of 50... 2018-08-01 04:13:35,592 DEBUG [TestServer_455f0502-39b9-4683-ab46-623f9d25bfec1] VM status=BUILD, retrying 9 of 50... 2018-08-01 04:13:38,432 DEBUG [TestServer_455f0502-39b9-4683-ab46-623f9d25bfec1] VM status=BUILD, retrying 10 of 50... 2018-08-01 04:13:41,180 DEBUG [TestServer_455f0502-39b9-4683-ab46-623f9d25bfec1] VM status=BUILD, retrying 11 of 50... 2018-08-01 04:13:43,734 DEBUG [TestServer_455f0502-39b9-4683-ab46-623f9d25bfec1] VM status=BUILD, retrying 12 of 50... 2018-08-01 04:13:46,292 DEBUG [TestServer_455f0502-39b9-4683-ab46-623f9d25bfec1] VM status=BUILD, retrying 13 of 50... 2018-08-01 04:13:49,044 DEBUG [TestServer_455f0502-39b9-4683-ab46-623f9d25bfec1] VM status=BUILD, retrying 14 of 50... 2018-08-01 04:13:51,598 DEBUG [TestServer_455f0502-39b9-4683-ab46-623f9d25bfec1] VM status=BUILD, retrying 15 of 50... 2018-08-01 04:13:54,506 DEBUG [TestServer_455f0502-39b9-4683-ab46-623f9d25bfec1] VM status=BUILD, retrying 16 of 50... 2018-08-01 04:13:57,161 DEBUG [TestServer_455f0502-39b9-4683-ab46-623f9d25bfec1] VM status=BUILD, retrying 17 of 50... 2018-08-01 04:13:59,889 DEBUG [TestServer_455f0502-39b9-4683-ab46-623f9d25bfec1] VM status=BUILD, retrying 18 of 50... 2018-08-01 04:14:02,601 DEBUG [TestServer_455f0502-39b9-4683-ab46-623f9d25bfec1] VM status=BUILD, retrying 19 of 50... 2018-08-01 04:14:05,166 DEBUG [TestServer_455f0502-39b9-4683-ab46-623f9d25bfec1] VM status=BUILD, retrying 20 of 50... 2018-08-01 04:14:07,727 DEBUG [TestServer_455f0502-39b9-4683-ab46-623f9d25bfec1] VM status=BUILD, retrying 21 of 50... 2018-08-01 04:14:10,440 DEBUG [TestServer_455f0502-39b9-4683-ab46-623f9d25bfec1] VM status=BUILD, retrying 22 of 50... 2018-08-01 04:14:12,988 DEBUG [TestServer_455f0502-39b9-4683-ab46-623f9d25bfec1] VM status=BUILD, retrying 23 of 50... 2018-08-01 04:14:15,618 DEBUG [TestServer_455f0502-39b9-4683-ab46-623f9d25bfec1] VM status=BUILD, retrying 24 of 50... 2018-08-01 04:14:18,364 DEBUG [TestServer_455f0502-39b9-4683-ab46-623f9d25bfec1] VM status=BUILD, retrying 25 of 50... 2018-08-01 04:14:20,959 DEBUG [TestServer_455f0502-39b9-4683-ab46-623f9d25bfec1] VM status=BUILD, retrying 26 of 50... 2018-08-01 04:14:23,506 DEBUG [TestServer_455f0502-39b9-4683-ab46-623f9d25bfec1] VM status=BUILD, retrying 27 of 50... 2018-08-01 04:14:26,087 DEBUG [TestServer_455f0502-39b9-4683-ab46-623f9d25bfec1] VM status=BUILD, retrying 28 of 50... 2018-08-01 04:14:28,637 DEBUG [TestServer_455f0502-39b9-4683-ab46-623f9d25bfec1] VM status=BUILD, retrying 29 of 50... 2018-08-01 04:14:31,411 DEBUG [TestServer_455f0502-39b9-4683-ab46-623f9d25bfec1] VM status=BUILD, retrying 30 of 50... 2018-08-01 04:14:33,971 DEBUG [TestServer_455f0502-39b9-4683-ab46-623f9d25bfec1] VM status=BUILD, retrying 31 of 50... 2018-08-01 04:14:36,529 DEBUG [TestServer_455f0502-39b9-4683-ab46-623f9d25bfec1] VM status=BUILD, retrying 32 of 50... 2018-08-01 04:14:41,436 INFO [TestServer_455f0502-39b9-4683-ab46-623f9d25bfec1] Internal network IP: 192.168.1.5 2018-08-01 04:14:41,436 INFO [TestServer_455f0502-39b9-4683-ab46-623f9d25bfec1] SSH IP: 172.30.9.212 2018-08-01 04:14:41,437 INFO [TestServer_455f0502-39b9-4683-ab46-623f9d25bfec1] Setup SSH for ubuntu@172.30.9.212 2018-08-01 04:14:51,127 INFO [TestServer_455f0502-39b9-4683-ab46-623f9d25bfec1] Installing nuttcp-8.1.4... 2018-08-01 04:14:51,174 DEBUG [TestServer_455f0502-39b9-4683-ab46-623f9d25bfec1] Copying nuttcp-8.1.4 to target... 2018-08-01 04:14:51,391 DEBUG [TestServer_455f0502-39b9-4683-ab46-623f9d25bfec1] Starting nuttcp-8.1.4 server... 2018-08-01 04:14:51,436 DEBUG [TestServer_455f0502-39b9-4683-ab46-623f9d25bfec1] 2018-08-01 04:14:51,482 INFO [TestClient_455f0502-39b9-4683-ab46-623f9d25bfec1] Creating client VM... 2018-08-01 04:14:51,483 DEBUG [TestClient_455f0502-39b9-4683-ab46-623f9d25bfec1] Starting on zone nova:overcloud-novacompute-1.opnfvlf.org 2018-08-01 04:14:54,497 DEBUG [TestClient_455f0502-39b9-4683-ab46-623f9d25bfec1] VM status=BUILD, retrying 1 of 50... 2018-08-01 04:14:57,011 DEBUG [TestClient_455f0502-39b9-4683-ab46-623f9d25bfec1] VM status=BUILD, retrying 2 of 50... 2018-08-01 04:14:59,404 DEBUG [TestClient_455f0502-39b9-4683-ab46-623f9d25bfec1] VM status=BUILD, retrying 3 of 50... 2018-08-01 04:15:02,008 DEBUG [TestClient_455f0502-39b9-4683-ab46-623f9d25bfec1] VM status=BUILD, retrying 4 of 50... 2018-08-01 04:15:04,746 DEBUG [TestClient_455f0502-39b9-4683-ab46-623f9d25bfec1] VM status=BUILD, retrying 5 of 50... 2018-08-01 04:15:09,650 INFO [TestClient_455f0502-39b9-4683-ab46-623f9d25bfec1] Internal network IP: 192.168.1.7 2018-08-01 04:15:09,650 INFO [TestClient_455f0502-39b9-4683-ab46-623f9d25bfec1] SSH IP: 172.30.9.204 2018-08-01 04:15:09,650 INFO [TestClient_455f0502-39b9-4683-ab46-623f9d25bfec1] Setup SSH for ubuntu@172.30.9.204 2018-08-01 04:16:25,110 INFO [TestClient_455f0502-39b9-4683-ab46-623f9d25bfec1] Installing nuttcp-8.1.4... 2018-08-01 04:16:25,153 DEBUG [TestClient_455f0502-39b9-4683-ab46-623f9d25bfec1] Copying nuttcp-8.1.4 to target... 2018-08-01 04:16:25,377 INFO ============================================================ 2018-08-01 04:16:25,377 INFO Flow 1: VM to VM same network fixed IP (intra-node) 2018-08-01 04:16:34,420 DEBUG [TestClient_455f0502-39b9-4683-ab46-623f9d25bfec1] PING 192.168.1.5 (192.168.1.5) 64(92) bytes of data. 72 bytes from 192.168.1.5: icmp_seq=1 ttl=64 time=1.18 ms 72 bytes from 192.168.1.5: icmp_seq=2 ttl=64 time=0.688 ms 72 bytes from 192.168.1.5: icmp_seq=3 ttl=64 time=0.237 ms 72 bytes from 192.168.1.5: icmp_seq=4 ttl=64 time=0.239 ms 72 bytes from 192.168.1.5: icmp_seq=5 ttl=64 time=0.189 ms 72 bytes from 192.168.1.5: icmp_seq=6 ttl=64 time=0.311 ms 72 bytes from 192.168.1.5: icmp_seq=7 ttl=64 time=0.241 ms 72 bytes from 192.168.1.5: icmp_seq=8 ttl=64 time=0.171 ms 72 bytes from 192.168.1.5: icmp_seq=9 ttl=64 time=0.208 ms 72 bytes from 192.168.1.5: icmp_seq=10 ttl=64 time=0.328 ms --- 192.168.1.5 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 9000ms rtt min/avg/max/mdev = 0.171/0.380/1.188/0.304 ms 2018-08-01 04:16:43,459 DEBUG [TestClient_455f0502-39b9-4683-ab46-623f9d25bfec1] PING 192.168.1.5 (192.168.1.5) 391(419) bytes of data. 399 bytes from 192.168.1.5: icmp_seq=1 ttl=64 time=0.175 ms 399 bytes from 192.168.1.5: icmp_seq=2 ttl=64 time=0.114 ms 399 bytes from 192.168.1.5: icmp_seq=3 ttl=64 time=0.117 ms 399 bytes from 192.168.1.5: icmp_seq=4 ttl=64 time=0.130 ms 399 bytes from 192.168.1.5: icmp_seq=5 ttl=64 time=0.132 ms 399 bytes from 192.168.1.5: icmp_seq=6 ttl=64 time=0.106 ms 399 bytes from 192.168.1.5: icmp_seq=7 ttl=64 time=0.158 ms 399 bytes from 192.168.1.5: icmp_seq=8 ttl=64 time=0.127 ms 399 bytes from 192.168.1.5: icmp_seq=9 ttl=64 time=0.136 ms 399 bytes from 192.168.1.5: icmp_seq=10 ttl=64 time=0.093 ms --- 192.168.1.5 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 8997ms rtt min/avg/max/mdev = 0.093/0.128/0.175/0.026 ms 2018-08-01 04:16:52,494 DEBUG [TestClient_455f0502-39b9-4683-ab46-623f9d25bfec1] PING 192.168.1.5 (192.168.1.5) 1500(1528) bytes of data. 1508 bytes from 192.168.1.5: icmp_seq=1 ttl=64 time=0.353 ms 1508 bytes from 192.168.1.5: icmp_seq=2 ttl=64 time=0.194 ms 1508 bytes from 192.168.1.5: icmp_seq=3 ttl=64 time=0.187 ms 1508 bytes from 192.168.1.5: icmp_seq=4 ttl=64 time=0.172 ms 1508 bytes from 192.168.1.5: icmp_seq=5 ttl=64 time=0.134 ms 1508 bytes from 192.168.1.5: icmp_seq=6 ttl=64 time=0.129 ms 1508 bytes from 192.168.1.5: icmp_seq=7 ttl=64 time=0.190 ms 1508 bytes from 192.168.1.5: icmp_seq=8 ttl=64 time=0.304 ms 1508 bytes from 192.168.1.5: icmp_seq=9 ttl=64 time=0.250 ms 1508 bytes from 192.168.1.5: icmp_seq=10 ttl=64 time=0.188 ms --- 192.168.1.5 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 8997ms rtt min/avg/max/mdev = 0.129/0.210/0.353/0.068 ms 2018-08-01 04:16:52,495 INFO [TestClient_455f0502-39b9-4683-ab46-623f9d25bfec1] Measuring TCP Throughput (packet size=65536)... 2018-08-01 04:16:52,496 DEBUG [TestClient_455f0502-39b9-4683-ab46-623f9d25bfec1] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 192.168.1.5 2018-08-01 04:17:02,614 DEBUG [TestClient_455f0502-39b9-4683-ab46-623f9d25bfec1] megabytes=20413.6875 real_seconds=10.00 rate_Mbps=17129.1874 tx_cpu=36 rx_cpu=52 retrans=0 cwnd=3137 rtt_ms=0.35 2018-08-01 04:17:02,616 DEBUG [TestClient_455f0502-39b9-4683-ab46-623f9d25bfec1] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 192.168.1.5 2018-08-01 04:17:12,709 DEBUG [TestClient_455f0502-39b9-4683-ab46-623f9d25bfec1] megabytes=18621.6250 real_seconds=10.00 rate_Mbps=15624.9356 tx_cpu=34 rx_cpu=50 retrans=0 cwnd=3137 rtt_ms=0.16 2018-08-01 04:17:12,710 DEBUG [TestClient_455f0502-39b9-4683-ab46-623f9d25bfec1] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 192.168.1.5 2018-08-01 04:17:22,804 DEBUG [TestClient_455f0502-39b9-4683-ab46-623f9d25bfec1] megabytes=20411.6968 real_seconds=10.00 rate_Mbps=17129.0814 tx_cpu=36 rx_cpu=50 retrans=0 cwnd=3137 rtt_ms=0.40 2018-08-01 04:17:22,804 INFO [TestClient_455f0502-39b9-4683-ab46-623f9d25bfec1] Measuring UDP Throughput (packet size=128)... 2018-08-01 04:17:22,805 DEBUG [TestClient_455f0502-39b9-4683-ab46-623f9d25bfec1] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R5000000K -p5001 -P5002 -fparse 192.168.1.5 2018-08-01 04:17:26,155 DEBUG [TestClient_455f0502-39b9-4683-ab46-623f9d25bfec1] megabytes=29.0261 real_seconds=1.00 rate_Mbps=243.4286 tx_cpu=19 rx_cpu=32 drop=2459 pkt=240241 data_loss=1.02365 2018-08-01 04:17:26,156 DEBUG [TestClient_455f0502-39b9-4683-ab46-623f9d25bfec1] pkt-size=128 throughput=1<249270/5000000<10000000 Kbps loss-rate=1 2018-08-01 04:17:26,157 DEBUG [TestClient_455f0502-39b9-4683-ab46-623f9d25bfec1] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R747810K -p5001 -P5002 -fparse 192.168.1.5 2018-08-01 04:17:29,507 DEBUG [TestClient_455f0502-39b9-4683-ab46-623f9d25bfec1] megabytes=27.3778 real_seconds=1.00 rate_Mbps=229.3786 tx_cpu=22 rx_cpu=33 drop=918 pkt=225197 data_loss=0.40779 2018-08-01 04:17:29,507 DEBUG [TestClient_455f0502-39b9-4683-ab46-623f9d25bfec1] pkt-size=128 throughput=1<234883/747810<747810 Kbps loss-rate=0 2018-08-01 04:17:29,507 DEBUG [TestClient_455f0502-39b9-4683-ab46-623f9d25bfec1] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R491346K -p5001 -P5002 -fparse 192.168.1.5 2018-08-01 04:17:32,857 DEBUG [TestClient_455f0502-39b9-4683-ab46-623f9d25bfec1] megabytes=30.2627 real_seconds=1.00 rate_Mbps=253.6846 tx_cpu=20 rx_cpu=35 drop=5 pkt=247917 data_loss=0.00198 2018-08-01 04:17:32,857 DEBUG [TestClient_455f0502-39b9-4683-ab46-623f9d25bfec1] pkt-size=128 throughput=1<259773/491346<491346 Kbps loss-rate=0 2018-08-01 04:17:32,857 DEBUG [TestClient_455f0502-39b9-4683-ab46-623f9d25bfec1] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R375559K -p5001 -P5002 -fparse 192.168.1.5 2018-08-01 04:17:36,182 DEBUG [TestClient_455f0502-39b9-4683-ab46-623f9d25bfec1] megabytes=27.2113 real_seconds=1.00 rate_Mbps=228.1167 tx_cpu=20 rx_cpu=35 drop=0 pkt=222915 data_loss=0.00000 2018-08-01 04:17:36,183 DEBUG [TestClient_455f0502-39b9-4683-ab46-623f9d25bfec1] pkt-size=128 throughput=1<233591/375559<375559 Kbps loss-rate=0 2018-08-01 04:17:36,183 DEBUG [TestClient_455f0502-39b9-4683-ab46-623f9d25bfec1] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R304575K -p5001 -P5002 -fparse 192.168.1.5 2018-08-01 04:17:39,508 DEBUG [TestClient_455f0502-39b9-4683-ab46-623f9d25bfec1] megabytes=29.4088 real_seconds=1.00 rate_Mbps=246.5141 tx_cpu=25 rx_cpu=38 drop=125 pkt=241041 data_loss=0.05166 2018-08-01 04:17:39,508 DEBUG [TestClient_455f0502-39b9-4683-ab46-623f9d25bfec1] pkt-size=128 throughput=1<252430/304575<304575 Kbps loss-rate=0 2018-08-01 04:17:39,509 DEBUG undershot, min=252430 kbps=278502 max=304575 2018-08-01 04:17:39,509 DEBUG [TestClient_455f0502-39b9-4683-ab46-623f9d25bfec1] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R278502K -p5001 -P5002 -fparse 192.168.1.5 2018-08-01 04:17:42,835 DEBUG [TestClient_455f0502-39b9-4683-ab46-623f9d25bfec1] megabytes=28.5746 real_seconds=1.00 rate_Mbps=239.6107 tx_cpu=19 rx_cpu=39 drop=0 pkt=234083 data_loss=0.00000 2018-08-01 04:17:42,835 DEBUG [TestClient_455f0502-39b9-4683-ab46-623f9d25bfec1] pkt-size=128 throughput=252430<245361/278502<304575 Kbps loss-rate=0 2018-08-01 04:17:42,835 DEBUG undershot, min=278502 kbps=291538 max=304575 2018-08-01 04:17:42,836 DEBUG [TestClient_455f0502-39b9-4683-ab46-623f9d25bfec1] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R291538K -p5001 -P5002 -fparse 192.168.1.5 2018-08-01 04:17:46,186 DEBUG [TestClient_455f0502-39b9-4683-ab46-623f9d25bfec1] megabytes=29.4979 real_seconds=1.00 rate_Mbps=247.1667 tx_cpu=19 rx_cpu=34 drop=0 pkt=241647 data_loss=0.00000 2018-08-01 04:17:46,187 DEBUG [TestClient_455f0502-39b9-4683-ab46-623f9d25bfec1] pkt-size=128 throughput=278502<253098/291538<304575 Kbps loss-rate=0 2018-08-01 04:17:46,187 DEBUG undershot, min=291538 kbps=298056 max=304575 2018-08-01 04:17:46,187 INFO [TestClient_455f0502-39b9-4683-ab46-623f9d25bfec1] Measuring UDP Throughput (packet size=1024)... 2018-08-01 04:17:46,188 DEBUG [TestClient_455f0502-39b9-4683-ab46-623f9d25bfec1] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R5000000K -p5001 -P5002 -fparse 192.168.1.5 2018-08-01 04:17:49,538 DEBUG [TestClient_455f0502-39b9-4683-ab46-623f9d25bfec1] megabytes=217.1406 real_seconds=1.00 rate_Mbps=1821.6387 tx_cpu=28 rx_cpu=35 drop=0 pkt=222352 data_loss=0.00000 2018-08-01 04:17:49,538 DEBUG [TestClient_455f0502-39b9-4683-ab46-623f9d25bfec1] pkt-size=1024 throughput=1<1865358/5000000<10000000 Kbps loss-rate=0 2018-08-01 04:17:49,538 DEBUG [TestClient_455f0502-39b9-4683-ab46-623f9d25bfec1] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R3432679K -p5001 -P5002 -fparse 192.168.1.5 2018-08-01 04:17:52,888 DEBUG [TestClient_455f0502-39b9-4683-ab46-623f9d25bfec1] megabytes=216.8984 real_seconds=1.00 rate_Mbps=1818.3958 tx_cpu=30 rx_cpu=34 drop=0 pkt=222104 data_loss=0.00000 2018-08-01 04:17:52,889 DEBUG [TestClient_455f0502-39b9-4683-ab46-623f9d25bfec1] pkt-size=1024 throughput=1<1862037/3432679<3432679 Kbps loss-rate=0 2018-08-01 04:17:52,889 DEBUG [TestClient_455f0502-39b9-4683-ab46-623f9d25bfec1] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R2647358K -p5001 -P5002 -fparse 192.168.1.5 2018-08-01 04:17:56,240 DEBUG [TestClient_455f0502-39b9-4683-ab46-623f9d25bfec1] megabytes=226.6953 real_seconds=1.00 rate_Mbps=1900.7154 tx_cpu=29 rx_cpu=36 drop=0 pkt=232136 data_loss=0.00000 2018-08-01 04:17:56,240 DEBUG [TestClient_455f0502-39b9-4683-ab46-623f9d25bfec1] pkt-size=1024 throughput=1<1946332/2647358<2647358 Kbps loss-rate=0 2018-08-01 04:17:56,240 DEBUG [TestClient_455f0502-39b9-4683-ab46-623f9d25bfec1] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R2296845K -p5001 -P5002 -fparse 192.168.1.5 2018-08-01 04:17:59,566 DEBUG [TestClient_455f0502-39b9-4683-ab46-623f9d25bfec1] megabytes=235.0830 real_seconds=1.00 rate_Mbps=1971.0416 tx_cpu=31 rx_cpu=36 drop=0 pkt=240725 data_loss=0.00000 2018-08-01 04:17:59,567 DEBUG [TestClient_455f0502-39b9-4683-ab46-623f9d25bfec1] pkt-size=1024 throughput=1<2018346/2296845<2296845 Kbps loss-rate=0 2018-08-01 04:17:59,567 DEBUG undershot, min=2018346 kbps=2157595 max=2296845 2018-08-01 04:17:59,567 DEBUG [TestClient_455f0502-39b9-4683-ab46-623f9d25bfec1] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R2157595K -p5001 -P5002 -fparse 192.168.1.5 2018-08-01 04:18:02,893 DEBUG [TestClient_455f0502-39b9-4683-ab46-623f9d25bfec1] megabytes=238.2949 real_seconds=1.00 rate_Mbps=1998.3312 tx_cpu=33 rx_cpu=41 drop=0 pkt=244014 data_loss=0.00000 2018-08-01 04:18:02,894 DEBUG [TestClient_455f0502-39b9-4683-ab46-623f9d25bfec1] pkt-size=1024 throughput=2018346<2046291/2157595<2296845 Kbps loss-rate=0 2018-08-01 04:18:02,894 DEBUG undershot, min=2046291 kbps=2171568 max=2296845 2018-08-01 04:18:02,895 DEBUG [TestClient_455f0502-39b9-4683-ab46-623f9d25bfec1] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R2171568K -p5001 -P5002 -fparse 192.168.1.5 2018-08-01 04:18:06,219 DEBUG [TestClient_455f0502-39b9-4683-ab46-623f9d25bfec1] megabytes=236.2676 real_seconds=1.00 rate_Mbps=1981.9283 tx_cpu=31 rx_cpu=42 drop=0 pkt=241938 data_loss=0.00000 2018-08-01 04:18:06,220 DEBUG [TestClient_455f0502-39b9-4683-ab46-623f9d25bfec1] pkt-size=1024 throughput=2046291<2029494/2171568<2296845 Kbps loss-rate=0 2018-08-01 04:18:06,220 DEBUG undershot, min=2171568 kbps=2234206 max=2296845 2018-08-01 04:18:06,220 DEBUG [TestClient_455f0502-39b9-4683-ab46-623f9d25bfec1] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R2234206K -p5001 -P5002 -fparse 192.168.1.5 2018-08-01 04:18:09,569 DEBUG [TestClient_455f0502-39b9-4683-ab46-623f9d25bfec1] megabytes=225.3887 real_seconds=1.00 rate_Mbps=1890.7445 tx_cpu=30 rx_cpu=40 drop=202 pkt=231000 data_loss=0.08742 2018-08-01 04:18:09,570 DEBUG [TestClient_455f0502-39b9-4683-ab46-623f9d25bfec1] pkt-size=1024 throughput=2171568<1936122/2234206<2296845 Kbps loss-rate=0 2018-08-01 04:18:09,570 DEBUG undershot, min=2234206 kbps=2265525 max=2296845 2018-08-01 04:18:09,570 INFO [TestClient_455f0502-39b9-4683-ab46-623f9d25bfec1] Measuring UDP Throughput (packet size=8192)... 2018-08-01 04:18:09,571 DEBUG [TestClient_455f0502-39b9-4683-ab46-623f9d25bfec1] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R5000000K -p5001 -P5002 -fparse 192.168.1.5 2018-08-01 04:18:12,919 DEBUG [TestClient_455f0502-39b9-4683-ab46-623f9d25bfec1] megabytes=596.0000 real_seconds=1.00 rate_Mbps=5002.1715 tx_cpu=99 rx_cpu=21 drop=6 pkt=76294 data_loss=0.00787 2018-08-01 04:18:12,920 DEBUG [TestClient_455f0502-39b9-4683-ab46-623f9d25bfec1] pkt-size=8192 throughput=1<5122223/5000000<10000000 Kbps loss-rate=0 2018-08-01 04:18:12,920 DEBUG undershot, min=5122223 kbps=7561111 max=10000000 2018-08-01 04:18:12,920 DEBUG [TestClient_455f0502-39b9-4683-ab46-623f9d25bfec1] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R7561111K -p5001 -P5002 -fparse 192.168.1.5 2018-08-01 04:18:16,270 DEBUG [TestClient_455f0502-39b9-4683-ab46-623f9d25bfec1] megabytes=900.6875 real_seconds=1.00 rate_Mbps=7559.9899 tx_cpu=99 rx_cpu=28 drop=86 pkt=115374 data_loss=0.07454 2018-08-01 04:18:16,271 DEBUG [TestClient_455f0502-39b9-4683-ab46-623f9d25bfec1] pkt-size=8192 throughput=5122223<7741429/7561111<10000000 Kbps loss-rate=0 2018-08-01 04:18:16,271 DEBUG undershot, min=7741429 kbps=8870714 max=10000000 2018-08-01 04:18:16,271 DEBUG [TestClient_455f0502-39b9-4683-ab46-623f9d25bfec1] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R8870714K -p5001 -P5002 -fparse 192.168.1.5 2018-08-01 04:18:19,596 DEBUG [TestClient_455f0502-39b9-4683-ab46-623f9d25bfec1] megabytes=1056.1719 real_seconds=1.00 rate_Mbps=8864.3238 tx_cpu=99 rx_cpu=36 drop=166 pkt=135356 data_loss=0.12264 2018-08-01 04:18:19,597 DEBUG [TestClient_455f0502-39b9-4683-ab46-623f9d25bfec1] pkt-size=8192 throughput=7741429<9077067/8870714<10000000 Kbps loss-rate=0 2018-08-01 04:18:19,597 DEBUG undershot, min=9077067 kbps=9538533 max=10000000 2018-08-01 04:18:19,597 DEBUG [TestClient_455f0502-39b9-4683-ab46-623f9d25bfec1] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R9538533K -p5001 -P5002 -fparse 192.168.1.5 2018-08-01 04:18:22,923 DEBUG [TestClient_455f0502-39b9-4683-ab46-623f9d25bfec1] megabytes=1130.7891 real_seconds=1.00 rate_Mbps=9490.2825 tx_cpu=40 rx_cpu=38 drop=806 pkt=145547 data_loss=0.55377 2018-08-01 04:18:22,923 DEBUG [TestClient_455f0502-39b9-4683-ab46-623f9d25bfec1] pkt-size=8192 throughput=9077067<9718049/9538533<10000000 Kbps loss-rate=0 2018-08-01 04:18:22,924 DEBUG undershot, min=9718049 kbps=9859024 max=10000000 2018-08-01 04:18:22,934 INFO { 'az_from': u'nova:overcloud-novacompute-1.opnfvlf.org', 'az_to': u'nova:overcloud-novacompute-1.opnfvlf.org', 'desc': 'VM to VM same network fixed IP (intra-node)', 'distro_id': 'Ubuntu', 'distro_version': '14.04', 'ip_from': u'192.168.1.7', 'ip_to': u'192.168.1.5', 'results': [ { 'pkt_size': 65536, 'protocol': 'TCP', 'rtt_ms': 0.35, 'throughput_kbps': 17540287, 'tool': 'nuttcp-8.1.4'}, { 'pkt_size': 65536, 'protocol': 'TCP', 'rtt_ms': 0.16, 'throughput_kbps': 15999934, 'tool': 'nuttcp-8.1.4'}, { 'pkt_size': 65536, 'protocol': 'TCP', 'rtt_ms': 0.4, 'throughput_kbps': 17540179, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 0.0, 'pkt_size': 128, 'protocol': 'UDP', 'throughput_kbps': 253098, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 0.09, 'pkt_size': 1024, 'protocol': 'UDP', 'throughput_kbps': 1936122, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 0.55, 'pkt_size': 8192, 'protocol': 'UDP', 'throughput_kbps': 9718049, 'tool': 'nuttcp-8.1.4'}, { 'protocol': 'ICMP', 'results': [ { 'packet_size': 64, 'rtt_avg_ms': '0.380', 'rtt_max_ms': '1.188', 'rtt_min_ms': '0.171', 'rtt_stddev': '0.304', 'rx_packets': '10', 'tx_packets': '10'}, { 'packet_size': 391, 'rtt_avg_ms': '0.128', 'rtt_max_ms': '0.175', 'rtt_min_ms': '0.093', 'rtt_stddev': '0.026', 'rx_packets': '10', 'tx_packets': '10'}, { 'packet_size': 1500, 'rtt_avg_ms': '0.210', 'rtt_max_ms': '0.353', 'rtt_min_ms': '0.129', 'rtt_stddev': '0.068', 'rx_packets': '10', 'tx_packets': '10'}], 'tool': 'ping'}]} No handlers could be found for logger "vmtp_file" 2018-08-01 04:18:22,935 INFO Deleting floating ip b172b5a4-a112-41dc-a4fa-1201ed7c6832 2018-08-01 04:18:24,164 DEBUG [TestClient_455f0502-39b9-4683-ab46-623f9d25bfec1] Floating IP 172.30.9.204 deleted 2018-08-01 04:18:24,521 DEBUG [TestClient_455f0502-39b9-4683-ab46-623f9d25bfec1] Instance deleted 2018-08-01 04:18:24,553 INFO [TestClient_455f0502-39b9-4683-ab46-623f9d25bfec2] Creating client VM... 2018-08-01 04:18:24,553 DEBUG [TestClient_455f0502-39b9-4683-ab46-623f9d25bfec2] Starting on zone nova:overcloud-novacompute-1.opnfvlf.org 2018-08-01 04:18:28,437 DEBUG [TestClient_455f0502-39b9-4683-ab46-623f9d25bfec2] VM status=BUILD, retrying 1 of 50... 2018-08-01 04:18:30,580 ERROR Instance creation error: Failed to get traits for resource provider with UUID 94717f99-4255-4a2f-8aef-0f660d3348f9 2018-08-01 04:18:30,580 ERROR Instance failed status=ERROR 2018-08-01 04:18:31,541 INFO [TestClient_455f0502-39b9-4683-ab46-623f9d25bfec2] Server creation failed 2018-08-01 04:18:31,541 INFO { 'desc': 'VM to VM different network fixed IP (intra-node)', 'results': 'error: VM cannot be spawned.'} 2018-08-01 04:18:31,542 INFO [TestClient_455f0502-39b9-4683-ab46-623f9d25bfec3] Creating client VM... 2018-08-01 04:18:31,542 DEBUG [TestClient_455f0502-39b9-4683-ab46-623f9d25bfec3] Starting on zone nova:overcloud-novacompute-0.opnfvlf.org 2018-08-01 04:18:35,633 DEBUG [TestClient_455f0502-39b9-4683-ab46-623f9d25bfec3] VM status=BUILD, retrying 1 of 50... 2018-08-01 04:18:37,759 DEBUG [TestClient_455f0502-39b9-4683-ab46-623f9d25bfec3] VM status=BUILD, retrying 2 of 50... 2018-08-01 04:18:40,657 DEBUG [TestClient_455f0502-39b9-4683-ab46-623f9d25bfec3] VM status=BUILD, retrying 3 of 50... 2018-08-01 04:18:43,225 DEBUG [TestClient_455f0502-39b9-4683-ab46-623f9d25bfec3] VM status=BUILD, retrying 4 of 50... 2018-08-01 04:18:45,590 DEBUG [TestClient_455f0502-39b9-4683-ab46-623f9d25bfec3] VM status=BUILD, retrying 5 of 50... 2018-08-01 04:18:48,246 DEBUG [TestClient_455f0502-39b9-4683-ab46-623f9d25bfec3] VM status=BUILD, retrying 6 of 50... 2018-08-01 04:18:51,002 DEBUG [TestClient_455f0502-39b9-4683-ab46-623f9d25bfec3] VM status=BUILD, retrying 7 of 50... 2018-08-01 04:18:53,858 DEBUG [TestClient_455f0502-39b9-4683-ab46-623f9d25bfec3] VM status=BUILD, retrying 8 of 50... 2018-08-01 04:18:56,598 DEBUG [TestClient_455f0502-39b9-4683-ab46-623f9d25bfec3] VM status=BUILD, retrying 9 of 50... 2018-08-01 04:18:59,149 DEBUG [TestClient_455f0502-39b9-4683-ab46-623f9d25bfec3] VM status=BUILD, retrying 10 of 50... 2018-08-01 04:19:02,068 DEBUG [TestClient_455f0502-39b9-4683-ab46-623f9d25bfec3] VM status=BUILD, retrying 11 of 50... 2018-08-01 04:19:04,815 DEBUG [TestClient_455f0502-39b9-4683-ab46-623f9d25bfec3] VM status=BUILD, retrying 12 of 50... 2018-08-01 04:19:07,678 DEBUG [TestClient_455f0502-39b9-4683-ab46-623f9d25bfec3] VM status=BUILD, retrying 13 of 50... 2018-08-01 04:19:10,403 DEBUG [TestClient_455f0502-39b9-4683-ab46-623f9d25bfec3] VM status=BUILD, retrying 14 of 50... 2018-08-01 04:19:13,247 DEBUG [TestClient_455f0502-39b9-4683-ab46-623f9d25bfec3] VM status=BUILD, retrying 15 of 50... 2018-08-01 04:19:15,973 DEBUG [TestClient_455f0502-39b9-4683-ab46-623f9d25bfec3] VM status=BUILD, retrying 16 of 50... 2018-08-01 04:19:18,536 DEBUG [TestClient_455f0502-39b9-4683-ab46-623f9d25bfec3] VM status=BUILD, retrying 17 of 50... 2018-08-01 04:19:21,059 DEBUG [TestClient_455f0502-39b9-4683-ab46-623f9d25bfec3] VM status=BUILD, retrying 18 of 50... 2018-08-01 04:19:23,785 DEBUG [TestClient_455f0502-39b9-4683-ab46-623f9d25bfec3] VM status=BUILD, retrying 19 of 50... 2018-08-01 04:19:26,341 DEBUG [TestClient_455f0502-39b9-4683-ab46-623f9d25bfec3] VM status=BUILD, retrying 20 of 50... 2018-08-01 04:19:28,999 DEBUG [TestClient_455f0502-39b9-4683-ab46-623f9d25bfec3] VM status=BUILD, retrying 21 of 50... 2018-08-01 04:19:31,538 DEBUG [TestClient_455f0502-39b9-4683-ab46-623f9d25bfec3] VM status=BUILD, retrying 22 of 50... 2018-08-01 04:19:34,089 DEBUG [TestClient_455f0502-39b9-4683-ab46-623f9d25bfec3] VM status=BUILD, retrying 23 of 50... 2018-08-01 04:19:36,645 DEBUG [TestClient_455f0502-39b9-4683-ab46-623f9d25bfec3] VM status=BUILD, retrying 24 of 50... 2018-08-01 04:19:39,579 DEBUG [TestClient_455f0502-39b9-4683-ab46-623f9d25bfec3] VM status=BUILD, retrying 25 of 50... 2018-08-01 04:19:42,513 DEBUG [TestClient_455f0502-39b9-4683-ab46-623f9d25bfec3] VM status=BUILD, retrying 26 of 50... 2018-08-01 04:19:45,245 DEBUG [TestClient_455f0502-39b9-4683-ab46-623f9d25bfec3] VM status=BUILD, retrying 27 of 50... 2018-08-01 04:19:47,804 DEBUG [TestClient_455f0502-39b9-4683-ab46-623f9d25bfec3] VM status=BUILD, retrying 28 of 50... 2018-08-01 04:19:50,565 DEBUG [TestClient_455f0502-39b9-4683-ab46-623f9d25bfec3] VM status=BUILD, retrying 29 of 50... 2018-08-01 04:19:52,743 DEBUG [TestClient_455f0502-39b9-4683-ab46-623f9d25bfec3] VM status=BUILD, retrying 30 of 50... 2018-08-01 04:19:55,321 DEBUG [TestClient_455f0502-39b9-4683-ab46-623f9d25bfec3] VM status=BUILD, retrying 31 of 50... 2018-08-01 04:20:00,209 INFO [TestClient_455f0502-39b9-4683-ab46-623f9d25bfec3] Internal network IP: 192.168.1.8 2018-08-01 04:20:00,209 INFO [TestClient_455f0502-39b9-4683-ab46-623f9d25bfec3] SSH IP: 172.30.9.200 2018-08-01 04:20:00,209 INFO [TestClient_455f0502-39b9-4683-ab46-623f9d25bfec3] Setup SSH for ubuntu@172.30.9.200 2018-08-01 04:21:37,681 INFO [TestClient_455f0502-39b9-4683-ab46-623f9d25bfec3] Installing nuttcp-8.1.4... 2018-08-01 04:21:37,725 DEBUG [TestClient_455f0502-39b9-4683-ab46-623f9d25bfec3] Copying nuttcp-8.1.4 to target... 2018-08-01 04:21:37,889 INFO ============================================================ 2018-08-01 04:21:37,889 INFO Flow 2: VM to VM same network fixed IP (inter-node) 2018-08-01 04:21:46,936 DEBUG [TestClient_455f0502-39b9-4683-ab46-623f9d25bfec3] PING 192.168.1.5 (192.168.1.5) 64(92) bytes of data. 72 bytes from 192.168.1.5: icmp_seq=1 ttl=64 time=1.93 ms 72 bytes from 192.168.1.5: icmp_seq=2 ttl=64 time=0.610 ms 72 bytes from 192.168.1.5: icmp_seq=3 ttl=64 time=0.235 ms 72 bytes from 192.168.1.5: icmp_seq=4 ttl=64 time=0.324 ms 72 bytes from 192.168.1.5: icmp_seq=5 ttl=64 time=0.305 ms 72 bytes from 192.168.1.5: icmp_seq=6 ttl=64 time=0.444 ms 72 bytes from 192.168.1.5: icmp_seq=7 ttl=64 time=0.385 ms 72 bytes from 192.168.1.5: icmp_seq=8 ttl=64 time=0.442 ms 72 bytes from 192.168.1.5: icmp_seq=9 ttl=64 time=0.370 ms 72 bytes from 192.168.1.5: icmp_seq=10 ttl=64 time=0.355 ms --- 192.168.1.5 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 9000ms rtt min/avg/max/mdev = 0.235/0.540/1.931/0.473 ms 2018-08-01 04:21:55,976 DEBUG [TestClient_455f0502-39b9-4683-ab46-623f9d25bfec3] PING 192.168.1.5 (192.168.1.5) 391(419) bytes of data. 399 bytes from 192.168.1.5: icmp_seq=1 ttl=64 time=0.438 ms 399 bytes from 192.168.1.5: icmp_seq=2 ttl=64 time=0.367 ms 399 bytes from 192.168.1.5: icmp_seq=3 ttl=64 time=0.361 ms 399 bytes from 192.168.1.5: icmp_seq=4 ttl=64 time=0.456 ms 399 bytes from 192.168.1.5: icmp_seq=5 ttl=64 time=0.446 ms 399 bytes from 192.168.1.5: icmp_seq=6 ttl=64 time=0.571 ms 399 bytes from 192.168.1.5: icmp_seq=7 ttl=64 time=0.489 ms 399 bytes from 192.168.1.5: icmp_seq=8 ttl=64 time=0.500 ms 399 bytes from 192.168.1.5: icmp_seq=9 ttl=64 time=0.234 ms 399 bytes from 192.168.1.5: icmp_seq=10 ttl=64 time=0.415 ms --- 192.168.1.5 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 8998ms rtt min/avg/max/mdev = 0.234/0.427/0.571/0.090 ms 2018-08-01 04:22:05,021 DEBUG [TestClient_455f0502-39b9-4683-ab46-623f9d25bfec3] PING 192.168.1.5 (192.168.1.5) 1500(1528) bytes of data. 1508 bytes from 192.168.1.5: icmp_seq=1 ttl=64 time=1.16 ms 1508 bytes from 192.168.1.5: icmp_seq=2 ttl=64 time=0.529 ms 1508 bytes from 192.168.1.5: icmp_seq=3 ttl=64 time=0.242 ms 1508 bytes from 192.168.1.5: icmp_seq=4 ttl=64 time=0.427 ms 1508 bytes from 192.168.1.5: icmp_seq=5 ttl=64 time=0.500 ms 1508 bytes from 192.168.1.5: icmp_seq=6 ttl=64 time=0.481 ms 1508 bytes from 192.168.1.5: icmp_seq=7 ttl=64 time=0.400 ms 1508 bytes from 192.168.1.5: icmp_seq=8 ttl=64 time=0.476 ms 1508 bytes from 192.168.1.5: icmp_seq=9 ttl=64 time=0.719 ms 1508 bytes from 192.168.1.5: icmp_seq=10 ttl=64 time=0.666 ms --- 192.168.1.5 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 9001ms rtt min/avg/max/mdev = 0.242/0.560/1.167/0.239 ms 2018-08-01 04:22:05,021 INFO [TestClient_455f0502-39b9-4683-ab46-623f9d25bfec3] Measuring TCP Throughput (packet size=65536)... 2018-08-01 04:22:05,022 DEBUG [TestClient_455f0502-39b9-4683-ab46-623f9d25bfec3] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 192.168.1.5 2018-08-01 04:22:15,126 DEBUG [TestClient_455f0502-39b9-4683-ab46-623f9d25bfec3] megabytes=7269.9121 real_seconds=10.00 rate_Mbps=6095.9230 tx_cpu=11 rx_cpu=19 retrans=594 cwnd=719 rtt_ms=0.40 2018-08-01 04:22:15,126 DEBUG [TestClient_455f0502-39b9-4683-ab46-623f9d25bfec3] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 192.168.1.5 2018-08-01 04:22:25,225 DEBUG [TestClient_455f0502-39b9-4683-ab46-623f9d25bfec3] megabytes=7274.3646 real_seconds=10.00 rate_Mbps=6100.1010 tx_cpu=11 rx_cpu=19 retrans=25 cwnd=558 rtt_ms=0.20 2018-08-01 04:22:25,226 DEBUG [TestClient_455f0502-39b9-4683-ab46-623f9d25bfec3] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 192.168.1.5 2018-08-01 04:22:35,326 DEBUG [TestClient_455f0502-39b9-4683-ab46-623f9d25bfec3] megabytes=6650.3951 real_seconds=10.00 rate_Mbps=5577.5226 tx_cpu=10 rx_cpu=18 retrans=14 cwnd=577 rtt_ms=0.40 2018-08-01 04:22:35,326 INFO [TestClient_455f0502-39b9-4683-ab46-623f9d25bfec3] Measuring UDP Throughput (packet size=128)... 2018-08-01 04:22:35,327 DEBUG [TestClient_455f0502-39b9-4683-ab46-623f9d25bfec3] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R5000000K -p5001 -P5002 -fparse 192.168.1.5 2018-08-01 04:22:38,654 DEBUG [TestClient_455f0502-39b9-4683-ab46-623f9d25bfec3] megabytes=34.2228 real_seconds=1.00 rate_Mbps=287.8633 tx_cpu=24 rx_cpu=32 drop=824 pkt=281177 data_loss=0.29309 2018-08-01 04:22:38,655 DEBUG [TestClient_455f0502-39b9-4683-ab46-623f9d25bfec3] pkt-size=128 throughput=1<294772/5000000<10000000 Kbps loss-rate=0 2018-08-01 04:22:38,655 DEBUG [TestClient_455f0502-39b9-4683-ab46-623f9d25bfec3] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R884316K -p5001 -P5002 -fparse 192.168.1.5 2018-08-01 04:22:42,008 DEBUG [TestClient_455f0502-39b9-4683-ab46-623f9d25bfec3] megabytes=33.9188 real_seconds=1.00 rate_Mbps=284.1870 tx_cpu=24 rx_cpu=34 drop=0 pkt=277863 data_loss=0.00000 2018-08-01 04:22:42,008 DEBUG [TestClient_455f0502-39b9-4683-ab46-623f9d25bfec3] pkt-size=128 throughput=1<291007/884316<884316 Kbps loss-rate=0 2018-08-01 04:22:42,009 DEBUG [TestClient_455f0502-39b9-4683-ab46-623f9d25bfec3] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R587661K -p5001 -P5002 -fparse 192.168.1.5 2018-08-01 04:22:45,333 DEBUG [TestClient_455f0502-39b9-4683-ab46-623f9d25bfec3] megabytes=34.7373 real_seconds=1.00 rate_Mbps=290.9054 tx_cpu=24 rx_cpu=35 drop=501 pkt=285069 data_loss=0.17587 2018-08-01 04:22:45,334 DEBUG [TestClient_455f0502-39b9-4683-ab46-623f9d25bfec3] pkt-size=128 throughput=1<297887/587661<587661 Kbps loss-rate=0 2018-08-01 04:22:45,334 DEBUG [TestClient_455f0502-39b9-4683-ab46-623f9d25bfec3] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R442774K -p5001 -P5002 -fparse 192.168.1.5 2018-08-01 04:22:48,685 DEBUG [TestClient_455f0502-39b9-4683-ab46-623f9d25bfec3] megabytes=34.1063 real_seconds=1.00 rate_Mbps=285.8425 tx_cpu=24 rx_cpu=34 drop=212 pkt=279611 data_loss=0.07588 2018-08-01 04:22:48,685 DEBUG [TestClient_455f0502-39b9-4683-ab46-623f9d25bfec3] pkt-size=128 throughput=1<292702/442774<442774 Kbps loss-rate=0 2018-08-01 04:22:48,685 DEBUG [TestClient_455f0502-39b9-4683-ab46-623f9d25bfec3] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R367738K -p5001 -P5002 -fparse 192.168.1.5 2018-08-01 04:22:52,036 DEBUG [TestClient_455f0502-39b9-4683-ab46-623f9d25bfec3] megabytes=32.8816 real_seconds=1.00 rate_Mbps=275.4969 tx_cpu=23 rx_cpu=32 drop=407 pkt=269773 data_loss=0.15092 2018-08-01 04:22:52,037 DEBUG [TestClient_455f0502-39b9-4683-ab46-623f9d25bfec3] pkt-size=128 throughput=1<282108/367738<367738 Kbps loss-rate=0 2018-08-01 04:22:52,037 DEBUG [TestClient_455f0502-39b9-4683-ab46-623f9d25bfec3] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R324923K -p5001 -P5002 -fparse 192.168.1.5 2018-08-01 04:22:55,361 DEBUG [TestClient_455f0502-39b9-4683-ab46-623f9d25bfec3] megabytes=35.3954 real_seconds=1.00 rate_Mbps=296.6374 tx_cpu=27 rx_cpu=31 drop=1600 pkt=291559 data_loss=0.54874 2018-08-01 04:22:55,362 DEBUG [TestClient_455f0502-39b9-4683-ab46-623f9d25bfec3] pkt-size=128 throughput=1<303756/324923<324923 Kbps loss-rate=0 2018-08-01 04:22:55,362 DEBUG undershot, min=303756 kbps=314339 max=324923 2018-08-01 04:22:55,362 DEBUG [TestClient_455f0502-39b9-4683-ab46-623f9d25bfec3] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R314339K -p5001 -P5002 -fparse 192.168.1.5 2018-08-01 04:22:58,690 DEBUG [TestClient_455f0502-39b9-4683-ab46-623f9d25bfec3] megabytes=35.1711 real_seconds=1.00 rate_Mbps=294.7322 tx_cpu=31 rx_cpu=33 drop=614 pkt=288736 data_loss=0.21279 2018-08-01 04:22:58,691 DEBUG [TestClient_455f0502-39b9-4683-ab46-623f9d25bfec3] pkt-size=128 throughput=303756<301805/314339<324923 Kbps loss-rate=0 2018-08-01 04:22:58,691 DEBUG undershot, min=314339 kbps=319631 max=324923 2018-08-01 04:22:58,691 INFO [TestClient_455f0502-39b9-4683-ab46-623f9d25bfec3] Measuring UDP Throughput (packet size=1024)... 2018-08-01 04:22:58,692 DEBUG [TestClient_455f0502-39b9-4683-ab46-623f9d25bfec3] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R5000000K -p5001 -P5002 -fparse 192.168.1.5 2018-08-01 04:23:02,042 DEBUG [TestClient_455f0502-39b9-4683-ab46-623f9d25bfec3] megabytes=282.6211 real_seconds=1.00 rate_Mbps=2369.3499 tx_cpu=44 rx_cpu=34 drop=544 pkt=289948 data_loss=0.18760 2018-08-01 04:23:02,042 DEBUG [TestClient_455f0502-39b9-4683-ab46-623f9d25bfec3] pkt-size=1024 throughput=1<2426214/5000000<10000000 Kbps loss-rate=0 2018-08-01 04:23:02,043 DEBUG [TestClient_455f0502-39b9-4683-ab46-623f9d25bfec3] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R3713107K -p5001 -P5002 -fparse 192.168.1.5 2018-08-01 04:23:05,393 DEBUG [TestClient_455f0502-39b9-4683-ab46-623f9d25bfec3] megabytes=260.8281 real_seconds=1.00 rate_Mbps=2188.3569 tx_cpu=50 rx_cpu=34 drop=3871 pkt=270959 data_loss=1.42864 2018-08-01 04:23:05,393 DEBUG [TestClient_455f0502-39b9-4683-ab46-623f9d25bfec3] pkt-size=1024 throughput=1<2240877/3713107<3713107 Kbps loss-rate=1 2018-08-01 04:23:05,394 DEBUG [TestClient_455f0502-39b9-4683-ab46-623f9d25bfec3] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R2976992K -p5001 -P5002 -fparse 192.168.1.5 2018-08-01 04:23:08,717 DEBUG [TestClient_455f0502-39b9-4683-ab46-623f9d25bfec3] megabytes=265.2461 real_seconds=1.00 rate_Mbps=2222.8427 tx_cpu=47 rx_cpu=34 drop=105 pkt=271717 data_loss=0.03863 2018-08-01 04:23:08,718 DEBUG [TestClient_455f0502-39b9-4683-ab46-623f9d25bfec3] pkt-size=1024 throughput=1<2276190/2976992<2976992 Kbps loss-rate=0 2018-08-01 04:23:08,718 DEBUG [TestClient_455f0502-39b9-4683-ab46-623f9d25bfec3] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R2626591K -p5001 -P5002 -fparse 192.168.1.5 2018-08-01 04:23:12,068 DEBUG [TestClient_455f0502-39b9-4683-ab46-623f9d25bfec3] megabytes=264.3057 real_seconds=1.00 rate_Mbps=2215.8028 tx_cpu=48 rx_cpu=36 drop=170 pkt=270819 data_loss=0.06277 2018-08-01 04:23:12,069 DEBUG [TestClient_455f0502-39b9-4683-ab46-623f9d25bfec3] pkt-size=1024 throughput=1<2268982/2626591<2626591 Kbps loss-rate=0 2018-08-01 04:23:12,069 DEBUG undershot, min=2268982 kbps=2447786 max=2626591 2018-08-01 04:23:12,069 DEBUG [TestClient_455f0502-39b9-4683-ab46-623f9d25bfec3] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R2447786K -p5001 -P5002 -fparse 192.168.1.5 2018-08-01 04:23:15,393 DEBUG [TestClient_455f0502-39b9-4683-ab46-623f9d25bfec3] megabytes=242.2969 real_seconds=1.00 rate_Mbps=2032.6148 tx_cpu=43 rx_cpu=34 drop=206 pkt=248318 data_loss=0.08293 2018-08-01 04:23:15,394 DEBUG [TestClient_455f0502-39b9-4683-ab46-623f9d25bfec3] pkt-size=1024 throughput=2268982<2081397/2447786<2626591 Kbps loss-rate=0 2018-08-01 04:23:15,394 DEBUG undershot, min=2447786 kbps=2537188 max=2626591 2018-08-01 04:23:15,394 DEBUG [TestClient_455f0502-39b9-4683-ab46-623f9d25bfec3] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R2537188K -p5001 -P5002 -fparse 192.168.1.5 2018-08-01 04:23:18,745 DEBUG [TestClient_455f0502-39b9-4683-ab46-623f9d25bfec3] megabytes=260.5264 real_seconds=1.00 rate_Mbps=2183.2921 tx_cpu=48 rx_cpu=35 drop=143 pkt=266922 data_loss=0.05356 2018-08-01 04:23:18,746 DEBUG [TestClient_455f0502-39b9-4683-ab46-623f9d25bfec3] pkt-size=1024 throughput=2447786<2235691/2537188<2626591 Kbps loss-rate=0 2018-08-01 04:23:18,746 DEBUG undershot, min=2537188 kbps=2581889 max=2626591 2018-08-01 04:23:18,746 INFO [TestClient_455f0502-39b9-4683-ab46-623f9d25bfec3] Measuring UDP Throughput (packet size=8192)... 2018-08-01 04:23:18,747 DEBUG [TestClient_455f0502-39b9-4683-ab46-623f9d25bfec3] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R5000000K -p5001 -P5002 -fparse 192.168.1.5 2018-08-01 04:23:22,099 DEBUG [TestClient_455f0502-39b9-4683-ab46-623f9d25bfec3] megabytes=364.1250 real_seconds=1.00 rate_Mbps=3049.6103 tx_cpu=99 rx_cpu=13 drop=29686 pkt=76294 data_loss=38.91001 2018-08-01 04:23:22,099 DEBUG [TestClient_455f0502-39b9-4683-ab46-623f9d25bfec3] pkt-size=8192 throughput=1<3122800/5000000<10000000 Kbps loss-rate=38 2018-08-01 04:23:22,099 DEBUG [TestClient_455f0502-39b9-4683-ab46-623f9d25bfec3] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R4061400K -p5001 -P5002 -fparse 192.168.1.5 2018-08-01 04:23:25,426 DEBUG [TestClient_455f0502-39b9-4683-ab46-623f9d25bfec3] megabytes=354.8047 real_seconds=1.00 rate_Mbps=2971.8567 tx_cpu=99 rx_cpu=12 drop=16557 pkt=61972 data_loss=26.71689 2018-08-01 04:23:25,427 DEBUG [TestClient_455f0502-39b9-4683-ab46-623f9d25bfec3] pkt-size=8192 throughput=1<3043181/4061400<4061400 Kbps loss-rate=26 2018-08-01 04:23:25,427 DEBUG [TestClient_455f0502-39b9-4683-ab46-623f9d25bfec3] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R3552290K -p5001 -P5002 -fparse 192.168.1.5 2018-08-01 04:23:28,779 DEBUG [TestClient_455f0502-39b9-4683-ab46-623f9d25bfec3] megabytes=353.1016 real_seconds=1.00 rate_Mbps=2957.4465 tx_cpu=99 rx_cpu=13 drop=9007 pkt=54204 data_loss=16.61686 2018-08-01 04:23:28,779 DEBUG [TestClient_455f0502-39b9-4683-ab46-623f9d25bfec3] pkt-size=8192 throughput=1<3028425/3552290<3552290 Kbps loss-rate=16 2018-08-01 04:23:28,779 DEBUG overshot, min=1 kbps=3028425 max=3552290 2018-08-01 04:23:28,780 DEBUG [TestClient_455f0502-39b9-4683-ab46-623f9d25bfec3] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R3028425K -p5001 -P5002 -fparse 192.168.1.5 2018-08-01 04:23:32,132 DEBUG [TestClient_455f0502-39b9-4683-ab46-623f9d25bfec3] megabytes=350.2188 real_seconds=1.00 rate_Mbps=2937.3191 tx_cpu=99 rx_cpu=14 drop=1382 pkt=46210 data_loss=2.99067 2018-08-01 04:23:32,132 DEBUG [TestClient_455f0502-39b9-4683-ab46-623f9d25bfec3] pkt-size=8192 throughput=1<3007814/3028425<3552290 Kbps loss-rate=2 2018-08-01 04:23:32,143 INFO { 'az_from': u'nova:overcloud-novacompute-0.opnfvlf.org', 'az_to': u'nova:overcloud-novacompute-1.opnfvlf.org', 'desc': 'VM to VM same network fixed IP (inter-node)', 'distro_id': 'Ubuntu', 'distro_version': '14.04', 'ip_from': u'192.168.1.8', 'ip_to': u'192.168.1.5', 'results': [ { 'pkt_size': 65536, 'protocol': 'TCP', 'retrans': 594, 'rtt_ms': 0.4, 'throughput_kbps': 6242225, 'tool': 'nuttcp-8.1.4'}, { 'pkt_size': 65536, 'protocol': 'TCP', 'retrans': 25, 'rtt_ms': 0.2, 'throughput_kbps': 6246503, 'tool': 'nuttcp-8.1.4'}, { 'pkt_size': 65536, 'protocol': 'TCP', 'retrans': 14, 'rtt_ms': 0.4, 'throughput_kbps': 5711383, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 0.21, 'pkt_size': 128, 'protocol': 'UDP', 'throughput_kbps': 301805, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 0.05, 'pkt_size': 1024, 'protocol': 'UDP', 'throughput_kbps': 2235691, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 2.99, 'pkt_size': 8192, 'protocol': 'UDP', 'throughput_kbps': 3007814, 'tool': 'nuttcp-8.1.4'}, { 'protocol': 'ICMP', 'results': [ { 'packet_size': 64, 'rtt_avg_ms': '0.540', 'rtt_max_ms': '1.931', 'rtt_min_ms': '0.235', 'rtt_stddev': '0.473', 'rx_packets': '10', 'tx_packets': '10'}, { 'packet_size': 391, 'rtt_avg_ms': '0.427', 'rtt_max_ms': '0.571', 'rtt_min_ms': '0.234', 'rtt_stddev': '0.090', 'rx_packets': '10', 'tx_packets': '10'}, { 'packet_size': 1500, 'rtt_avg_ms': '0.560', 'rtt_max_ms': '1.167', 'rtt_min_ms': '0.242', 'rtt_stddev': '0.239', 'rx_packets': '10', 'tx_packets': '10'}], 'tool': 'ping'}]} 2018-08-01 04:23:32,145 INFO Deleting floating ip 112fb57a-2eb7-4d62-ad12-eb2fbf25d5a2 2018-08-01 04:23:33,185 DEBUG [TestClient_455f0502-39b9-4683-ab46-623f9d25bfec3] Floating IP 172.30.9.200 deleted 2018-08-01 04:23:33,529 DEBUG [TestClient_455f0502-39b9-4683-ab46-623f9d25bfec3] Instance deleted 2018-08-01 04:23:33,561 INFO [TestClient_455f0502-39b9-4683-ab46-623f9d25bfec4] Creating client VM... 2018-08-01 04:23:33,561 DEBUG [TestClient_455f0502-39b9-4683-ab46-623f9d25bfec4] Starting on zone nova:overcloud-novacompute-0.opnfvlf.org 2018-08-01 04:23:37,502 DEBUG [TestClient_455f0502-39b9-4683-ab46-623f9d25bfec4] VM status=BUILD, retrying 1 of 50... 2018-08-01 04:23:39,976 ERROR Instance creation error: No valid host was found. There are not enough hosts available. 2018-08-01 04:23:39,977 ERROR Instance failed status=ERROR 2018-08-01 04:23:41,109 INFO [TestClient_455f0502-39b9-4683-ab46-623f9d25bfec4] Server creation failed 2018-08-01 04:23:41,110 INFO { 'desc': 'VM to VM different network fixed IP (inter-node)', 'results': 'error: VM cannot be spawned.'} 2018-08-01 04:23:41,110 INFO Cleaning up... 2018-08-01 04:23:41,111 DEBUG [TestServer_455f0502-39b9-4683-ab46-623f9d25bfec1] Terminating nuttcp-8.1.4 2018-08-01 04:39:21,586 ERROR [Errno 110] Operation timed out Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/vmtp/vmtp.py", line 1255, in main run_vmtp(opts) File "/usr/lib/python2.7/site-packages/vmtp/vmtp.py", line 1217, in run_vmtp vmtp_instance.run() File "/usr/lib/python2.7/site-packages/vmtp/vmtp.py", line 489, in run self.teardown() File "/usr/lib/python2.7/site-packages/vmtp/vmtp.py", line 446, in teardown self.server.dispose() File "/usr/lib/python2.7/site-packages/vmtp/perf_instance.py", line 106, in dispose self.tp_tool.dispose() File "/usr/lib/python2.7/site-packages/vmtp/perf_tool.py", line 77, in dispose self.instance.ssh.kill_proc(self.pid) File "/usr/lib/python2.7/site-packages/vmtp/sshutils.py", line 384, in kill_proc self.execute(cmd) File "/usr/lib/python2.7/site-packages/vmtp/sshutils.py", line 323, in execute timeout=timeout, raise_on_error=False) File "/usr/lib/python2.7/site-packages/vmtp/sshutils.py", line 241, in run timeout=timeout) File "/usr/lib/python2.7/site-packages/vmtp/sshutils.py", line 247, in _run session = transport.open_session() File "/usr/lib/python2.7/site-packages/paramiko/transport.py", line 767, in open_session timeout=timeout) File "/usr/lib/python2.7/site-packages/paramiko/transport.py", line 891, in open_channel raise e error: [Errno 110] Operation timed out 2018-08-01 04:39:21,996 - functest.opnfv_tests.openstack.vmtp.vmtp - ERROR - Exception when calling ['vmtp_genchart', '-c', '/home/opnfv/functest/results/vmtp/vmtp.html', '/home/opnfv/functest/results/vmtp/vmtp.json'] Error: No such file %s: /home/opnfv/functest/results/vmtp/vmtp.json 2018-08-01 04:39:22,122 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-01 04:39:22,122 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vmtp | functest | 26:34 | FAIL | +-------------------+------------------+------------------+----------------+ 2018-08-01 04:39:22,128 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-01 04:39:22,132 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9292/v2/images/bd9aabfa-9e91-47d0-b2d2-315ea2e83077 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3ed5150ba13ffab10f3e4ff93509e5a03f7aacbe" 2018-08-01 04:39:23,162 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-233c82bd-e286-445d-9fdc-ab0a81eb3489 Date: Wed, 01 Aug 2018 04:39:23 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 04:39:23,162 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/bd9aabfa-9e91-47d0-b2d2-315ea2e83077 used request id req-233c82bd-e286-445d-9fdc-ab0a81eb3489 2018-08-01 04:39:23,162 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.03358101845s 2018-08-01 04:39:23,162 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/bd9aabfa-9e91-47d0-b2d2-315ea2e83077 used request id req-233c82bd-e286-445d-9fdc-ab0a81eb3489 2018-08-01 04:39:23,163 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-01 04:39:23,163 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3ed5150ba13ffab10f3e4ff93509e5a03f7aacbe" 2018-08-01 04:39:23,453 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2094 X-Openstack-Request-Id: req-34790b01-42af-4da4-afd0-781b08fc5cbf Date: Wed, 01 Aug 2018 04:39:23 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"262fe7ec-b437-40b8-908b-6eb66c149655","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"89443fd7c5cf4259bed71fca1c3fe619","status":"ACTIVE","subnets":["e06facf3-a24e-40d5-a5ce-a0901a6e4875"],"description":"","tags":[],"updated_at":"2018-08-01T03:28:20Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"89443fd7c5cf4259bed71fca1c3fe619","created_at":"2018-08-01T03:28:13Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"679b137c-efdf-481c-ae58-a1ed7362ff15","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"90aa95516c664aef94b667c55fdaffe9","status":"ACTIVE","subnets":["70dcf009-99cd-4b11-b715-cc2d9f4e9ff3"],"description":"","tags":[],"updated_at":"2018-08-01T04:13:03Z","provider:segmentation_id":51,"name":"pns-internal-net2_455f0502-39b9-4683-ab46-623f9d25bfec","admin_state_up":true,"tenant_id":"90aa95516c664aef94b667c55fdaffe9","created_at":"2018-08-01T04:13:03Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"e9739931-526e-4e6f-89b6-18a6cea5f0d2","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"90aa95516c664aef94b667c55fdaffe9","status":"ACTIVE","subnets":["a5392190-85ae-4428-b57f-2a5bfe2587b5"],"description":"","tags":[],"updated_at":"2018-08-01T04:13:02Z","provider:segmentation_id":85,"name":"pns-internal-net_455f0502-39b9-4683-ab46-623f9d25bfec","admin_state_up":true,"tenant_id":"90aa95516c664aef94b667c55fdaffe9","created_at":"2018-08-01T04:13:01Z","provider:network_type":"vxlan"}]} 2018-08-01 04:39:23,453 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-34790b01-42af-4da4-afd0-781b08fc5cbf 2018-08-01 04:39:23,453 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.290698051453s 2018-08-01 04:39:23,454 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-34790b01-42af-4da4-afd0-781b08fc5cbf 2018-08-01 04:39:23,456 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-01 04:39:23,456 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/networks/e9739931-526e-4e6f-89b6-18a6cea5f0d2.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3ed5150ba13ffab10f3e4ff93509e5a03f7aacbe" 2018-08-01 04:39:23,793 - keystoneauth.session - DEBUG - RESP: [409] Content-Type: application/json Content-Length: 205 X-Openstack-Request-Id: req-6fb287f0-565c-43db-a422-94c8f1d6179e Date: Wed, 01 Aug 2018 04:39:23 GMT RESP BODY: {"NeutronError": {"message": "Unable to complete operation on network e9739931-526e-4e6f-89b6-18a6cea5f0d2. There are one or more ports still in use on the network.", "type": "NetworkInUse", "detail": ""}} 2018-08-01 04:39:23,794 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/e9739931-526e-4e6f-89b6-18a6cea5f0d2.json used request id req-6fb287f0-565c-43db-a422-94c8f1d6179e 2018-08-01 04:39:23,794 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 0.338006973267s 2018-08-01 04:39:23,794 - xtesting.ci.run_tests - ERROR - The test case 'vmtp' failed. 2018-08-01 04:39:23,840 - xtesting.ci.run_tests - INFO - Loading test case 'shaker'... 2018-08-01 04:39:23,877 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-01 04:39:23,877 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-01 04:39:23,877 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-01 04:39:23,877 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-01 04:39:23,877 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-01 04:39:23,877 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-01 04:39:23,877 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-01 04:39:23,878 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-01 04:39:23,878 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-01 04:39:23,878 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-01 04:39:23,878 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-01 04:39:23,878 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-01 04:39:23,878 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-01 04:39:23,878 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-01 04:39:23,878 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-01 04:39:23,878 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-01 04:39:23,878 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-01 04:39:23,878 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-01 04:39:23,878 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-01 04:39:23,878 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-01 04:39:23,879 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-01 04:39:23,879 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-01 04:39:23,879 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-01 04:39:23,879 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-01 04:39:23,879 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-01 04:39:23,881 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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-01 04:39:23,886 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:39:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e5e2ed74-e25b-4ded-9364-ed3ade82aae3 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-01 04:39:23,886 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-e5e2ed74-e25b-4ded-9364-ed3ade82aae3 2018-08-01 04:39:23,886 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-08-01 04:39:24,296 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ed1e3c9b852e426e8d791112d2fd4701", "name": "member"}, {"id": "147f18c7e1e349fc8e383440249c4c73", "name": "reader"}, {"id": "86fab6e3eccc4f5f9bd58caee92e2693", "name": "admin"}], "expires_at": "2018-08-01T05:39:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "90aa95516c664aef94b667c55fdaffe9", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:8004/v1/90aa95516c664aef94b667c55fdaffe9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5af2a23f0d4746a18ce9987becf49813"}, {"url": "http://192.30.9.7:8004/v1/90aa95516c664aef94b667c55fdaffe9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d6722b9f2184abb8e7b581d10709b51"}, {"url": "http://192.30.9.7:8004/v1/90aa95516c664aef94b667c55fdaffe9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc81206c7ec74b63a868c84343e2355a"}], "type": "orchestration", "id": "032123c5c07d477ab419a77fddb5ca2b", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/90aa95516c664aef94b667c55fdaffe9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00197bc0507d42718c9de1a1f3ff7fa9"}, {"url": "http://192.30.9.7:8776/v2/90aa95516c664aef94b667c55fdaffe9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "186c94a5205743a68de2c02795dd12cf"}, {"url": "http://192.30.9.7:8776/v2/90aa95516c664aef94b667c55fdaffe9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32c49f45893f4074a75a056facd63fc5"}], "type": "volumev2", "id": "09ef7c245fd9479f97ffee152dae0c8e", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27e89bb29a0d43ce83aefd4cae0f7bd7"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "295d31abf3f44d85b346281cd9c04740"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d685797f4b164aa48837a822ed32598b"}], "type": "alarming", "id": "0f8615b3651c41099fe76f0fa5b23dd1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f0c9b6089cd4f558ee73fabe48d842a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "551cf56b00bd4d038a8694d11700f2ef"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9ea08b0116c4412eaded9a074baa4211"}], "type": "image", "id": "17038717f3f0408e8c9d5af024ea0aab", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "17647a3a3a00479b9213e6f6cf7a30ea", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c2328ef964c4156917122cfb247f0c4"}, {"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33d0ce77838b4a0fbe56c50f7b1e4d71"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38b745fc1fe14a8691a6fb2553ade0e0"}], "type": "event", "id": "1d35633c710f4d9c88e1f50abe614b06", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/90aa95516c664aef94b667c55fdaffe9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dcebb246e8d42fab040b053411c0957"}, {"url": "http://192.30.9.7:8776/v3/90aa95516c664aef94b667c55fdaffe9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92f3de4ac4f44b9a95bdb5c3f0c34d51"}, {"url": "http://172.30.9.21:8776/v3/90aa95516c664aef94b667c55fdaffe9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f92025e32c9344f587283e14c1506699"}], "type": "volumev3", "id": "27b85f80d71f464183ff256181f71b43", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0f1136276d75402689a9c377621253ce"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b943f44b606457c91b7d5098b199be0"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b47ac34c09dc4c05b1ca4c869d47eaeb"}], "type": "metric", "id": "5a0ae06ba8b741ffb51d39c9adb9451c", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10bc7f20cf92414cb6d088da882341c5"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "53c0109d8bd545ef83f6d70ce101d52d"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d3688eabec1484e8c6549a46b35b25f"}], "type": "cloudformation", "id": "64e449782da244a4b49ea375e297a3ea", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/90aa95516c664aef94b667c55fdaffe9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8713e9b13a6e43c59e8aa6d6cd510b2b"}, {"url": "http://192.30.9.7:8776/v1/90aa95516c664aef94b667c55fdaffe9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b073433cdd0f4518882ecf0e413ae4af"}, {"url": "http://172.30.9.21:8776/v1/90aa95516c664aef94b667c55fdaffe9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fc41a1400c1945199a7f0758b5566e31"}], "type": "volume", "id": "6951fb022adb46feaa04f1020c483fd1", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "247e0a42582047fb8b1a74db1f38edf7"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37ed8998a3894a91b69a9e4f00e62b69"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b11d1b5d1d9043d88291c85c92eb73f4"}], "type": "placement", "id": "83e7ef9cff3b4731b936862816b9afd9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "432bfc9d0c4249dd9ccda5421e19b9e2"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f93c2c146b149cbb3483078f52c4bdf"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd4fdce564324509818028dc78641d8d"}], "type": "network", "id": "94871ebfcb5240ebb8b1c19b8739272c", "name": "neutron"}, {"endpoints": [{"url": "http://12.0.0.40:8080/v1/AUTH_90aa95516c664aef94b667c55fdaffe9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2333bd642dd5455c8f03d343d974704d"}, {"url": "http://12.0.0.40:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c3a57c4832a74174a0c0889da1e1364b"}, {"url": "http://172.30.9.21:8080/v1/AUTH_90aa95516c664aef94b667c55fdaffe9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f27db37221fb446f86228761531722fd"}], "type": "object-store", "id": "b008c8aea7694b57822ddc559b6dfc45", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "038ac873a08f40dab615db1106f36b91"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9c064a815b5c40c0bb0beee1dee18b58"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa33b6fd9ec24bfb9e27785b76bc205d"}], "type": "identity", "id": "de72ed0871ef4a7bab6d7ea0bbfa8d90", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c04b9806aca48e692c506107e0bd3a6"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "449f60307ac54b799d4527d2070f35db"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d69efddbf8af404a9b303b99cfb12f43"}], "type": "compute", "id": "eb2dd02d9ef54f67b42600e437ecb401", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "749556e27c83423fb69e649d00450103"}, "audit_ids": ["o2_v_tVuSwmtgVOqElpU3w"], "issued_at": "2018-08-01T04:39:24.000000Z"}} 2018-08-01 04:39:24,299 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-01 04:39:24,300 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21: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}21c04f03c637592f7b1df687795ae68a18d47a95" 2018-08-01 04:39:24,573 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-92b0f32f-dee6-4a54-a4f3-cf47dfd5a72e Date: Wed, 01 Aug 2018 04:39:24 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"262fe7ec-b437-40b8-908b-6eb66c149655","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"89443fd7c5cf4259bed71fca1c3fe619","status":"ACTIVE","subnets":["e06facf3-a24e-40d5-a5ce-a0901a6e4875"],"description":"","tags":[],"updated_at":"2018-08-01T03:28:20Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"89443fd7c5cf4259bed71fca1c3fe619","created_at":"2018-08-01T03:28:13Z","provider:network_type":"flat"}]} 2018-08-01 04:39:24,574 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json?router%3Aexternal=True used request id req-92b0f32f-dee6-4a54-a4f3-cf47dfd5a72e 2018-08-01 04:39:24,574 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.274237155914s 2018-08-01 04:39:24,574 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json?router%3Aexternal=True used request id req-92b0f32f-dee6-4a54-a4f3-cf47dfd5a72e 2018-08-01 04:39:24,578 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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-01 04:39:24,584 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 01 Aug 2018 04:39:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e7256f3c-0e0a-47be-a36f-db0b0470bde7 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.21:5000/v3/", "rel": "self"}]}]}} 2018-08-01 04:39:24,584 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/ used request id req-e7256f3c-0e0a-47be-a36f-db0b0470bde7 2018-08-01 04:39:24,585 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-01 04:39:24,588 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}21c04f03c637592f7b1df687795ae68a18d47a95" 2018-08-01 04:39:24,696 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:39:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-60114914-8a02-48f2-9ea4-3166f8e6c236 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.21:5000/v3/domains/cc40371ace4f4c2e9452fa2c52c1368e"}, "tags": [], "enabled": true, "id": "cc40371ace4f4c2e9452fa2c52c1368e", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains", "previous": null, "next": null}} 2018-08-01 04:39:24,696 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains used request id req-60114914-8a02-48f2-9ea4-3166f8e6c236 2018-08-01 04:39:24,697 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.111830949783s 2018-08-01 04:39:24,697 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains used request id req-60114914-8a02-48f2-9ea4-3166f8e6c236 2018-08-01 04:39:24,704 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-08-01 04:39:24,708 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}21c04f03c637592f7b1df687795ae68a18d47a95" -d '{"project": {"description": "Created by OPNFV Functest: shaker", "enabled": true, "domain_id": "default", "name": "shaker-project_ada014ec-51b2-4b16-abc8-039585ddedf9"}}' 2018-08-01 04:39:24,830 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 01 Aug 2018 04:39:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c9e5a694-b7a1-4db7-9ad7-fcb35f69701f 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.21:5000/v3/projects/40b0a24d6dd148279ac58b97a1167112"}, "tags": [], "enabled": true, "id": "40b0a24d6dd148279ac58b97a1167112", "parent_id": "default", "domain_id": "default", "name": "shaker-project_ada014ec-51b2-4b16-abc8-039585ddedf9"}} 2018-08-01 04:39:24,830 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-c9e5a694-b7a1-4db7-9ad7-fcb35f69701f 2018-08-01 04:39:24,830 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.125992059708s 2018-08-01 04:39:24,830 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-c9e5a694-b7a1-4db7-9ad7-fcb35f69701f 2018-08-01 04:39:24,831 - 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'40b0a24d6dd148279ac58b97a1167112', '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_ada014ec-51b2-4b16-abc8-039585ddedf9'}) 2018-08-01 04:39:24,837 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-08-01 04:39:24,840 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}21c04f03c637592f7b1df687795ae68a18d47a95" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "faad5178-9992-4e1b-ba1a-0ea820389a0e", "email": null, "name": "shaker-user_ada014ec-51b2-4b16-abc8-039585ddedf9"}}' 2018-08-01 04:39:25,226 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 01 Aug 2018 04:39:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e0ea692d-7b57-4c94-947d-67a00fde7377 Content-Length: 321 Content-Type: application/json RESP BODY: {"user": {"name": "shaker-user_ada014ec-51b2-4b16-abc8-039585ddedf9", "links": {"self": "http://172.30.9.21:5000/v3/users/2646baafedd641e1bf14c0da136d2222"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "2646baafedd641e1bf14c0da136d2222", "domain_id": "default", "password_expires_at": null}} 2018-08-01 04:39:25,226 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/users used request id req-e0ea692d-7b57-4c94-947d-67a00fde7377 2018-08-01 04:39:25,226 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.389008998871s 2018-08-01 04:39:25,227 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/users used request id req-e0ea692d-7b57-4c94-947d-67a00fde7377 2018-08-01 04:39:25,227 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'2646baafedd641e1bf14c0da136d2222', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'shaker-user_ada014ec-51b2-4b16-abc8-039585ddedf9'}) 2018-08-01 04:39:25,231 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-01 04:39:25,234 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}21c04f03c637592f7b1df687795ae68a18d47a95" 2018-08-01 04:39:25,350 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:39:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-16f547c1-069c-413b-a4f2-434fc75aa24d Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "147f18c7e1e349fc8e383440249c4c73", "links": {"self": "http://172.30.9.21:5000/v3/roles/147f18c7e1e349fc8e383440249c4c73"}, "name": "reader"}, {"domain_id": null, "id": "730dcac60af740de8f4eb572d8499268", "links": {"self": "http://172.30.9.21:5000/v3/roles/730dcac60af740de8f4eb572d8499268"}, "name": "swiftoperator"}, {"domain_id": null, "id": "86fab6e3eccc4f5f9bd58caee92e2693", "links": {"self": "http://172.30.9.21:5000/v3/roles/86fab6e3eccc4f5f9bd58caee92e2693"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b2b3ff44e054497fa64f6525e0e6195b", "links": {"self": "http://172.30.9.21:5000/v3/roles/b2b3ff44e054497fa64f6525e0e6195b"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ed1e3c9b852e426e8d791112d2fd4701", "links": {"self": "http://172.30.9.21:5000/v3/roles/ed1e3c9b852e426e8d791112d2fd4701"}, "name": "member"}, {"domain_id": null, "id": "f5c89a4293d34be3af121f401210ef46", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5c89a4293d34be3af121f401210ef46"}, "name": "ResellerAdmin"}]} 2018-08-01 04:39:25,351 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-16f547c1-069c-413b-a4f2-434fc75aa24d 2018-08-01 04:39:25,351 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.119944095612s 2018-08-01 04:39:25,351 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-16f547c1-069c-413b-a4f2-434fc75aa24d 2018-08-01 04:39:25,356 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-01 04:39:25,359 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}21c04f03c637592f7b1df687795ae68a18d47a95" 2018-08-01 04:39:25,463 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:39:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-67eb1ab6-bde7-474a-8bbd-a6a96da59ee9 Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "147f18c7e1e349fc8e383440249c4c73", "links": {"self": "http://172.30.9.21:5000/v3/roles/147f18c7e1e349fc8e383440249c4c73"}, "name": "reader"}, {"domain_id": null, "id": "730dcac60af740de8f4eb572d8499268", "links": {"self": "http://172.30.9.21:5000/v3/roles/730dcac60af740de8f4eb572d8499268"}, "name": "swiftoperator"}, {"domain_id": null, "id": "86fab6e3eccc4f5f9bd58caee92e2693", "links": {"self": "http://172.30.9.21:5000/v3/roles/86fab6e3eccc4f5f9bd58caee92e2693"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b2b3ff44e054497fa64f6525e0e6195b", "links": {"self": "http://172.30.9.21:5000/v3/roles/b2b3ff44e054497fa64f6525e0e6195b"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ed1e3c9b852e426e8d791112d2fd4701", "links": {"self": "http://172.30.9.21:5000/v3/roles/ed1e3c9b852e426e8d791112d2fd4701"}, "name": "member"}, {"domain_id": null, "id": "f5c89a4293d34be3af121f401210ef46", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5c89a4293d34be3af121f401210ef46"}, "name": "ResellerAdmin"}]} 2018-08-01 04:39:25,463 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-67eb1ab6-bde7-474a-8bbd-a6a96da59ee9 2018-08-01 04:39:25,463 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.106900930405s 2018-08-01 04:39:25,463 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-67eb1ab6-bde7-474a-8bbd-a6a96da59ee9 2018-08-01 04:39:25,468 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-01 04:39:25,472 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}21c04f03c637592f7b1df687795ae68a18d47a95" 2018-08-01 04:39:25,569 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:39:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d17f19fc-98ff-47d2-a093-b7140e608033 Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "147f18c7e1e349fc8e383440249c4c73", "links": {"self": "http://172.30.9.21:5000/v3/roles/147f18c7e1e349fc8e383440249c4c73"}, "name": "reader"}, {"domain_id": null, "id": "730dcac60af740de8f4eb572d8499268", "links": {"self": "http://172.30.9.21:5000/v3/roles/730dcac60af740de8f4eb572d8499268"}, "name": "swiftoperator"}, {"domain_id": null, "id": "86fab6e3eccc4f5f9bd58caee92e2693", "links": {"self": "http://172.30.9.21:5000/v3/roles/86fab6e3eccc4f5f9bd58caee92e2693"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b2b3ff44e054497fa64f6525e0e6195b", "links": {"self": "http://172.30.9.21:5000/v3/roles/b2b3ff44e054497fa64f6525e0e6195b"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ed1e3c9b852e426e8d791112d2fd4701", "links": {"self": "http://172.30.9.21:5000/v3/roles/ed1e3c9b852e426e8d791112d2fd4701"}, "name": "member"}, {"domain_id": null, "id": "f5c89a4293d34be3af121f401210ef46", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5c89a4293d34be3af121f401210ef46"}, "name": "ResellerAdmin"}]} 2018-08-01 04:39:25,569 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-d17f19fc-98ff-47d2-a093-b7140e608033 2018-08-01 04:39:25,569 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.100541830063s 2018-08-01 04:39:25,569 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-d17f19fc-98ff-47d2-a093-b7140e608033 2018-08-01 04:39:25,574 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-01 04:39:25,577 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}21c04f03c637592f7b1df687795ae68a18d47a95" 2018-08-01 04:39:25,690 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:39:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-acc4a928-fa07-4276-9505-a9ca203ad39b Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-01 04:39:25,690 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains/default used request id req-acc4a928-fa07-4276-9505-a9ca203ad39b 2018-08-01 04:39:25,691 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.116515874863s 2018-08-01 04:39:25,691 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains/default used request id req-acc4a928-fa07-4276-9505-a9ca203ad39b 2018-08-01 04:39:25,692 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-01 04:39:25,695 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}21c04f03c637592f7b1df687795ae68a18d47a95" 2018-08-01 04:39:25,800 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:39:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c2b69aaf-465f-4e3b-aa9a-23960bb42e5c Content-Encoding: gzip Content-Length: 839 Content-Type: application/json RESP BODY: {"users": [{"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/0f8a0650d1a846e88ba44704b50255c1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0f8a0650d1a846e88ba44704b50255c1", "email": "glance@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/130b7ea936644204a37124e676ddf428"}, "domain_id": "default", "enabled": true, "options": {}, "id": "130b7ea936644204a37124e676ddf428", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/1476f1d37caa49ec90baf29b9d92850d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1476f1d37caa49ec90baf29b9d92850d", "email": "neutron@localhost", "password_expires_at": null}, {"name": "shaker-user_ada014ec-51b2-4b16-abc8-039585ddedf9", "links": {"self": "http://172.30.9.21:5000/v3/users/2646baafedd641e1bf14c0da136d2222"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "2646baafedd641e1bf14c0da136d2222", "domain_id": "default", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/386874e6c2464a43ba93f0248a95595b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "386874e6c2464a43ba93f0248a95595b", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/3cb1fd184ec34300aba849c010464d1a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3cb1fd184ec34300aba849c010464d1a", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/749556e27c83423fb69e649d00450103"}, "domain_id": "default", "enabled": true, "options": {}, "id": "749556e27c83423fb69e649d00450103", "email": "admin@example.com", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.21:5000/v3/users/b6122bbf2037491bb9db6c47618110d1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b6122bbf2037491bb9db6c47618110d1", "email": "swift@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/c09ff16c1a614c8bbc73ec74064357a4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c09ff16c1a614c8bbc73ec74064357a4", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/c1daa0d43666493abbd83fb1577cff74"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c1daa0d43666493abbd83fb1577cff74", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/d1cc4ab5045f48be8e12d229b3b59cac"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d1cc4ab5045f48be8e12d229b3b59cac", "email": "cinder@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.21:5000/v3/users/d32629a0e7364688b6a82d496d6e354d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d32629a0e7364688b6a82d496d6e354d", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/d5ee6c90793c4cbeb762d8c68db45d5c"}, "domain_id": "cc40371ace4f4c2e9452fa2c52c1368e", "enabled": true, "options": {}, "id": "d5ee6c90793c4cbeb762d8c68db45d5c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/d91fd39b379e480e825eb2aa75b847b7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d91fd39b379e480e825eb2aa75b847b7", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/ecd8a45bf2844011921c3e9caab06794"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ecd8a45bf2844011921c3e9caab06794", "email": "heat@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-08-01 04:39:25,800 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-c2b69aaf-465f-4e3b-aa9a-23960bb42e5c 2018-08-01 04:39:25,801 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.108606100082s 2018-08-01 04:39:25,801 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-c2b69aaf-465f-4e3b-aa9a-23960bb42e5c 2018-08-01 04:39:25,812 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-01 04:39:25,815 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21: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}21c04f03c637592f7b1df687795ae68a18d47a95" 2018-08-01 04:39:25,914 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:39:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-abd18dfb-ec7f-4fd0-9956-c4b47c7dc559 Content-Encoding: gzip Content-Length: 391 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/90aa95516c664aef94b667c55fdaffe9"}, "tags": [], "enabled": true, "id": "90aa95516c664aef94b667c55fdaffe9", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/89443fd7c5cf4259bed71fca1c3fe619"}, "tags": [], "enabled": true, "id": "89443fd7c5cf4259bed71fca1c3fe619", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: shaker", "links": {"self": "http://172.30.9.21:5000/v3/projects/40b0a24d6dd148279ac58b97a1167112"}, "tags": [], "enabled": true, "id": "40b0a24d6dd148279ac58b97a1167112", "parent_id": "default", "domain_id": "default", "name": "shaker-project_ada014ec-51b2-4b16-abc8-039585ddedf9"}]} 2018-08-01 04:39:25,914 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?domain_id=default used request id req-abd18dfb-ec7f-4fd0-9956-c4b47c7dc559 2018-08-01 04:39:25,915 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.10223698616s 2018-08-01 04:39:25,915 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?domain_id=default used request id req-abd18dfb-ec7f-4fd0-9956-c4b47c7dc559 2018-08-01 04:39:25,922 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-01 04:39:25,925 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:5000/v3/role_assignments?user.id=2646baafedd641e1bf14c0da136d2222&role.id=ed1e3c9b852e426e8d791112d2fd4701&scope.project.id=40b0a24d6dd148279ac58b97a1167112" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}21c04f03c637592f7b1df687795ae68a18d47a95" 2018-08-01 04:39:26,027 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:39:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-efcffbe6-2e69-4114-84e6-b2f11d538745 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.21:5000/v3/role_assignments?user.id=2646baafedd641e1bf14c0da136d2222&role.id=ed1e3c9b852e426e8d791112d2fd4701&scope.project.id=40b0a24d6dd148279ac58b97a1167112", "previous": null, "next": null}} 2018-08-01 04:39:26,028 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/role_assignments?user.id=2646baafedd641e1bf14c0da136d2222&role.id=ed1e3c9b852e426e8d791112d2fd4701&scope.project.id=40b0a24d6dd148279ac58b97a1167112 used request id req-efcffbe6-2e69-4114-84e6-b2f11d538745 2018-08-01 04:39:26,028 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.105376958847s 2018-08-01 04:39:26,028 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/role_assignments?user.id=2646baafedd641e1bf14c0da136d2222&role.id=ed1e3c9b852e426e8d791112d2fd4701&scope.project.id=40b0a24d6dd148279ac58b97a1167112 used request id req-efcffbe6-2e69-4114-84e6-b2f11d538745 2018-08-01 04:39:26,031 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-01 04:39:26,035 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:5000/v3/projects/40b0a24d6dd148279ac58b97a1167112/users/2646baafedd641e1bf14c0da136d2222/roles/ed1e3c9b852e426e8d791112d2fd4701 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}21c04f03c637592f7b1df687795ae68a18d47a95" 2018-08-01 04:39:26,097 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 01 Aug 2018 04:39:26 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9a736ee2-fe4f-40ff-9272-ffbc5a655075 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-01 04:39:26,097 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/40b0a24d6dd148279ac58b97a1167112/users/2646baafedd641e1bf14c0da136d2222/roles/ed1e3c9b852e426e8d791112d2fd4701 used request id req-9a736ee2-fe4f-40ff-9272-ffbc5a655075 2018-08-01 04:39:26,097 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.065819978714s 2018-08-01 04:39:26,098 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/40b0a24d6dd148279ac58b97a1167112/users/2646baafedd641e1bf14c0da136d2222/roles/ed1e3c9b852e426e8d791112d2fd4701 used request id req-9a736ee2-fe4f-40ff-9272-ffbc5a655075 2018-08-01 04:39:26,098 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'shaker-project_ada014ec-51b2-4b16-abc8-039585ddedf9', 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'40b0a24d6dd148279ac58b97a1167112', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': 'faad5178-9992-4e1b-ba1a-0ea820389a0e', 'username': u'shaker-user_ada014ec-51b2-4b16-abc8-039585ddedf9', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.21: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-01 04:39:26,100 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-01 04:39:26,100 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-01 04:39:26,100 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-01 04:39:26,100 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-01 04:39:26,100 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-01 04:39:26,100 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-01 04:39:26,100 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-01 04:39:26,100 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-01 04:39:26,101 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-01 04:39:26,101 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-01 04:39:26,101 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-01 04:39:26,101 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-01 04:39:26,101 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-01 04:39:26,101 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-01 04:39:26,101 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-01 04:39:26,101 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-01 04:39:26,102 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-01 04:39:26,102 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-01 04:39:26,102 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-01 04:39:26,102 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-01 04:39:26,102 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-01 04:39:26,102 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-01 04:39:26,102 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-01 04:39:26,102 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-01 04:39:26,103 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-01 04:39:26,104 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'shaker-user_ada014ec-51b2-4b16-abc8-039585ddedf9', 'password': 'faad5178-9992-4e1b-ba1a-0ea820389a0e', 'project_name': 'shaker-project_ada014ec-51b2-4b16-abc8-039585ddedf9', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.21:5000/v3', 'project_id': '40b0a24d6dd148279ac58b97a1167112', 'project_domain_name': 'Default'} 2018-08-01 04:39:26,104 - xtesting.ci.run_tests - INFO - Running test case 'shaker'... 2018-08-01 04:39:26,106 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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-01 04:39:26,111 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:39:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c3f84254-34c7-401f-934d-a6f4761f08d8 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-01 04:39:26,111 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-c3f84254-34c7-401f-934d-a6f4761f08d8 2018-08-01 04:39:26,112 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-08-01 04:39:26,516 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ed1e3c9b852e426e8d791112d2fd4701", "name": "member"}, {"id": "147f18c7e1e349fc8e383440249c4c73", "name": "reader"}], "expires_at": "2018-08-01T05:39:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "40b0a24d6dd148279ac58b97a1167112", "name": "shaker-project_ada014ec-51b2-4b16-abc8-039585ddedf9"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:8004/v1/40b0a24d6dd148279ac58b97a1167112", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5af2a23f0d4746a18ce9987becf49813"}, {"url": "http://192.30.9.7:8004/v1/40b0a24d6dd148279ac58b97a1167112", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d6722b9f2184abb8e7b581d10709b51"}, {"url": "http://192.30.9.7:8004/v1/40b0a24d6dd148279ac58b97a1167112", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc81206c7ec74b63a868c84343e2355a"}], "type": "orchestration", "id": "032123c5c07d477ab419a77fddb5ca2b", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/40b0a24d6dd148279ac58b97a1167112", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00197bc0507d42718c9de1a1f3ff7fa9"}, {"url": "http://192.30.9.7:8776/v2/40b0a24d6dd148279ac58b97a1167112", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "186c94a5205743a68de2c02795dd12cf"}, {"url": "http://192.30.9.7:8776/v2/40b0a24d6dd148279ac58b97a1167112", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32c49f45893f4074a75a056facd63fc5"}], "type": "volumev2", "id": "09ef7c245fd9479f97ffee152dae0c8e", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27e89bb29a0d43ce83aefd4cae0f7bd7"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "295d31abf3f44d85b346281cd9c04740"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d685797f4b164aa48837a822ed32598b"}], "type": "alarming", "id": "0f8615b3651c41099fe76f0fa5b23dd1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f0c9b6089cd4f558ee73fabe48d842a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "551cf56b00bd4d038a8694d11700f2ef"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9ea08b0116c4412eaded9a074baa4211"}], "type": "image", "id": "17038717f3f0408e8c9d5af024ea0aab", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "17647a3a3a00479b9213e6f6cf7a30ea", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c2328ef964c4156917122cfb247f0c4"}, {"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33d0ce77838b4a0fbe56c50f7b1e4d71"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38b745fc1fe14a8691a6fb2553ade0e0"}], "type": "event", "id": "1d35633c710f4d9c88e1f50abe614b06", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/40b0a24d6dd148279ac58b97a1167112", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dcebb246e8d42fab040b053411c0957"}, {"url": "http://192.30.9.7:8776/v3/40b0a24d6dd148279ac58b97a1167112", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92f3de4ac4f44b9a95bdb5c3f0c34d51"}, {"url": "http://172.30.9.21:8776/v3/40b0a24d6dd148279ac58b97a1167112", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f92025e32c9344f587283e14c1506699"}], "type": "volumev3", "id": "27b85f80d71f464183ff256181f71b43", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0f1136276d75402689a9c377621253ce"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b943f44b606457c91b7d5098b199be0"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b47ac34c09dc4c05b1ca4c869d47eaeb"}], "type": "metric", "id": "5a0ae06ba8b741ffb51d39c9adb9451c", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10bc7f20cf92414cb6d088da882341c5"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "53c0109d8bd545ef83f6d70ce101d52d"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d3688eabec1484e8c6549a46b35b25f"}], "type": "cloudformation", "id": "64e449782da244a4b49ea375e297a3ea", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/40b0a24d6dd148279ac58b97a1167112", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8713e9b13a6e43c59e8aa6d6cd510b2b"}, {"url": "http://192.30.9.7:8776/v1/40b0a24d6dd148279ac58b97a1167112", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b073433cdd0f4518882ecf0e413ae4af"}, {"url": "http://172.30.9.21:8776/v1/40b0a24d6dd148279ac58b97a1167112", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fc41a1400c1945199a7f0758b5566e31"}], "type": "volume", "id": "6951fb022adb46feaa04f1020c483fd1", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "247e0a42582047fb8b1a74db1f38edf7"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37ed8998a3894a91b69a9e4f00e62b69"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b11d1b5d1d9043d88291c85c92eb73f4"}], "type": "placement", "id": "83e7ef9cff3b4731b936862816b9afd9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "432bfc9d0c4249dd9ccda5421e19b9e2"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f93c2c146b149cbb3483078f52c4bdf"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd4fdce564324509818028dc78641d8d"}], "type": "network", "id": "94871ebfcb5240ebb8b1c19b8739272c", "name": "neutron"}, {"endpoints": [{"url": "http://12.0.0.40:8080/v1/AUTH_40b0a24d6dd148279ac58b97a1167112", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2333bd642dd5455c8f03d343d974704d"}, {"url": "http://12.0.0.40:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c3a57c4832a74174a0c0889da1e1364b"}, {"url": "http://172.30.9.21:8080/v1/AUTH_40b0a24d6dd148279ac58b97a1167112", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f27db37221fb446f86228761531722fd"}], "type": "object-store", "id": "b008c8aea7694b57822ddc559b6dfc45", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "038ac873a08f40dab615db1106f36b91"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9c064a815b5c40c0bb0beee1dee18b58"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa33b6fd9ec24bfb9e27785b76bc205d"}], "type": "identity", "id": "de72ed0871ef4a7bab6d7ea0bbfa8d90", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c04b9806aca48e692c506107e0bd3a6"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "449f60307ac54b799d4527d2070f35db"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d69efddbf8af404a9b303b99cfb12f43"}], "type": "compute", "id": "eb2dd02d9ef54f67b42600e437ecb401", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "shaker-user_ada014ec-51b2-4b16-abc8-039585ddedf9", "id": "2646baafedd641e1bf14c0da136d2222"}, "audit_ids": ["pLOY2zZlRVWMebmR8Y3V5A"], "issued_at": "2018-08-01T04:39:26.000000Z"}} 2018-08-01 04:39:26,519 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-01 04:39:26,520 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ca39ee9be3dd797c6f3cf43d10cbd494a554be46" -d '{"network": {"name": "shaker-net_ada014ec-51b2-4b16-abc8-039585ddedf9", "admin_state_up": true}}' 2018-08-01 04:39:27,481 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 584 X-Openstack-Request-Id: req-45923f80-5914-4bb3-b921-bb4ed9046f03 Date: Wed, 01 Aug 2018 04:39:27 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"40b0a24d6dd148279ac58b97a1167112","created_at":"2018-08-01T04:39:27Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-01T04:39:27Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"40b0a24d6dd148279ac58b97a1167112","id":"bd2d3c86-9dfd-4d6d-8db7-9caa15718c45","name":"shaker-net_ada014ec-51b2-4b16-abc8-039585ddedf9"}} 2018-08-01 04:39:27,481 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-45923f80-5914-4bb3-b921-bb4ed9046f03 2018-08-01 04:39:27,481 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.96155500412s 2018-08-01 04:39:27,481 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-45923f80-5914-4bb3-b921-bb4ed9046f03 2018-08-01 04:39:27,482 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-08-01T04:39:27Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'id': u'bd2d3c86-9dfd-4d6d-8db7-9caa15718c45', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'shaker-net_ada014ec-51b2-4b16-abc8-039585ddedf9', u'admin_state_up': True, u'tenant_id': u'40b0a24d6dd148279ac58b97a1167112', u'created_at': u'2018-08-01T04:39:27Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'40b0a24d6dd148279ac58b97a1167112'}) 2018-08-01 04:39:27,482 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-01 04:39:27,483 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ca39ee9be3dd797c6f3cf43d10cbd494a554be46" 2018-08-01 04:39:27,817 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1145 X-Openstack-Request-Id: req-0565ff58-7684-4681-8e49-a3e04a6d8aea Date: Wed, 01 Aug 2018 04:39: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":["e06facf3-a24e-40d5-a5ce-a0901a6e4875"],"updated_at":"2018-08-01T03:28:20Z","tenant_id":"89443fd7c5cf4259bed71fca1c3fe619","created_at":"2018-08-01T03:28:13Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"89443fd7c5cf4259bed71fca1c3fe619","id":"262fe7ec-b437-40b8-908b-6eb66c149655","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-01T04:39:27Z","tenant_id":"40b0a24d6dd148279ac58b97a1167112","created_at":"2018-08-01T04:39:27Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":1,"admin_state_up":true,"shared":false,"project_id":"40b0a24d6dd148279ac58b97a1167112","id":"bd2d3c86-9dfd-4d6d-8db7-9caa15718c45","name":"shaker-net_ada014ec-51b2-4b16-abc8-039585ddedf9"}]} 2018-08-01 04:39:27,817 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-0565ff58-7684-4681-8e49-a3e04a6d8aea 2018-08-01 04:39:27,817 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.33492898941s 2018-08-01 04:39:27,818 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-0565ff58-7684-4681-8e49-a3e04a6d8aea 2018-08-01 04:39:27,819 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-01 04:39:27,820 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}ca39ee9be3dd797c6f3cf43d10cbd494a554be46" -d '{"subnet": {"name": "shaker-subnet_ada014ec-51b2-4b16-abc8-039585ddedf9", "enable_dhcp": true, "network_id": "bd2d3c86-9dfd-4d6d-8db7-9caa15718c45", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-01 04:39:29,109 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-b6304397-e013-4b8f-ba02-1a8088682baf Date: Wed, 01 Aug 2018 04:39:29 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bd2d3c86-9dfd-4d6d-8db7-9caa15718c45","tenant_id":"40b0a24d6dd148279ac58b97a1167112","created_at":"2018-08-01T04:39:28Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-01T04:39:28Z","gateway_ip":"192.168.120.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.120.0/24","project_id":"40b0a24d6dd148279ac58b97a1167112","id":"6d819f23-c749-406a-b604-a54a430c57c0","subnetpool_id":null,"name":"shaker-subnet_ada014ec-51b2-4b16-abc8-039585ddedf9"}} 2018-08-01 04:39:29,109 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-b6304397-e013-4b8f-ba02-1a8088682baf 2018-08-01 04:39:29,110 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 1.29041099548s 2018-08-01 04:39:29,110 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-b6304397-e013-4b8f-ba02-1a8088682baf 2018-08-01 04:39:29,110 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-01T04:39:28Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'6d819f23-c749-406a-b604-a54a430c57c0', u'subnetpool_id': None, u'service_types': [], u'name': u'shaker-subnet_ada014ec-51b2-4b16-abc8-039585ddedf9', u'enable_dhcp': True, u'network_id': u'bd2d3c86-9dfd-4d6d-8db7-9caa15718c45', u'tenant_id': u'40b0a24d6dd148279ac58b97a1167112', u'created_at': u'2018-08-01T04:39:28Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'40b0a24d6dd148279ac58b97a1167112'}) 2018-08-01 04:39:29,111 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-01 04:39:29,111 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}ca39ee9be3dd797c6f3cf43d10cbd494a554be46" -d '{"router": {"external_gateway_info": {"network_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "name": "shaker-router_ada014ec-51b2-4b16-abc8-039585ddedf9", "admin_state_up": true}}' 2018-08-01 04:39:30,502 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 617 X-Openstack-Request-Id: req-d1e2a61b-ead1-4065-aab7-fe0a42167fcc Date: Wed, 01 Aug 2018 04:39:30 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "e06facf3-a24e-40d5-a5ce-a0901a6e4875", "ip_address": "172.30.9.204"}]}, "description": "", "tags": [], "tenant_id": "40b0a24d6dd148279ac58b97a1167112", "created_at": "2018-08-01T04:39:29Z", "admin_state_up": true, "updated_at": "2018-08-01T04:39:30Z", "revision_number": 2, "routes": [], "project_id": "40b0a24d6dd148279ac58b97a1167112", "id": "f453615a-988b-4ebd-8072-0f73ff47318b", "name": "shaker-router_ada014ec-51b2-4b16-abc8-039585ddedf9"}} 2018-08-01 04:39:30,502 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-d1e2a61b-ead1-4065-aab7-fe0a42167fcc 2018-08-01 04:39:30,502 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.39085006714s 2018-08-01 04:39:30,502 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-d1e2a61b-ead1-4065-aab7-fe0a42167fcc 2018-08-01 04:39:30,503 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'262fe7ec-b437-40b8-908b-6eb66c149655', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'e06facf3-a24e-40d5-a5ce-a0901a6e4875', u'ip_address': u'172.30.9.204'}]}, u'description': u'', u'tags': [], u'tenant_id': u'40b0a24d6dd148279ac58b97a1167112', u'created_at': u'2018-08-01T04:39:29Z', u'admin_state_up': True, u'updated_at': u'2018-08-01T04:39:30Z', u'revision_number': 2, u'routes': [], u'project_id': u'40b0a24d6dd148279ac58b97a1167112', u'id': u'f453615a-988b-4ebd-8072-0f73ff47318b', u'name': u'shaker-router_ada014ec-51b2-4b16-abc8-039585ddedf9'}) 2018-08-01 04:39:30,503 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-01 04:39:30,504 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9696/v2.0/routers/f453615a-988b-4ebd-8072-0f73ff47318b/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}ca39ee9be3dd797c6f3cf43d10cbd494a554be46" -d '{"subnet_id": "6d819f23-c749-406a-b604-a54a430c57c0"}' 2018-08-01 04:39:32,951 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-726ecc6a-d1e9-4fa9-8b82-d43eafd92efe Date: Wed, 01 Aug 2018 04:39:32 GMT RESP BODY: {"network_id": "bd2d3c86-9dfd-4d6d-8db7-9caa15718c45", "tenant_id": "40b0a24d6dd148279ac58b97a1167112", "subnet_id": "6d819f23-c749-406a-b604-a54a430c57c0", "subnet_ids": ["6d819f23-c749-406a-b604-a54a430c57c0"], "port_id": "b0469b4a-deb7-40e7-8863-d2abc11c8fd4", "id": "f453615a-988b-4ebd-8072-0f73ff47318b"} 2018-08-01 04:39:32,951 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/f453615a-988b-4ebd-8072-0f73ff47318b/add_router_interface.json used request id req-726ecc6a-d1e9-4fa9-8b82-d43eafd92efe 2018-08-01 04:39:32,951 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.44764995575s 2018-08-01 04:39:32,951 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/f453615a-988b-4ebd-8072-0f73ff47318b/add_router_interface.json used request id req-726ecc6a-d1e9-4fa9-8b82-d43eafd92efe returning object f453615a-988b-4ebd-8072-0f73ff47318b 2018-08-01 04:39:32,952 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/shaker-image.qcow2 2018-08-01 04:39:36,494 - shade - DEBUG - Image file /home/opnfv/functest/images/shaker-image.qcow2 md5:cea74a063cc5ef2b018ec12beb0bf961 sha256:5b6e74a9c6d1ae4031568048ae342306715a3d096910fe0bad4c8cb5f9969017 2018-08-01 04:39:36,495 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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-01 04:39:36,500 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 754 Date: Wed, 01 Aug 2018 04:39:36 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.6", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}]} 2018-08-01 04:39:36,504 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-01 04:39:36,508 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ca39ee9be3dd797c6f3cf43d10cbd494a554be46" 2018-08-01 04:39:37,092 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-66baf8c4-15d1-451e-a2be-b6f08d14ec9d Date: Wed, 01 Aug 2018 04:39:37 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-01 04:39:37,092 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-66baf8c4-15d1-451e-a2be-b6f08d14ec9d 2018-08-01 04:39:37,092 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.587639093399s 2018-08-01 04:39:37,092 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-66baf8c4-15d1-451e-a2be-b6f08d14ec9d 2018-08-01 04:39:37,097 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-01 04:39:37,100 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ca39ee9be3dd797c6f3cf43d10cbd494a554be46" -d '{"owner_specified.shade.md5": "cea74a063cc5ef2b018ec12beb0bf961", "owner_specified.shade.sha256": "5b6e74a9c6d1ae4031568048ae342306715a3d096910fe0bad4c8cb5f9969017", "owner_specified.shade.object": "images/shaker-img_ada014ec-51b2-4b16-abc8-039585ddedf9", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "shaker-img_ada014ec-51b2-4b16-abc8-039585ddedf9"}' 2018-08-01 04:39:37,750 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 864 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/e8c66e82-93b0-42c6-8d39-2279199308ed Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-0e122e24-236f-4c14-81e2-a8c8db316303 Date: Wed, 01 Aug 2018 04:39:37 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/e8c66e82-93b0-42c6-8d39-2279199308ed/file", "owner": "40b0a24d6dd148279ac58b97a1167112", "id": "e8c66e82-93b0-42c6-8d39-2279199308ed", "size": null, "self": "/v2/images/e8c66e82-93b0-42c6-8d39-2279199308ed", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "5b6e74a9c6d1ae4031568048ae342306715a3d096910fe0bad4c8cb5f9969017", "updated_at": "2018-08-01T04:39:37Z", "visibility": "private", "owner_specified.shade.object": "images/shaker-img_ada014ec-51b2-4b16-abc8-039585ddedf9", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "cea74a063cc5ef2b018ec12beb0bf961", "name": "shaker-img_ada014ec-51b2-4b16-abc8-039585ddedf9", "checksum": null, "created_at": "2018-08-01T04:39:37Z", "protected": false} 2018-08-01 04:39:37,750 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-0e122e24-236f-4c14-81e2-a8c8db316303 2018-08-01 04:39:37,750 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.652602910995s 2018-08-01 04:39:37,750 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-0e122e24-236f-4c14-81e2-a8c8db316303 returning object e8c66e82-93b0-42c6-8d39-2279199308ed 2018-08-01 04:39:37,751 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-01 04:39:37,755 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9292/v2/images/e8c66e82-93b0-42c6-8d39-2279199308ed/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}ca39ee9be3dd797c6f3cf43d10cbd494a554be46" -d '' 2018-08-01 04:39:48,255 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-98f4df90-6ddb-439e-a35d-6d1865515452 Date: Wed, 01 Aug 2018 04:39: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-01 04:39:48,256 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/e8c66e82-93b0-42c6-8d39-2279199308ed/file used request id req-98f4df90-6ddb-439e-a35d-6d1865515452 2018-08-01 04:39:48,256 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 10.5044879913s 2018-08-01 04:39:48,256 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/e8c66e82-93b0-42c6-8d39-2279199308ed/file used request id req-98f4df90-6ddb-439e-a35d-6d1865515452 2018-08-01 04:39:48,256 - functest.core.singlevm - DEBUG - image: Munch({u'status': u'queued', u'owner_specified.shade.object': u'images/shaker-img_ada014ec-51b2-4b16-abc8-039585ddedf9', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2018-08-01T04:39:37Z', u'owner_specified.shade.sha256': u'5b6e74a9c6d1ae4031568048ae342306715a3d096910fe0bad4c8cb5f9969017', u'locations': [], u'min_disk': 0, u'visibility': u'private', u'file': u'/v2/images/e8c66e82-93b0-42c6-8d39-2279199308ed/file', u'owner': u'40b0a24d6dd148279ac58b97a1167112', u'virtual_size': None, u'owner_specified.shade.md5': u'cea74a063cc5ef2b018ec12beb0bf961', u'id': u'e8c66e82-93b0-42c6-8d39-2279199308ed', u'size': None, u'name': u'shaker-img_ada014ec-51b2-4b16-abc8-039585ddedf9', u'checksum': None, u'self': u'/v2/images/e8c66e82-93b0-42c6-8d39-2279199308ed', u'disk_format': u'qcow2', u'protected': False, u'created_at': u'2018-08-01T04:39:37Z', u'schema': u'/v2/schemas/image'}) 2018-08-01 04:39:48,257 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-01 04:39:48,260 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}21c04f03c637592f7b1df687795ae68a18d47a95" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "shaker-flavor_ada014ec-51b2-4b16-abc8-039585ddedf9", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 3, "id": null, "swap": 0}}' 2018-08-01 04:39:48,933 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:39: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-0f0aedb6-9046-4797-a1b9-865597ce27e4 x-compute-request-id: req-0f0aedb6-9046-4797-a1b9-865597ce27e4 Content-Encoding: gzip Content-Length: 307 Content-Type: application/json RESP BODY: {"flavor": {"name": "shaker-flavor_ada014ec-51b2-4b16-abc8-039585ddedf9", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/80cad012-10a6-4ee0-be06-4098e5231e52", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/80cad012-10a6-4ee0-be06-4098e5231e52", "rel": "bookmark"}], "ram": 512, "OS-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": "80cad012-10a6-4ee0-be06-4098e5231e52"}} 2018-08-01 04:39:48,933 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-0f0aedb6-9046-4797-a1b9-865597ce27e4 2018-08-01 04:39:48,933 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.675935029984s 2018-08-01 04:39:48,933 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-0f0aedb6-9046-4797-a1b9-865597ce27e4 2018-08-01 04:39:48,934 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'shaker-flavor_ada014ec-51b2-4b16-abc8-039585ddedf9', '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'90aa95516c664aef94b667c55fdaffe9', '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'80cad012-10a6-4ee0-be06-4098e5231e52', 'swap': 0}) 2018-08-01 04:39:48,935 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-01 04:39:48,937 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/flavors/80cad012-10a6-4ee0-be06-4098e5231e52/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}21c04f03c637592f7b1df687795ae68a18d47a95" -d '{"extra_specs": {}}' 2018-08-01 04:39:48,958 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:39: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-16ad37bb-aba1-4132-8cf7-a0db5dad7df3 x-compute-request-id: req-16ad37bb-aba1-4132-8cf7-a0db5dad7df3 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-01 04:39:48,958 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors/80cad012-10a6-4ee0-be06-4098e5231e52/os-extra_specs used request id req-16ad37bb-aba1-4132-8cf7-a0db5dad7df3 2018-08-01 04:39:48,958 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0232410430908s 2018-08-01 04:39:48,958 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors/80cad012-10a6-4ee0-be06-4098e5231e52/os-extra_specs used request id req-16ad37bb-aba1-4132-8cf7-a0db5dad7df3 2018-08-01 04:39:48,959 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-08-01 04:39:48,961 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}ca39ee9be3dd797c6f3cf43d10cbd494a554be46" -d '{"keypair": {"name": "shaker-kp_ada014ec-51b2-4b16-abc8-039585ddedf9"}}' 2018-08-01 04:39:49,791 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:39: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-0f41541c-73b7-4079-8dfd-cb99382d5b5f x-compute-request-id: req-0f41541c-73b7-4079-8dfd-cb99382d5b5f Content-Encoding: gzip Content-Length: 1802 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC1YNCYI5NnNhzrbpp/5KSLYkjM7iZeUYxhg1Y+0QcZJXDqiaHieIdLQB1270KqeehCvExICzAtiXKXJrA8OND+jfo/waM98yMV61qHywYq/IDxAK4rBN/N6Q/9e5/6CPesbd+yOq/BFYajQ+f+tXtrRY+ZTaWRyNvPeNT3NqhOm2iDKlWfAezBcLqgoKeXoOnLQwskasL5+fcw4D8cwfAkB/0hquAQgUz/h9EP+wTyTxhqOp4Q2NCLrA72Zl319x6qgoftbVGm7sco+2/L0dqHaMfwtlI9ihoaAU8YGzCTs61QIqPVmmahCRpLjVFIm8brIp2AQ0FJFzVboZU41cld Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEAtWDQmCOTZzYc626af+Ski2JIzO4mXlGMYYNWPtEHGSVw6omh\n4niHS0Addu9CqnnoQrxMSAswLYlylyawPDjQ/o36P8GjPfMjFetah8sGKvyA8QCu\nKwTfzekP/Xuf+gj3rG3fsjqvwRWGo0Pn/rV7a0WPmU2lkcjbz3jU9zaoTptogypV\nnwHswXC6oKCnl6Dpy0MLJGrC+fn3MOA/HMHwJAf9IargEIFM/4fRD/sE8k8Yajqe\nENjQi6wO9mZd9fceqoKH7W1Rpu7HKPtvy9Hah2jH8LZSPYoaGgFPGBswk7OtUCKj\n1ZpmoQkaS41RSJvG6yKdgENBSRc1W6GVONXJXQIDAQABAoIBABxGuJ5PRYacqAuI\nFawEkCZurxzLr82adwEowYRPgATKknzt8f/lfGod17oX+NOs56mnw1ij7eHbgLLR\nxD3POb3FkpLn9DQPOJQNOfLbkt2Wud9YlM5+Fwn54JVK9Zi8VyhZhLs7bPT0DyZa\nyssprdD+ajGjKkG9B4+jrcfQjJKcYi7QqG1Kl6CQmh+GbmWy93mwGiEpTR5qKpFC\nxPQSzt6RMRymQSkeTI18YRNWmSVX/lLdtAE0ztzc2Allst9zMcYUzWO0Z7LYqxRB\nCYorgzr32i5llWQi17nO0XfzC9yTXa7/euVZjCLldL26AFIvxtq7JAc00Cj+ElWr\n1ICuaKECgYEA7+ByHqsnXGauAq3EHoDLhdHGT1wOkVqkC1jylmQPi0ZevEpxITk4\ngCMX0zJlUmrWCR0oekW4XQKfVjY0+pwSXfgSatGajoJWvkIBzey0fzop4m5Sl2/K\n5M4c1eTz8rn5TShWZdLFgb3R4maAtFu/Kb/LBwujwT6AdVaoXEGf3YkCgYEAwZHJ\nGLX9RNS6lUSBiHWjLGIiAmJ4c0bnpia4z1y4omtz/d6IZuJSmwEliQ9uC9TLBvX5\nfNiC8iC/bPMQVQPmEzm6N+f8q9v/JKqi/ix2S+FNGYUZ/pAaRCN2i2vq/Gm4g9OU\nXpA89ze3NwNfsstvKsZQunPmgB8UP7AHUylmjDUCgYEA25LiI3yb/RLoef9BpIJU\nylvpYT9s/lSwEMsM0+kn6V8y3Lxvre/I7lIxPtvEr5qn7ZPJN5OWXV1HKQ1ZlYVD\nssyfXzQafBSG/oVBTZQ87LD7Ig/GfmSQnryk3I5FV4wwzhX8cBxtOoPdGZamfXH2\nHGs5l2tqLDvgLohyeHCBu7ECgYEAqfwsbNbkox1s/Mg8OGmV8dP7qbxvqkwKAY7f\nnLoAKiHSqo5RmogForlPDR3PtfQYlvRLM6eu1pKLiFGrdf0GfrujHJVM/l8joD95\nA1xoRhqEanTIbxR8/HloEOekZCUzNBEJqkFgSHlVG6qKz6h250lge1xsfvbMAWHE\nDPO+akECgYEA1PINXZGapn8ItZi0oL7rSZmLq9+eKudANkIqnIwQzFjKpdEDZfPu\nnGu1PLuhcytDExgi/vcRxV5H2NjrBo16/Sx8jr2PKt7nKWZw2qDQWq97MSS5lHxm\n4600xBRHDieRUE0GR0rHojtoSN1I2q/RTVCJ2hlWQiSm0OfGWfQeWOw=\n-----END RSA PRIVATE KEY-----\n", "user_id": "2646baafedd641e1bf14c0da136d2222", "name": "shaker-kp_ada014ec-51b2-4b16-abc8-039585ddedf9", "fingerprint": "37:85:96:df:91:e6:12:aa:0f:ff:71:18:47:87:8d:39"}} 2018-08-01 04:39:49,792 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/os-keypairs used request id req-0f41541c-73b7-4079-8dfd-cb99382d5b5f 2018-08-01 04:39:49,792 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.8327460289s 2018-08-01 04:39:49,792 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/os-keypairs used request id req-0f41541c-73b7-4079-8dfd-cb99382d5b5f 2018-08-01 04:39:49,793 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC1YNCYI5NnNhzrbpp/5KSLYkjM7iZeUYxhg1Y+0QcZJXDqiaHieIdLQB1270KqeehCvExICzAtiXKXJrA8OND+jfo/waM98yMV61qHywYq/IDxAK4rBN/N6Q/9e5/6CPesbd+yOq/BFYajQ+f+tXtrRY+ZTaWRyNvPeNT3NqhOm2iDKlWfAezBcLqgoKeXoOnLQwskasL5+fcw4D8cwfAkB/0hquAQgUz/h9EP+wTyTxhqOp4Q2NCLrA72Zl319x6qgoftbVGm7sco+2/L0dqHaMfwtlI9ihoaAU8YGzCTs61QIqPVmmahCRpLjVFIm8brIp2AQ0FJFzVboZU41cld Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEAtWDQmCOTZzYc626af+Ski2JIzO4mXlGMYYNWPtEHGSVw6omh\n4niHS0Addu9CqnnoQrxMSAswLYlylyawPDjQ/o36P8GjPfMjFetah8sGKvyA8QCu\nKwTfzekP/Xuf+gj3rG3fsjqvwRWGo0Pn/rV7a0WPmU2lkcjbz3jU9zaoTptogypV\nnwHswXC6oKCnl6Dpy0MLJGrC+fn3MOA/HMHwJAf9IargEIFM/4fRD/sE8k8Yajqe\nENjQi6wO9mZd9fceqoKH7W1Rpu7HKPtvy9Hah2jH8LZSPYoaGgFPGBswk7OtUCKj\n1ZpmoQkaS41RSJvG6yKdgENBSRc1W6GVONXJXQIDAQABAoIBABxGuJ5PRYacqAuI\nFawEkCZurxzLr82adwEowYRPgATKknzt8f/lfGod17oX+NOs56mnw1ij7eHbgLLR\nxD3POb3FkpLn9DQPOJQNOfLbkt2Wud9YlM5+Fwn54JVK9Zi8VyhZhLs7bPT0DyZa\nyssprdD+ajGjKkG9B4+jrcfQjJKcYi7QqG1Kl6CQmh+GbmWy93mwGiEpTR5qKpFC\nxPQSzt6RMRymQSkeTI18YRNWmSVX/lLdtAE0ztzc2Allst9zMcYUzWO0Z7LYqxRB\nCYorgzr32i5llWQi17nO0XfzC9yTXa7/euVZjCLldL26AFIvxtq7JAc00Cj+ElWr\n1ICuaKECgYEA7+ByHqsnXGauAq3EHoDLhdHGT1wOkVqkC1jylmQPi0ZevEpxITk4\ngCMX0zJlUmrWCR0oekW4XQKfVjY0+pwSXfgSatGajoJWvkIBzey0fzop4m5Sl2/K\n5M4c1eTz8rn5TShWZdLFgb3R4maAtFu/Kb/LBwujwT6AdVaoXEGf3YkCgYEAwZHJ\nGLX9RNS6lUSBiHWjLGIiAmJ4c0bnpia4z1y4omtz/d6IZuJSmwEliQ9uC9TLBvX5\nfNiC8iC/bPMQVQPmEzm6N+f8q9v/JKqi/ix2S+FNGYUZ/pAaRCN2i2vq/Gm4g9OU\nXpA89ze3NwNfsstvKsZQunPmgB8UP7AHUylmjDUCgYEA25LiI3yb/RLoef9BpIJU\nylvpYT9s/lSwEMsM0+kn6V8y3Lxvre/I7lIxPtvEr5qn7ZPJN5OWXV1HKQ1ZlYVD\nssyfXzQafBSG/oVBTZQ87LD7Ig/GfmSQnryk3I5FV4wwzhX8cBxtOoPdGZamfXH2\nHGs5l2tqLDvgLohyeHCBu7ECgYEAqfwsbNbkox1s/Mg8OGmV8dP7qbxvqkwKAY7f\nnLoAKiHSqo5RmogForlPDR3PtfQYlvRLM6eu1pKLiFGrdf0GfrujHJVM/l8joD95\nA1xoRhqEanTIbxR8/HloEOekZCUzNBEJqkFgSHlVG6qKz6h250lge1xsfvbMAWHE\nDPO+akECgYEA1PINXZGapn8ItZi0oL7rSZmLq9+eKudANkIqnIwQzFjKpdEDZfPu\nnGu1PLuhcytDExgi/vcRxV5H2NjrBo16/Sx8jr2PKt7nKWZw2qDQWq97MSS5lHxm\n4600xBRHDieRUE0GR0rHojtoSN1I2q/RTVCJ2hlWQiSm0OfGWfQeWOw=\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'2646baafedd641e1bf14c0da136d2222', 'name': u'shaker-kp_ada014ec-51b2-4b16-abc8-039585ddedf9', 'created_at': '2018-08-01T04:39:49.793326', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'40b0a24d6dd148279ac58b97a1167112', 'name': 'shaker-project_ada014ec-51b2-4b16-abc8-039585ddedf9', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'37:85:96:df:91:e6:12:aa:0f:ff:71:18:47:87:8d:39', 'type': 'ssh', 'id': u'shaker-kp_ada014ec-51b2-4b16-abc8-039585ddedf9'}) 2018-08-01 04:39:49,793 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEpQIBAAKCAQEAtWDQmCOTZzYc626af+Ski2JIzO4mXlGMYYNWPtEHGSVw6omh 4niHS0Addu9CqnnoQrxMSAswLYlylyawPDjQ/o36P8GjPfMjFetah8sGKvyA8QCu KwTfzekP/Xuf+gj3rG3fsjqvwRWGo0Pn/rV7a0WPmU2lkcjbz3jU9zaoTptogypV nwHswXC6oKCnl6Dpy0MLJGrC+fn3MOA/HMHwJAf9IargEIFM/4fRD/sE8k8Yajqe ENjQi6wO9mZd9fceqoKH7W1Rpu7HKPtvy9Hah2jH8LZSPYoaGgFPGBswk7OtUCKj 1ZpmoQkaS41RSJvG6yKdgENBSRc1W6GVONXJXQIDAQABAoIBABxGuJ5PRYacqAuI FawEkCZurxzLr82adwEowYRPgATKknzt8f/lfGod17oX+NOs56mnw1ij7eHbgLLR xD3POb3FkpLn9DQPOJQNOfLbkt2Wud9YlM5+Fwn54JVK9Zi8VyhZhLs7bPT0DyZa yssprdD+ajGjKkG9B4+jrcfQjJKcYi7QqG1Kl6CQmh+GbmWy93mwGiEpTR5qKpFC xPQSzt6RMRymQSkeTI18YRNWmSVX/lLdtAE0ztzc2Allst9zMcYUzWO0Z7LYqxRB CYorgzr32i5llWQi17nO0XfzC9yTXa7/euVZjCLldL26AFIvxtq7JAc00Cj+ElWr 1ICuaKECgYEA7+ByHqsnXGauAq3EHoDLhdHGT1wOkVqkC1jylmQPi0ZevEpxITk4 gCMX0zJlUmrWCR0oekW4XQKfVjY0+pwSXfgSatGajoJWvkIBzey0fzop4m5Sl2/K 5M4c1eTz8rn5TShWZdLFgb3R4maAtFu/Kb/LBwujwT6AdVaoXEGf3YkCgYEAwZHJ GLX9RNS6lUSBiHWjLGIiAmJ4c0bnpia4z1y4omtz/d6IZuJSmwEliQ9uC9TLBvX5 fNiC8iC/bPMQVQPmEzm6N+f8q9v/JKqi/ix2S+FNGYUZ/pAaRCN2i2vq/Gm4g9OU XpA89ze3NwNfsstvKsZQunPmgB8UP7AHUylmjDUCgYEA25LiI3yb/RLoef9BpIJU ylvpYT9s/lSwEMsM0+kn6V8y3Lxvre/I7lIxPtvEr5qn7ZPJN5OWXV1HKQ1ZlYVD ssyfXzQafBSG/oVBTZQ87LD7Ig/GfmSQnryk3I5FV4wwzhX8cBxtOoPdGZamfXH2 HGs5l2tqLDvgLohyeHCBu7ECgYEAqfwsbNbkox1s/Mg8OGmV8dP7qbxvqkwKAY7f nLoAKiHSqo5RmogForlPDR3PtfQYlvRLM6eu1pKLiFGrdf0GfrujHJVM/l8joD95 A1xoRhqEanTIbxR8/HloEOekZCUzNBEJqkFgSHlVG6qKz6h250lge1xsfvbMAWHE DPO+akECgYEA1PINXZGapn8ItZi0oL7rSZmLq9+eKudANkIqnIwQzFjKpdEDZfPu nGu1PLuhcytDExgi/vcRxV5H2NjrBo16/Sx8jr2PKt7nKWZw2qDQWq97MSS5lHxm 4600xBRHDieRUE0GR0rHojtoSN1I2q/RTVCJ2hlWQiSm0OfGWfQeWOw= -----END RSA PRIVATE KEY----- 2018-08-01 04:39:49,796 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-groups 2018-08-01 04:39:49,797 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}ca39ee9be3dd797c6f3cf43d10cbd494a554be46" -d '{"security_group": {"name": "shaker-sg_ada014ec-51b2-4b16-abc8-039585ddedf9", "description": "created by OPNFV Functest (shaker)"}}' 2018-08-01 04:39:50,142 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1412 X-Openstack-Request-Id: req-cfbe6021-d37c-4a5a-93a9-cf52e1f0879e Date: Wed, 01 Aug 2018 04:39:50 GMT RESP BODY: {"security_group": {"description": "created by OPNFV Functest (shaker)", "tags": [], "tenant_id": "40b0a24d6dd148279ac58b97a1167112", "created_at": "2018-08-01T04:39:50Z", "updated_at": "2018-08-01T04:39:50Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-01T04:39:50Z", "revision_number": 0, "id": "82728888-cb3a-4352-9002-094b8ff7a63f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-01T04:39:50Z", "security_group_id": "5be0c75d-8746-4adc-acd9-cb0272b78f82", "tenant_id": "40b0a24d6dd148279ac58b97a1167112", "port_range_min": null, "ethertype": "IPv4", "project_id": "40b0a24d6dd148279ac58b97a1167112"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-01T04:39:50Z", "revision_number": 0, "id": "d8a20e55-5731-4280-8b27-2d7ef0572b44", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-01T04:39:50Z", "security_group_id": "5be0c75d-8746-4adc-acd9-cb0272b78f82", "tenant_id": "40b0a24d6dd148279ac58b97a1167112", "port_range_min": null, "ethertype": "IPv6", "project_id": "40b0a24d6dd148279ac58b97a1167112"}], "revision_number": 1, "project_id": "40b0a24d6dd148279ac58b97a1167112", "id": "5be0c75d-8746-4adc-acd9-cb0272b78f82", "name": "shaker-sg_ada014ec-51b2-4b16-abc8-039585ddedf9"}} 2018-08-01 04:39:50,142 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-cfbe6021-d37c-4a5a-93a9-cf52e1f0879e 2018-08-01 04:39:50,142 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-groups in 0.345746040344s 2018-08-01 04:39:50,143 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-cfbe6021-d37c-4a5a-93a9-cf52e1f0879e 2018-08-01 04:39:50,147 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-01 04:39:50,147 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}ca39ee9be3dd797c6f3cf43d10cbd494a554be46" 2018-08-01 04:39:50,813 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3828 X-Openstack-Request-Id: req-0f3eeecc-3768-4e4f-9a89-c4bc79a9df8d Date: Wed, 01 Aug 2018 04:39:50 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (shaker)", "tags": [], "tenant_id": "40b0a24d6dd148279ac58b97a1167112", "created_at": "2018-08-01T04:39:50Z", "updated_at": "2018-08-01T04:39:50Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-01T04:39:50Z", "revision_number": 0, "id": "82728888-cb3a-4352-9002-094b8ff7a63f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-01T04:39:50Z", "security_group_id": "5be0c75d-8746-4adc-acd9-cb0272b78f82", "tenant_id": "40b0a24d6dd148279ac58b97a1167112", "port_range_min": null, "ethertype": "IPv4", "project_id": "40b0a24d6dd148279ac58b97a1167112"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-01T04:39:50Z", "revision_number": 0, "id": "d8a20e55-5731-4280-8b27-2d7ef0572b44", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-01T04:39:50Z", "security_group_id": "5be0c75d-8746-4adc-acd9-cb0272b78f82", "tenant_id": "40b0a24d6dd148279ac58b97a1167112", "port_range_min": null, "ethertype": "IPv6", "project_id": "40b0a24d6dd148279ac58b97a1167112"}], "revision_number": 1, "project_id": "40b0a24d6dd148279ac58b97a1167112", "id": "5be0c75d-8746-4adc-acd9-cb0272b78f82", "name": "shaker-sg_ada014ec-51b2-4b16-abc8-039585ddedf9"}, {"description": "Default security group", "tags": [], "tenant_id": "40b0a24d6dd148279ac58b97a1167112", "created_at": "2018-08-01T04:39:27Z", "updated_at": "2018-08-01T04:39:27Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-01T04:39:27Z", "revision_number": 0, "id": "342886a8-e2b5-4da4-9030-4ec21ba87f9a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-01T04:39:27Z", "security_group_id": "7526f7d6-6ea4-4f3e-8042-160ca9d2ddae", "tenant_id": "40b0a24d6dd148279ac58b97a1167112", "port_range_min": null, "ethertype": "IPv6", "project_id": "40b0a24d6dd148279ac58b97a1167112"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-01T04:39:27Z", "revision_number": 0, "id": "8b92c31f-5206-44be-91b1-9d9f5042fca0", "remote_group_id": "7526f7d6-6ea4-4f3e-8042-160ca9d2ddae", "remote_ip_prefix": null, "created_at": "2018-08-01T04:39:27Z", "security_group_id": "7526f7d6-6ea4-4f3e-8042-160ca9d2ddae", "tenant_id": "40b0a24d6dd148279ac58b97a1167112", "port_range_min": null, "ethertype": "IPv4", "project_id": "40b0a24d6dd148279ac58b97a1167112"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-01T04:39:27Z", "revision_number": 0, "id": "bf101466-3402-41cc-8925-eda5546e1041", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-01T04:39:27Z", "security_group_id": "7526f7d6-6ea4-4f3e-8042-160ca9d2ddae", "tenant_id": "40b0a24d6dd148279ac58b97a1167112", "port_range_min": null, "ethertype": "IPv4", "project_id": "40b0a24d6dd148279ac58b97a1167112"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-01T04:39:27Z", "revision_number": 0, "id": "ee25e544-b050-4d0a-b249-a9524f938f98", "remote_group_id": "7526f7d6-6ea4-4f3e-8042-160ca9d2ddae", "remote_ip_prefix": null, "created_at": "2018-08-01T04:39:27Z", "security_group_id": "7526f7d6-6ea4-4f3e-8042-160ca9d2ddae", "tenant_id": "40b0a24d6dd148279ac58b97a1167112", "port_range_min": null, "ethertype": "IPv6", "project_id": "40b0a24d6dd148279ac58b97a1167112"}], "revision_number": 1, "project_id": "40b0a24d6dd148279ac58b97a1167112", "id": "7526f7d6-6ea4-4f3e-8042-160ca9d2ddae", "name": "default"}]} 2018-08-01 04:39:50,813 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-0f3eeecc-3768-4e4f-9a89-c4bc79a9df8d 2018-08-01 04:39:50,813 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.666194915771s 2018-08-01 04:39:50,814 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-0f3eeecc-3768-4e4f-9a89-c4bc79a9df8d 2018-08-01 04:39:50,818 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-01 04:39:50,819 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}ca39ee9be3dd797c6f3cf43d10cbd494a554be46" -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": "5be0c75d-8746-4adc-acd9-cb0272b78f82"}}' 2018-08-01 04:39:50,993 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-1c521c1e-3dab-4cb6-b949-91f6e88a7b2f Date: Wed, 01 Aug 2018 04:39:50 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-08-01T04:39:50Z", "security_group_id": "5be0c75d-8746-4adc-acd9-cb0272b78f82", "port_range_min": 22, "revision_number": 0, "tenant_id": "40b0a24d6dd148279ac58b97a1167112", "created_at": "2018-08-01T04:39:50Z", "project_id": "40b0a24d6dd148279ac58b97a1167112", "id": "d63a6a08-c910-4d03-b907-3da760215efa"}} 2018-08-01 04:39:50,993 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules.json used request id req-1c521c1e-3dab-4cb6-b949-91f6e88a7b2f 2018-08-01 04:39:50,993 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.17449092865s 2018-08-01 04:39:50,993 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules.json used request id req-1c521c1e-3dab-4cb6-b949-91f6e88a7b2f 2018-08-01 04:39:50,996 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-01 04:39:50,997 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}ca39ee9be3dd797c6f3cf43d10cbd494a554be46" 2018-08-01 04:39:51,227 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4324 X-Openstack-Request-Id: req-01bc1934-3018-4b4d-acd4-5207fbe0be74 Date: Wed, 01 Aug 2018 04:39:51 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (shaker)", "tags": [], "tenant_id": "40b0a24d6dd148279ac58b97a1167112", "created_at": "2018-08-01T04:39:50Z", "updated_at": "2018-08-01T04:39:50Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-01T04:39:50Z", "revision_number": 0, "id": "82728888-cb3a-4352-9002-094b8ff7a63f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-01T04:39:50Z", "security_group_id": "5be0c75d-8746-4adc-acd9-cb0272b78f82", "tenant_id": "40b0a24d6dd148279ac58b97a1167112", "port_range_min": null, "ethertype": "IPv4", "project_id": "40b0a24d6dd148279ac58b97a1167112"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-01T04:39:50Z", "revision_number": 0, "id": "d63a6a08-c910-4d03-b907-3da760215efa", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-01T04:39:50Z", "security_group_id": "5be0c75d-8746-4adc-acd9-cb0272b78f82", "tenant_id": "40b0a24d6dd148279ac58b97a1167112", "port_range_min": 22, "ethertype": "IPv4", "project_id": "40b0a24d6dd148279ac58b97a1167112"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-01T04:39:50Z", "revision_number": 0, "id": "d8a20e55-5731-4280-8b27-2d7ef0572b44", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-01T04:39:50Z", "security_group_id": "5be0c75d-8746-4adc-acd9-cb0272b78f82", "tenant_id": "40b0a24d6dd148279ac58b97a1167112", "port_range_min": null, "ethertype": "IPv6", "project_id": "40b0a24d6dd148279ac58b97a1167112"}], "revision_number": 2, "project_id": "40b0a24d6dd148279ac58b97a1167112", "id": "5be0c75d-8746-4adc-acd9-cb0272b78f82", "name": "shaker-sg_ada014ec-51b2-4b16-abc8-039585ddedf9"}, {"description": "Default security group", "tags": [], "tenant_id": "40b0a24d6dd148279ac58b97a1167112", "created_at": "2018-08-01T04:39:27Z", "updated_at": "2018-08-01T04:39:27Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-01T04:39:27Z", "revision_number": 0, "id": "342886a8-e2b5-4da4-9030-4ec21ba87f9a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-01T04:39:27Z", "security_group_id": "7526f7d6-6ea4-4f3e-8042-160ca9d2ddae", "tenant_id": "40b0a24d6dd148279ac58b97a1167112", "port_range_min": null, "ethertype": "IPv6", "project_id": "40b0a24d6dd148279ac58b97a1167112"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-01T04:39:27Z", "revision_number": 0, "id": "8b92c31f-5206-44be-91b1-9d9f5042fca0", "remote_group_id": "7526f7d6-6ea4-4f3e-8042-160ca9d2ddae", "remote_ip_prefix": null, "created_at": "2018-08-01T04:39:27Z", "security_group_id": "7526f7d6-6ea4-4f3e-8042-160ca9d2ddae", "tenant_id": "40b0a24d6dd148279ac58b97a1167112", "port_range_min": null, "ethertype": "IPv4", "project_id": "40b0a24d6dd148279ac58b97a1167112"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-01T04:39:27Z", "revision_number": 0, "id": "bf101466-3402-41cc-8925-eda5546e1041", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-01T04:39:27Z", "security_group_id": "7526f7d6-6ea4-4f3e-8042-160ca9d2ddae", "tenant_id": "40b0a24d6dd148279ac58b97a1167112", "port_range_min": null, "ethertype": "IPv4", "project_id": "40b0a24d6dd148279ac58b97a1167112"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-01T04:39:27Z", "revision_number": 0, "id": "ee25e544-b050-4d0a-b249-a9524f938f98", "remote_group_id": "7526f7d6-6ea4-4f3e-8042-160ca9d2ddae", "remote_ip_prefix": null, "created_at": "2018-08-01T04:39:27Z", "security_group_id": "7526f7d6-6ea4-4f3e-8042-160ca9d2ddae", "tenant_id": "40b0a24d6dd148279ac58b97a1167112", "port_range_min": null, "ethertype": "IPv6", "project_id": "40b0a24d6dd148279ac58b97a1167112"}], "revision_number": 1, "project_id": "40b0a24d6dd148279ac58b97a1167112", "id": "7526f7d6-6ea4-4f3e-8042-160ca9d2ddae", "name": "default"}]} 2018-08-01 04:39:51,228 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-01bc1934-3018-4b4d-acd4-5207fbe0be74 2018-08-01 04:39:51,228 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.231003046036s 2018-08-01 04:39:51,228 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-01bc1934-3018-4b4d-acd4-5207fbe0be74 2018-08-01 04:39:51,230 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-01 04:39:51,231 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}ca39ee9be3dd797c6f3cf43d10cbd494a554be46" -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": "5be0c75d-8746-4adc-acd9-cb0272b78f82"}}' 2018-08-01 04:39:51,673 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-72afb5cb-e410-4334-87d2-10db2296c4f5 Date: Wed, 01 Aug 2018 04:39:51 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-01T04:39:51Z", "security_group_id": "5be0c75d-8746-4adc-acd9-cb0272b78f82", "port_range_min": null, "revision_number": 0, "tenant_id": "40b0a24d6dd148279ac58b97a1167112", "created_at": "2018-08-01T04:39:51Z", "project_id": "40b0a24d6dd148279ac58b97a1167112", "id": "ec45962e-b9dd-42f4-a1fa-5721f158eed6"}} 2018-08-01 04:39:51,674 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules.json used request id req-72afb5cb-e410-4334-87d2-10db2296c4f5 2018-08-01 04:39:51,674 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.443550109863s 2018-08-01 04:39:51,674 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules.json used request id req-72afb5cb-e410-4334-87d2-10db2296c4f5 2018-08-01 04:39:51,677 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-01 04:39:51,678 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}ca39ee9be3dd797c6f3cf43d10cbd494a554be46" 2018-08-01 04:39:51,924 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4825 X-Openstack-Request-Id: req-75e4aad8-1ca8-40cb-89e4-003733dabb4d Date: Wed, 01 Aug 2018 04:39:51 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (shaker)", "tags": [], "tenant_id": "40b0a24d6dd148279ac58b97a1167112", "created_at": "2018-08-01T04:39:50Z", "updated_at": "2018-08-01T04:39:51Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-01T04:39:50Z", "revision_number": 0, "id": "82728888-cb3a-4352-9002-094b8ff7a63f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-01T04:39:50Z", "security_group_id": "5be0c75d-8746-4adc-acd9-cb0272b78f82", "tenant_id": "40b0a24d6dd148279ac58b97a1167112", "port_range_min": null, "ethertype": "IPv4", "project_id": "40b0a24d6dd148279ac58b97a1167112"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-01T04:39:50Z", "revision_number": 0, "id": "d63a6a08-c910-4d03-b907-3da760215efa", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-01T04:39:50Z", "security_group_id": "5be0c75d-8746-4adc-acd9-cb0272b78f82", "tenant_id": "40b0a24d6dd148279ac58b97a1167112", "port_range_min": 22, "ethertype": "IPv4", "project_id": "40b0a24d6dd148279ac58b97a1167112"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-01T04:39:50Z", "revision_number": 0, "id": "d8a20e55-5731-4280-8b27-2d7ef0572b44", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-01T04:39:50Z", "security_group_id": "5be0c75d-8746-4adc-acd9-cb0272b78f82", "tenant_id": "40b0a24d6dd148279ac58b97a1167112", "port_range_min": null, "ethertype": "IPv6", "project_id": "40b0a24d6dd148279ac58b97a1167112"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-01T04:39:51Z", "revision_number": 0, "id": "ec45962e-b9dd-42f4-a1fa-5721f158eed6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-01T04:39:51Z", "security_group_id": "5be0c75d-8746-4adc-acd9-cb0272b78f82", "tenant_id": "40b0a24d6dd148279ac58b97a1167112", "port_range_min": null, "ethertype": "IPv4", "project_id": "40b0a24d6dd148279ac58b97a1167112"}], "revision_number": 3, "project_id": "40b0a24d6dd148279ac58b97a1167112", "id": "5be0c75d-8746-4adc-acd9-cb0272b78f82", "name": "shaker-sg_ada014ec-51b2-4b16-abc8-039585ddedf9"}, {"description": "Default security group", "tags": [], "tenant_id": "40b0a24d6dd148279ac58b97a1167112", "created_at": "2018-08-01T04:39:27Z", "updated_at": "2018-08-01T04:39:27Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-01T04:39:27Z", "revision_number": 0, "id": "342886a8-e2b5-4da4-9030-4ec21ba87f9a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-01T04:39:27Z", "security_group_id": "7526f7d6-6ea4-4f3e-8042-160ca9d2ddae", "tenant_id": "40b0a24d6dd148279ac58b97a1167112", "port_range_min": null, "ethertype": "IPv6", "project_id": "40b0a24d6dd148279ac58b97a1167112"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-01T04:39:27Z", "revision_number": 0, "id": "8b92c31f-5206-44be-91b1-9d9f5042fca0", "remote_group_id": "7526f7d6-6ea4-4f3e-8042-160ca9d2ddae", "remote_ip_prefix": null, "created_at": "2018-08-01T04:39:27Z", "security_group_id": "7526f7d6-6ea4-4f3e-8042-160ca9d2ddae", "tenant_id": "40b0a24d6dd148279ac58b97a1167112", "port_range_min": null, "ethertype": "IPv4", "project_id": "40b0a24d6dd148279ac58b97a1167112"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-01T04:39:27Z", "revision_number": 0, "id": "bf101466-3402-41cc-8925-eda5546e1041", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-01T04:39:27Z", "security_group_id": "7526f7d6-6ea4-4f3e-8042-160ca9d2ddae", "tenant_id": "40b0a24d6dd148279ac58b97a1167112", "port_range_min": null, "ethertype": "IPv4", "project_id": "40b0a24d6dd148279ac58b97a1167112"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-01T04:39:27Z", "revision_number": 0, "id": "ee25e544-b050-4d0a-b249-a9524f938f98", "remote_group_id": "7526f7d6-6ea4-4f3e-8042-160ca9d2ddae", "remote_ip_prefix": null, "created_at": "2018-08-01T04:39:27Z", "security_group_id": "7526f7d6-6ea4-4f3e-8042-160ca9d2ddae", "tenant_id": "40b0a24d6dd148279ac58b97a1167112", "port_range_min": null, "ethertype": "IPv6", "project_id": "40b0a24d6dd148279ac58b97a1167112"}], "revision_number": 1, "project_id": "40b0a24d6dd148279ac58b97a1167112", "id": "7526f7d6-6ea4-4f3e-8042-160ca9d2ddae", "name": "default"}]} 2018-08-01 04:39:51,924 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-75e4aad8-1ca8-40cb-89e4-003733dabb4d 2018-08-01 04:39:51,924 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.246608018875s 2018-08-01 04:39:51,924 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-75e4aad8-1ca8-40cb-89e4-003733dabb4d 2018-08-01 04:39:51,928 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-01 04:39:51,928 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}ca39ee9be3dd797c6f3cf43d10cbd494a554be46" -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": "5be0c75d-8746-4adc-acd9-cb0272b78f82"}}' 2018-08-01 04:39:52,291 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 511 X-Openstack-Request-Id: req-9163de28-3dd8-4d96-a0e0-1e003e8b62ce Date: Wed, 01 Aug 2018 04:39: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": 9000, "updated_at": "2018-08-01T04:39:52Z", "security_group_id": "5be0c75d-8746-4adc-acd9-cb0272b78f82", "port_range_min": 9000, "revision_number": 0, "tenant_id": "40b0a24d6dd148279ac58b97a1167112", "created_at": "2018-08-01T04:39:52Z", "project_id": "40b0a24d6dd148279ac58b97a1167112", "id": "586b9527-7462-46f8-a372-d2e7a2686de9"}} 2018-08-01 04:39:52,291 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules.json used request id req-9163de28-3dd8-4d96-a0e0-1e003e8b62ce 2018-08-01 04:39:52,291 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.363198041916s 2018-08-01 04:39:52,291 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules.json used request id req-9163de28-3dd8-4d96-a0e0-1e003e8b62ce 2018-08-01 04:39:52,293 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-01 04:39:52,293 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ca39ee9be3dd797c6f3cf43d10cbd494a554be46" 2018-08-01 04:39:52,407 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1189 X-Openstack-Request-Id: req-aa86a277-a0e5-4810-b556-a5fbb72a25a8 Date: Wed, 01 Aug 2018 04:39: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":["e06facf3-a24e-40d5-a5ce-a0901a6e4875"],"updated_at":"2018-08-01T03:28:20Z","tenant_id":"89443fd7c5cf4259bed71fca1c3fe619","created_at":"2018-08-01T03:28:13Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"89443fd7c5cf4259bed71fca1c3fe619","id":"262fe7ec-b437-40b8-908b-6eb66c149655","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["6d819f23-c749-406a-b604-a54a430c57c0"],"updated_at":"2018-08-01T04:39:28Z","tenant_id":"40b0a24d6dd148279ac58b97a1167112","created_at":"2018-08-01T04:39:27Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"40b0a24d6dd148279ac58b97a1167112","id":"bd2d3c86-9dfd-4d6d-8db7-9caa15718c45","name":"shaker-net_ada014ec-51b2-4b16-abc8-039585ddedf9"}]} 2018-08-01 04:39:52,407 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-aa86a277-a0e5-4810-b556-a5fbb72a25a8 2018-08-01 04:39:52,407 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.114342927933s 2018-08-01 04:39:52,408 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-aa86a277-a0e5-4810-b556-a5fbb72a25a8 2018-08-01 04:39:52,412 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-01 04:39:52,416 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ca39ee9be3dd797c6f3cf43d10cbd494a554be46" 2018-08-01 04:39:53,156 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1195 Content-Type: application/json X-Openstack-Request-Id: req-bf9c1de8-6495-4afa-a0a2-b3403f61b97f Date: Wed, 01 Aug 2018 04:39:53 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://1c426f71-e315-470f-a765-a4a983e8d919/images/e8c66e82-93b0-42c6-8d39-2279199308ed/snap", "metadata": {}}], "file": "/v2/images/e8c66e82-93b0-42c6-8d39-2279199308ed/file", "owner": "40b0a24d6dd148279ac58b97a1167112", "id": "e8c66e82-93b0-42c6-8d39-2279199308ed", "size": 666173440, "self": "/v2/images/e8c66e82-93b0-42c6-8d39-2279199308ed", "disk_format": "qcow2", "direct_url": "rbd://1c426f71-e315-470f-a765-a4a983e8d919/images/e8c66e82-93b0-42c6-8d39-2279199308ed/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "5b6e74a9c6d1ae4031568048ae342306715a3d096910fe0bad4c8cb5f9969017", "updated_at": "2018-08-01T04:39:48Z", "visibility": "private", "owner_specified.shade.object": "images/shaker-img_ada014ec-51b2-4b16-abc8-039585ddedf9", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "cea74a063cc5ef2b018ec12beb0bf961", "name": "shaker-img_ada014ec-51b2-4b16-abc8-039585ddedf9", "checksum": "cea74a063cc5ef2b018ec12beb0bf961", "created_at": "2018-08-01T04:39:37Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-01 04:39:53,156 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-bf9c1de8-6495-4afa-a0a2-b3403f61b97f 2018-08-01 04:39:53,156 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.743967056274s 2018-08-01 04:39:53,156 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-bf9c1de8-6495-4afa-a0a2-b3403f61b97f 2018-08-01 04:39:53,158 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-01 04:39:53,161 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21: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}ca39ee9be3dd797c6f3cf43d10cbd494a554be46" 2018-08-01 04:39:53,189 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:39:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0e568320-8ad4-4b89-bb0a-ae782bbd5c37 x-compute-request-id: req-0e568320-8ad4-4b89-bb0a-ae782bbd5c37 Content-Encoding: gzip Content-Length: 392 Content-Type: application/json RESP BODY: {"flavors": [{"name": "shaker-flavor_ada014ec-51b2-4b16-abc8-039585ddedf9", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/80cad012-10a6-4ee0-be06-4098e5231e52", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/80cad012-10a6-4ee0-be06-4098e5231e52", "rel": "bookmark"}], "ram": 512, "OS-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": "80cad012-10a6-4ee0-be06-4098e5231e52"}, {"name": "vmtp-flavor_455f0502-39b9-4683-ab46-623f9d25bfec", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/e80222cd-7913-499f-adff-4da7988d266d", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/e80222cd-7913-499f-adff-4da7988d266d", "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": "e80222cd-7913-499f-adff-4da7988d266d"}]} 2018-08-01 04:39:53,189 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-0e568320-8ad4-4b89-bb0a-ae782bbd5c37 2018-08-01 04:39:53,189 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0302538871765s 2018-08-01 04:39:53,189 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-0e568320-8ad4-4b89-bb0a-ae782bbd5c37 2018-08-01 04:39:53,191 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-08-01 04:39:53,193 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}ca39ee9be3dd797c6f3cf43d10cbd494a554be46" -d '{"server": {"name": "shaker-vm_ada014ec-51b2-4b16-abc8-039585ddedf9", "imageRef": "e8c66e82-93b0-42c6-8d39-2279199308ed", "key_name": "shaker-kp_ada014ec-51b2-4b16-abc8-039585ddedf9", "flavorRef": "80cad012-10a6-4ee0-be06-4098e5231e52", "max_count": 1, "min_count": 1, "networks": [{"uuid": "bd2d3c86-9dfd-4d6d-8db7-9caa15718c45"}], "security_groups": [{"name": "5be0c75d-8746-4adc-acd9-cb0272b78f82"}]}}' 2018-08-01 04:39:58,761 - keystoneauth.session - DEBUG - RESP: [202] Date: Wed, 01 Aug 2018 04:39:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-60740506-1eb9-4979-935c-220833554bf4 x-compute-request-id: req-60740506-1eb9-4979-935c-220833554bf4 Content-Length: 403 location: http://172.30.9.21:8774/v2.1/servers/3696df4d-6acb-46e7-8756-b7600349eee3 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "5be0c75d-8746-4adc-acd9-cb0272b78f82"}], "OS-DCF:diskConfig": "MANUAL", "id": "3696df4d-6acb-46e7-8756-b7600349eee3", "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/3696df4d-6acb-46e7-8756-b7600349eee3", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/3696df4d-6acb-46e7-8756-b7600349eee3", "rel": "bookmark"}], "adminPass": "e2WZioVm8xCw"}} 2018-08-01 04:39:58,761 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers used request id req-60740506-1eb9-4979-935c-220833554bf4 2018-08-01 04:39:58,761 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 5.56980705261s 2018-08-01 04:39:58,761 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers used request id req-60740506-1eb9-4979-935c-220833554bf4 2018-08-01 04:39:58,762 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers 2018-08-01 04:39:58,764 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/3696df4d-6acb-46e7-8756-b7600349eee3 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ca39ee9be3dd797c6f3cf43d10cbd494a554be46" 2018-08-01 04:39:59,423 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:39:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c4f3857b-9e69-4fbc-808e-c6d82924a7e9 x-compute-request-id: req-c4f3857b-9e69-4fbc-808e-c6d82924a7e9 Content-Encoding: gzip Content-Length: 599 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/3696df4d-6acb-46e7-8756-b7600349eee3", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/3696df4d-6acb-46e7-8756-b7600349eee3", "rel": "bookmark"}], "image": {"id": "e8c66e82-93b0-42c6-8d39-2279199308ed", "links": [{"href": "http://172.30.9.21:8774/images/e8c66e82-93b0-42c6-8d39-2279199308ed", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "80cad012-10a6-4ee0-be06-4098e5231e52", "links": [{"href": "http://172.30.9.21:8774/flavors/80cad012-10a6-4ee0-be06-4098e5231e52", "rel": "bookmark"}]}, "id": "3696df4d-6acb-46e7-8756-b7600349eee3", "user_id": "2646baafedd641e1bf14c0da136d2222", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-01T04:39:58Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_ada014ec-51b2-4b16-abc8-039585ddedf9", "name": "shaker-vm_ada014ec-51b2-4b16-abc8-039585ddedf9", "created": "2018-08-01T04:39:58Z", "tenant_id": "40b0a24d6dd148279ac58b97a1167112", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-01 04:39:59,423 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/3696df4d-6acb-46e7-8756-b7600349eee3 used request id req-c4f3857b-9e69-4fbc-808e-c6d82924a7e9 2018-08-01 04:39:59,423 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers in 0.660925865173s 2018-08-01 04:39:59,423 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/3696df4d-6acb-46e7-8756-b7600349eee3 used request id req-c4f3857b-9e69-4fbc-808e-c6d82924a7e9 2018-08-01 04:39:59,430 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-01 04:39:59,430 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ca39ee9be3dd797c6f3cf43d10cbd494a554be46" 2018-08-01 04:39:59,660 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1189 X-Openstack-Request-Id: req-f4472c8a-3ff2-4a54-b3d0-e21908b57107 Date: Wed, 01 Aug 2018 04:39: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":["e06facf3-a24e-40d5-a5ce-a0901a6e4875"],"updated_at":"2018-08-01T03:28:20Z","tenant_id":"89443fd7c5cf4259bed71fca1c3fe619","created_at":"2018-08-01T03:28:13Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"89443fd7c5cf4259bed71fca1c3fe619","id":"262fe7ec-b437-40b8-908b-6eb66c149655","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["6d819f23-c749-406a-b604-a54a430c57c0"],"updated_at":"2018-08-01T04:39:28Z","tenant_id":"40b0a24d6dd148279ac58b97a1167112","created_at":"2018-08-01T04:39:27Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"40b0a24d6dd148279ac58b97a1167112","id":"bd2d3c86-9dfd-4d6d-8db7-9caa15718c45","name":"shaker-net_ada014ec-51b2-4b16-abc8-039585ddedf9"}]} 2018-08-01 04:39:59,660 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-f4472c8a-3ff2-4a54-b3d0-e21908b57107 2018-08-01 04:39:59,660 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.230077981949s 2018-08-01 04:39:59,660 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-f4472c8a-3ff2-4a54-b3d0-e21908b57107 2018-08-01 04:39:59,661 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-01 04:39:59,662 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}ca39ee9be3dd797c6f3cf43d10cbd494a554be46" 2018-08-01 04:39:59,710 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 677 X-Openstack-Request-Id: req-b01b4523-2fd1-420e-8821-06f27d6ce582 Date: Wed, 01 Aug 2018 04:39:59 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bd2d3c86-9dfd-4d6d-8db7-9caa15718c45","tenant_id":"40b0a24d6dd148279ac58b97a1167112","created_at":"2018-08-01T04:39:28Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-01T04:39:28Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"40b0a24d6dd148279ac58b97a1167112","id":"6d819f23-c749-406a-b604-a54a430c57c0","subnetpool_id":null,"name":"shaker-subnet_ada014ec-51b2-4b16-abc8-039585ddedf9"}]} 2018-08-01 04:39:59,711 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-b01b4523-2fd1-420e-8821-06f27d6ce582 2018-08-01 04:39:59,711 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0494861602783s 2018-08-01 04:39:59,711 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-b01b4523-2fd1-420e-8821-06f27d6ce582 2018-08-01 04:39:59,712 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-01 04:39:59,714 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ca39ee9be3dd797c6f3cf43d10cbd494a554be46" 2018-08-01 04:40:00,530 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:39: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-36d96b0b-fdd9-410f-8de3-137058d18960 x-compute-request-id: req-36d96b0b-fdd9-410f-8de3-137058d18960 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.21:8774/v2.1/servers/3696df4d-6acb-46e7-8756-b7600349eee3", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/3696df4d-6acb-46e7-8756-b7600349eee3", "rel": "bookmark"}], "image": {"id": "e8c66e82-93b0-42c6-8d39-2279199308ed", "links": [{"href": "http://172.30.9.21:8774/images/e8c66e82-93b0-42c6-8d39-2279199308ed", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "80cad012-10a6-4ee0-be06-4098e5231e52", "links": [{"href": "http://172.30.9.21:8774/flavors/80cad012-10a6-4ee0-be06-4098e5231e52", "rel": "bookmark"}]}, "id": "3696df4d-6acb-46e7-8756-b7600349eee3", "user_id": "2646baafedd641e1bf14c0da136d2222", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-01T04:39:59Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_ada014ec-51b2-4b16-abc8-039585ddedf9", "name": "shaker-vm_ada014ec-51b2-4b16-abc8-039585ddedf9", "created": "2018-08-01T04:39:58Z", "tenant_id": "40b0a24d6dd148279ac58b97a1167112", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-01 04:40:00,531 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-36d96b0b-fdd9-410f-8de3-137058d18960 2018-08-01 04:40:00,531 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.818557977676s 2018-08-01 04:40:00,531 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-36d96b0b-fdd9-410f-8de3-137058d18960 2018-08-01 04:40:00,536 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-01 04:40:02,539 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-01 04:40:02,542 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ca39ee9be3dd797c6f3cf43d10cbd494a554be46" 2018-08-01 04:40:03,555 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:40: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-07803bd0-90e4-47dd-9376-78359a83d814 x-compute-request-id: req-07803bd0-90e4-47dd-9376-78359a83d814 Content-Encoding: gzip Content-Length: 674 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "block_device_mapping", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/3696df4d-6acb-46e7-8756-b7600349eee3", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/3696df4d-6acb-46e7-8756-b7600349eee3", "rel": "bookmark"}], "image": {"id": "e8c66e82-93b0-42c6-8d39-2279199308ed", "links": [{"href": "http://172.30.9.21:8774/images/e8c66e82-93b0-42c6-8d39-2279199308ed", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "80cad012-10a6-4ee0-be06-4098e5231e52", "links": [{"href": "http://172.30.9.21:8774/flavors/80cad012-10a6-4ee0-be06-4098e5231e52", "rel": "bookmark"}]}, "id": "3696df4d-6acb-46e7-8756-b7600349eee3", "security_groups": [{"name": "shaker-sg_ada014ec-51b2-4b16-abc8-039585ddedf9"}], "user_id": "2646baafedd641e1bf14c0da136d2222", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-01T04:40:01Z", "hostId": "958a03d676f04918a79455ee2bb1e26491aa1744c4feef340c114bf2", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_ada014ec-51b2-4b16-abc8-039585ddedf9", "name": "shaker-vm_ada014ec-51b2-4b16-abc8-039585ddedf9", "created": "2018-08-01T04:39:58Z", "tenant_id": "40b0a24d6dd148279ac58b97a1167112", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-01 04:40:03,555 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-07803bd0-90e4-47dd-9376-78359a83d814 2018-08-01 04:40:03,555 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.01628804207s 2018-08-01 04:40:03,556 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-07803bd0-90e4-47dd-9376-78359a83d814 2018-08-01 04:40:03,559 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-01 04:40:05,562 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-01 04:40:05,564 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ca39ee9be3dd797c6f3cf43d10cbd494a554be46" 2018-08-01 04:40:06,661 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:40: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-3dd6a1c1-a64e-4095-bd82-72c8f966393d x-compute-request-id: req-3dd6a1c1-a64e-4095-bd82-72c8f966393d 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.21:8774/v2.1/servers/3696df4d-6acb-46e7-8756-b7600349eee3", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/3696df4d-6acb-46e7-8756-b7600349eee3", "rel": "bookmark"}], "image": {"id": "e8c66e82-93b0-42c6-8d39-2279199308ed", "links": [{"href": "http://172.30.9.21:8774/images/e8c66e82-93b0-42c6-8d39-2279199308ed", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "80cad012-10a6-4ee0-be06-4098e5231e52", "links": [{"href": "http://172.30.9.21:8774/flavors/80cad012-10a6-4ee0-be06-4098e5231e52", "rel": "bookmark"}]}, "id": "3696df4d-6acb-46e7-8756-b7600349eee3", "security_groups": [{"name": "shaker-sg_ada014ec-51b2-4b16-abc8-039585ddedf9"}], "user_id": "2646baafedd641e1bf14c0da136d2222", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-01T04:40:03Z", "hostId": "958a03d676f04918a79455ee2bb1e26491aa1744c4feef340c114bf2", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_ada014ec-51b2-4b16-abc8-039585ddedf9", "name": "shaker-vm_ada014ec-51b2-4b16-abc8-039585ddedf9", "created": "2018-08-01T04:39:58Z", "tenant_id": "40b0a24d6dd148279ac58b97a1167112", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-01 04:40:06,661 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-3dd6a1c1-a64e-4095-bd82-72c8f966393d 2018-08-01 04:40:06,661 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.09936189651s 2018-08-01 04:40:06,662 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-3dd6a1c1-a64e-4095-bd82-72c8f966393d 2018-08-01 04:40:06,666 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-01 04:40:08,668 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-01 04:40:08,671 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ca39ee9be3dd797c6f3cf43d10cbd494a554be46" 2018-08-01 04:40:09,474 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:40: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-96ca1170-4401-4b82-ac3c-7a8b5e9a4f3d x-compute-request-id: req-96ca1170-4401-4b82-ac3c-7a8b5e9a4f3d 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.21:8774/v2.1/servers/3696df4d-6acb-46e7-8756-b7600349eee3", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/3696df4d-6acb-46e7-8756-b7600349eee3", "rel": "bookmark"}], "image": {"id": "e8c66e82-93b0-42c6-8d39-2279199308ed", "links": [{"href": "http://172.30.9.21:8774/images/e8c66e82-93b0-42c6-8d39-2279199308ed", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "80cad012-10a6-4ee0-be06-4098e5231e52", "links": [{"href": "http://172.30.9.21:8774/flavors/80cad012-10a6-4ee0-be06-4098e5231e52", "rel": "bookmark"}]}, "id": "3696df4d-6acb-46e7-8756-b7600349eee3", "security_groups": [{"name": "shaker-sg_ada014ec-51b2-4b16-abc8-039585ddedf9"}], "user_id": "2646baafedd641e1bf14c0da136d2222", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-01T04:40:03Z", "hostId": "958a03d676f04918a79455ee2bb1e26491aa1744c4feef340c114bf2", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_ada014ec-51b2-4b16-abc8-039585ddedf9", "name": "shaker-vm_ada014ec-51b2-4b16-abc8-039585ddedf9", "created": "2018-08-01T04:39:58Z", "tenant_id": "40b0a24d6dd148279ac58b97a1167112", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-01 04:40:09,475 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-96ca1170-4401-4b82-ac3c-7a8b5e9a4f3d 2018-08-01 04:40:09,475 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.806507110596s 2018-08-01 04:40:09,475 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-96ca1170-4401-4b82-ac3c-7a8b5e9a4f3d 2018-08-01 04:40:09,479 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-01 04:40:11,482 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-01 04:40:11,484 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ca39ee9be3dd797c6f3cf43d10cbd494a554be46" 2018-08-01 04:40:12,697 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:40: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-35d53717-f87d-4526-b9af-855732ae72a4 x-compute-request-id: req-35d53717-f87d-4526-b9af-855732ae72a4 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.21:8774/v2.1/servers/3696df4d-6acb-46e7-8756-b7600349eee3", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/3696df4d-6acb-46e7-8756-b7600349eee3", "rel": "bookmark"}], "image": {"id": "e8c66e82-93b0-42c6-8d39-2279199308ed", "links": [{"href": "http://172.30.9.21:8774/images/e8c66e82-93b0-42c6-8d39-2279199308ed", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "80cad012-10a6-4ee0-be06-4098e5231e52", "links": [{"href": "http://172.30.9.21:8774/flavors/80cad012-10a6-4ee0-be06-4098e5231e52", "rel": "bookmark"}]}, "id": "3696df4d-6acb-46e7-8756-b7600349eee3", "security_groups": [{"name": "shaker-sg_ada014ec-51b2-4b16-abc8-039585ddedf9"}], "user_id": "2646baafedd641e1bf14c0da136d2222", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-01T04:40:03Z", "hostId": "958a03d676f04918a79455ee2bb1e26491aa1744c4feef340c114bf2", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_ada014ec-51b2-4b16-abc8-039585ddedf9", "name": "shaker-vm_ada014ec-51b2-4b16-abc8-039585ddedf9", "created": "2018-08-01T04:39:58Z", "tenant_id": "40b0a24d6dd148279ac58b97a1167112", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-01 04:40:12,697 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-35d53717-f87d-4526-b9af-855732ae72a4 2018-08-01 04:40:12,697 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.21554303169s 2018-08-01 04:40:12,698 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-35d53717-f87d-4526-b9af-855732ae72a4 2018-08-01 04:40:12,701 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-01 04:40:14,704 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-01 04:40:14,706 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ca39ee9be3dd797c6f3cf43d10cbd494a554be46" 2018-08-01 04:40:16,170 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:40: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-71e7b710-94fc-46fa-95db-72ce2fe4adc9 x-compute-request-id: req-71e7b710-94fc-46fa-95db-72ce2fe4adc9 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.21:8774/v2.1/servers/3696df4d-6acb-46e7-8756-b7600349eee3", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/3696df4d-6acb-46e7-8756-b7600349eee3", "rel": "bookmark"}], "image": {"id": "e8c66e82-93b0-42c6-8d39-2279199308ed", "links": [{"href": "http://172.30.9.21:8774/images/e8c66e82-93b0-42c6-8d39-2279199308ed", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "80cad012-10a6-4ee0-be06-4098e5231e52", "links": [{"href": "http://172.30.9.21:8774/flavors/80cad012-10a6-4ee0-be06-4098e5231e52", "rel": "bookmark"}]}, "id": "3696df4d-6acb-46e7-8756-b7600349eee3", "security_groups": [{"name": "shaker-sg_ada014ec-51b2-4b16-abc8-039585ddedf9"}], "user_id": "2646baafedd641e1bf14c0da136d2222", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-01T04:40:03Z", "hostId": "958a03d676f04918a79455ee2bb1e26491aa1744c4feef340c114bf2", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_ada014ec-51b2-4b16-abc8-039585ddedf9", "name": "shaker-vm_ada014ec-51b2-4b16-abc8-039585ddedf9", "created": "2018-08-01T04:39:58Z", "tenant_id": "40b0a24d6dd148279ac58b97a1167112", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-01 04:40:16,170 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-71e7b710-94fc-46fa-95db-72ce2fe4adc9 2018-08-01 04:40:16,170 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.46606397629s 2018-08-01 04:40:16,170 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-71e7b710-94fc-46fa-95db-72ce2fe4adc9 2018-08-01 04:40:16,174 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-01 04:40:18,176 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-01 04:40:18,179 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ca39ee9be3dd797c6f3cf43d10cbd494a554be46" 2018-08-01 04:40:19,648 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:40:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-79a10f4f-5711-455e-9487-8727daa3bad5 x-compute-request-id: req-79a10f4f-5711-455e-9487-8727daa3bad5 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.21:8774/v2.1/servers/3696df4d-6acb-46e7-8756-b7600349eee3", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/3696df4d-6acb-46e7-8756-b7600349eee3", "rel": "bookmark"}], "image": {"id": "e8c66e82-93b0-42c6-8d39-2279199308ed", "links": [{"href": "http://172.30.9.21:8774/images/e8c66e82-93b0-42c6-8d39-2279199308ed", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "80cad012-10a6-4ee0-be06-4098e5231e52", "links": [{"href": "http://172.30.9.21:8774/flavors/80cad012-10a6-4ee0-be06-4098e5231e52", "rel": "bookmark"}]}, "id": "3696df4d-6acb-46e7-8756-b7600349eee3", "security_groups": [{"name": "shaker-sg_ada014ec-51b2-4b16-abc8-039585ddedf9"}], "user_id": "2646baafedd641e1bf14c0da136d2222", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-01T04:40:03Z", "hostId": "958a03d676f04918a79455ee2bb1e26491aa1744c4feef340c114bf2", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_ada014ec-51b2-4b16-abc8-039585ddedf9", "name": "shaker-vm_ada014ec-51b2-4b16-abc8-039585ddedf9", "created": "2018-08-01T04:39:58Z", "tenant_id": "40b0a24d6dd148279ac58b97a1167112", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-01 04:40:19,648 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-79a10f4f-5711-455e-9487-8727daa3bad5 2018-08-01 04:40:19,648 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.4718079567s 2018-08-01 04:40:19,649 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-79a10f4f-5711-455e-9487-8727daa3bad5 2018-08-01 04:40:19,652 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-01 04:40:21,655 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-01 04:40:21,659 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ca39ee9be3dd797c6f3cf43d10cbd494a554be46" 2018-08-01 04:40:22,836 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:40:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d982641a-0c49-461c-a513-4ac3eeb25787 x-compute-request-id: req-d982641a-0c49-461c-a513-4ac3eeb25787 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.21:8774/v2.1/servers/3696df4d-6acb-46e7-8756-b7600349eee3", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/3696df4d-6acb-46e7-8756-b7600349eee3", "rel": "bookmark"}], "image": {"id": "e8c66e82-93b0-42c6-8d39-2279199308ed", "links": [{"href": "http://172.30.9.21:8774/images/e8c66e82-93b0-42c6-8d39-2279199308ed", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "80cad012-10a6-4ee0-be06-4098e5231e52", "links": [{"href": "http://172.30.9.21:8774/flavors/80cad012-10a6-4ee0-be06-4098e5231e52", "rel": "bookmark"}]}, "id": "3696df4d-6acb-46e7-8756-b7600349eee3", "security_groups": [{"name": "shaker-sg_ada014ec-51b2-4b16-abc8-039585ddedf9"}], "user_id": "2646baafedd641e1bf14c0da136d2222", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-01T04:40:03Z", "hostId": "958a03d676f04918a79455ee2bb1e26491aa1744c4feef340c114bf2", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_ada014ec-51b2-4b16-abc8-039585ddedf9", "name": "shaker-vm_ada014ec-51b2-4b16-abc8-039585ddedf9", "created": "2018-08-01T04:39:58Z", "tenant_id": "40b0a24d6dd148279ac58b97a1167112", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-01 04:40:22,837 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-d982641a-0c49-461c-a513-4ac3eeb25787 2018-08-01 04:40:22,837 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.1816649437s 2018-08-01 04:40:22,837 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-d982641a-0c49-461c-a513-4ac3eeb25787 2018-08-01 04:40:22,841 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-01 04:40:24,843 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-01 04:40:24,846 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ca39ee9be3dd797c6f3cf43d10cbd494a554be46" 2018-08-01 04:40:26,654 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:40:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3932063f-f5e9-4258-bde0-b24b6fd3b322 x-compute-request-id: req-3932063f-f5e9-4258-bde0-b24b6fd3b322 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.21:8774/v2.1/servers/3696df4d-6acb-46e7-8756-b7600349eee3", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/3696df4d-6acb-46e7-8756-b7600349eee3", "rel": "bookmark"}], "image": {"id": "e8c66e82-93b0-42c6-8d39-2279199308ed", "links": [{"href": "http://172.30.9.21:8774/images/e8c66e82-93b0-42c6-8d39-2279199308ed", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "80cad012-10a6-4ee0-be06-4098e5231e52", "links": [{"href": "http://172.30.9.21:8774/flavors/80cad012-10a6-4ee0-be06-4098e5231e52", "rel": "bookmark"}]}, "id": "3696df4d-6acb-46e7-8756-b7600349eee3", "security_groups": [{"name": "shaker-sg_ada014ec-51b2-4b16-abc8-039585ddedf9"}], "user_id": "2646baafedd641e1bf14c0da136d2222", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-01T04:40:03Z", "hostId": "958a03d676f04918a79455ee2bb1e26491aa1744c4feef340c114bf2", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_ada014ec-51b2-4b16-abc8-039585ddedf9", "name": "shaker-vm_ada014ec-51b2-4b16-abc8-039585ddedf9", "created": "2018-08-01T04:39:58Z", "tenant_id": "40b0a24d6dd148279ac58b97a1167112", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-01 04:40:26,654 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-3932063f-f5e9-4258-bde0-b24b6fd3b322 2018-08-01 04:40:26,654 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.81073307991s 2018-08-01 04:40:26,655 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-3932063f-f5e9-4258-bde0-b24b6fd3b322 2018-08-01 04:40:26,659 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-01 04:40:28,661 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-01 04:40:28,664 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ca39ee9be3dd797c6f3cf43d10cbd494a554be46" 2018-08-01 04:40:29,653 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:40: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-b62bdc33-21f6-4b68-9a4e-838e84edfd94 x-compute-request-id: req-b62bdc33-21f6-4b68-9a4e-838e84edfd94 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.21:8774/v2.1/servers/3696df4d-6acb-46e7-8756-b7600349eee3", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/3696df4d-6acb-46e7-8756-b7600349eee3", "rel": "bookmark"}], "image": {"id": "e8c66e82-93b0-42c6-8d39-2279199308ed", "links": [{"href": "http://172.30.9.21:8774/images/e8c66e82-93b0-42c6-8d39-2279199308ed", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "80cad012-10a6-4ee0-be06-4098e5231e52", "links": [{"href": "http://172.30.9.21:8774/flavors/80cad012-10a6-4ee0-be06-4098e5231e52", "rel": "bookmark"}]}, "id": "3696df4d-6acb-46e7-8756-b7600349eee3", "security_groups": [{"name": "shaker-sg_ada014ec-51b2-4b16-abc8-039585ddedf9"}], "user_id": "2646baafedd641e1bf14c0da136d2222", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-01T04:40:03Z", "hostId": "958a03d676f04918a79455ee2bb1e26491aa1744c4feef340c114bf2", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_ada014ec-51b2-4b16-abc8-039585ddedf9", "name": "shaker-vm_ada014ec-51b2-4b16-abc8-039585ddedf9", "created": "2018-08-01T04:39:58Z", "tenant_id": "40b0a24d6dd148279ac58b97a1167112", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-01 04:40:29,653 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-b62bdc33-21f6-4b68-9a4e-838e84edfd94 2018-08-01 04:40:29,654 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.992024898529s 2018-08-01 04:40:29,654 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-b62bdc33-21f6-4b68-9a4e-838e84edfd94 2018-08-01 04:40:29,657 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-01 04:40:31,658 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-01 04:40:31,661 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ca39ee9be3dd797c6f3cf43d10cbd494a554be46" 2018-08-01 04:40:32,357 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:40:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-96ea4aea-6227-4e75-b54f-bf39437667db x-compute-request-id: req-96ea4aea-6227-4e75-b54f-bf39437667db 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.21:8774/v2.1/servers/3696df4d-6acb-46e7-8756-b7600349eee3", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/3696df4d-6acb-46e7-8756-b7600349eee3", "rel": "bookmark"}], "image": {"id": "e8c66e82-93b0-42c6-8d39-2279199308ed", "links": [{"href": "http://172.30.9.21:8774/images/e8c66e82-93b0-42c6-8d39-2279199308ed", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "80cad012-10a6-4ee0-be06-4098e5231e52", "links": [{"href": "http://172.30.9.21:8774/flavors/80cad012-10a6-4ee0-be06-4098e5231e52", "rel": "bookmark"}]}, "id": "3696df4d-6acb-46e7-8756-b7600349eee3", "security_groups": [{"name": "shaker-sg_ada014ec-51b2-4b16-abc8-039585ddedf9"}], "user_id": "2646baafedd641e1bf14c0da136d2222", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-01T04:40:03Z", "hostId": "958a03d676f04918a79455ee2bb1e26491aa1744c4feef340c114bf2", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_ada014ec-51b2-4b16-abc8-039585ddedf9", "name": "shaker-vm_ada014ec-51b2-4b16-abc8-039585ddedf9", "created": "2018-08-01T04:39:58Z", "tenant_id": "40b0a24d6dd148279ac58b97a1167112", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-01 04:40:32,358 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-96ea4aea-6227-4e75-b54f-bf39437667db 2018-08-01 04:40:32,358 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.699365139008s 2018-08-01 04:40:32,358 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-96ea4aea-6227-4e75-b54f-bf39437667db 2018-08-01 04:40:32,362 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-01 04:40:34,365 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-01 04:40:34,368 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ca39ee9be3dd797c6f3cf43d10cbd494a554be46" 2018-08-01 04:40:35,376 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:40: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-9184f523-405b-484c-9969-aea49f81dfc8 x-compute-request-id: req-9184f523-405b-484c-9969-aea49f81dfc8 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.21:8774/v2.1/servers/3696df4d-6acb-46e7-8756-b7600349eee3", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/3696df4d-6acb-46e7-8756-b7600349eee3", "rel": "bookmark"}], "image": {"id": "e8c66e82-93b0-42c6-8d39-2279199308ed", "links": [{"href": "http://172.30.9.21:8774/images/e8c66e82-93b0-42c6-8d39-2279199308ed", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "80cad012-10a6-4ee0-be06-4098e5231e52", "links": [{"href": "http://172.30.9.21:8774/flavors/80cad012-10a6-4ee0-be06-4098e5231e52", "rel": "bookmark"}]}, "id": "3696df4d-6acb-46e7-8756-b7600349eee3", "security_groups": [{"name": "shaker-sg_ada014ec-51b2-4b16-abc8-039585ddedf9"}], "user_id": "2646baafedd641e1bf14c0da136d2222", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-01T04:40:03Z", "hostId": "958a03d676f04918a79455ee2bb1e26491aa1744c4feef340c114bf2", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_ada014ec-51b2-4b16-abc8-039585ddedf9", "name": "shaker-vm_ada014ec-51b2-4b16-abc8-039585ddedf9", "created": "2018-08-01T04:39:58Z", "tenant_id": "40b0a24d6dd148279ac58b97a1167112", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-01 04:40:35,377 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-9184f523-405b-484c-9969-aea49f81dfc8 2018-08-01 04:40:35,377 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.01160097122s 2018-08-01 04:40:35,377 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-9184f523-405b-484c-9969-aea49f81dfc8 2018-08-01 04:40:35,381 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-01 04:40:37,384 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-01 04:40:37,387 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ca39ee9be3dd797c6f3cf43d10cbd494a554be46" 2018-08-01 04:40:38,377 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:40: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-26eb6e18-0ff6-4152-873d-e88a24d2ddd2 x-compute-request-id: req-26eb6e18-0ff6-4152-873d-e88a24d2ddd2 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.21:8774/v2.1/servers/3696df4d-6acb-46e7-8756-b7600349eee3", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/3696df4d-6acb-46e7-8756-b7600349eee3", "rel": "bookmark"}], "image": {"id": "e8c66e82-93b0-42c6-8d39-2279199308ed", "links": [{"href": "http://172.30.9.21:8774/images/e8c66e82-93b0-42c6-8d39-2279199308ed", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "80cad012-10a6-4ee0-be06-4098e5231e52", "links": [{"href": "http://172.30.9.21:8774/flavors/80cad012-10a6-4ee0-be06-4098e5231e52", "rel": "bookmark"}]}, "id": "3696df4d-6acb-46e7-8756-b7600349eee3", "security_groups": [{"name": "shaker-sg_ada014ec-51b2-4b16-abc8-039585ddedf9"}], "user_id": "2646baafedd641e1bf14c0da136d2222", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-01T04:40:03Z", "hostId": "958a03d676f04918a79455ee2bb1e26491aa1744c4feef340c114bf2", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_ada014ec-51b2-4b16-abc8-039585ddedf9", "name": "shaker-vm_ada014ec-51b2-4b16-abc8-039585ddedf9", "created": "2018-08-01T04:39:58Z", "tenant_id": "40b0a24d6dd148279ac58b97a1167112", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-01 04:40:38,377 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-26eb6e18-0ff6-4152-873d-e88a24d2ddd2 2018-08-01 04:40:38,377 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.992970943451s 2018-08-01 04:40:38,377 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-26eb6e18-0ff6-4152-873d-e88a24d2ddd2 2018-08-01 04:40:38,381 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-01 04:40:40,384 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-01 04:40:40,387 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ca39ee9be3dd797c6f3cf43d10cbd494a554be46" 2018-08-01 04:40:41,559 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:40:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5b569d46-c125-4e6e-92eb-3caa4ba3d063 x-compute-request-id: req-5b569d46-c125-4e6e-92eb-3caa4ba3d063 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.21:8774/v2.1/servers/3696df4d-6acb-46e7-8756-b7600349eee3", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/3696df4d-6acb-46e7-8756-b7600349eee3", "rel": "bookmark"}], "image": {"id": "e8c66e82-93b0-42c6-8d39-2279199308ed", "links": [{"href": "http://172.30.9.21:8774/images/e8c66e82-93b0-42c6-8d39-2279199308ed", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "80cad012-10a6-4ee0-be06-4098e5231e52", "links": [{"href": "http://172.30.9.21:8774/flavors/80cad012-10a6-4ee0-be06-4098e5231e52", "rel": "bookmark"}]}, "id": "3696df4d-6acb-46e7-8756-b7600349eee3", "security_groups": [{"name": "shaker-sg_ada014ec-51b2-4b16-abc8-039585ddedf9"}], "user_id": "2646baafedd641e1bf14c0da136d2222", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-01T04:40:03Z", "hostId": "958a03d676f04918a79455ee2bb1e26491aa1744c4feef340c114bf2", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_ada014ec-51b2-4b16-abc8-039585ddedf9", "name": "shaker-vm_ada014ec-51b2-4b16-abc8-039585ddedf9", "created": "2018-08-01T04:39:58Z", "tenant_id": "40b0a24d6dd148279ac58b97a1167112", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-01 04:40:41,559 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-5b569d46-c125-4e6e-92eb-3caa4ba3d063 2018-08-01 04:40:41,559 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.17527079582s 2018-08-01 04:40:41,560 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-5b569d46-c125-4e6e-92eb-3caa4ba3d063 2018-08-01 04:40:41,564 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-01 04:40:43,566 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-01 04:40:43,569 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ca39ee9be3dd797c6f3cf43d10cbd494a554be46" 2018-08-01 04:40:44,401 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:40:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3f294c81-a85d-4438-b99d-43b6aa3ede8a x-compute-request-id: req-3f294c81-a85d-4438-b99d-43b6aa3ede8a 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.21:8774/v2.1/servers/3696df4d-6acb-46e7-8756-b7600349eee3", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/3696df4d-6acb-46e7-8756-b7600349eee3", "rel": "bookmark"}], "image": {"id": "e8c66e82-93b0-42c6-8d39-2279199308ed", "links": [{"href": "http://172.30.9.21:8774/images/e8c66e82-93b0-42c6-8d39-2279199308ed", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "80cad012-10a6-4ee0-be06-4098e5231e52", "links": [{"href": "http://172.30.9.21:8774/flavors/80cad012-10a6-4ee0-be06-4098e5231e52", "rel": "bookmark"}]}, "id": "3696df4d-6acb-46e7-8756-b7600349eee3", "security_groups": [{"name": "shaker-sg_ada014ec-51b2-4b16-abc8-039585ddedf9"}], "user_id": "2646baafedd641e1bf14c0da136d2222", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-01T04:40:03Z", "hostId": "958a03d676f04918a79455ee2bb1e26491aa1744c4feef340c114bf2", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_ada014ec-51b2-4b16-abc8-039585ddedf9", "name": "shaker-vm_ada014ec-51b2-4b16-abc8-039585ddedf9", "created": "2018-08-01T04:39:58Z", "tenant_id": "40b0a24d6dd148279ac58b97a1167112", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-01 04:40:44,401 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-3f294c81-a85d-4438-b99d-43b6aa3ede8a 2018-08-01 04:40:44,401 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.834749937057s 2018-08-01 04:40:44,402 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-3f294c81-a85d-4438-b99d-43b6aa3ede8a 2018-08-01 04:40:44,406 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-01 04:40:46,408 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-01 04:40:46,411 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ca39ee9be3dd797c6f3cf43d10cbd494a554be46" 2018-08-01 04:40:47,617 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:40:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7fb10391-9af4-49da-86ac-db3d9456039d x-compute-request-id: req-7fb10391-9af4-49da-86ac-db3d9456039d 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.21:8774/v2.1/servers/3696df4d-6acb-46e7-8756-b7600349eee3", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/3696df4d-6acb-46e7-8756-b7600349eee3", "rel": "bookmark"}], "image": {"id": "e8c66e82-93b0-42c6-8d39-2279199308ed", "links": [{"href": "http://172.30.9.21:8774/images/e8c66e82-93b0-42c6-8d39-2279199308ed", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "80cad012-10a6-4ee0-be06-4098e5231e52", "links": [{"href": "http://172.30.9.21:8774/flavors/80cad012-10a6-4ee0-be06-4098e5231e52", "rel": "bookmark"}]}, "id": "3696df4d-6acb-46e7-8756-b7600349eee3", "security_groups": [{"name": "shaker-sg_ada014ec-51b2-4b16-abc8-039585ddedf9"}], "user_id": "2646baafedd641e1bf14c0da136d2222", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-01T04:40:03Z", "hostId": "958a03d676f04918a79455ee2bb1e26491aa1744c4feef340c114bf2", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_ada014ec-51b2-4b16-abc8-039585ddedf9", "name": "shaker-vm_ada014ec-51b2-4b16-abc8-039585ddedf9", "created": "2018-08-01T04:39:58Z", "tenant_id": "40b0a24d6dd148279ac58b97a1167112", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-01 04:40:47,617 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-7fb10391-9af4-49da-86ac-db3d9456039d 2018-08-01 04:40:47,618 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.20903515816s 2018-08-01 04:40:47,618 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-7fb10391-9af4-49da-86ac-db3d9456039d 2018-08-01 04:40:47,622 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-01 04:40:49,625 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-01 04:40:49,628 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ca39ee9be3dd797c6f3cf43d10cbd494a554be46" 2018-08-01 04:40:50,653 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:40:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-34c5a584-0e56-48c4-996e-f271b6f8c7f2 x-compute-request-id: req-34c5a584-0e56-48c4-996e-f271b6f8c7f2 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.21:8774/v2.1/servers/3696df4d-6acb-46e7-8756-b7600349eee3", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/3696df4d-6acb-46e7-8756-b7600349eee3", "rel": "bookmark"}], "image": {"id": "e8c66e82-93b0-42c6-8d39-2279199308ed", "links": [{"href": "http://172.30.9.21:8774/images/e8c66e82-93b0-42c6-8d39-2279199308ed", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "80cad012-10a6-4ee0-be06-4098e5231e52", "links": [{"href": "http://172.30.9.21:8774/flavors/80cad012-10a6-4ee0-be06-4098e5231e52", "rel": "bookmark"}]}, "id": "3696df4d-6acb-46e7-8756-b7600349eee3", "security_groups": [{"name": "shaker-sg_ada014ec-51b2-4b16-abc8-039585ddedf9"}], "user_id": "2646baafedd641e1bf14c0da136d2222", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-01T04:40:03Z", "hostId": "958a03d676f04918a79455ee2bb1e26491aa1744c4feef340c114bf2", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_ada014ec-51b2-4b16-abc8-039585ddedf9", "name": "shaker-vm_ada014ec-51b2-4b16-abc8-039585ddedf9", "created": "2018-08-01T04:39:58Z", "tenant_id": "40b0a24d6dd148279ac58b97a1167112", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-01 04:40:50,653 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-34c5a584-0e56-48c4-996e-f271b6f8c7f2 2018-08-01 04:40:50,653 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.02817177773s 2018-08-01 04:40:50,653 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-34c5a584-0e56-48c4-996e-f271b6f8c7f2 2018-08-01 04:40:50,655 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-01 04:40:52,658 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-01 04:40:52,659 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ca39ee9be3dd797c6f3cf43d10cbd494a554be46" 2018-08-01 04:40:53,315 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:40:52 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-43b5989a-3a2f-4e75-ad7d-a83a4451ce97 x-compute-request-id: req-43b5989a-3a2f-4e75-ad7d-a83a4451ce97 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.21:8774/v2.1/servers/3696df4d-6acb-46e7-8756-b7600349eee3", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/3696df4d-6acb-46e7-8756-b7600349eee3", "rel": "bookmark"}], "image": {"id": "e8c66e82-93b0-42c6-8d39-2279199308ed", "links": [{"href": "http://172.30.9.21:8774/images/e8c66e82-93b0-42c6-8d39-2279199308ed", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "80cad012-10a6-4ee0-be06-4098e5231e52", "links": [{"href": "http://172.30.9.21:8774/flavors/80cad012-10a6-4ee0-be06-4098e5231e52", "rel": "bookmark"}]}, "id": "3696df4d-6acb-46e7-8756-b7600349eee3", "security_groups": [{"name": "shaker-sg_ada014ec-51b2-4b16-abc8-039585ddedf9"}], "user_id": "2646baafedd641e1bf14c0da136d2222", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-01T04:40:03Z", "hostId": "958a03d676f04918a79455ee2bb1e26491aa1744c4feef340c114bf2", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_ada014ec-51b2-4b16-abc8-039585ddedf9", "name": "shaker-vm_ada014ec-51b2-4b16-abc8-039585ddedf9", "created": "2018-08-01T04:39:58Z", "tenant_id": "40b0a24d6dd148279ac58b97a1167112", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-01 04:40:53,315 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-43b5989a-3a2f-4e75-ad7d-a83a4451ce97 2018-08-01 04:40:53,316 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.657729148865s 2018-08-01 04:40:53,316 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-43b5989a-3a2f-4e75-ad7d-a83a4451ce97 2018-08-01 04:40:53,320 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-01 04:40:55,322 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-01 04:40:55,325 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ca39ee9be3dd797c6f3cf43d10cbd494a554be46" 2018-08-01 04:40:56,327 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:40:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-dfc2205a-b506-423c-b644-ca8c7540952f x-compute-request-id: req-dfc2205a-b506-423c-b644-ca8c7540952f 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.21:8774/v2.1/servers/3696df4d-6acb-46e7-8756-b7600349eee3", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/3696df4d-6acb-46e7-8756-b7600349eee3", "rel": "bookmark"}], "image": {"id": "e8c66e82-93b0-42c6-8d39-2279199308ed", "links": [{"href": "http://172.30.9.21:8774/images/e8c66e82-93b0-42c6-8d39-2279199308ed", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "80cad012-10a6-4ee0-be06-4098e5231e52", "links": [{"href": "http://172.30.9.21:8774/flavors/80cad012-10a6-4ee0-be06-4098e5231e52", "rel": "bookmark"}]}, "id": "3696df4d-6acb-46e7-8756-b7600349eee3", "security_groups": [{"name": "shaker-sg_ada014ec-51b2-4b16-abc8-039585ddedf9"}], "user_id": "2646baafedd641e1bf14c0da136d2222", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-01T04:40:03Z", "hostId": "958a03d676f04918a79455ee2bb1e26491aa1744c4feef340c114bf2", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_ada014ec-51b2-4b16-abc8-039585ddedf9", "name": "shaker-vm_ada014ec-51b2-4b16-abc8-039585ddedf9", "created": "2018-08-01T04:39:58Z", "tenant_id": "40b0a24d6dd148279ac58b97a1167112", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-01 04:40:56,327 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-dfc2205a-b506-423c-b644-ca8c7540952f 2018-08-01 04:40:56,327 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.00458908081s 2018-08-01 04:40:56,327 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-dfc2205a-b506-423c-b644-ca8c7540952f 2018-08-01 04:40:56,331 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-01 04:40:58,333 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-01 04:40:58,336 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ca39ee9be3dd797c6f3cf43d10cbd494a554be46" 2018-08-01 04:40:58,897 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:40: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-1a36f099-dd3b-4172-aa95-5b85ef1c7ba2 x-compute-request-id: req-1a36f099-dd3b-4172-aa95-5b85ef1c7ba2 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.21:8774/v2.1/servers/3696df4d-6acb-46e7-8756-b7600349eee3", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/3696df4d-6acb-46e7-8756-b7600349eee3", "rel": "bookmark"}], "image": {"id": "e8c66e82-93b0-42c6-8d39-2279199308ed", "links": [{"href": "http://172.30.9.21:8774/images/e8c66e82-93b0-42c6-8d39-2279199308ed", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "80cad012-10a6-4ee0-be06-4098e5231e52", "links": [{"href": "http://172.30.9.21:8774/flavors/80cad012-10a6-4ee0-be06-4098e5231e52", "rel": "bookmark"}]}, "id": "3696df4d-6acb-46e7-8756-b7600349eee3", "security_groups": [{"name": "shaker-sg_ada014ec-51b2-4b16-abc8-039585ddedf9"}], "user_id": "2646baafedd641e1bf14c0da136d2222", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-01T04:40:03Z", "hostId": "958a03d676f04918a79455ee2bb1e26491aa1744c4feef340c114bf2", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_ada014ec-51b2-4b16-abc8-039585ddedf9", "name": "shaker-vm_ada014ec-51b2-4b16-abc8-039585ddedf9", "created": "2018-08-01T04:39:58Z", "tenant_id": "40b0a24d6dd148279ac58b97a1167112", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-01 04:40:58,897 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-1a36f099-dd3b-4172-aa95-5b85ef1c7ba2 2018-08-01 04:40:58,898 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.564023017883s 2018-08-01 04:40:58,898 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-1a36f099-dd3b-4172-aa95-5b85ef1c7ba2 2018-08-01 04:40:58,902 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-01 04:41:00,905 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-01 04:41:00,908 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ca39ee9be3dd797c6f3cf43d10cbd494a554be46" 2018-08-01 04:41:01,606 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:41:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-dfeb8664-6493-46c5-883b-3df9c55ef4d3 x-compute-request-id: req-dfeb8664-6493-46c5-883b-3df9c55ef4d3 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.21:8774/v2.1/servers/3696df4d-6acb-46e7-8756-b7600349eee3", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/3696df4d-6acb-46e7-8756-b7600349eee3", "rel": "bookmark"}], "image": {"id": "e8c66e82-93b0-42c6-8d39-2279199308ed", "links": [{"href": "http://172.30.9.21:8774/images/e8c66e82-93b0-42c6-8d39-2279199308ed", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "80cad012-10a6-4ee0-be06-4098e5231e52", "links": [{"href": "http://172.30.9.21:8774/flavors/80cad012-10a6-4ee0-be06-4098e5231e52", "rel": "bookmark"}]}, "id": "3696df4d-6acb-46e7-8756-b7600349eee3", "security_groups": [{"name": "shaker-sg_ada014ec-51b2-4b16-abc8-039585ddedf9"}], "user_id": "2646baafedd641e1bf14c0da136d2222", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-01T04:40:03Z", "hostId": "958a03d676f04918a79455ee2bb1e26491aa1744c4feef340c114bf2", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_ada014ec-51b2-4b16-abc8-039585ddedf9", "name": "shaker-vm_ada014ec-51b2-4b16-abc8-039585ddedf9", "created": "2018-08-01T04:39:58Z", "tenant_id": "40b0a24d6dd148279ac58b97a1167112", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-01 04:41:01,607 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-dfeb8664-6493-46c5-883b-3df9c55ef4d3 2018-08-01 04:41:01,607 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.70138001442s 2018-08-01 04:41:01,607 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-dfeb8664-6493-46c5-883b-3df9c55ef4d3 2018-08-01 04:41:01,609 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-01 04:41:03,611 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-01 04:41:03,614 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ca39ee9be3dd797c6f3cf43d10cbd494a554be46" 2018-08-01 04:41:04,223 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:41:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a0347678-6520-4150-8955-1392638cb528 x-compute-request-id: req-a0347678-6520-4150-8955-1392638cb528 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.21:8774/v2.1/servers/3696df4d-6acb-46e7-8756-b7600349eee3", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/3696df4d-6acb-46e7-8756-b7600349eee3", "rel": "bookmark"}], "image": {"id": "e8c66e82-93b0-42c6-8d39-2279199308ed", "links": [{"href": "http://172.30.9.21:8774/images/e8c66e82-93b0-42c6-8d39-2279199308ed", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "80cad012-10a6-4ee0-be06-4098e5231e52", "links": [{"href": "http://172.30.9.21:8774/flavors/80cad012-10a6-4ee0-be06-4098e5231e52", "rel": "bookmark"}]}, "id": "3696df4d-6acb-46e7-8756-b7600349eee3", "security_groups": [{"name": "shaker-sg_ada014ec-51b2-4b16-abc8-039585ddedf9"}], "user_id": "2646baafedd641e1bf14c0da136d2222", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-01T04:40:03Z", "hostId": "958a03d676f04918a79455ee2bb1e26491aa1744c4feef340c114bf2", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_ada014ec-51b2-4b16-abc8-039585ddedf9", "name": "shaker-vm_ada014ec-51b2-4b16-abc8-039585ddedf9", "created": "2018-08-01T04:39:58Z", "tenant_id": "40b0a24d6dd148279ac58b97a1167112", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-01 04:41:04,223 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-a0347678-6520-4150-8955-1392638cb528 2018-08-01 04:41:04,224 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.612077951431s 2018-08-01 04:41:04,224 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-a0347678-6520-4150-8955-1392638cb528 2018-08-01 04:41:04,228 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-01 04:41:06,230 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-01 04:41:06,233 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ca39ee9be3dd797c6f3cf43d10cbd494a554be46" 2018-08-01 04:41:07,426 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:41: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-7a1696f4-6cfa-4360-8994-4e89421cec16 x-compute-request-id: req-7a1696f4-6cfa-4360-8994-4e89421cec16 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.21:8774/v2.1/servers/3696df4d-6acb-46e7-8756-b7600349eee3", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/3696df4d-6acb-46e7-8756-b7600349eee3", "rel": "bookmark"}], "image": {"id": "e8c66e82-93b0-42c6-8d39-2279199308ed", "links": [{"href": "http://172.30.9.21:8774/images/e8c66e82-93b0-42c6-8d39-2279199308ed", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "80cad012-10a6-4ee0-be06-4098e5231e52", "links": [{"href": "http://172.30.9.21:8774/flavors/80cad012-10a6-4ee0-be06-4098e5231e52", "rel": "bookmark"}]}, "id": "3696df4d-6acb-46e7-8756-b7600349eee3", "security_groups": [{"name": "shaker-sg_ada014ec-51b2-4b16-abc8-039585ddedf9"}], "user_id": "2646baafedd641e1bf14c0da136d2222", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-01T04:40:03Z", "hostId": "958a03d676f04918a79455ee2bb1e26491aa1744c4feef340c114bf2", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_ada014ec-51b2-4b16-abc8-039585ddedf9", "name": "shaker-vm_ada014ec-51b2-4b16-abc8-039585ddedf9", "created": "2018-08-01T04:39:58Z", "tenant_id": "40b0a24d6dd148279ac58b97a1167112", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-01 04:41:07,427 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-7a1696f4-6cfa-4360-8994-4e89421cec16 2018-08-01 04:41:07,427 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.1961991787s 2018-08-01 04:41:07,427 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-7a1696f4-6cfa-4360-8994-4e89421cec16 2018-08-01 04:41:07,430 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-01 04:41:09,433 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-01 04:41:09,436 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ca39ee9be3dd797c6f3cf43d10cbd494a554be46" 2018-08-01 04:41:10,423 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:41:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-822e8a4c-c1c6-4d93-a435-75546422b4d8 x-compute-request-id: req-822e8a4c-c1c6-4d93-a435-75546422b4d8 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.21:8774/v2.1/servers/3696df4d-6acb-46e7-8756-b7600349eee3", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/3696df4d-6acb-46e7-8756-b7600349eee3", "rel": "bookmark"}], "image": {"id": "e8c66e82-93b0-42c6-8d39-2279199308ed", "links": [{"href": "http://172.30.9.21:8774/images/e8c66e82-93b0-42c6-8d39-2279199308ed", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "80cad012-10a6-4ee0-be06-4098e5231e52", "links": [{"href": "http://172.30.9.21:8774/flavors/80cad012-10a6-4ee0-be06-4098e5231e52", "rel": "bookmark"}]}, "id": "3696df4d-6acb-46e7-8756-b7600349eee3", "security_groups": [{"name": "shaker-sg_ada014ec-51b2-4b16-abc8-039585ddedf9"}], "user_id": "2646baafedd641e1bf14c0da136d2222", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-01T04:40:03Z", "hostId": "958a03d676f04918a79455ee2bb1e26491aa1744c4feef340c114bf2", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_ada014ec-51b2-4b16-abc8-039585ddedf9", "name": "shaker-vm_ada014ec-51b2-4b16-abc8-039585ddedf9", "created": "2018-08-01T04:39:58Z", "tenant_id": "40b0a24d6dd148279ac58b97a1167112", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-01 04:41:10,423 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-822e8a4c-c1c6-4d93-a435-75546422b4d8 2018-08-01 04:41:10,423 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.98983001709s 2018-08-01 04:41:10,423 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-822e8a4c-c1c6-4d93-a435-75546422b4d8 2018-08-01 04:41:10,426 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-01 04:41:12,428 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-01 04:41:12,431 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ca39ee9be3dd797c6f3cf43d10cbd494a554be46" 2018-08-01 04:41:13,085 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:41:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0a7f3a7f-5b19-43c2-b1cb-c8cbc23cd020 x-compute-request-id: req-0a7f3a7f-5b19-43c2-b1cb-c8cbc23cd020 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.21:8774/v2.1/servers/3696df4d-6acb-46e7-8756-b7600349eee3", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/3696df4d-6acb-46e7-8756-b7600349eee3", "rel": "bookmark"}], "image": {"id": "e8c66e82-93b0-42c6-8d39-2279199308ed", "links": [{"href": "http://172.30.9.21:8774/images/e8c66e82-93b0-42c6-8d39-2279199308ed", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "80cad012-10a6-4ee0-be06-4098e5231e52", "links": [{"href": "http://172.30.9.21:8774/flavors/80cad012-10a6-4ee0-be06-4098e5231e52", "rel": "bookmark"}]}, "id": "3696df4d-6acb-46e7-8756-b7600349eee3", "security_groups": [{"name": "shaker-sg_ada014ec-51b2-4b16-abc8-039585ddedf9"}], "user_id": "2646baafedd641e1bf14c0da136d2222", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-01T04:40:03Z", "hostId": "958a03d676f04918a79455ee2bb1e26491aa1744c4feef340c114bf2", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_ada014ec-51b2-4b16-abc8-039585ddedf9", "name": "shaker-vm_ada014ec-51b2-4b16-abc8-039585ddedf9", "created": "2018-08-01T04:39:58Z", "tenant_id": "40b0a24d6dd148279ac58b97a1167112", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-01 04:41:13,085 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-0a7f3a7f-5b19-43c2-b1cb-c8cbc23cd020 2018-08-01 04:41:13,086 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.656896829605s 2018-08-01 04:41:13,086 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-0a7f3a7f-5b19-43c2-b1cb-c8cbc23cd020 2018-08-01 04:41:13,090 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-01 04:41:15,093 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-01 04:41:15,096 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ca39ee9be3dd797c6f3cf43d10cbd494a554be46" 2018-08-01 04:41:15,502 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:41:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c5b88b79-fdd8-4851-9bf8-62b977cf77e9 x-compute-request-id: req-c5b88b79-fdd8-4851-9bf8-62b977cf77e9 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.21:8774/v2.1/servers/3696df4d-6acb-46e7-8756-b7600349eee3", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/3696df4d-6acb-46e7-8756-b7600349eee3", "rel": "bookmark"}], "image": {"id": "e8c66e82-93b0-42c6-8d39-2279199308ed", "links": [{"href": "http://172.30.9.21:8774/images/e8c66e82-93b0-42c6-8d39-2279199308ed", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "80cad012-10a6-4ee0-be06-4098e5231e52", "links": [{"href": "http://172.30.9.21:8774/flavors/80cad012-10a6-4ee0-be06-4098e5231e52", "rel": "bookmark"}]}, "id": "3696df4d-6acb-46e7-8756-b7600349eee3", "security_groups": [{"name": "shaker-sg_ada014ec-51b2-4b16-abc8-039585ddedf9"}], "user_id": "2646baafedd641e1bf14c0da136d2222", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-01T04:40:03Z", "hostId": "958a03d676f04918a79455ee2bb1e26491aa1744c4feef340c114bf2", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_ada014ec-51b2-4b16-abc8-039585ddedf9", "name": "shaker-vm_ada014ec-51b2-4b16-abc8-039585ddedf9", "created": "2018-08-01T04:39:58Z", "tenant_id": "40b0a24d6dd148279ac58b97a1167112", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-01 04:41:15,502 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-c5b88b79-fdd8-4851-9bf8-62b977cf77e9 2018-08-01 04:41:15,502 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.409406900406s 2018-08-01 04:41:15,503 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-c5b88b79-fdd8-4851-9bf8-62b977cf77e9 2018-08-01 04:41:15,507 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-01 04:41:17,509 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-01 04:41:17,512 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ca39ee9be3dd797c6f3cf43d10cbd494a554be46" 2018-08-01 04:41:18,151 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:41:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-15a06db0-af7f-4e39-bc29-2aa72e69672c x-compute-request-id: req-15a06db0-af7f-4e39-bc29-2aa72e69672c 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.21:8774/v2.1/servers/3696df4d-6acb-46e7-8756-b7600349eee3", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/3696df4d-6acb-46e7-8756-b7600349eee3", "rel": "bookmark"}], "image": {"id": "e8c66e82-93b0-42c6-8d39-2279199308ed", "links": [{"href": "http://172.30.9.21:8774/images/e8c66e82-93b0-42c6-8d39-2279199308ed", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "80cad012-10a6-4ee0-be06-4098e5231e52", "links": [{"href": "http://172.30.9.21:8774/flavors/80cad012-10a6-4ee0-be06-4098e5231e52", "rel": "bookmark"}]}, "id": "3696df4d-6acb-46e7-8756-b7600349eee3", "security_groups": [{"name": "shaker-sg_ada014ec-51b2-4b16-abc8-039585ddedf9"}], "user_id": "2646baafedd641e1bf14c0da136d2222", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-01T04:40:03Z", "hostId": "958a03d676f04918a79455ee2bb1e26491aa1744c4feef340c114bf2", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_ada014ec-51b2-4b16-abc8-039585ddedf9", "name": "shaker-vm_ada014ec-51b2-4b16-abc8-039585ddedf9", "created": "2018-08-01T04:39:58Z", "tenant_id": "40b0a24d6dd148279ac58b97a1167112", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-01 04:41:18,151 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-15a06db0-af7f-4e39-bc29-2aa72e69672c 2018-08-01 04:41:18,151 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.641446113586s 2018-08-01 04:41:18,151 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-15a06db0-af7f-4e39-bc29-2aa72e69672c 2018-08-01 04:41:18,155 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-01 04:41:20,158 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-01 04:41:20,161 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ca39ee9be3dd797c6f3cf43d10cbd494a554be46" 2018-08-01 04:41:20,758 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:41:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-338a512c-cad9-4e5c-85ce-0de3e9c99998 x-compute-request-id: req-338a512c-cad9-4e5c-85ce-0de3e9c99998 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.21:8774/v2.1/servers/3696df4d-6acb-46e7-8756-b7600349eee3", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/3696df4d-6acb-46e7-8756-b7600349eee3", "rel": "bookmark"}], "image": {"id": "e8c66e82-93b0-42c6-8d39-2279199308ed", "links": [{"href": "http://172.30.9.21:8774/images/e8c66e82-93b0-42c6-8d39-2279199308ed", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "80cad012-10a6-4ee0-be06-4098e5231e52", "links": [{"href": "http://172.30.9.21:8774/flavors/80cad012-10a6-4ee0-be06-4098e5231e52", "rel": "bookmark"}]}, "id": "3696df4d-6acb-46e7-8756-b7600349eee3", "security_groups": [{"name": "shaker-sg_ada014ec-51b2-4b16-abc8-039585ddedf9"}], "user_id": "2646baafedd641e1bf14c0da136d2222", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-01T04:40:03Z", "hostId": "958a03d676f04918a79455ee2bb1e26491aa1744c4feef340c114bf2", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_ada014ec-51b2-4b16-abc8-039585ddedf9", "name": "shaker-vm_ada014ec-51b2-4b16-abc8-039585ddedf9", "created": "2018-08-01T04:39:58Z", "tenant_id": "40b0a24d6dd148279ac58b97a1167112", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-01 04:41:20,758 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-338a512c-cad9-4e5c-85ce-0de3e9c99998 2018-08-01 04:41:20,758 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.599968910217s 2018-08-01 04:41:20,759 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-338a512c-cad9-4e5c-85ce-0de3e9c99998 2018-08-01 04:41:20,763 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-01 04:41:22,765 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-01 04:41:22,768 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ca39ee9be3dd797c6f3cf43d10cbd494a554be46" 2018-08-01 04:41:23,347 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:41: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-76d33b3b-ca4a-4e51-8adc-5bde5d27d7ff x-compute-request-id: req-76d33b3b-ca4a-4e51-8adc-5bde5d27d7ff 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.21:8774/v2.1/servers/3696df4d-6acb-46e7-8756-b7600349eee3", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/3696df4d-6acb-46e7-8756-b7600349eee3", "rel": "bookmark"}], "image": {"id": "e8c66e82-93b0-42c6-8d39-2279199308ed", "links": [{"href": "http://172.30.9.21:8774/images/e8c66e82-93b0-42c6-8d39-2279199308ed", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "80cad012-10a6-4ee0-be06-4098e5231e52", "links": [{"href": "http://172.30.9.21:8774/flavors/80cad012-10a6-4ee0-be06-4098e5231e52", "rel": "bookmark"}]}, "id": "3696df4d-6acb-46e7-8756-b7600349eee3", "security_groups": [{"name": "shaker-sg_ada014ec-51b2-4b16-abc8-039585ddedf9"}], "user_id": "2646baafedd641e1bf14c0da136d2222", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-01T04:40:03Z", "hostId": "958a03d676f04918a79455ee2bb1e26491aa1744c4feef340c114bf2", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_ada014ec-51b2-4b16-abc8-039585ddedf9", "name": "shaker-vm_ada014ec-51b2-4b16-abc8-039585ddedf9", "created": "2018-08-01T04:39:58Z", "tenant_id": "40b0a24d6dd148279ac58b97a1167112", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-01 04:41:23,347 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-76d33b3b-ca4a-4e51-8adc-5bde5d27d7ff 2018-08-01 04:41:23,347 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.581557035446s 2018-08-01 04:41:23,347 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-76d33b3b-ca4a-4e51-8adc-5bde5d27d7ff 2018-08-01 04:41:23,351 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-01 04:41:25,353 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-01 04:41:25,356 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ca39ee9be3dd797c6f3cf43d10cbd494a554be46" 2018-08-01 04:41:26,124 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:41:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-84e3f777-eece-4e1f-9a71-971923afb4b6 x-compute-request-id: req-84e3f777-eece-4e1f-9a71-971923afb4b6 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.21:8774/v2.1/servers/3696df4d-6acb-46e7-8756-b7600349eee3", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/3696df4d-6acb-46e7-8756-b7600349eee3", "rel": "bookmark"}], "image": {"id": "e8c66e82-93b0-42c6-8d39-2279199308ed", "links": [{"href": "http://172.30.9.21:8774/images/e8c66e82-93b0-42c6-8d39-2279199308ed", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "80cad012-10a6-4ee0-be06-4098e5231e52", "links": [{"href": "http://172.30.9.21:8774/flavors/80cad012-10a6-4ee0-be06-4098e5231e52", "rel": "bookmark"}]}, "id": "3696df4d-6acb-46e7-8756-b7600349eee3", "security_groups": [{"name": "shaker-sg_ada014ec-51b2-4b16-abc8-039585ddedf9"}], "user_id": "2646baafedd641e1bf14c0da136d2222", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-01T04:40:03Z", "hostId": "958a03d676f04918a79455ee2bb1e26491aa1744c4feef340c114bf2", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_ada014ec-51b2-4b16-abc8-039585ddedf9", "name": "shaker-vm_ada014ec-51b2-4b16-abc8-039585ddedf9", "created": "2018-08-01T04:39:58Z", "tenant_id": "40b0a24d6dd148279ac58b97a1167112", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-01 04:41:26,124 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-84e3f777-eece-4e1f-9a71-971923afb4b6 2018-08-01 04:41:26,125 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.770973920822s 2018-08-01 04:41:26,125 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-84e3f777-eece-4e1f-9a71-971923afb4b6 2018-08-01 04:41:26,129 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-01 04:41:28,131 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-01 04:41:28,134 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ca39ee9be3dd797c6f3cf43d10cbd494a554be46" 2018-08-01 04:41:28,893 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:41:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d205bbef-f232-4d5d-8eff-c61095a5f499 x-compute-request-id: req-d205bbef-f232-4d5d-8eff-c61095a5f499 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.21:8774/v2.1/servers/3696df4d-6acb-46e7-8756-b7600349eee3", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/3696df4d-6acb-46e7-8756-b7600349eee3", "rel": "bookmark"}], "image": {"id": "e8c66e82-93b0-42c6-8d39-2279199308ed", "links": [{"href": "http://172.30.9.21:8774/images/e8c66e82-93b0-42c6-8d39-2279199308ed", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "80cad012-10a6-4ee0-be06-4098e5231e52", "links": [{"href": "http://172.30.9.21:8774/flavors/80cad012-10a6-4ee0-be06-4098e5231e52", "rel": "bookmark"}]}, "id": "3696df4d-6acb-46e7-8756-b7600349eee3", "security_groups": [{"name": "shaker-sg_ada014ec-51b2-4b16-abc8-039585ddedf9"}], "user_id": "2646baafedd641e1bf14c0da136d2222", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-01T04:40:03Z", "hostId": "958a03d676f04918a79455ee2bb1e26491aa1744c4feef340c114bf2", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_ada014ec-51b2-4b16-abc8-039585ddedf9", "name": "shaker-vm_ada014ec-51b2-4b16-abc8-039585ddedf9", "created": "2018-08-01T04:39:58Z", "tenant_id": "40b0a24d6dd148279ac58b97a1167112", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-01 04:41:28,894 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-d205bbef-f232-4d5d-8eff-c61095a5f499 2018-08-01 04:41:28,894 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.762426137924s 2018-08-01 04:41:28,894 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-d205bbef-f232-4d5d-8eff-c61095a5f499 2018-08-01 04:41:28,898 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-01 04:41:30,901 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-01 04:41:30,904 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ca39ee9be3dd797c6f3cf43d10cbd494a554be46" 2018-08-01 04:41:31,286 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:41:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-06ed169c-31c6-4a05-8655-47e64de8db8d x-compute-request-id: req-06ed169c-31c6-4a05-8655-47e64de8db8d 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.21:8774/v2.1/servers/3696df4d-6acb-46e7-8756-b7600349eee3", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/3696df4d-6acb-46e7-8756-b7600349eee3", "rel": "bookmark"}], "image": {"id": "e8c66e82-93b0-42c6-8d39-2279199308ed", "links": [{"href": "http://172.30.9.21:8774/images/e8c66e82-93b0-42c6-8d39-2279199308ed", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "80cad012-10a6-4ee0-be06-4098e5231e52", "links": [{"href": "http://172.30.9.21:8774/flavors/80cad012-10a6-4ee0-be06-4098e5231e52", "rel": "bookmark"}]}, "id": "3696df4d-6acb-46e7-8756-b7600349eee3", "security_groups": [{"name": "shaker-sg_ada014ec-51b2-4b16-abc8-039585ddedf9"}], "user_id": "2646baafedd641e1bf14c0da136d2222", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-01T04:40:03Z", "hostId": "958a03d676f04918a79455ee2bb1e26491aa1744c4feef340c114bf2", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_ada014ec-51b2-4b16-abc8-039585ddedf9", "name": "shaker-vm_ada014ec-51b2-4b16-abc8-039585ddedf9", "created": "2018-08-01T04:39:58Z", "tenant_id": "40b0a24d6dd148279ac58b97a1167112", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-01 04:41:31,286 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-06ed169c-31c6-4a05-8655-47e64de8db8d 2018-08-01 04:41:31,286 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.384922027588s 2018-08-01 04:41:31,286 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-06ed169c-31c6-4a05-8655-47e64de8db8d 2018-08-01 04:41:31,290 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-01 04:41:33,293 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-01 04:41:33,296 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ca39ee9be3dd797c6f3cf43d10cbd494a554be46" 2018-08-01 04:41:34,465 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:41:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3da2af11-2cf7-4842-8862-67e85a44b0f3 x-compute-request-id: req-3da2af11-2cf7-4842-8862-67e85a44b0f3 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.21:8774/v2.1/servers/3696df4d-6acb-46e7-8756-b7600349eee3", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/3696df4d-6acb-46e7-8756-b7600349eee3", "rel": "bookmark"}], "image": {"id": "e8c66e82-93b0-42c6-8d39-2279199308ed", "links": [{"href": "http://172.30.9.21:8774/images/e8c66e82-93b0-42c6-8d39-2279199308ed", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "80cad012-10a6-4ee0-be06-4098e5231e52", "links": [{"href": "http://172.30.9.21:8774/flavors/80cad012-10a6-4ee0-be06-4098e5231e52", "rel": "bookmark"}]}, "id": "3696df4d-6acb-46e7-8756-b7600349eee3", "security_groups": [{"name": "shaker-sg_ada014ec-51b2-4b16-abc8-039585ddedf9"}], "user_id": "2646baafedd641e1bf14c0da136d2222", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-01T04:40:03Z", "hostId": "958a03d676f04918a79455ee2bb1e26491aa1744c4feef340c114bf2", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_ada014ec-51b2-4b16-abc8-039585ddedf9", "name": "shaker-vm_ada014ec-51b2-4b16-abc8-039585ddedf9", "created": "2018-08-01T04:39:58Z", "tenant_id": "40b0a24d6dd148279ac58b97a1167112", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-01 04:41:34,465 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-3da2af11-2cf7-4842-8862-67e85a44b0f3 2018-08-01 04:41:34,465 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.17213106155s 2018-08-01 04:41:34,466 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-3da2af11-2cf7-4842-8862-67e85a44b0f3 2018-08-01 04:41:34,470 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-01 04:41:36,473 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-01 04:41:36,476 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ca39ee9be3dd797c6f3cf43d10cbd494a554be46" 2018-08-01 04:41:37,062 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:41:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-cbe4fc10-c31e-4fb1-87b4-78ecd3b49e8f x-compute-request-id: req-cbe4fc10-c31e-4fb1-87b4-78ecd3b49e8f 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.21:8774/v2.1/servers/3696df4d-6acb-46e7-8756-b7600349eee3", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/3696df4d-6acb-46e7-8756-b7600349eee3", "rel": "bookmark"}], "image": {"id": "e8c66e82-93b0-42c6-8d39-2279199308ed", "links": [{"href": "http://172.30.9.21:8774/images/e8c66e82-93b0-42c6-8d39-2279199308ed", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "80cad012-10a6-4ee0-be06-4098e5231e52", "links": [{"href": "http://172.30.9.21:8774/flavors/80cad012-10a6-4ee0-be06-4098e5231e52", "rel": "bookmark"}]}, "id": "3696df4d-6acb-46e7-8756-b7600349eee3", "security_groups": [{"name": "shaker-sg_ada014ec-51b2-4b16-abc8-039585ddedf9"}], "user_id": "2646baafedd641e1bf14c0da136d2222", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-01T04:40:03Z", "hostId": "958a03d676f04918a79455ee2bb1e26491aa1744c4feef340c114bf2", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_ada014ec-51b2-4b16-abc8-039585ddedf9", "name": "shaker-vm_ada014ec-51b2-4b16-abc8-039585ddedf9", "created": "2018-08-01T04:39:58Z", "tenant_id": "40b0a24d6dd148279ac58b97a1167112", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-01 04:41:37,062 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-cbe4fc10-c31e-4fb1-87b4-78ecd3b49e8f 2018-08-01 04:41:37,062 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.589364051819s 2018-08-01 04:41:37,063 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-cbe4fc10-c31e-4fb1-87b4-78ecd3b49e8f 2018-08-01 04:41:37,067 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-01 04:41:39,069 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-01 04:41:39,074 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ca39ee9be3dd797c6f3cf43d10cbd494a554be46" 2018-08-01 04:41:40,078 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:41:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9639533d-5088-429e-88f9-82cd453f4882 x-compute-request-id: req-9639533d-5088-429e-88f9-82cd453f4882 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.21:8774/v2.1/servers/3696df4d-6acb-46e7-8756-b7600349eee3", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/3696df4d-6acb-46e7-8756-b7600349eee3", "rel": "bookmark"}], "image": {"id": "e8c66e82-93b0-42c6-8d39-2279199308ed", "links": [{"href": "http://172.30.9.21:8774/images/e8c66e82-93b0-42c6-8d39-2279199308ed", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "80cad012-10a6-4ee0-be06-4098e5231e52", "links": [{"href": "http://172.30.9.21:8774/flavors/80cad012-10a6-4ee0-be06-4098e5231e52", "rel": "bookmark"}]}, "id": "3696df4d-6acb-46e7-8756-b7600349eee3", "security_groups": [{"name": "shaker-sg_ada014ec-51b2-4b16-abc8-039585ddedf9"}], "user_id": "2646baafedd641e1bf14c0da136d2222", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-01T04:40:03Z", "hostId": "958a03d676f04918a79455ee2bb1e26491aa1744c4feef340c114bf2", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_ada014ec-51b2-4b16-abc8-039585ddedf9", "name": "shaker-vm_ada014ec-51b2-4b16-abc8-039585ddedf9", "created": "2018-08-01T04:39:58Z", "tenant_id": "40b0a24d6dd148279ac58b97a1167112", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-01 04:41:40,079 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-9639533d-5088-429e-88f9-82cd453f4882 2018-08-01 04:41:40,079 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.0094499588s 2018-08-01 04:41:40,079 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-9639533d-5088-429e-88f9-82cd453f4882 2018-08-01 04:41:40,084 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-01 04:41:42,087 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-01 04:41:42,090 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ca39ee9be3dd797c6f3cf43d10cbd494a554be46" 2018-08-01 04:41:42,665 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:41:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3a5ce93b-584e-43f1-a3a5-41ab7dbca50e x-compute-request-id: req-3a5ce93b-584e-43f1-a3a5-41ab7dbca50e 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.21:8774/v2.1/servers/3696df4d-6acb-46e7-8756-b7600349eee3", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/3696df4d-6acb-46e7-8756-b7600349eee3", "rel": "bookmark"}], "image": {"id": "e8c66e82-93b0-42c6-8d39-2279199308ed", "links": [{"href": "http://172.30.9.21:8774/images/e8c66e82-93b0-42c6-8d39-2279199308ed", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "80cad012-10a6-4ee0-be06-4098e5231e52", "links": [{"href": "http://172.30.9.21:8774/flavors/80cad012-10a6-4ee0-be06-4098e5231e52", "rel": "bookmark"}]}, "id": "3696df4d-6acb-46e7-8756-b7600349eee3", "security_groups": [{"name": "shaker-sg_ada014ec-51b2-4b16-abc8-039585ddedf9"}], "user_id": "2646baafedd641e1bf14c0da136d2222", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-01T04:40:03Z", "hostId": "958a03d676f04918a79455ee2bb1e26491aa1744c4feef340c114bf2", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_ada014ec-51b2-4b16-abc8-039585ddedf9", "name": "shaker-vm_ada014ec-51b2-4b16-abc8-039585ddedf9", "created": "2018-08-01T04:39:58Z", "tenant_id": "40b0a24d6dd148279ac58b97a1167112", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-01 04:41:42,665 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-3a5ce93b-584e-43f1-a3a5-41ab7dbca50e 2018-08-01 04:41:42,665 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.578103065491s 2018-08-01 04:41:42,666 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-3a5ce93b-584e-43f1-a3a5-41ab7dbca50e 2018-08-01 04:41:42,669 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-01 04:41:44,672 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-01 04:41:44,675 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ca39ee9be3dd797c6f3cf43d10cbd494a554be46" 2018-08-01 04:41:45,276 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:41: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-69a35b24-a040-46b2-84c6-3960398db846 x-compute-request-id: req-69a35b24-a040-46b2-84c6-3960398db846 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.21:8774/v2.1/servers/3696df4d-6acb-46e7-8756-b7600349eee3", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/3696df4d-6acb-46e7-8756-b7600349eee3", "rel": "bookmark"}], "image": {"id": "e8c66e82-93b0-42c6-8d39-2279199308ed", "links": [{"href": "http://172.30.9.21:8774/images/e8c66e82-93b0-42c6-8d39-2279199308ed", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "80cad012-10a6-4ee0-be06-4098e5231e52", "links": [{"href": "http://172.30.9.21:8774/flavors/80cad012-10a6-4ee0-be06-4098e5231e52", "rel": "bookmark"}]}, "id": "3696df4d-6acb-46e7-8756-b7600349eee3", "security_groups": [{"name": "shaker-sg_ada014ec-51b2-4b16-abc8-039585ddedf9"}], "user_id": "2646baafedd641e1bf14c0da136d2222", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-01T04:40:03Z", "hostId": "958a03d676f04918a79455ee2bb1e26491aa1744c4feef340c114bf2", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_ada014ec-51b2-4b16-abc8-039585ddedf9", "name": "shaker-vm_ada014ec-51b2-4b16-abc8-039585ddedf9", "created": "2018-08-01T04:39:58Z", "tenant_id": "40b0a24d6dd148279ac58b97a1167112", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-01 04:41:45,277 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-69a35b24-a040-46b2-84c6-3960398db846 2018-08-01 04:41:45,277 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.604812145233s 2018-08-01 04:41:45,277 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-69a35b24-a040-46b2-84c6-3960398db846 2018-08-01 04:41:45,281 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-01 04:41:47,284 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-01 04:41:47,288 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ca39ee9be3dd797c6f3cf43d10cbd494a554be46" 2018-08-01 04:41:47,696 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:41:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ff882bf8-c230-4773-b11f-3c7a6155d89c x-compute-request-id: req-ff882bf8-c230-4773-b11f-3c7a6155d89c 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.21:8774/v2.1/servers/3696df4d-6acb-46e7-8756-b7600349eee3", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/3696df4d-6acb-46e7-8756-b7600349eee3", "rel": "bookmark"}], "image": {"id": "e8c66e82-93b0-42c6-8d39-2279199308ed", "links": [{"href": "http://172.30.9.21:8774/images/e8c66e82-93b0-42c6-8d39-2279199308ed", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "80cad012-10a6-4ee0-be06-4098e5231e52", "links": [{"href": "http://172.30.9.21:8774/flavors/80cad012-10a6-4ee0-be06-4098e5231e52", "rel": "bookmark"}]}, "id": "3696df4d-6acb-46e7-8756-b7600349eee3", "security_groups": [{"name": "shaker-sg_ada014ec-51b2-4b16-abc8-039585ddedf9"}], "user_id": "2646baafedd641e1bf14c0da136d2222", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-01T04:40:03Z", "hostId": "958a03d676f04918a79455ee2bb1e26491aa1744c4feef340c114bf2", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_ada014ec-51b2-4b16-abc8-039585ddedf9", "name": "shaker-vm_ada014ec-51b2-4b16-abc8-039585ddedf9", "created": "2018-08-01T04:39:58Z", "tenant_id": "40b0a24d6dd148279ac58b97a1167112", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-01 04:41:47,696 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-ff882bf8-c230-4773-b11f-3c7a6155d89c 2018-08-01 04:41:47,696 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.4118309021s 2018-08-01 04:41:47,696 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-ff882bf8-c230-4773-b11f-3c7a6155d89c 2018-08-01 04:41:47,700 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-01 04:41:49,703 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-01 04:41:49,706 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ca39ee9be3dd797c6f3cf43d10cbd494a554be46" 2018-08-01 04:41:50,689 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:41:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-712ed874-3598-4370-9596-e1474c9ba9ec x-compute-request-id: req-712ed874-3598-4370-9596-e1474c9ba9ec 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.21:8774/v2.1/servers/3696df4d-6acb-46e7-8756-b7600349eee3", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/3696df4d-6acb-46e7-8756-b7600349eee3", "rel": "bookmark"}], "image": {"id": "e8c66e82-93b0-42c6-8d39-2279199308ed", "links": [{"href": "http://172.30.9.21:8774/images/e8c66e82-93b0-42c6-8d39-2279199308ed", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "80cad012-10a6-4ee0-be06-4098e5231e52", "links": [{"href": "http://172.30.9.21:8774/flavors/80cad012-10a6-4ee0-be06-4098e5231e52", "rel": "bookmark"}]}, "id": "3696df4d-6acb-46e7-8756-b7600349eee3", "security_groups": [{"name": "shaker-sg_ada014ec-51b2-4b16-abc8-039585ddedf9"}], "user_id": "2646baafedd641e1bf14c0da136d2222", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-01T04:40:03Z", "hostId": "958a03d676f04918a79455ee2bb1e26491aa1744c4feef340c114bf2", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_ada014ec-51b2-4b16-abc8-039585ddedf9", "name": "shaker-vm_ada014ec-51b2-4b16-abc8-039585ddedf9", "created": "2018-08-01T04:39:58Z", "tenant_id": "40b0a24d6dd148279ac58b97a1167112", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-01 04:41:50,690 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-712ed874-3598-4370-9596-e1474c9ba9ec 2018-08-01 04:41:50,690 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.986153841019s 2018-08-01 04:41:50,690 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-712ed874-3598-4370-9596-e1474c9ba9ec 2018-08-01 04:41:50,692 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-01 04:41:52,694 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-01 04:41:52,697 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ca39ee9be3dd797c6f3cf43d10cbd494a554be46" 2018-08-01 04:41:53,296 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:41:52 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-243b0b18-0410-45e1-a35d-5d26e648cfb9 x-compute-request-id: req-243b0b18-0410-45e1-a35d-5d26e648cfb9 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.21:8774/v2.1/servers/3696df4d-6acb-46e7-8756-b7600349eee3", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/3696df4d-6acb-46e7-8756-b7600349eee3", "rel": "bookmark"}], "image": {"id": "e8c66e82-93b0-42c6-8d39-2279199308ed", "links": [{"href": "http://172.30.9.21:8774/images/e8c66e82-93b0-42c6-8d39-2279199308ed", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "80cad012-10a6-4ee0-be06-4098e5231e52", "links": [{"href": "http://172.30.9.21:8774/flavors/80cad012-10a6-4ee0-be06-4098e5231e52", "rel": "bookmark"}]}, "id": "3696df4d-6acb-46e7-8756-b7600349eee3", "security_groups": [{"name": "shaker-sg_ada014ec-51b2-4b16-abc8-039585ddedf9"}], "user_id": "2646baafedd641e1bf14c0da136d2222", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-01T04:40:03Z", "hostId": "958a03d676f04918a79455ee2bb1e26491aa1744c4feef340c114bf2", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_ada014ec-51b2-4b16-abc8-039585ddedf9", "name": "shaker-vm_ada014ec-51b2-4b16-abc8-039585ddedf9", "created": "2018-08-01T04:39:58Z", "tenant_id": "40b0a24d6dd148279ac58b97a1167112", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-01 04:41:53,296 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-243b0b18-0410-45e1-a35d-5d26e648cfb9 2018-08-01 04:41:53,296 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.60174202919s 2018-08-01 04:41:53,296 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-243b0b18-0410-45e1-a35d-5d26e648cfb9 2018-08-01 04:41:53,300 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-01 04:41:55,303 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-01 04:41:55,306 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ca39ee9be3dd797c6f3cf43d10cbd494a554be46" 2018-08-01 04:41:56,415 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:41:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-742f52f0-82a6-4084-a922-d6f5f65e758e x-compute-request-id: req-742f52f0-82a6-4084-a922-d6f5f65e758e 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.21:8774/v2.1/servers/3696df4d-6acb-46e7-8756-b7600349eee3", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/3696df4d-6acb-46e7-8756-b7600349eee3", "rel": "bookmark"}], "image": {"id": "e8c66e82-93b0-42c6-8d39-2279199308ed", "links": [{"href": "http://172.30.9.21:8774/images/e8c66e82-93b0-42c6-8d39-2279199308ed", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "80cad012-10a6-4ee0-be06-4098e5231e52", "links": [{"href": "http://172.30.9.21:8774/flavors/80cad012-10a6-4ee0-be06-4098e5231e52", "rel": "bookmark"}]}, "id": "3696df4d-6acb-46e7-8756-b7600349eee3", "security_groups": [{"name": "shaker-sg_ada014ec-51b2-4b16-abc8-039585ddedf9"}], "user_id": "2646baafedd641e1bf14c0da136d2222", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-01T04:40:03Z", "hostId": "958a03d676f04918a79455ee2bb1e26491aa1744c4feef340c114bf2", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_ada014ec-51b2-4b16-abc8-039585ddedf9", "name": "shaker-vm_ada014ec-51b2-4b16-abc8-039585ddedf9", "created": "2018-08-01T04:39:58Z", "tenant_id": "40b0a24d6dd148279ac58b97a1167112", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-01 04:41:56,415 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-742f52f0-82a6-4084-a922-d6f5f65e758e 2018-08-01 04:41:56,416 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.11222505569s 2018-08-01 04:41:56,416 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-742f52f0-82a6-4084-a922-d6f5f65e758e 2018-08-01 04:41:56,420 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-01 04:41:58,422 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-01 04:41:58,425 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ca39ee9be3dd797c6f3cf43d10cbd494a554be46" 2018-08-01 04:41:59,611 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:41:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4f2c2660-30d0-45ba-9327-e4527c8e608f x-compute-request-id: req-4f2c2660-30d0-45ba-9327-e4527c8e608f 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.21:8774/v2.1/servers/3696df4d-6acb-46e7-8756-b7600349eee3", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/3696df4d-6acb-46e7-8756-b7600349eee3", "rel": "bookmark"}], "image": {"id": "e8c66e82-93b0-42c6-8d39-2279199308ed", "links": [{"href": "http://172.30.9.21:8774/images/e8c66e82-93b0-42c6-8d39-2279199308ed", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "80cad012-10a6-4ee0-be06-4098e5231e52", "links": [{"href": "http://172.30.9.21:8774/flavors/80cad012-10a6-4ee0-be06-4098e5231e52", "rel": "bookmark"}]}, "id": "3696df4d-6acb-46e7-8756-b7600349eee3", "security_groups": [{"name": "shaker-sg_ada014ec-51b2-4b16-abc8-039585ddedf9"}], "user_id": "2646baafedd641e1bf14c0da136d2222", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-01T04:40:03Z", "hostId": "958a03d676f04918a79455ee2bb1e26491aa1744c4feef340c114bf2", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_ada014ec-51b2-4b16-abc8-039585ddedf9", "name": "shaker-vm_ada014ec-51b2-4b16-abc8-039585ddedf9", "created": "2018-08-01T04:39:58Z", "tenant_id": "40b0a24d6dd148279ac58b97a1167112", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-01 04:41:59,611 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-4f2c2660-30d0-45ba-9327-e4527c8e608f 2018-08-01 04:41:59,611 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.18866181374s 2018-08-01 04:41:59,612 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-4f2c2660-30d0-45ba-9327-e4527c8e608f 2018-08-01 04:41:59,616 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-01 04:42:01,618 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-01 04:42:01,621 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ca39ee9be3dd797c6f3cf43d10cbd494a554be46" 2018-08-01 04:42:02,624 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:42:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f853c0ba-189d-47a2-81ac-52f128136759 x-compute-request-id: req-f853c0ba-189d-47a2-81ac-52f128136759 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.21:8774/v2.1/servers/3696df4d-6acb-46e7-8756-b7600349eee3", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/3696df4d-6acb-46e7-8756-b7600349eee3", "rel": "bookmark"}], "image": {"id": "e8c66e82-93b0-42c6-8d39-2279199308ed", "links": [{"href": "http://172.30.9.21:8774/images/e8c66e82-93b0-42c6-8d39-2279199308ed", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "80cad012-10a6-4ee0-be06-4098e5231e52", "links": [{"href": "http://172.30.9.21:8774/flavors/80cad012-10a6-4ee0-be06-4098e5231e52", "rel": "bookmark"}]}, "id": "3696df4d-6acb-46e7-8756-b7600349eee3", "security_groups": [{"name": "shaker-sg_ada014ec-51b2-4b16-abc8-039585ddedf9"}], "user_id": "2646baafedd641e1bf14c0da136d2222", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-01T04:40:03Z", "hostId": "958a03d676f04918a79455ee2bb1e26491aa1744c4feef340c114bf2", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_ada014ec-51b2-4b16-abc8-039585ddedf9", "name": "shaker-vm_ada014ec-51b2-4b16-abc8-039585ddedf9", "created": "2018-08-01T04:39:58Z", "tenant_id": "40b0a24d6dd148279ac58b97a1167112", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-01 04:42:02,624 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-f853c0ba-189d-47a2-81ac-52f128136759 2018-08-01 04:42:02,624 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.00573205948s 2018-08-01 04:42:02,625 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-f853c0ba-189d-47a2-81ac-52f128136759 2018-08-01 04:42:02,629 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-01 04:42:04,631 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-01 04:42:04,634 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ca39ee9be3dd797c6f3cf43d10cbd494a554be46" 2018-08-01 04:42:05,213 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:42:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-209e79d8-3072-4482-9c0a-6b10eff965aa x-compute-request-id: req-209e79d8-3072-4482-9c0a-6b10eff965aa 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.21:8774/v2.1/servers/3696df4d-6acb-46e7-8756-b7600349eee3", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/3696df4d-6acb-46e7-8756-b7600349eee3", "rel": "bookmark"}], "image": {"id": "e8c66e82-93b0-42c6-8d39-2279199308ed", "links": [{"href": "http://172.30.9.21:8774/images/e8c66e82-93b0-42c6-8d39-2279199308ed", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "80cad012-10a6-4ee0-be06-4098e5231e52", "links": [{"href": "http://172.30.9.21:8774/flavors/80cad012-10a6-4ee0-be06-4098e5231e52", "rel": "bookmark"}]}, "id": "3696df4d-6acb-46e7-8756-b7600349eee3", "security_groups": [{"name": "shaker-sg_ada014ec-51b2-4b16-abc8-039585ddedf9"}], "user_id": "2646baafedd641e1bf14c0da136d2222", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-01T04:40:03Z", "hostId": "958a03d676f04918a79455ee2bb1e26491aa1744c4feef340c114bf2", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_ada014ec-51b2-4b16-abc8-039585ddedf9", "name": "shaker-vm_ada014ec-51b2-4b16-abc8-039585ddedf9", "created": "2018-08-01T04:39:58Z", "tenant_id": "40b0a24d6dd148279ac58b97a1167112", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-01 04:42:05,213 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-209e79d8-3072-4482-9c0a-6b10eff965aa 2018-08-01 04:42:05,213 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.581747055054s 2018-08-01 04:42:05,213 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-209e79d8-3072-4482-9c0a-6b10eff965aa 2018-08-01 04:42:05,217 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-01 04:42:07,220 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-01 04:42:07,222 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ca39ee9be3dd797c6f3cf43d10cbd494a554be46" 2018-08-01 04:42:07,625 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:42: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-c4acd2d2-841b-4bf0-b15b-259d182e070e x-compute-request-id: req-c4acd2d2-841b-4bf0-b15b-259d182e070e 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.21:8774/v2.1/servers/3696df4d-6acb-46e7-8756-b7600349eee3", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/3696df4d-6acb-46e7-8756-b7600349eee3", "rel": "bookmark"}], "image": {"id": "e8c66e82-93b0-42c6-8d39-2279199308ed", "links": [{"href": "http://172.30.9.21:8774/images/e8c66e82-93b0-42c6-8d39-2279199308ed", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "80cad012-10a6-4ee0-be06-4098e5231e52", "links": [{"href": "http://172.30.9.21:8774/flavors/80cad012-10a6-4ee0-be06-4098e5231e52", "rel": "bookmark"}]}, "id": "3696df4d-6acb-46e7-8756-b7600349eee3", "security_groups": [{"name": "shaker-sg_ada014ec-51b2-4b16-abc8-039585ddedf9"}], "user_id": "2646baafedd641e1bf14c0da136d2222", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-01T04:40:03Z", "hostId": "958a03d676f04918a79455ee2bb1e26491aa1744c4feef340c114bf2", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_ada014ec-51b2-4b16-abc8-039585ddedf9", "name": "shaker-vm_ada014ec-51b2-4b16-abc8-039585ddedf9", "created": "2018-08-01T04:39:58Z", "tenant_id": "40b0a24d6dd148279ac58b97a1167112", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-01 04:42:07,625 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-c4acd2d2-841b-4bf0-b15b-259d182e070e 2018-08-01 04:42:07,625 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.405544996262s 2018-08-01 04:42:07,626 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-c4acd2d2-841b-4bf0-b15b-259d182e070e 2018-08-01 04:42:07,629 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-01 04:42:09,632 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-01 04:42:09,635 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ca39ee9be3dd797c6f3cf43d10cbd494a554be46" 2018-08-01 04:42:10,320 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:42: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-4214a4f1-c380-4e38-9ca8-8e632c6a1c82 x-compute-request-id: req-4214a4f1-c380-4e38-9ca8-8e632c6a1c82 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.21:8774/v2.1/servers/3696df4d-6acb-46e7-8756-b7600349eee3", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/3696df4d-6acb-46e7-8756-b7600349eee3", "rel": "bookmark"}], "image": {"id": "e8c66e82-93b0-42c6-8d39-2279199308ed", "links": [{"href": "http://172.30.9.21:8774/images/e8c66e82-93b0-42c6-8d39-2279199308ed", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "80cad012-10a6-4ee0-be06-4098e5231e52", "links": [{"href": "http://172.30.9.21:8774/flavors/80cad012-10a6-4ee0-be06-4098e5231e52", "rel": "bookmark"}]}, "id": "3696df4d-6acb-46e7-8756-b7600349eee3", "security_groups": [{"name": "shaker-sg_ada014ec-51b2-4b16-abc8-039585ddedf9"}], "user_id": "2646baafedd641e1bf14c0da136d2222", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-01T04:40:03Z", "hostId": "958a03d676f04918a79455ee2bb1e26491aa1744c4feef340c114bf2", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_ada014ec-51b2-4b16-abc8-039585ddedf9", "name": "shaker-vm_ada014ec-51b2-4b16-abc8-039585ddedf9", "created": "2018-08-01T04:39:58Z", "tenant_id": "40b0a24d6dd148279ac58b97a1167112", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-01 04:42:10,321 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-4214a4f1-c380-4e38-9ca8-8e632c6a1c82 2018-08-01 04:42:10,321 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.688338041306s 2018-08-01 04:42:10,321 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-4214a4f1-c380-4e38-9ca8-8e632c6a1c82 2018-08-01 04:42:10,325 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-01 04:42:12,328 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-01 04:42:12,331 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ca39ee9be3dd797c6f3cf43d10cbd494a554be46" 2018-08-01 04:42:13,337 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:42:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-cf9c7079-177a-4e5e-8411-9031b0f3ea07 x-compute-request-id: req-cf9c7079-177a-4e5e-8411-9031b0f3ea07 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.21:8774/v2.1/servers/3696df4d-6acb-46e7-8756-b7600349eee3", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/3696df4d-6acb-46e7-8756-b7600349eee3", "rel": "bookmark"}], "image": {"id": "e8c66e82-93b0-42c6-8d39-2279199308ed", "links": [{"href": "http://172.30.9.21:8774/images/e8c66e82-93b0-42c6-8d39-2279199308ed", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "80cad012-10a6-4ee0-be06-4098e5231e52", "links": [{"href": "http://172.30.9.21:8774/flavors/80cad012-10a6-4ee0-be06-4098e5231e52", "rel": "bookmark"}]}, "id": "3696df4d-6acb-46e7-8756-b7600349eee3", "security_groups": [{"name": "shaker-sg_ada014ec-51b2-4b16-abc8-039585ddedf9"}], "user_id": "2646baafedd641e1bf14c0da136d2222", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-01T04:40:03Z", "hostId": "958a03d676f04918a79455ee2bb1e26491aa1744c4feef340c114bf2", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_ada014ec-51b2-4b16-abc8-039585ddedf9", "name": "shaker-vm_ada014ec-51b2-4b16-abc8-039585ddedf9", "created": "2018-08-01T04:39:58Z", "tenant_id": "40b0a24d6dd148279ac58b97a1167112", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-01 04:42:13,338 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-cf9c7079-177a-4e5e-8411-9031b0f3ea07 2018-08-01 04:42:13,338 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.00955986977s 2018-08-01 04:42:13,338 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-cf9c7079-177a-4e5e-8411-9031b0f3ea07 2018-08-01 04:42:13,342 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-01 04:42:15,345 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-01 04:42:15,348 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ca39ee9be3dd797c6f3cf43d10cbd494a554be46" 2018-08-01 04:42:15,935 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:42: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-0817b1e6-2bf8-4a67-90e1-5503bbf1047b x-compute-request-id: req-0817b1e6-2bf8-4a67-90e1-5503bbf1047b 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.21:8774/v2.1/servers/3696df4d-6acb-46e7-8756-b7600349eee3", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/3696df4d-6acb-46e7-8756-b7600349eee3", "rel": "bookmark"}], "image": {"id": "e8c66e82-93b0-42c6-8d39-2279199308ed", "links": [{"href": "http://172.30.9.21:8774/images/e8c66e82-93b0-42c6-8d39-2279199308ed", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "80cad012-10a6-4ee0-be06-4098e5231e52", "links": [{"href": "http://172.30.9.21:8774/flavors/80cad012-10a6-4ee0-be06-4098e5231e52", "rel": "bookmark"}]}, "id": "3696df4d-6acb-46e7-8756-b7600349eee3", "security_groups": [{"name": "shaker-sg_ada014ec-51b2-4b16-abc8-039585ddedf9"}], "user_id": "2646baafedd641e1bf14c0da136d2222", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-01T04:40:03Z", "hostId": "958a03d676f04918a79455ee2bb1e26491aa1744c4feef340c114bf2", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_ada014ec-51b2-4b16-abc8-039585ddedf9", "name": "shaker-vm_ada014ec-51b2-4b16-abc8-039585ddedf9", "created": "2018-08-01T04:39:58Z", "tenant_id": "40b0a24d6dd148279ac58b97a1167112", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-01 04:42:15,936 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-0817b1e6-2bf8-4a67-90e1-5503bbf1047b 2018-08-01 04:42:15,936 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.590563058853s 2018-08-01 04:42:15,936 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-0817b1e6-2bf8-4a67-90e1-5503bbf1047b 2018-08-01 04:42:15,940 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-01 04:42:17,943 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-01 04:42:17,946 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ca39ee9be3dd797c6f3cf43d10cbd494a554be46" 2018-08-01 04:42:18,538 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:42: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-81efbf1d-51bf-4190-b569-4e3754810132 x-compute-request-id: req-81efbf1d-51bf-4190-b569-4e3754810132 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.21:8774/v2.1/servers/3696df4d-6acb-46e7-8756-b7600349eee3", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/3696df4d-6acb-46e7-8756-b7600349eee3", "rel": "bookmark"}], "image": {"id": "e8c66e82-93b0-42c6-8d39-2279199308ed", "links": [{"href": "http://172.30.9.21:8774/images/e8c66e82-93b0-42c6-8d39-2279199308ed", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "80cad012-10a6-4ee0-be06-4098e5231e52", "links": [{"href": "http://172.30.9.21:8774/flavors/80cad012-10a6-4ee0-be06-4098e5231e52", "rel": "bookmark"}]}, "id": "3696df4d-6acb-46e7-8756-b7600349eee3", "security_groups": [{"name": "shaker-sg_ada014ec-51b2-4b16-abc8-039585ddedf9"}], "user_id": "2646baafedd641e1bf14c0da136d2222", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-01T04:40:03Z", "hostId": "958a03d676f04918a79455ee2bb1e26491aa1744c4feef340c114bf2", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_ada014ec-51b2-4b16-abc8-039585ddedf9", "name": "shaker-vm_ada014ec-51b2-4b16-abc8-039585ddedf9", "created": "2018-08-01T04:39:58Z", "tenant_id": "40b0a24d6dd148279ac58b97a1167112", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-01 04:42:18,538 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-81efbf1d-51bf-4190-b569-4e3754810132 2018-08-01 04:42:18,538 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.595306873322s 2018-08-01 04:42:18,539 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-81efbf1d-51bf-4190-b569-4e3754810132 2018-08-01 04:42:18,542 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-01 04:42:20,545 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-01 04:42:20,547 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ca39ee9be3dd797c6f3cf43d10cbd494a554be46" 2018-08-01 04:42:20,949 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:42:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-760ea761-5b68-4a09-ae20-00017e19c6f7 x-compute-request-id: req-760ea761-5b68-4a09-ae20-00017e19c6f7 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.21:8774/v2.1/servers/3696df4d-6acb-46e7-8756-b7600349eee3", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/3696df4d-6acb-46e7-8756-b7600349eee3", "rel": "bookmark"}], "image": {"id": "e8c66e82-93b0-42c6-8d39-2279199308ed", "links": [{"href": "http://172.30.9.21:8774/images/e8c66e82-93b0-42c6-8d39-2279199308ed", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "80cad012-10a6-4ee0-be06-4098e5231e52", "links": [{"href": "http://172.30.9.21:8774/flavors/80cad012-10a6-4ee0-be06-4098e5231e52", "rel": "bookmark"}]}, "id": "3696df4d-6acb-46e7-8756-b7600349eee3", "security_groups": [{"name": "shaker-sg_ada014ec-51b2-4b16-abc8-039585ddedf9"}], "user_id": "2646baafedd641e1bf14c0da136d2222", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-01T04:40:03Z", "hostId": "958a03d676f04918a79455ee2bb1e26491aa1744c4feef340c114bf2", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_ada014ec-51b2-4b16-abc8-039585ddedf9", "name": "shaker-vm_ada014ec-51b2-4b16-abc8-039585ddedf9", "created": "2018-08-01T04:39:58Z", "tenant_id": "40b0a24d6dd148279ac58b97a1167112", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-01 04:42:20,949 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-760ea761-5b68-4a09-ae20-00017e19c6f7 2018-08-01 04:42:20,949 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.404260158539s 2018-08-01 04:42:20,950 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-760ea761-5b68-4a09-ae20-00017e19c6f7 2018-08-01 04:42:20,953 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-01 04:42:22,956 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-01 04:42:22,958 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ca39ee9be3dd797c6f3cf43d10cbd494a554be46" 2018-08-01 04:42:23,529 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:42:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-754e6d52-bd7a-4485-b200-69e986f00771 x-compute-request-id: req-754e6d52-bd7a-4485-b200-69e986f00771 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.21:8774/v2.1/servers/3696df4d-6acb-46e7-8756-b7600349eee3", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/3696df4d-6acb-46e7-8756-b7600349eee3", "rel": "bookmark"}], "image": {"id": "e8c66e82-93b0-42c6-8d39-2279199308ed", "links": [{"href": "http://172.30.9.21:8774/images/e8c66e82-93b0-42c6-8d39-2279199308ed", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "80cad012-10a6-4ee0-be06-4098e5231e52", "links": [{"href": "http://172.30.9.21:8774/flavors/80cad012-10a6-4ee0-be06-4098e5231e52", "rel": "bookmark"}]}, "id": "3696df4d-6acb-46e7-8756-b7600349eee3", "security_groups": [{"name": "shaker-sg_ada014ec-51b2-4b16-abc8-039585ddedf9"}], "user_id": "2646baafedd641e1bf14c0da136d2222", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-01T04:40:03Z", "hostId": "958a03d676f04918a79455ee2bb1e26491aa1744c4feef340c114bf2", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_ada014ec-51b2-4b16-abc8-039585ddedf9", "name": "shaker-vm_ada014ec-51b2-4b16-abc8-039585ddedf9", "created": "2018-08-01T04:39:58Z", "tenant_id": "40b0a24d6dd148279ac58b97a1167112", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-01 04:42:23,529 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-754e6d52-bd7a-4485-b200-69e986f00771 2018-08-01 04:42:23,529 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.573189973831s 2018-08-01 04:42:23,530 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-754e6d52-bd7a-4485-b200-69e986f00771 2018-08-01 04:42:23,533 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-01 04:42:25,536 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-01 04:42:25,539 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ca39ee9be3dd797c6f3cf43d10cbd494a554be46" 2018-08-01 04:42:25,943 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:42:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ebdc0669-f482-4dc5-a1b7-476214a15180 x-compute-request-id: req-ebdc0669-f482-4dc5-a1b7-476214a15180 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.21:8774/v2.1/servers/3696df4d-6acb-46e7-8756-b7600349eee3", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/3696df4d-6acb-46e7-8756-b7600349eee3", "rel": "bookmark"}], "image": {"id": "e8c66e82-93b0-42c6-8d39-2279199308ed", "links": [{"href": "http://172.30.9.21:8774/images/e8c66e82-93b0-42c6-8d39-2279199308ed", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "80cad012-10a6-4ee0-be06-4098e5231e52", "links": [{"href": "http://172.30.9.21:8774/flavors/80cad012-10a6-4ee0-be06-4098e5231e52", "rel": "bookmark"}]}, "id": "3696df4d-6acb-46e7-8756-b7600349eee3", "security_groups": [{"name": "shaker-sg_ada014ec-51b2-4b16-abc8-039585ddedf9"}], "user_id": "2646baafedd641e1bf14c0da136d2222", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-01T04:40:03Z", "hostId": "958a03d676f04918a79455ee2bb1e26491aa1744c4feef340c114bf2", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_ada014ec-51b2-4b16-abc8-039585ddedf9", "name": "shaker-vm_ada014ec-51b2-4b16-abc8-039585ddedf9", "created": "2018-08-01T04:39:58Z", "tenant_id": "40b0a24d6dd148279ac58b97a1167112", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-01 04:42:25,944 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-ebdc0669-f482-4dc5-a1b7-476214a15180 2018-08-01 04:42:25,944 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.407733917236s 2018-08-01 04:42:25,944 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-ebdc0669-f482-4dc5-a1b7-476214a15180 2018-08-01 04:42:25,948 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-01 04:42:27,950 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-01 04:42:27,953 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ca39ee9be3dd797c6f3cf43d10cbd494a554be46" 2018-08-01 04:42:28,352 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:42: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-5b464836-060e-4352-a732-0417e00192a6 x-compute-request-id: req-5b464836-060e-4352-a732-0417e00192a6 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.21:8774/v2.1/servers/3696df4d-6acb-46e7-8756-b7600349eee3", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/3696df4d-6acb-46e7-8756-b7600349eee3", "rel": "bookmark"}], "image": {"id": "e8c66e82-93b0-42c6-8d39-2279199308ed", "links": [{"href": "http://172.30.9.21:8774/images/e8c66e82-93b0-42c6-8d39-2279199308ed", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "80cad012-10a6-4ee0-be06-4098e5231e52", "links": [{"href": "http://172.30.9.21:8774/flavors/80cad012-10a6-4ee0-be06-4098e5231e52", "rel": "bookmark"}]}, "id": "3696df4d-6acb-46e7-8756-b7600349eee3", "security_groups": [{"name": "shaker-sg_ada014ec-51b2-4b16-abc8-039585ddedf9"}], "user_id": "2646baafedd641e1bf14c0da136d2222", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-01T04:40:03Z", "hostId": "958a03d676f04918a79455ee2bb1e26491aa1744c4feef340c114bf2", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_ada014ec-51b2-4b16-abc8-039585ddedf9", "name": "shaker-vm_ada014ec-51b2-4b16-abc8-039585ddedf9", "created": "2018-08-01T04:39:58Z", "tenant_id": "40b0a24d6dd148279ac58b97a1167112", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-01 04:42:28,352 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-5b464836-060e-4352-a732-0417e00192a6 2018-08-01 04:42:28,352 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.40194106102s 2018-08-01 04:42:28,352 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-5b464836-060e-4352-a732-0417e00192a6 2018-08-01 04:42:28,356 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-01 04:42:30,359 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-01 04:42:30,362 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ca39ee9be3dd797c6f3cf43d10cbd494a554be46" 2018-08-01 04:42:30,959 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:42: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-9047755f-9067-4cd3-855d-c8f269a12baa x-compute-request-id: req-9047755f-9067-4cd3-855d-c8f269a12baa 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.21:8774/v2.1/servers/3696df4d-6acb-46e7-8756-b7600349eee3", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/3696df4d-6acb-46e7-8756-b7600349eee3", "rel": "bookmark"}], "image": {"id": "e8c66e82-93b0-42c6-8d39-2279199308ed", "links": [{"href": "http://172.30.9.21:8774/images/e8c66e82-93b0-42c6-8d39-2279199308ed", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "80cad012-10a6-4ee0-be06-4098e5231e52", "links": [{"href": "http://172.30.9.21:8774/flavors/80cad012-10a6-4ee0-be06-4098e5231e52", "rel": "bookmark"}]}, "id": "3696df4d-6acb-46e7-8756-b7600349eee3", "security_groups": [{"name": "shaker-sg_ada014ec-51b2-4b16-abc8-039585ddedf9"}], "user_id": "2646baafedd641e1bf14c0da136d2222", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-01T04:40:03Z", "hostId": "958a03d676f04918a79455ee2bb1e26491aa1744c4feef340c114bf2", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_ada014ec-51b2-4b16-abc8-039585ddedf9", "name": "shaker-vm_ada014ec-51b2-4b16-abc8-039585ddedf9", "created": "2018-08-01T04:39:58Z", "tenant_id": "40b0a24d6dd148279ac58b97a1167112", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-01 04:42:30,959 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-9047755f-9067-4cd3-855d-c8f269a12baa 2018-08-01 04:42:30,960 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.600381135941s 2018-08-01 04:42:30,960 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-9047755f-9067-4cd3-855d-c8f269a12baa 2018-08-01 04:42:30,964 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-01 04:42:32,966 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-01 04:42:32,969 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ca39ee9be3dd797c6f3cf43d10cbd494a554be46" 2018-08-01 04:42:33,962 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:42: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-6fbe628a-a710-431b-a928-32d2792d4f65 x-compute-request-id: req-6fbe628a-a710-431b-a928-32d2792d4f65 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.21:8774/v2.1/servers/3696df4d-6acb-46e7-8756-b7600349eee3", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/3696df4d-6acb-46e7-8756-b7600349eee3", "rel": "bookmark"}], "image": {"id": "e8c66e82-93b0-42c6-8d39-2279199308ed", "links": [{"href": "http://172.30.9.21:8774/images/e8c66e82-93b0-42c6-8d39-2279199308ed", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "80cad012-10a6-4ee0-be06-4098e5231e52", "links": [{"href": "http://172.30.9.21:8774/flavors/80cad012-10a6-4ee0-be06-4098e5231e52", "rel": "bookmark"}]}, "id": "3696df4d-6acb-46e7-8756-b7600349eee3", "security_groups": [{"name": "shaker-sg_ada014ec-51b2-4b16-abc8-039585ddedf9"}], "user_id": "2646baafedd641e1bf14c0da136d2222", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-01T04:40:03Z", "hostId": "958a03d676f04918a79455ee2bb1e26491aa1744c4feef340c114bf2", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_ada014ec-51b2-4b16-abc8-039585ddedf9", "name": "shaker-vm_ada014ec-51b2-4b16-abc8-039585ddedf9", "created": "2018-08-01T04:39:58Z", "tenant_id": "40b0a24d6dd148279ac58b97a1167112", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-01 04:42:33,962 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-6fbe628a-a710-431b-a928-32d2792d4f65 2018-08-01 04:42:33,963 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.995996952057s 2018-08-01 04:42:33,963 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-6fbe628a-a710-431b-a928-32d2792d4f65 2018-08-01 04:42:33,967 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-01 04:42:35,969 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-01 04:42:35,972 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ca39ee9be3dd797c6f3cf43d10cbd494a554be46" 2018-08-01 04:42:36,972 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:42:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-cc9277d2-02b3-41fe-944a-a70909f08b77 x-compute-request-id: req-cc9277d2-02b3-41fe-944a-a70909f08b77 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.21:8774/v2.1/servers/3696df4d-6acb-46e7-8756-b7600349eee3", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/3696df4d-6acb-46e7-8756-b7600349eee3", "rel": "bookmark"}], "image": {"id": "e8c66e82-93b0-42c6-8d39-2279199308ed", "links": [{"href": "http://172.30.9.21:8774/images/e8c66e82-93b0-42c6-8d39-2279199308ed", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "80cad012-10a6-4ee0-be06-4098e5231e52", "links": [{"href": "http://172.30.9.21:8774/flavors/80cad012-10a6-4ee0-be06-4098e5231e52", "rel": "bookmark"}]}, "id": "3696df4d-6acb-46e7-8756-b7600349eee3", "security_groups": [{"name": "shaker-sg_ada014ec-51b2-4b16-abc8-039585ddedf9"}], "user_id": "2646baafedd641e1bf14c0da136d2222", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-01T04:40:03Z", "hostId": "958a03d676f04918a79455ee2bb1e26491aa1744c4feef340c114bf2", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_ada014ec-51b2-4b16-abc8-039585ddedf9", "name": "shaker-vm_ada014ec-51b2-4b16-abc8-039585ddedf9", "created": "2018-08-01T04:39:58Z", "tenant_id": "40b0a24d6dd148279ac58b97a1167112", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-01 04:42:36,972 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-cc9277d2-02b3-41fe-944a-a70909f08b77 2018-08-01 04:42:36,972 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.00302290916s 2018-08-01 04:42:36,973 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-cc9277d2-02b3-41fe-944a-a70909f08b77 2018-08-01 04:42:36,976 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-01 04:42:38,979 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-01 04:42:38,982 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ca39ee9be3dd797c6f3cf43d10cbd494a554be46" 2018-08-01 04:42:39,590 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:42: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-7736f112-ffdd-414b-8f48-c8e08d7f4dd7 x-compute-request-id: req-7736f112-ffdd-414b-8f48-c8e08d7f4dd7 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.21:8774/v2.1/servers/3696df4d-6acb-46e7-8756-b7600349eee3", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/3696df4d-6acb-46e7-8756-b7600349eee3", "rel": "bookmark"}], "image": {"id": "e8c66e82-93b0-42c6-8d39-2279199308ed", "links": [{"href": "http://172.30.9.21:8774/images/e8c66e82-93b0-42c6-8d39-2279199308ed", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "80cad012-10a6-4ee0-be06-4098e5231e52", "links": [{"href": "http://172.30.9.21:8774/flavors/80cad012-10a6-4ee0-be06-4098e5231e52", "rel": "bookmark"}]}, "id": "3696df4d-6acb-46e7-8756-b7600349eee3", "security_groups": [{"name": "shaker-sg_ada014ec-51b2-4b16-abc8-039585ddedf9"}], "user_id": "2646baafedd641e1bf14c0da136d2222", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-01T04:40:03Z", "hostId": "958a03d676f04918a79455ee2bb1e26491aa1744c4feef340c114bf2", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_ada014ec-51b2-4b16-abc8-039585ddedf9", "name": "shaker-vm_ada014ec-51b2-4b16-abc8-039585ddedf9", "created": "2018-08-01T04:39:58Z", "tenant_id": "40b0a24d6dd148279ac58b97a1167112", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-01 04:42:39,591 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-7736f112-ffdd-414b-8f48-c8e08d7f4dd7 2018-08-01 04:42:39,591 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.61137008667s 2018-08-01 04:42:39,591 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-7736f112-ffdd-414b-8f48-c8e08d7f4dd7 2018-08-01 04:42:39,595 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-01 04:42:41,598 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-01 04:42:41,601 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ca39ee9be3dd797c6f3cf43d10cbd494a554be46" 2018-08-01 04:42:42,004 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:42:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-af58b0f6-f171-4a80-982d-5fa0143e5dd3 x-compute-request-id: req-af58b0f6-f171-4a80-982d-5fa0143e5dd3 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.21:8774/v2.1/servers/3696df4d-6acb-46e7-8756-b7600349eee3", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/3696df4d-6acb-46e7-8756-b7600349eee3", "rel": "bookmark"}], "image": {"id": "e8c66e82-93b0-42c6-8d39-2279199308ed", "links": [{"href": "http://172.30.9.21:8774/images/e8c66e82-93b0-42c6-8d39-2279199308ed", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "80cad012-10a6-4ee0-be06-4098e5231e52", "links": [{"href": "http://172.30.9.21:8774/flavors/80cad012-10a6-4ee0-be06-4098e5231e52", "rel": "bookmark"}]}, "id": "3696df4d-6acb-46e7-8756-b7600349eee3", "security_groups": [{"name": "shaker-sg_ada014ec-51b2-4b16-abc8-039585ddedf9"}], "user_id": "2646baafedd641e1bf14c0da136d2222", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-01T04:40:03Z", "hostId": "958a03d676f04918a79455ee2bb1e26491aa1744c4feef340c114bf2", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_ada014ec-51b2-4b16-abc8-039585ddedf9", "name": "shaker-vm_ada014ec-51b2-4b16-abc8-039585ddedf9", "created": "2018-08-01T04:39:58Z", "tenant_id": "40b0a24d6dd148279ac58b97a1167112", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-01 04:42:42,005 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-af58b0f6-f171-4a80-982d-5fa0143e5dd3 2018-08-01 04:42:42,005 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.40681385994s 2018-08-01 04:42:42,005 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-af58b0f6-f171-4a80-982d-5fa0143e5dd3 2018-08-01 04:42:42,009 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-01 04:42:44,011 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-01 04:42:44,014 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ca39ee9be3dd797c6f3cf43d10cbd494a554be46" 2018-08-01 04:42:44,791 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:42: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-93ef6f5f-1e93-4350-8047-32c3fcaaf85b x-compute-request-id: req-93ef6f5f-1e93-4350-8047-32c3fcaaf85b 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.21:8774/v2.1/servers/3696df4d-6acb-46e7-8756-b7600349eee3", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/3696df4d-6acb-46e7-8756-b7600349eee3", "rel": "bookmark"}], "image": {"id": "e8c66e82-93b0-42c6-8d39-2279199308ed", "links": [{"href": "http://172.30.9.21:8774/images/e8c66e82-93b0-42c6-8d39-2279199308ed", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "80cad012-10a6-4ee0-be06-4098e5231e52", "links": [{"href": "http://172.30.9.21:8774/flavors/80cad012-10a6-4ee0-be06-4098e5231e52", "rel": "bookmark"}]}, "id": "3696df4d-6acb-46e7-8756-b7600349eee3", "security_groups": [{"name": "shaker-sg_ada014ec-51b2-4b16-abc8-039585ddedf9"}], "user_id": "2646baafedd641e1bf14c0da136d2222", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-01T04:40:03Z", "hostId": "958a03d676f04918a79455ee2bb1e26491aa1744c4feef340c114bf2", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_ada014ec-51b2-4b16-abc8-039585ddedf9", "name": "shaker-vm_ada014ec-51b2-4b16-abc8-039585ddedf9", "created": "2018-08-01T04:39:58Z", "tenant_id": "40b0a24d6dd148279ac58b97a1167112", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-01 04:42:44,792 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-93ef6f5f-1e93-4350-8047-32c3fcaaf85b 2018-08-01 04:42:44,792 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.780133008957s 2018-08-01 04:42:44,792 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-93ef6f5f-1e93-4350-8047-32c3fcaaf85b 2018-08-01 04:42:44,796 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-01 04:42:46,798 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-01 04:42:46,801 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ca39ee9be3dd797c6f3cf43d10cbd494a554be46" 2018-08-01 04:42:47,376 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:42:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f4bf481a-aa5b-4f78-b494-e5cc504b0d9f x-compute-request-id: req-f4bf481a-aa5b-4f78-b494-e5cc504b0d9f 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.21:8774/v2.1/servers/3696df4d-6acb-46e7-8756-b7600349eee3", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/3696df4d-6acb-46e7-8756-b7600349eee3", "rel": "bookmark"}], "image": {"id": "e8c66e82-93b0-42c6-8d39-2279199308ed", "links": [{"href": "http://172.30.9.21:8774/images/e8c66e82-93b0-42c6-8d39-2279199308ed", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "80cad012-10a6-4ee0-be06-4098e5231e52", "links": [{"href": "http://172.30.9.21:8774/flavors/80cad012-10a6-4ee0-be06-4098e5231e52", "rel": "bookmark"}]}, "id": "3696df4d-6acb-46e7-8756-b7600349eee3", "security_groups": [{"name": "shaker-sg_ada014ec-51b2-4b16-abc8-039585ddedf9"}], "user_id": "2646baafedd641e1bf14c0da136d2222", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-01T04:40:03Z", "hostId": "958a03d676f04918a79455ee2bb1e26491aa1744c4feef340c114bf2", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_ada014ec-51b2-4b16-abc8-039585ddedf9", "name": "shaker-vm_ada014ec-51b2-4b16-abc8-039585ddedf9", "created": "2018-08-01T04:39:58Z", "tenant_id": "40b0a24d6dd148279ac58b97a1167112", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-01 04:42:47,376 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-f4bf481a-aa5b-4f78-b494-e5cc504b0d9f 2018-08-01 04:42:47,376 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.577541828156s 2018-08-01 04:42:47,376 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-f4bf481a-aa5b-4f78-b494-e5cc504b0d9f 2018-08-01 04:42:47,380 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-01 04:42:49,383 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-01 04:42:49,385 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ca39ee9be3dd797c6f3cf43d10cbd494a554be46" 2018-08-01 04:42:49,604 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:42:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-109d412c-8df9-40f7-8ace-404631a06a89 x-compute-request-id: req-109d412c-8df9-40f7-8ace-404631a06a89 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.21:8774/v2.1/servers/3696df4d-6acb-46e7-8756-b7600349eee3", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/3696df4d-6acb-46e7-8756-b7600349eee3", "rel": "bookmark"}], "image": {"id": "e8c66e82-93b0-42c6-8d39-2279199308ed", "links": [{"href": "http://172.30.9.21:8774/images/e8c66e82-93b0-42c6-8d39-2279199308ed", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "80cad012-10a6-4ee0-be06-4098e5231e52", "links": [{"href": "http://172.30.9.21:8774/flavors/80cad012-10a6-4ee0-be06-4098e5231e52", "rel": "bookmark"}]}, "id": "3696df4d-6acb-46e7-8756-b7600349eee3", "security_groups": [{"name": "shaker-sg_ada014ec-51b2-4b16-abc8-039585ddedf9"}], "user_id": "2646baafedd641e1bf14c0da136d2222", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-01T04:40:03Z", "hostId": "958a03d676f04918a79455ee2bb1e26491aa1744c4feef340c114bf2", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_ada014ec-51b2-4b16-abc8-039585ddedf9", "name": "shaker-vm_ada014ec-51b2-4b16-abc8-039585ddedf9", "created": "2018-08-01T04:39:58Z", "tenant_id": "40b0a24d6dd148279ac58b97a1167112", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-01 04:42:49,604 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-109d412c-8df9-40f7-8ace-404631a06a89 2018-08-01 04:42:49,604 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.221256971359s 2018-08-01 04:42:49,604 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-109d412c-8df9-40f7-8ace-404631a06a89 2018-08-01 04:42:49,608 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-01 04:42:51,610 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-01 04:42:51,613 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ca39ee9be3dd797c6f3cf43d10cbd494a554be46" 2018-08-01 04:42:52,191 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:42: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-183fbb2d-e663-4a6c-a661-44b37dd473e9 x-compute-request-id: req-183fbb2d-e663-4a6c-a661-44b37dd473e9 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.21:8774/v2.1/servers/3696df4d-6acb-46e7-8756-b7600349eee3", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/3696df4d-6acb-46e7-8756-b7600349eee3", "rel": "bookmark"}], "image": {"id": "e8c66e82-93b0-42c6-8d39-2279199308ed", "links": [{"href": "http://172.30.9.21:8774/images/e8c66e82-93b0-42c6-8d39-2279199308ed", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "80cad012-10a6-4ee0-be06-4098e5231e52", "links": [{"href": "http://172.30.9.21:8774/flavors/80cad012-10a6-4ee0-be06-4098e5231e52", "rel": "bookmark"}]}, "id": "3696df4d-6acb-46e7-8756-b7600349eee3", "security_groups": [{"name": "shaker-sg_ada014ec-51b2-4b16-abc8-039585ddedf9"}], "user_id": "2646baafedd641e1bf14c0da136d2222", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-01T04:40:03Z", "hostId": "958a03d676f04918a79455ee2bb1e26491aa1744c4feef340c114bf2", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_ada014ec-51b2-4b16-abc8-039585ddedf9", "name": "shaker-vm_ada014ec-51b2-4b16-abc8-039585ddedf9", "created": "2018-08-01T04:39:58Z", "tenant_id": "40b0a24d6dd148279ac58b97a1167112", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-01 04:42:52,191 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-183fbb2d-e663-4a6c-a661-44b37dd473e9 2018-08-01 04:42:52,191 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.580636024475s 2018-08-01 04:42:52,191 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-183fbb2d-e663-4a6c-a661-44b37dd473e9 2018-08-01 04:42:52,195 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-01 04:42:54,197 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-01 04:42:54,199 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ca39ee9be3dd797c6f3cf43d10cbd494a554be46" 2018-08-01 04:42:54,869 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:42: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-3411ac51-fe5c-4f7b-9cb9-ca11f8b15000 x-compute-request-id: req-3411ac51-fe5c-4f7b-9cb9-ca11f8b15000 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.21:8774/v2.1/servers/3696df4d-6acb-46e7-8756-b7600349eee3", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/3696df4d-6acb-46e7-8756-b7600349eee3", "rel": "bookmark"}], "image": {"id": "e8c66e82-93b0-42c6-8d39-2279199308ed", "links": [{"href": "http://172.30.9.21:8774/images/e8c66e82-93b0-42c6-8d39-2279199308ed", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "80cad012-10a6-4ee0-be06-4098e5231e52", "links": [{"href": "http://172.30.9.21:8774/flavors/80cad012-10a6-4ee0-be06-4098e5231e52", "rel": "bookmark"}]}, "id": "3696df4d-6acb-46e7-8756-b7600349eee3", "security_groups": [{"name": "shaker-sg_ada014ec-51b2-4b16-abc8-039585ddedf9"}], "user_id": "2646baafedd641e1bf14c0da136d2222", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-01T04:40:03Z", "hostId": "958a03d676f04918a79455ee2bb1e26491aa1744c4feef340c114bf2", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_ada014ec-51b2-4b16-abc8-039585ddedf9", "name": "shaker-vm_ada014ec-51b2-4b16-abc8-039585ddedf9", "created": "2018-08-01T04:39:58Z", "tenant_id": "40b0a24d6dd148279ac58b97a1167112", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-01 04:42:54,869 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-3411ac51-fe5c-4f7b-9cb9-ca11f8b15000 2018-08-01 04:42:54,869 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.671538114548s 2018-08-01 04:42:54,869 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-3411ac51-fe5c-4f7b-9cb9-ca11f8b15000 2018-08-01 04:42:54,873 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-01 04:42:56,876 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-01 04:42:56,879 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ca39ee9be3dd797c6f3cf43d10cbd494a554be46" 2018-08-01 04:42:57,487 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:42:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-32a97d52-994e-4012-b5d0-03d3cf5135ab x-compute-request-id: req-32a97d52-994e-4012-b5d0-03d3cf5135ab 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.21:8774/v2.1/servers/3696df4d-6acb-46e7-8756-b7600349eee3", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/3696df4d-6acb-46e7-8756-b7600349eee3", "rel": "bookmark"}], "image": {"id": "e8c66e82-93b0-42c6-8d39-2279199308ed", "links": [{"href": "http://172.30.9.21:8774/images/e8c66e82-93b0-42c6-8d39-2279199308ed", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "80cad012-10a6-4ee0-be06-4098e5231e52", "links": [{"href": "http://172.30.9.21:8774/flavors/80cad012-10a6-4ee0-be06-4098e5231e52", "rel": "bookmark"}]}, "id": "3696df4d-6acb-46e7-8756-b7600349eee3", "security_groups": [{"name": "shaker-sg_ada014ec-51b2-4b16-abc8-039585ddedf9"}], "user_id": "2646baafedd641e1bf14c0da136d2222", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-01T04:40:03Z", "hostId": "958a03d676f04918a79455ee2bb1e26491aa1744c4feef340c114bf2", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_ada014ec-51b2-4b16-abc8-039585ddedf9", "name": "shaker-vm_ada014ec-51b2-4b16-abc8-039585ddedf9", "created": "2018-08-01T04:39:58Z", "tenant_id": "40b0a24d6dd148279ac58b97a1167112", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-01 04:42:57,487 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-32a97d52-994e-4012-b5d0-03d3cf5135ab 2018-08-01 04:42:57,487 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.610882043839s 2018-08-01 04:42:57,487 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-32a97d52-994e-4012-b5d0-03d3cf5135ab 2018-08-01 04:42:57,491 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-01 04:42:59,494 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-01 04:42:59,497 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ca39ee9be3dd797c6f3cf43d10cbd494a554be46" 2018-08-01 04:43:00,109 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:42:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-afa9d67c-020b-4bee-935f-de7b43e4600c x-compute-request-id: req-afa9d67c-020b-4bee-935f-de7b43e4600c 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.21:8774/v2.1/servers/3696df4d-6acb-46e7-8756-b7600349eee3", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/3696df4d-6acb-46e7-8756-b7600349eee3", "rel": "bookmark"}], "image": {"id": "e8c66e82-93b0-42c6-8d39-2279199308ed", "links": [{"href": "http://172.30.9.21:8774/images/e8c66e82-93b0-42c6-8d39-2279199308ed", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "80cad012-10a6-4ee0-be06-4098e5231e52", "links": [{"href": "http://172.30.9.21:8774/flavors/80cad012-10a6-4ee0-be06-4098e5231e52", "rel": "bookmark"}]}, "id": "3696df4d-6acb-46e7-8756-b7600349eee3", "security_groups": [{"name": "shaker-sg_ada014ec-51b2-4b16-abc8-039585ddedf9"}], "user_id": "2646baafedd641e1bf14c0da136d2222", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-01T04:40:03Z", "hostId": "958a03d676f04918a79455ee2bb1e26491aa1744c4feef340c114bf2", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_ada014ec-51b2-4b16-abc8-039585ddedf9", "name": "shaker-vm_ada014ec-51b2-4b16-abc8-039585ddedf9", "created": "2018-08-01T04:39:58Z", "tenant_id": "40b0a24d6dd148279ac58b97a1167112", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-01 04:43:00,110 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-afa9d67c-020b-4bee-935f-de7b43e4600c 2018-08-01 04:43:00,110 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.615626811981s 2018-08-01 04:43:00,110 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-afa9d67c-020b-4bee-935f-de7b43e4600c 2018-08-01 04:43:00,114 - functest.core.singlevm - ERROR - Cannot run shaker Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/functest/core/singlevm.py", line 410, in run key_name=self.keypair.id, security_groups=[self.sec.id]) File "/usr/lib/python2.7/site-packages/functest/core/singlevm.py", line 184, in boot_vm vm1 = self.cloud.wait_for_server(vm1, auto_ip=False) File "/usr/lib/python2.7/site-packages/shade/openstackcloud.py", line 6913, in wait_for_server raise OpenStackCloudTimeout(timeout_message) OpenStackCloudTimeout: Timeout waiting for the server to come up. 2018-08-01 04:43:00,234 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-01 04:43:00,234 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | shaker | functest | 03:34 | FAIL | +-------------------+------------------+------------------+----------------+ 2018-08-01 04:43:00,242 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-01 04:43:00,243 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}ca39ee9be3dd797c6f3cf43d10cbd494a554be46" 2018-08-01 04:43:00,299 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5325 X-Openstack-Request-Id: req-9e7c629b-42da-46e3-a040-c55d2f7e6e1f Date: Wed, 01 Aug 2018 04:43:00 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (shaker)", "tags": [], "tenant_id": "40b0a24d6dd148279ac58b97a1167112", "created_at": "2018-08-01T04:39:50Z", "updated_at": "2018-08-01T04:39:52Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 9000, "updated_at": "2018-08-01T04:39:52Z", "revision_number": 0, "id": "586b9527-7462-46f8-a372-d2e7a2686de9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-01T04:39:52Z", "security_group_id": "5be0c75d-8746-4adc-acd9-cb0272b78f82", "tenant_id": "40b0a24d6dd148279ac58b97a1167112", "port_range_min": 9000, "ethertype": "IPv4", "project_id": "40b0a24d6dd148279ac58b97a1167112"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-01T04:39:50Z", "revision_number": 0, "id": "82728888-cb3a-4352-9002-094b8ff7a63f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-01T04:39:50Z", "security_group_id": "5be0c75d-8746-4adc-acd9-cb0272b78f82", "tenant_id": "40b0a24d6dd148279ac58b97a1167112", "port_range_min": null, "ethertype": "IPv4", "project_id": "40b0a24d6dd148279ac58b97a1167112"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-01T04:39:50Z", "revision_number": 0, "id": "d63a6a08-c910-4d03-b907-3da760215efa", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-01T04:39:50Z", "security_group_id": "5be0c75d-8746-4adc-acd9-cb0272b78f82", "tenant_id": "40b0a24d6dd148279ac58b97a1167112", "port_range_min": 22, "ethertype": "IPv4", "project_id": "40b0a24d6dd148279ac58b97a1167112"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-01T04:39:50Z", "revision_number": 0, "id": "d8a20e55-5731-4280-8b27-2d7ef0572b44", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-01T04:39:50Z", "security_group_id": "5be0c75d-8746-4adc-acd9-cb0272b78f82", "tenant_id": "40b0a24d6dd148279ac58b97a1167112", "port_range_min": null, "ethertype": "IPv6", "project_id": "40b0a24d6dd148279ac58b97a1167112"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-01T04:39:51Z", "revision_number": 0, "id": "ec45962e-b9dd-42f4-a1fa-5721f158eed6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-01T04:39:51Z", "security_group_id": "5be0c75d-8746-4adc-acd9-cb0272b78f82", "tenant_id": "40b0a24d6dd148279ac58b97a1167112", "port_range_min": null, "ethertype": "IPv4", "project_id": "40b0a24d6dd148279ac58b97a1167112"}], "revision_number": 4, "project_id": "40b0a24d6dd148279ac58b97a1167112", "id": "5be0c75d-8746-4adc-acd9-cb0272b78f82", "name": "shaker-sg_ada014ec-51b2-4b16-abc8-039585ddedf9"}, {"description": "Default security group", "tags": [], "tenant_id": "40b0a24d6dd148279ac58b97a1167112", "created_at": "2018-08-01T04:39:27Z", "updated_at": "2018-08-01T04:39:27Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-01T04:39:27Z", "revision_number": 0, "id": "342886a8-e2b5-4da4-9030-4ec21ba87f9a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-01T04:39:27Z", "security_group_id": "7526f7d6-6ea4-4f3e-8042-160ca9d2ddae", "tenant_id": "40b0a24d6dd148279ac58b97a1167112", "port_range_min": null, "ethertype": "IPv6", "project_id": "40b0a24d6dd148279ac58b97a1167112"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-01T04:39:27Z", "revision_number": 0, "id": "8b92c31f-5206-44be-91b1-9d9f5042fca0", "remote_group_id": "7526f7d6-6ea4-4f3e-8042-160ca9d2ddae", "remote_ip_prefix": null, "created_at": "2018-08-01T04:39:27Z", "security_group_id": "7526f7d6-6ea4-4f3e-8042-160ca9d2ddae", "tenant_id": "40b0a24d6dd148279ac58b97a1167112", "port_range_min": null, "ethertype": "IPv4", "project_id": "40b0a24d6dd148279ac58b97a1167112"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-01T04:39:27Z", "revision_number": 0, "id": "bf101466-3402-41cc-8925-eda5546e1041", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-01T04:39:27Z", "security_group_id": "7526f7d6-6ea4-4f3e-8042-160ca9d2ddae", "tenant_id": "40b0a24d6dd148279ac58b97a1167112", "port_range_min": null, "ethertype": "IPv4", "project_id": "40b0a24d6dd148279ac58b97a1167112"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-01T04:39:27Z", "revision_number": 0, "id": "ee25e544-b050-4d0a-b249-a9524f938f98", "remote_group_id": "7526f7d6-6ea4-4f3e-8042-160ca9d2ddae", "remote_ip_prefix": null, "created_at": "2018-08-01T04:39:27Z", "security_group_id": "7526f7d6-6ea4-4f3e-8042-160ca9d2ddae", "tenant_id": "40b0a24d6dd148279ac58b97a1167112", "port_range_min": null, "ethertype": "IPv6", "project_id": "40b0a24d6dd148279ac58b97a1167112"}], "revision_number": 1, "project_id": "40b0a24d6dd148279ac58b97a1167112", "id": "7526f7d6-6ea4-4f3e-8042-160ca9d2ddae", "name": "default"}]} 2018-08-01 04:43:00,299 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-9e7c629b-42da-46e3-a040-c55d2f7e6e1f 2018-08-01 04:43:00,299 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0568749904633s 2018-08-01 04:43:00,300 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-9e7c629b-42da-46e3-a040-c55d2f7e6e1f 2018-08-01 04:43:00,303 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-08-01 04:43:00,304 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/security-groups/5be0c75d-8746-4adc-acd9-cb0272b78f82.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ca39ee9be3dd797c6f3cf43d10cbd494a554be46" 2018-08-01 04:43:00,349 - keystoneauth.session - DEBUG - RESP: [409] Content-Type: application/json Content-Length: 136 X-Openstack-Request-Id: req-688cb65b-8af3-4e04-8ad6-fbe8a66b69a8 Date: Wed, 01 Aug 2018 04:43:00 GMT RESP BODY: {"NeutronError": {"message": "Security Group 5be0c75d-8746-4adc-acd9-cb0272b78f82 in use.", "type": "SecurityGroupInUse", "detail": ""}} 2018-08-01 04:43:00,350 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/5be0c75d-8746-4adc-acd9-cb0272b78f82.json used request id req-688cb65b-8af3-4e04-8ad6-fbe8a66b69a8 2018-08-01 04:43:00,350 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.0463008880615s 2018-08-01 04:43:00,350 - functest.core.singlevm - ERROR - Cannot clean all ressources Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/functest/core/singlevm.py", line 430, in clean self.cloud.delete_security_group(self.sec.id) File "/usr/lib/python2.7/site-packages/shade/openstackcloud.py", line 8203, in delete_security_group name_or_id) File "/usr/lib/python2.7/site-packages/keystoneauth1/adapter.py", line 319, in delete return self.request(url, 'DELETE', **kwargs) File "/usr/lib/python2.7/site-packages/shade/_adapter.py", line 158, in request return self._munch_response(response, error_message=error_message) File "/usr/lib/python2.7/site-packages/shade/_adapter.py", line 114, in _munch_response exc.raise_from_response(response, error_message=error_message) File "/usr/lib/python2.7/site-packages/shade/exc.py", line 165, in raise_from_response raise OpenStackCloudHTTPError(msg, response=response) OpenStackCloudHTTPError: Error deleting security group 5be0c75d-8746-4adc-acd9-cb0272b78f82. (409) Client Error for url: http://172.30.9.21:9696/v2.0/security-groups/5be0c75d-8746-4adc-acd9-cb0272b78f82.json Security Group 5be0c75d-8746-4adc-acd9-cb0272b78f82 in use. 2018-08-01 04:43:00,352 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-01 04:43:00,355 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}21c04f03c637592f7b1df687795ae68a18d47a95" 2018-08-01 04:43:00,559 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:43:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5ffb4afa-ba42-4083-affb-ee9a49fb088f Content-Encoding: gzip Content-Length: 839 Content-Type: application/json RESP BODY: {"users": [{"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/0f8a0650d1a846e88ba44704b50255c1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0f8a0650d1a846e88ba44704b50255c1", "email": "glance@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/130b7ea936644204a37124e676ddf428"}, "domain_id": "default", "enabled": true, "options": {}, "id": "130b7ea936644204a37124e676ddf428", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/1476f1d37caa49ec90baf29b9d92850d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1476f1d37caa49ec90baf29b9d92850d", "email": "neutron@localhost", "password_expires_at": null}, {"name": "shaker-user_ada014ec-51b2-4b16-abc8-039585ddedf9", "links": {"self": "http://172.30.9.21:5000/v3/users/2646baafedd641e1bf14c0da136d2222"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "2646baafedd641e1bf14c0da136d2222", "domain_id": "default", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/386874e6c2464a43ba93f0248a95595b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "386874e6c2464a43ba93f0248a95595b", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/3cb1fd184ec34300aba849c010464d1a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3cb1fd184ec34300aba849c010464d1a", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/749556e27c83423fb69e649d00450103"}, "domain_id": "default", "enabled": true, "options": {}, "id": "749556e27c83423fb69e649d00450103", "email": "admin@example.com", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.21:5000/v3/users/b6122bbf2037491bb9db6c47618110d1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b6122bbf2037491bb9db6c47618110d1", "email": "swift@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/c09ff16c1a614c8bbc73ec74064357a4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c09ff16c1a614c8bbc73ec74064357a4", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/c1daa0d43666493abbd83fb1577cff74"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c1daa0d43666493abbd83fb1577cff74", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/d1cc4ab5045f48be8e12d229b3b59cac"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d1cc4ab5045f48be8e12d229b3b59cac", "email": "cinder@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.21:5000/v3/users/d32629a0e7364688b6a82d496d6e354d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d32629a0e7364688b6a82d496d6e354d", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/d5ee6c90793c4cbeb762d8c68db45d5c"}, "domain_id": "cc40371ace4f4c2e9452fa2c52c1368e", "enabled": true, "options": {}, "id": "d5ee6c90793c4cbeb762d8c68db45d5c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/d91fd39b379e480e825eb2aa75b847b7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d91fd39b379e480e825eb2aa75b847b7", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/ecd8a45bf2844011921c3e9caab06794"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ecd8a45bf2844011921c3e9caab06794", "email": "heat@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-08-01 04:43:00,559 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-5ffb4afa-ba42-4083-affb-ee9a49fb088f 2018-08-01 04:43:00,559 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.207602977753s 2018-08-01 04:43:00,560 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-5ffb4afa-ba42-4083-affb-ee9a49fb088f 2018-08-01 04:43:00,565 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-01 04:43:00,568 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/users/2646baafedd641e1bf14c0da136d2222 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}21c04f03c637592f7b1df687795ae68a18d47a95" 2018-08-01 04:43:00,691 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:43:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-941e5fca-5da1-4b51-9f5f-f415b09df396 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"user": {"name": "shaker-user_ada014ec-51b2-4b16-abc8-039585ddedf9", "links": {"self": "http://172.30.9.21:5000/v3/users/2646baafedd641e1bf14c0da136d2222"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "2646baafedd641e1bf14c0da136d2222", "description": null}} 2018-08-01 04:43:00,691 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users/2646baafedd641e1bf14c0da136d2222 used request id req-941e5fca-5da1-4b51-9f5f-f415b09df396 2018-08-01 04:43:00,691 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.126293897629s 2018-08-01 04:43:00,692 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users/2646baafedd641e1bf14c0da136d2222 used request id req-941e5fca-5da1-4b51-9f5f-f415b09df396 2018-08-01 04:43:00,693 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-08-01 04:43:00,698 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:5000/v3/users/2646baafedd641e1bf14c0da136d2222 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}21c04f03c637592f7b1df687795ae68a18d47a95" 2018-08-01 04:43:01,105 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 01 Aug 2018 04:43:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-62d3f530-7adc-4404-9f3d-42aa47eb7f4e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-01 04:43:01,105 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/2646baafedd641e1bf14c0da136d2222 used request id req-62d3f530-7adc-4404-9f3d-42aa47eb7f4e 2018-08-01 04:43:01,105 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.412511110306s 2018-08-01 04:43:01,106 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/2646baafedd641e1bf14c0da136d2222 used request id req-62d3f530-7adc-4404-9f3d-42aa47eb7f4e 2018-08-01 04:43:01,111 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-01 04:43:01,114 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}21c04f03c637592f7b1df687795ae68a18d47a95" 2018-08-01 04:43:01,225 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:43:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c97ddacf-ec95-47e4-81be-70edc00baf1c Content-Encoding: gzip Content-Length: 382 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: shaker", "links": {"self": "http://172.30.9.21:5000/v3/projects/40b0a24d6dd148279ac58b97a1167112"}, "tags": [], "enabled": true, "id": "40b0a24d6dd148279ac58b97a1167112", "parent_id": "default", "domain_id": "default", "name": "shaker-project_ada014ec-51b2-4b16-abc8-039585ddedf9"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/89443fd7c5cf4259bed71fca1c3fe619"}, "tags": [], "enabled": true, "id": "89443fd7c5cf4259bed71fca1c3fe619", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/90aa95516c664aef94b667c55fdaffe9"}, "tags": [], "enabled": true, "id": "90aa95516c664aef94b667c55fdaffe9", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-08-01 04:43:01,225 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects used request id req-c97ddacf-ec95-47e4-81be-70edc00baf1c 2018-08-01 04:43:01,225 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.113702058792s 2018-08-01 04:43:01,226 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects used request id req-c97ddacf-ec95-47e4-81be-70edc00baf1c 2018-08-01 04:43:01,230 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-08-01 04:43:01,233 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:5000/v3/projects/40b0a24d6dd148279ac58b97a1167112 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}21c04f03c637592f7b1df687795ae68a18d47a95" 2018-08-01 04:43:01,437 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 01 Aug 2018 04:43:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b63eea9f-e0d1-4444-9326-062983749c71 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-01 04:43:01,437 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/40b0a24d6dd148279ac58b97a1167112 used request id req-b63eea9f-e0d1-4444-9326-062983749c71 2018-08-01 04:43:01,437 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.207165002823s 2018-08-01 04:43:01,437 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/40b0a24d6dd148279ac58b97a1167112 used request id req-b63eea9f-e0d1-4444-9326-062983749c71 2018-08-01 04:43:01,438 - xtesting.ci.run_tests - ERROR - The test case 'shaker' failed. 2018-08-01 04:43:01,483 - xtesting.ci.run_tests - INFO - Loading test case 'snaps_smoke'... 2018-08-01 04:43:01,816 - openstack_tests - DEBUG - Reading RC file - /var/lib/xtesting/conf/env_file 2018-08-01 04:43:01,816 - file_utils - INFO - Attempting to read OS environment file - /var/lib/xtesting/conf/env_file 2018-08-01 04:43:01,817 - openstack_tests - INFO - OS Credentials = > 2018-08-01 04:43:01,817 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-01 04:43:01,817 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-08-01 04:43:02,240 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ed1e3c9b852e426e8d791112d2fd4701", "name": "member"}, {"id": "147f18c7e1e349fc8e383440249c4c73", "name": "reader"}, {"id": "86fab6e3eccc4f5f9bd58caee92e2693", "name": "admin"}], "expires_at": "2018-08-01T05:43:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "90aa95516c664aef94b667c55fdaffe9", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:8004/v1/90aa95516c664aef94b667c55fdaffe9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5af2a23f0d4746a18ce9987becf49813"}, {"url": "http://192.30.9.7:8004/v1/90aa95516c664aef94b667c55fdaffe9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d6722b9f2184abb8e7b581d10709b51"}, {"url": "http://192.30.9.7:8004/v1/90aa95516c664aef94b667c55fdaffe9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc81206c7ec74b63a868c84343e2355a"}], "type": "orchestration", "id": "032123c5c07d477ab419a77fddb5ca2b", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/90aa95516c664aef94b667c55fdaffe9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00197bc0507d42718c9de1a1f3ff7fa9"}, {"url": "http://192.30.9.7:8776/v2/90aa95516c664aef94b667c55fdaffe9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "186c94a5205743a68de2c02795dd12cf"}, {"url": "http://192.30.9.7:8776/v2/90aa95516c664aef94b667c55fdaffe9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32c49f45893f4074a75a056facd63fc5"}], "type": "volumev2", "id": "09ef7c245fd9479f97ffee152dae0c8e", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27e89bb29a0d43ce83aefd4cae0f7bd7"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "295d31abf3f44d85b346281cd9c04740"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d685797f4b164aa48837a822ed32598b"}], "type": "alarming", "id": "0f8615b3651c41099fe76f0fa5b23dd1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f0c9b6089cd4f558ee73fabe48d842a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "551cf56b00bd4d038a8694d11700f2ef"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9ea08b0116c4412eaded9a074baa4211"}], "type": "image", "id": "17038717f3f0408e8c9d5af024ea0aab", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "17647a3a3a00479b9213e6f6cf7a30ea", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c2328ef964c4156917122cfb247f0c4"}, {"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33d0ce77838b4a0fbe56c50f7b1e4d71"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38b745fc1fe14a8691a6fb2553ade0e0"}], "type": "event", "id": "1d35633c710f4d9c88e1f50abe614b06", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/90aa95516c664aef94b667c55fdaffe9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dcebb246e8d42fab040b053411c0957"}, {"url": "http://192.30.9.7:8776/v3/90aa95516c664aef94b667c55fdaffe9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92f3de4ac4f44b9a95bdb5c3f0c34d51"}, {"url": "http://172.30.9.21:8776/v3/90aa95516c664aef94b667c55fdaffe9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f92025e32c9344f587283e14c1506699"}], "type": "volumev3", "id": "27b85f80d71f464183ff256181f71b43", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0f1136276d75402689a9c377621253ce"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b943f44b606457c91b7d5098b199be0"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b47ac34c09dc4c05b1ca4c869d47eaeb"}], "type": "metric", "id": "5a0ae06ba8b741ffb51d39c9adb9451c", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10bc7f20cf92414cb6d088da882341c5"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "53c0109d8bd545ef83f6d70ce101d52d"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d3688eabec1484e8c6549a46b35b25f"}], "type": "cloudformation", "id": "64e449782da244a4b49ea375e297a3ea", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/90aa95516c664aef94b667c55fdaffe9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8713e9b13a6e43c59e8aa6d6cd510b2b"}, {"url": "http://192.30.9.7:8776/v1/90aa95516c664aef94b667c55fdaffe9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b073433cdd0f4518882ecf0e413ae4af"}, {"url": "http://172.30.9.21:8776/v1/90aa95516c664aef94b667c55fdaffe9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fc41a1400c1945199a7f0758b5566e31"}], "type": "volume", "id": "6951fb022adb46feaa04f1020c483fd1", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "247e0a42582047fb8b1a74db1f38edf7"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37ed8998a3894a91b69a9e4f00e62b69"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b11d1b5d1d9043d88291c85c92eb73f4"}], "type": "placement", "id": "83e7ef9cff3b4731b936862816b9afd9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "432bfc9d0c4249dd9ccda5421e19b9e2"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f93c2c146b149cbb3483078f52c4bdf"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd4fdce564324509818028dc78641d8d"}], "type": "network", "id": "94871ebfcb5240ebb8b1c19b8739272c", "name": "neutron"}, {"endpoints": [{"url": "http://12.0.0.40:8080/v1/AUTH_90aa95516c664aef94b667c55fdaffe9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2333bd642dd5455c8f03d343d974704d"}, {"url": "http://12.0.0.40:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c3a57c4832a74174a0c0889da1e1364b"}, {"url": "http://172.30.9.21:8080/v1/AUTH_90aa95516c664aef94b667c55fdaffe9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f27db37221fb446f86228761531722fd"}], "type": "object-store", "id": "b008c8aea7694b57822ddc559b6dfc45", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "038ac873a08f40dab615db1106f36b91"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9c064a815b5c40c0bb0beee1dee18b58"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa33b6fd9ec24bfb9e27785b76bc205d"}], "type": "identity", "id": "de72ed0871ef4a7bab6d7ea0bbfa8d90", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c04b9806aca48e692c506107e0bd3a6"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "449f60307ac54b799d4527d2070f35db"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d69efddbf8af404a9b303b99cfb12f43"}], "type": "compute", "id": "eb2dd02d9ef54f67b42600e437ecb401", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "749556e27c83423fb69e649d00450103"}, "audit_ids": ["aKfB4-PTQfui1pxfYMCC4A"], "issued_at": "2018-08-01T04:43:02.000000Z"}} 2018-08-01 04:43:02,245 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/networks?router%3Aexternal=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9804f72c0d1f79f821ab38c9be77ba6b75fe4c7e" 2018-08-01 04:43:02,525 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-192e1040-234e-4f71-8901-bbf578767f4b Date: Wed, 01 Aug 2018 04:43:02 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"262fe7ec-b437-40b8-908b-6eb66c149655","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"89443fd7c5cf4259bed71fca1c3fe619","status":"ACTIVE","subnets":["e06facf3-a24e-40d5-a5ce-a0901a6e4875"],"description":"","tags":[],"updated_at":"2018-08-01T03:28:20Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"89443fd7c5cf4259bed71fca1c3fe619","created_at":"2018-08-01T03:28:13Z","provider:network_type":"flat"}]} 2018-08-01 04:43:02,525 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks?router%3Aexternal=True used request id req-192e1040-234e-4f71-8901-bbf578767f4b 2018-08-01 04:43:02,528 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.21:9696/v2.0/subnets?network_id=262fe7ec-b437-40b8-908b-6eb66c149655 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9804f72c0d1f79f821ab38c9be77ba6b75fe4c7e" 2018-08-01 04:43:02,780 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-1cd50a48-67c3-4c36-90d3-26bc1fc8181b Date: Wed, 01 Aug 2018 04:43:02 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"262fe7ec-b437-40b8-908b-6eb66c149655","tenant_id":"89443fd7c5cf4259bed71fca1c3fe619","created_at":"2018-08-01T03:28:20Z","dns_nameservers":[],"updated_at":"2018-08-01T03:28:20Z","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":"89443fd7c5cf4259bed71fca1c3fe619","id":"e06facf3-a24e-40d5-a5ce-a0901a6e4875","subnetpool_id":null,"name":"external-subnet"}]} 2018-08-01 04:43:02,780 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets?network_id=262fe7ec-b437-40b8-908b-6eb66c149655 used request id req-1cd50a48-67c3-4c36-90d3-26bc1fc8181b 2018-08-01 04:43:02,781 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata '{}' 2018-08-01 04:43:02,782 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-01 04:43:02,783 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-01 04:43:02,783 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-01 04:43:02,783 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-01 04:43:02,783 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-01 04:43:02,783 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-01 04:43:02,783 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-01 04:43:02,783 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-01 04:43:02,783 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-01 04:43:02,784 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-01 04:43:02,784 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-01 04:43:02,784 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-01 04:43:02,784 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-01 04:43:02,784 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-01 04:43:02,784 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-01 04:43:02,784 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-01 04:43:02,784 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-01 04:43:02,785 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-01 04:43:02,785 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-01 04:43:02,785 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-01 04:43:02,785 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-01 04:43:02,785 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-01 04:43:02,785 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-01 04:43:02,785 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-01 04:43:02,785 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-01 04:43:02,788 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.discovery 2018-08-01 04:43:02,788 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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-01 04:43:02,794 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:43:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8b9d3986-ae76-454d-bdbc-5f8abf1226d4 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-01 04:43:02,794 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-8b9d3986-ae76-454d-bdbc-5f8abf1226d4 2018-08-01 04:43:02,794 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-08-01 04:43:03,197 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ed1e3c9b852e426e8d791112d2fd4701", "name": "member"}, {"id": "147f18c7e1e349fc8e383440249c4c73", "name": "reader"}, {"id": "86fab6e3eccc4f5f9bd58caee92e2693", "name": "admin"}], "expires_at": "2018-08-01T05:43:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "90aa95516c664aef94b667c55fdaffe9", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:8004/v1/90aa95516c664aef94b667c55fdaffe9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5af2a23f0d4746a18ce9987becf49813"}, {"url": "http://192.30.9.7:8004/v1/90aa95516c664aef94b667c55fdaffe9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d6722b9f2184abb8e7b581d10709b51"}, {"url": "http://192.30.9.7:8004/v1/90aa95516c664aef94b667c55fdaffe9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc81206c7ec74b63a868c84343e2355a"}], "type": "orchestration", "id": "032123c5c07d477ab419a77fddb5ca2b", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/90aa95516c664aef94b667c55fdaffe9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00197bc0507d42718c9de1a1f3ff7fa9"}, {"url": "http://192.30.9.7:8776/v2/90aa95516c664aef94b667c55fdaffe9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "186c94a5205743a68de2c02795dd12cf"}, {"url": "http://192.30.9.7:8776/v2/90aa95516c664aef94b667c55fdaffe9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32c49f45893f4074a75a056facd63fc5"}], "type": "volumev2", "id": "09ef7c245fd9479f97ffee152dae0c8e", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27e89bb29a0d43ce83aefd4cae0f7bd7"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "295d31abf3f44d85b346281cd9c04740"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d685797f4b164aa48837a822ed32598b"}], "type": "alarming", "id": "0f8615b3651c41099fe76f0fa5b23dd1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f0c9b6089cd4f558ee73fabe48d842a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "551cf56b00bd4d038a8694d11700f2ef"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9ea08b0116c4412eaded9a074baa4211"}], "type": "image", "id": "17038717f3f0408e8c9d5af024ea0aab", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "17647a3a3a00479b9213e6f6cf7a30ea", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c2328ef964c4156917122cfb247f0c4"}, {"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33d0ce77838b4a0fbe56c50f7b1e4d71"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38b745fc1fe14a8691a6fb2553ade0e0"}], "type": "event", "id": "1d35633c710f4d9c88e1f50abe614b06", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/90aa95516c664aef94b667c55fdaffe9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dcebb246e8d42fab040b053411c0957"}, {"url": "http://192.30.9.7:8776/v3/90aa95516c664aef94b667c55fdaffe9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92f3de4ac4f44b9a95bdb5c3f0c34d51"}, {"url": "http://172.30.9.21:8776/v3/90aa95516c664aef94b667c55fdaffe9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f92025e32c9344f587283e14c1506699"}], "type": "volumev3", "id": "27b85f80d71f464183ff256181f71b43", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0f1136276d75402689a9c377621253ce"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b943f44b606457c91b7d5098b199be0"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b47ac34c09dc4c05b1ca4c869d47eaeb"}], "type": "metric", "id": "5a0ae06ba8b741ffb51d39c9adb9451c", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10bc7f20cf92414cb6d088da882341c5"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "53c0109d8bd545ef83f6d70ce101d52d"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d3688eabec1484e8c6549a46b35b25f"}], "type": "cloudformation", "id": "64e449782da244a4b49ea375e297a3ea", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/90aa95516c664aef94b667c55fdaffe9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8713e9b13a6e43c59e8aa6d6cd510b2b"}, {"url": "http://192.30.9.7:8776/v1/90aa95516c664aef94b667c55fdaffe9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b073433cdd0f4518882ecf0e413ae4af"}, {"url": "http://172.30.9.21:8776/v1/90aa95516c664aef94b667c55fdaffe9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fc41a1400c1945199a7f0758b5566e31"}], "type": "volume", "id": "6951fb022adb46feaa04f1020c483fd1", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "247e0a42582047fb8b1a74db1f38edf7"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37ed8998a3894a91b69a9e4f00e62b69"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b11d1b5d1d9043d88291c85c92eb73f4"}], "type": "placement", "id": "83e7ef9cff3b4731b936862816b9afd9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "432bfc9d0c4249dd9ccda5421e19b9e2"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f93c2c146b149cbb3483078f52c4bdf"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd4fdce564324509818028dc78641d8d"}], "type": "network", "id": "94871ebfcb5240ebb8b1c19b8739272c", "name": "neutron"}, {"endpoints": [{"url": "http://12.0.0.40:8080/v1/AUTH_90aa95516c664aef94b667c55fdaffe9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2333bd642dd5455c8f03d343d974704d"}, {"url": "http://12.0.0.40:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c3a57c4832a74174a0c0889da1e1364b"}, {"url": "http://172.30.9.21:8080/v1/AUTH_90aa95516c664aef94b667c55fdaffe9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f27db37221fb446f86228761531722fd"}], "type": "object-store", "id": "b008c8aea7694b57822ddc559b6dfc45", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "038ac873a08f40dab615db1106f36b91"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9c064a815b5c40c0bb0beee1dee18b58"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa33b6fd9ec24bfb9e27785b76bc205d"}], "type": "identity", "id": "de72ed0871ef4a7bab6d7ea0bbfa8d90", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c04b9806aca48e692c506107e0bd3a6"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "449f60307ac54b799d4527d2070f35db"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d69efddbf8af404a9b303b99cfb12f43"}], "type": "compute", "id": "eb2dd02d9ef54f67b42600e437ecb401", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "749556e27c83423fb69e649d00450103"}, "audit_ids": ["fCKQNooZQLSJWYa-br240Q"], "issued_at": "2018-08-01T04:43:03.000000Z"}} 2018-08-01 04:43:03,200 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}ab7a442a88ab0155579dfbc3022e3e5bfccec002" 2018-08-01 04:43:03,406 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:43: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-e72a5e3c-595e-4102-a155-1f88c3142456 x-compute-request-id: req-e72a5e3c-595e-4102-a155-1f88c3142456 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.21: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-01 04:43:03,406 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/ used request id req-e72a5e3c-595e-4102-a155-1f88c3142456 2018-08-01 04:43:03,406 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.discovery in 0.618320941925s 2018-08-01 04:43:03,407 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/ used request id req-e72a5e3c-595e-4102-a155-1f88c3142456 2018-08-01 04:43:03,407 - 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.21: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-01 04:43:03,407 - functest.utils.functest_utils - DEBUG - nova version: (2, 65) 2018-08-01 04:43:03,408 - xtesting.ci.run_tests - INFO - Skipping test case 'snaps_smoke'... 2018-08-01 04:43:03,408 - xtesting.ci.run_tests - INFO - Test result: +---------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +---------------------+------------------+------------------+----------------+ | snaps_smoke | functest | 00:00 | SKIP | +---------------------+------------------+------------------+----------------+ 2018-08-01 04:43:03,456 - xtesting.ci.run_tests - INFO - Loading test case 'neutron_trunk'... 2018-08-01 04:43:03,490 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-01 04:43:03,490 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-01 04:43:03,490 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-01 04:43:03,490 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-01 04:43:03,490 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-01 04:43:03,491 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-01 04:43:03,491 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-01 04:43:03,491 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-01 04:43:03,491 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-01 04:43:03,491 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-01 04:43:03,491 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-01 04:43:03,491 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-01 04:43:03,491 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-01 04:43:03,491 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-01 04:43:03,491 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-01 04:43:03,491 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-01 04:43:03,491 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-01 04:43:03,492 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-01 04:43:03,492 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-01 04:43:03,492 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-01 04:43:03,492 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-01 04:43:03,492 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-01 04:43:03,492 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-01 04:43:03,492 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-01 04:43:03,492 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-01 04:43:03,493 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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-01 04:43:03,498 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:43:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b1fb6f10-5e74-4f26-8563-fe5efbe30dbf Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-01 04:43:03,499 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-b1fb6f10-5e74-4f26-8563-fe5efbe30dbf 2018-08-01 04:43:03,499 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-08-01 04:43:03,901 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ed1e3c9b852e426e8d791112d2fd4701", "name": "member"}, {"id": "147f18c7e1e349fc8e383440249c4c73", "name": "reader"}, {"id": "86fab6e3eccc4f5f9bd58caee92e2693", "name": "admin"}], "expires_at": "2018-08-01T05:43:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "90aa95516c664aef94b667c55fdaffe9", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:8004/v1/90aa95516c664aef94b667c55fdaffe9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5af2a23f0d4746a18ce9987becf49813"}, {"url": "http://192.30.9.7:8004/v1/90aa95516c664aef94b667c55fdaffe9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d6722b9f2184abb8e7b581d10709b51"}, {"url": "http://192.30.9.7:8004/v1/90aa95516c664aef94b667c55fdaffe9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc81206c7ec74b63a868c84343e2355a"}], "type": "orchestration", "id": "032123c5c07d477ab419a77fddb5ca2b", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/90aa95516c664aef94b667c55fdaffe9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00197bc0507d42718c9de1a1f3ff7fa9"}, {"url": "http://192.30.9.7:8776/v2/90aa95516c664aef94b667c55fdaffe9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "186c94a5205743a68de2c02795dd12cf"}, {"url": "http://192.30.9.7:8776/v2/90aa95516c664aef94b667c55fdaffe9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32c49f45893f4074a75a056facd63fc5"}], "type": "volumev2", "id": "09ef7c245fd9479f97ffee152dae0c8e", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27e89bb29a0d43ce83aefd4cae0f7bd7"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "295d31abf3f44d85b346281cd9c04740"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d685797f4b164aa48837a822ed32598b"}], "type": "alarming", "id": "0f8615b3651c41099fe76f0fa5b23dd1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f0c9b6089cd4f558ee73fabe48d842a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "551cf56b00bd4d038a8694d11700f2ef"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9ea08b0116c4412eaded9a074baa4211"}], "type": "image", "id": "17038717f3f0408e8c9d5af024ea0aab", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "17647a3a3a00479b9213e6f6cf7a30ea", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c2328ef964c4156917122cfb247f0c4"}, {"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33d0ce77838b4a0fbe56c50f7b1e4d71"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38b745fc1fe14a8691a6fb2553ade0e0"}], "type": "event", "id": "1d35633c710f4d9c88e1f50abe614b06", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/90aa95516c664aef94b667c55fdaffe9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dcebb246e8d42fab040b053411c0957"}, {"url": "http://192.30.9.7:8776/v3/90aa95516c664aef94b667c55fdaffe9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92f3de4ac4f44b9a95bdb5c3f0c34d51"}, {"url": "http://172.30.9.21:8776/v3/90aa95516c664aef94b667c55fdaffe9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f92025e32c9344f587283e14c1506699"}], "type": "volumev3", "id": "27b85f80d71f464183ff256181f71b43", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0f1136276d75402689a9c377621253ce"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b943f44b606457c91b7d5098b199be0"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b47ac34c09dc4c05b1ca4c869d47eaeb"}], "type": "metric", "id": "5a0ae06ba8b741ffb51d39c9adb9451c", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10bc7f20cf92414cb6d088da882341c5"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "53c0109d8bd545ef83f6d70ce101d52d"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d3688eabec1484e8c6549a46b35b25f"}], "type": "cloudformation", "id": "64e449782da244a4b49ea375e297a3ea", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/90aa95516c664aef94b667c55fdaffe9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8713e9b13a6e43c59e8aa6d6cd510b2b"}, {"url": "http://192.30.9.7:8776/v1/90aa95516c664aef94b667c55fdaffe9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b073433cdd0f4518882ecf0e413ae4af"}, {"url": "http://172.30.9.21:8776/v1/90aa95516c664aef94b667c55fdaffe9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fc41a1400c1945199a7f0758b5566e31"}], "type": "volume", "id": "6951fb022adb46feaa04f1020c483fd1", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "247e0a42582047fb8b1a74db1f38edf7"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37ed8998a3894a91b69a9e4f00e62b69"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b11d1b5d1d9043d88291c85c92eb73f4"}], "type": "placement", "id": "83e7ef9cff3b4731b936862816b9afd9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "432bfc9d0c4249dd9ccda5421e19b9e2"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f93c2c146b149cbb3483078f52c4bdf"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd4fdce564324509818028dc78641d8d"}], "type": "network", "id": "94871ebfcb5240ebb8b1c19b8739272c", "name": "neutron"}, {"endpoints": [{"url": "http://12.0.0.40:8080/v1/AUTH_90aa95516c664aef94b667c55fdaffe9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2333bd642dd5455c8f03d343d974704d"}, {"url": "http://12.0.0.40:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c3a57c4832a74174a0c0889da1e1364b"}, {"url": "http://172.30.9.21:8080/v1/AUTH_90aa95516c664aef94b667c55fdaffe9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f27db37221fb446f86228761531722fd"}], "type": "object-store", "id": "b008c8aea7694b57822ddc559b6dfc45", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "038ac873a08f40dab615db1106f36b91"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9c064a815b5c40c0bb0beee1dee18b58"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa33b6fd9ec24bfb9e27785b76bc205d"}], "type": "identity", "id": "de72ed0871ef4a7bab6d7ea0bbfa8d90", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c04b9806aca48e692c506107e0bd3a6"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "449f60307ac54b799d4527d2070f35db"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d69efddbf8af404a9b303b99cfb12f43"}], "type": "compute", "id": "eb2dd02d9ef54f67b42600e437ecb401", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "749556e27c83423fb69e649d00450103"}, "audit_ids": ["RR4QktKKTF-VkDDFNpLpmA"], "issued_at": "2018-08-01T04:43:03.000000Z"}} 2018-08-01 04:43:03,903 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-01 04:43:03,904 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21: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}950a0c5db977a8e5e906529ba7efb7bd3b082726" 2018-08-01 04:43:04,167 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-9df85e9e-0aa9-4a6e-9494-3ebe27e394e8 Date: Wed, 01 Aug 2018 04:43:04 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"262fe7ec-b437-40b8-908b-6eb66c149655","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"89443fd7c5cf4259bed71fca1c3fe619","status":"ACTIVE","subnets":["e06facf3-a24e-40d5-a5ce-a0901a6e4875"],"description":"","tags":[],"updated_at":"2018-08-01T03:28:20Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"89443fd7c5cf4259bed71fca1c3fe619","created_at":"2018-08-01T03:28:13Z","provider:network_type":"flat"}]} 2018-08-01 04:43:04,167 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json?router%3Aexternal=True used request id req-9df85e9e-0aa9-4a6e-9494-3ebe27e394e8 2018-08-01 04:43:04,167 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.263511180878s 2018-08-01 04:43:04,167 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json?router%3Aexternal=True used request id req-9df85e9e-0aa9-4a6e-9494-3ebe27e394e8 2018-08-01 04:43:04,168 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-08-01 04:43:07,111 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-08-01 04:43:09,889 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally +--------------------------------------+----------------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+----------------------------+-------------+------------------+--------+ | abecd4cf-3ab9-4444-97a2-2a61b235e1ff | 2018-08-01T04:43:09.534195 | opnfv-rally | deploy->finished | | +--------------------------------------+----------------------------+-------------+------------------+--------+ Using deployment: abecd4cf-3ab9-4444-97a2-2a61b235e1ff ~/.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-01 04:43:13,613 - 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-01 04:43:13,613 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-08-01 04:43:16,349 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-08-01 04:43:20,101 - 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=4b07df5e-079d-47aa-b66f-538aed11e6d3) as the default verifier for the future CLI operations. 2018-08-01 04:43:23,328 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.extensions 2018-08-01 04:43:23,328 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}950a0c5db977a8e5e906529ba7efb7bd3b082726" 2018-08-01 04:43:23,531 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 8761 X-Openstack-Request-Id: req-db8b3ca2-53fc-4637-bc08-70f85dc5ff19 Date: Wed, 01 Aug 2018 04:43:23 GMT RESP BODY: {"extensions": [{"alias": "default-subnetpools", "updated": "2016-02-18T18:00:00-00:00", "name": "Default Subnetpools", "links": [], "description": "Provides ability to mark and use a subnetpool as the default."}, {"alias": "network-ip-availability", "updated": "2015-09-24T00:00:00-00:00", "name": "Network IP Availability", "links": [], "description": "Provides IP availability data for each network and subnet."}, {"alias": "network_availability_zone", "updated": "2015-01-01T10:00:00-00:00", "name": "Network Availability Zone", "links": [], "description": "Availability zone support for network."}, {"alias": "auto-allocated-topology", "updated": "2016-01-01T00:00:00-00:00", "name": "Auto Allocated Topology Services", "links": [], "description": "Auto Allocated Topology Services."}, {"alias": "ext-gw-mode", "updated": "2013-03-28T10:00:00-00:00", "name": "Neutron L3 Configurable external gateway mode", "links": [], "description": "Extension of the router abstraction for specifying whether SNAT should occur on the external gateway"}, {"alias": "binding", "updated": "2014-02-03T10:00:00-00:00", "name": "Port Binding", "links": [], "description": "Expose port bindings of a virtual port to external application"}, {"alias": "agent", "updated": "2013-02-03T10:00:00-00:00", "name": "agent", "links": [], "description": "The agent management extension."}, {"alias": "subnet_allocation", "updated": "2015-03-30T10:00:00-00:00", "name": "Subnet Allocation", "links": [], "description": "Enables allocation of subnets from a subnet pool"}, {"alias": "dhcp_agent_scheduler", "updated": "2013-02-07T10:00:00-00:00", "name": "DHCP Agent Scheduler", "links": [], "description": "Schedule networks among dhcp agents"}, {"alias": "trunk-details", "updated": "2016-01-01T10:00:00-00:00", "name": "Trunk port details", "links": [], "description": "Expose trunk port details"}, {"alias": "external-net", "updated": "2013-01-14T10:00:00-00:00", "name": "Neutron external network", "links": [], "description": "Adds external network attribute to network resource."}, {"alias": "flavors", "updated": "2015-09-17T10:00:00-00:00", "name": "Neutron Service Flavors", "links": [], "description": "Flavor specification for Neutron advanced services."}, {"alias": "net-mtu", "updated": "2015-03-25T10:00:00-00:00", "name": "Network MTU", "links": [], "description": "Provides MTU attribute for a network resource."}, {"alias": "availability_zone", "updated": "2015-01-01T10:00:00-00:00", "name": "Availability Zone", "links": [], "description": "The availability zone extension."}, {"alias": "quotas", "updated": "2012-07-29T10:00:00-00:00", "name": "Quota management support", "links": [], "description": "Expose functions for quotas management per tenant"}, {"alias": "standard-attr-tag", "updated": "2017-01-01T00:00:00-00:00", "name": "Tag support for resources with standard attribute: subnet, trunk, router, network, policy, subnetpool, port, security_group, floatingip", "links": [], "description": "Enables to set tag on resources with standard attribute."}, {"alias": "availability_zone_filter", "updated": "2018-06-22T10:00:00-00:00", "name": "Availability Zone Filter Extension", "links": [], "description": "Add filter parameters to AvailabilityZone resource"}, {"alias": "revision-if-match", "updated": "2016-12-11T00:00:00-00:00", "name": "If-Match constraints based on revision_number", "links": [], "description": "Extension indicating that If-Match based on revision_number is supported."}, {"alias": "provider", "updated": "2012-09-07T10:00:00-00:00", "name": "Provider Network", "links": [], "description": "Expose mapping of virtual networks to physical networks"}, {"alias": "multi-provider", "updated": "2013-06-27T10:00:00-00:00", "name": "Multi Provider Network", "links": [], "description": "Expose mapping of virtual networks to multiple physical networks"}, {"alias": "quota_details", "updated": "2017-02-10T10:00:00-00:00", "name": "Quota details management support", "links": [], "description": "Expose functions for quotas usage statistics per project"}, {"alias": "address-scope", "updated": "2015-07-26T10:00:00-00:00", "name": "Address scope", "links": [], "description": "Address scopes extension."}, {"alias": "trunk", "updated": "2016-01-01T10:00:00-00:00", "name": "Trunk Extension", "links": [], "description": "Provides support for trunk ports"}, {"alias": "extraroute", "updated": "2013-02-01T10:00:00-00:00", "name": "Neutron Extra Route", "links": [], "description": "Extra routes configuration for L3 router"}, {"alias": "net-mtu-writable", "updated": "2017-07-12T00:00:00-00:00", "name": "Network MTU (writable)", "links": [], "description": "Provides a writable MTU attribute for a network resource."}, {"alias": "empty-string-filtering", "updated": "2018-04-09T10:00:00-00:00", "name": "Empty String Filtering Extension", "links": [], "description": "Allow filtering by attributes with empty string value"}, {"alias": "subnet-service-types", "updated": "2016-03-15T18:00:00-00:00", "name": "Subnet service types", "links": [], "description": "Provides ability to set the subnet service_types field"}, {"alias": "port-mac-address-regenerate", "updated": "2018-05-03T10:00:00-00:00", "name": "Neutron Port MAC address regenerate", "links": [], "description": "Network port MAC address regenerate"}, {"alias": "standard-attr-timestamp", "updated": "2016-09-12T10:00:00-00:00", "name": "Resource timestamps", "links": [], "description": "Adds created_at and updated_at fields to all Neutron resources that have Neutron standard attributes."}, {"alias": "service-type", "updated": "2013-01-20T00:00:00-00:00", "name": "Neutron Service Type Management", "links": [], "description": "API for retrieving service providers for Neutron advanced services"}, {"alias": "port-security", "updated": "2012-07-23T10:00:00-00:00", "name": "Port Security", "links": [], "description": "Provides port security"}, {"alias": "extra_dhcp_opt", "updated": "2013-03-17T12:00:00-00:00", "name": "Neutron Extra DHCP options", "links": [], "description": "Extra options configuration for DHCP. For example PXE boot options to DHCP clients can be specified (e.g. tftp-server, server-ip-address, bootfile-name)"}, {"alias": "port-security-groups-filtering", "updated": "2018-01-09T09:00:00-00:00", "name": "Port filtering on security groups", "links": [], "description": "Provides security groups filtering when listing ports"}, {"alias": "standard-attr-revisions", "updated": "2016-04-11T10:00:00-00:00", "name": "Resource revision numbers", "links": [], "description": "This extension will display the revision number of neutron resources."}, {"alias": "pagination", "updated": "2016-06-12T00:00:00-00:00", "name": "Pagination support", "links": [], "description": "Extension that indicates that pagination is enabled."}, {"alias": "sorting", "updated": "2016-06-12T00:00:00-00:00", "name": "Sorting support", "links": [], "description": "Extension that indicates that sorting is enabled."}, {"alias": "security-group", "updated": "2012-10-05T10:00:00-00:00", "name": "security-group", "links": [], "description": "The security groups extension."}, {"alias": "rbac-policies", "updated": "2015-06-17T12:15:12-00:00", "name": "RBAC Policies", "links": [], "description": "Allows creation and modification of policies that control tenant access to resources."}, {"alias": "standard-attr-description", "updated": "2016-02-10T10:00:00-00:00", "name": "standard-attr-description", "links": [], "description": "Extension to add descriptions to standard attributes"}, {"alias": "ip-substring-filtering", "updated": "2017-11-28T09:00:00-00:00", "name": "IP address substring filtering", "links": [], "description": "Provides IP address substring filtering when listing ports"}, {"alias": "router", "updated": "2012-07-20T10:00:00-00:00", "name": "Neutron L3 Router", "links": [], "description": "Router abstraction for basic L3 forwarding between L2 Neutron networks and access to external networks via a NAT gateway."}, {"alias": "allowed-address-pairs", "updated": "2013-07-23T10:00:00-00:00", "name": "Allowed Address Pairs", "links": [], "description": "Provides allowed address pairs"}, {"alias": "binding-extended", "updated": "2017-07-17T10:00:00-00:00", "name": "Port Bindings Extended", "links": [], "description": "Expose port bindings of a virtual port to external application"}, {"alias": "project-id", "updated": "2016-09-09T09:09:09-09:09", "name": "project_id field enabled", "links": [], "description": "Extension that indicates that project_id field is enabled."}, {"alias": "dvr", "updated": "2014-06-1T10:00:00-00:00", "name": "Distributed Virtual Router", "links": [], "description": "Enables configuration of Distributed Virtual Routers."}]} 2018-08-01 04:43:23,532 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/extensions.json used request id req-db8b3ca2-53fc-4637-bc08-70f85dc5ff19 2018-08-01 04:43:23,532 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.extensions in 0.203949928284s 2018-08-01 04:43:23,532 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/extensions.json used request id req-db8b3ca2-53fc-4637-bc08-70f85dc5ff19 2018-08-01 04:43:23,539 - xtesting.ci.run_tests - INFO - Running test case 'neutron_trunk'... 2018-08-01 04:43:23,539 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-01 04:43:23,540 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}950a0c5db977a8e5e906529ba7efb7bd3b082726" -d '{"network": {"name": "neutron_trunk-net_2474a4f4-63a7-4d44-ac6d-1218384b7ada", "admin_state_up": true}}' 2018-08-01 04:43:24,246 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-1ff390e4-4e0a-41c9-aed7-06487737abe1 Date: Wed, 01 Aug 2018 04:43:24 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"provider:network_type":"vxlan","id":"4487258b-f527-4214-9f40-ebc0c7843af8","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"90aa95516c664aef94b667c55fdaffe9","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-01T04:43:23Z","is_default":false,"provider:segmentation_id":8,"name":"neutron_trunk-net_2474a4f4-63a7-4d44-ac6d-1218384b7ada","admin_state_up":true,"tenant_id":"90aa95516c664aef94b667c55fdaffe9","created_at":"2018-08-01T04:43:23Z","mtu":1450}} 2018-08-01 04:43:24,246 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-1ff390e4-4e0a-41c9-aed7-06487737abe1 2018-08-01 04:43:24,247 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.707070827484s 2018-08-01 04:43:24,247 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-1ff390e4-4e0a-41c9-aed7-06487737abe1 2018-08-01 04:43:24,247 - 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-01T04:43:23Z', u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'4487258b-f527-4214-9f40-ebc0c7843af8', u'provider:segmentation_id': 8, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'neutron_trunk-net_2474a4f4-63a7-4d44-ac6d-1218384b7ada', u'admin_state_up': True, u'tenant_id': u'90aa95516c664aef94b667c55fdaffe9', u'created_at': u'2018-08-01T04:43:23Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'90aa95516c664aef94b667c55fdaffe9'}) 2018-08-01 04:43:24,248 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-01 04:43:24,249 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}950a0c5db977a8e5e906529ba7efb7bd3b082726" 2018-08-01 04:43:24,636 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3442 X-Openstack-Request-Id: req-b0a9f647-97e0-4851-a931-75d23830aa69 Date: Wed, 01 Aug 2018 04:43:24 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"262fe7ec-b437-40b8-908b-6eb66c149655","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"89443fd7c5cf4259bed71fca1c3fe619","status":"ACTIVE","subnets":["e06facf3-a24e-40d5-a5ce-a0901a6e4875"],"description":"","tags":[],"updated_at":"2018-08-01T03:28:20Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"89443fd7c5cf4259bed71fca1c3fe619","created_at":"2018-08-01T03:28:13Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"4487258b-f527-4214-9f40-ebc0c7843af8","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"90aa95516c664aef94b667c55fdaffe9","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-01T04:43:23Z","provider:segmentation_id":8,"name":"neutron_trunk-net_2474a4f4-63a7-4d44-ac6d-1218384b7ada","admin_state_up":true,"tenant_id":"90aa95516c664aef94b667c55fdaffe9","created_at":"2018-08-01T04:43:23Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"679b137c-efdf-481c-ae58-a1ed7362ff15","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"90aa95516c664aef94b667c55fdaffe9","status":"ACTIVE","subnets":["70dcf009-99cd-4b11-b715-cc2d9f4e9ff3"],"description":"","tags":[],"updated_at":"2018-08-01T04:13:03Z","provider:segmentation_id":51,"name":"pns-internal-net2_455f0502-39b9-4683-ab46-623f9d25bfec","admin_state_up":true,"tenant_id":"90aa95516c664aef94b667c55fdaffe9","created_at":"2018-08-01T04:13:03Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"bd2d3c86-9dfd-4d6d-8db7-9caa15718c45","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"40b0a24d6dd148279ac58b97a1167112","status":"ACTIVE","subnets":["6d819f23-c749-406a-b604-a54a430c57c0"],"description":"","tags":[],"updated_at":"2018-08-01T04:39:28Z","provider:segmentation_id":54,"name":"shaker-net_ada014ec-51b2-4b16-abc8-039585ddedf9","admin_state_up":true,"tenant_id":"40b0a24d6dd148279ac58b97a1167112","created_at":"2018-08-01T04:39:27Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"e9739931-526e-4e6f-89b6-18a6cea5f0d2","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"90aa95516c664aef94b667c55fdaffe9","status":"ACTIVE","subnets":["a5392190-85ae-4428-b57f-2a5bfe2587b5"],"description":"","tags":[],"updated_at":"2018-08-01T04:13:02Z","provider:segmentation_id":85,"name":"pns-internal-net_455f0502-39b9-4683-ab46-623f9d25bfec","admin_state_up":true,"tenant_id":"90aa95516c664aef94b667c55fdaffe9","created_at":"2018-08-01T04:13:01Z","provider:network_type":"vxlan"}]} 2018-08-01 04:43:24,636 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-b0a9f647-97e0-4851-a931-75d23830aa69 2018-08-01 04:43:24,637 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.388244152069s 2018-08-01 04:43:24,637 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-b0a9f647-97e0-4851-a931-75d23830aa69 2018-08-01 04:43:24,638 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-01 04:43:24,638 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}950a0c5db977a8e5e906529ba7efb7bd3b082726" -d '{"subnet": {"name": "neutron_trunk-subnet_2474a4f4-63a7-4d44-ac6d-1218384b7ada", "enable_dhcp": true, "network_id": "4487258b-f527-4214-9f40-ebc0c7843af8", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-01 04:43:25,380 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 681 X-Openstack-Request-Id: req-a3de4a72-dbcd-4ff1-9c3d-9b83c05f7b81 Date: Wed, 01 Aug 2018 04:43:25 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4487258b-f527-4214-9f40-ebc0c7843af8","tenant_id":"90aa95516c664aef94b667c55fdaffe9","created_at":"2018-08-01T04:43:24Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-01T04:43:24Z","gateway_ip":"192.168.120.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.120.0/24","project_id":"90aa95516c664aef94b667c55fdaffe9","id":"1188a2ff-4901-40b7-a685-7d1ab995a4f5","subnetpool_id":null,"name":"neutron_trunk-subnet_2474a4f4-63a7-4d44-ac6d-1218384b7ada"}} 2018-08-01 04:43:25,380 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-a3de4a72-dbcd-4ff1-9c3d-9b83c05f7b81 2018-08-01 04:43:25,380 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.742444038391s 2018-08-01 04:43:25,381 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-a3de4a72-dbcd-4ff1-9c3d-9b83c05f7b81 2018-08-01 04:43:25,381 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-01T04:43:24Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'1188a2ff-4901-40b7-a685-7d1ab995a4f5', u'subnetpool_id': None, u'service_types': [], u'name': u'neutron_trunk-subnet_2474a4f4-63a7-4d44-ac6d-1218384b7ada', u'enable_dhcp': True, u'network_id': u'4487258b-f527-4214-9f40-ebc0c7843af8', u'tenant_id': u'90aa95516c664aef94b667c55fdaffe9', u'created_at': u'2018-08-01T04:43:24Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'90aa95516c664aef94b667c55fdaffe9'}) 2018-08-01 04:43:25,382 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-01 04:43:25,382 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}950a0c5db977a8e5e906529ba7efb7bd3b082726" -d '{"router": {"external_gateway_info": {"network_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "name": "neutron_trunk-router_2474a4f4-63a7-4d44-ac6d-1218384b7ada", "admin_state_up": true}}' 2018-08-01 04:43:26,544 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 646 X-Openstack-Request-Id: req-3ffc2721-8113-4fcd-aa0b-bf007f56ef00 Date: Wed, 01 Aug 2018 04:43:26 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "e06facf3-a24e-40d5-a5ce-a0901a6e4875", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "90aa95516c664aef94b667c55fdaffe9", "created_at": "2018-08-01T04:43:25Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-01T04:43:26Z", "revision_number": 2, "routes": [], "project_id": "90aa95516c664aef94b667c55fdaffe9", "id": "861def48-a223-45f9-be48-fa6357e1e4de", "name": "neutron_trunk-router_2474a4f4-63a7-4d44-ac6d-1218384b7ada"}} 2018-08-01 04:43:26,545 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-3ffc2721-8113-4fcd-aa0b-bf007f56ef00 2018-08-01 04:43:26,545 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.16301107407s 2018-08-01 04:43:26,545 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-3ffc2721-8113-4fcd-aa0b-bf007f56ef00 2018-08-01 04:43:26,546 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'262fe7ec-b437-40b8-908b-6eb66c149655', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'e06facf3-a24e-40d5-a5ce-a0901a6e4875', u'ip_address': u'172.30.9.200'}]}, u'description': u'', u'tags': [], u'tenant_id': u'90aa95516c664aef94b667c55fdaffe9', u'created_at': u'2018-08-01T04:43:25Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-08-01T04:43:26Z', u'revision_number': 2, u'routes': [], u'project_id': u'90aa95516c664aef94b667c55fdaffe9', u'id': u'861def48-a223-45f9-be48-fa6357e1e4de', u'name': u'neutron_trunk-router_2474a4f4-63a7-4d44-ac6d-1218384b7ada'}) 2018-08-01 04:43:26,546 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-01 04:43:26,547 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9696/v2.0/routers/861def48-a223-45f9-be48-fa6357e1e4de/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}950a0c5db977a8e5e906529ba7efb7bd3b082726" -d '{"subnet_id": "1188a2ff-4901-40b7-a685-7d1ab995a4f5"}' 2018-08-01 04:43:28,329 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-ffdc27c7-b18f-47f9-a968-2eca7c518486 Date: Wed, 01 Aug 2018 04:43:28 GMT RESP BODY: {"network_id": "4487258b-f527-4214-9f40-ebc0c7843af8", "tenant_id": "90aa95516c664aef94b667c55fdaffe9", "subnet_id": "1188a2ff-4901-40b7-a685-7d1ab995a4f5", "subnet_ids": ["1188a2ff-4901-40b7-a685-7d1ab995a4f5"], "port_id": "f10449c0-4b69-46b6-9744-bcf1c90ad48c", "id": "861def48-a223-45f9-be48-fa6357e1e4de"} 2018-08-01 04:43:28,329 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/861def48-a223-45f9-be48-fa6357e1e4de/add_router_interface.json used request id req-ffdc27c7-b18f-47f9-a968-2eca7c518486 2018-08-01 04:43:28,329 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.78290200233s 2018-08-01 04:43:28,330 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/861def48-a223-45f9-be48-fa6357e1e4de/add_router_interface.json used request id req-ffdc27c7-b18f-47f9-a968-2eca7c518486 returning object 861def48-a223-45f9-be48-fa6357e1e4de 2018-08-01 04:43:28,330 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-01 04:43:28,462 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-08-01 04:43:28,464 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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-01 04:43:28,468 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 754 Date: Wed, 01 Aug 2018 04:43:28 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.6", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}]} 2018-08-01 04:43:28,473 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-01 04:43:28,477 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}950a0c5db977a8e5e906529ba7efb7bd3b082726" 2018-08-01 04:43:28,704 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1195 Content-Type: application/json X-Openstack-Request-Id: req-03f96347-c49b-44c7-a977-f5f1cfe9dc0f Date: Wed, 01 Aug 2018 04:43:28 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://1c426f71-e315-470f-a765-a4a983e8d919/images/e8c66e82-93b0-42c6-8d39-2279199308ed/snap", "metadata": {}}], "file": "/v2/images/e8c66e82-93b0-42c6-8d39-2279199308ed/file", "owner": "40b0a24d6dd148279ac58b97a1167112", "id": "e8c66e82-93b0-42c6-8d39-2279199308ed", "size": 666173440, "self": "/v2/images/e8c66e82-93b0-42c6-8d39-2279199308ed", "disk_format": "qcow2", "direct_url": "rbd://1c426f71-e315-470f-a765-a4a983e8d919/images/e8c66e82-93b0-42c6-8d39-2279199308ed/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "5b6e74a9c6d1ae4031568048ae342306715a3d096910fe0bad4c8cb5f9969017", "updated_at": "2018-08-01T04:39:48Z", "visibility": "private", "owner_specified.shade.object": "images/shaker-img_ada014ec-51b2-4b16-abc8-039585ddedf9", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "cea74a063cc5ef2b018ec12beb0bf961", "name": "shaker-img_ada014ec-51b2-4b16-abc8-039585ddedf9", "checksum": "cea74a063cc5ef2b018ec12beb0bf961", "created_at": "2018-08-01T04:39:37Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-01 04:43:28,704 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-03f96347-c49b-44c7-a977-f5f1cfe9dc0f 2018-08-01 04:43:28,704 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.230949163437s 2018-08-01 04:43:28,705 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-03f96347-c49b-44c7-a977-f5f1cfe9dc0f 2018-08-01 04:43:28,713 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-01 04:43:28,716 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}950a0c5db977a8e5e906529ba7efb7bd3b082726" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/neutron_trunk-img_2474a4f4-63a7-4d44-ac6d-1218384b7ada", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "neutron_trunk-img_2474a4f4-63a7-4d44-ac6d-1218384b7ada"}' 2018-08-01 04:43:29,373 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 877 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/7adcbd9b-61bb-4c98-8613-4589f292f87e Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-e921610e-1844-492c-b20e-2dc6c5f69b7f Date: Wed, 01 Aug 2018 04:43:29 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/7adcbd9b-61bb-4c98-8613-4589f292f87e/file", "owner": "90aa95516c664aef94b667c55fdaffe9", "id": "7adcbd9b-61bb-4c98-8613-4589f292f87e", "size": null, "self": "/v2/images/7adcbd9b-61bb-4c98-8613-4589f292f87e", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-08-01T04:43:29Z", "visibility": "public", "owner_specified.shade.object": "images/neutron_trunk-img_2474a4f4-63a7-4d44-ac6d-1218384b7ada", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron_trunk-img_2474a4f4-63a7-4d44-ac6d-1218384b7ada", "checksum": null, "created_at": "2018-08-01T04:43:29Z", "protected": false} 2018-08-01 04:43:29,374 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-e921610e-1844-492c-b20e-2dc6c5f69b7f 2018-08-01 04:43:29,374 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.661046981812s 2018-08-01 04:43:29,374 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-e921610e-1844-492c-b20e-2dc6c5f69b7f returning object 7adcbd9b-61bb-4c98-8613-4589f292f87e 2018-08-01 04:43:29,375 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-01 04:43:29,378 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9292/v2/images/7adcbd9b-61bb-4c98-8613-4589f292f87e/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}950a0c5db977a8e5e906529ba7efb7bd3b082726" -d '' 2018-08-01 04:43:30,370 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-dc265e5b-eb05-44a7-8413-89c0a7a9a424 Date: Wed, 01 Aug 2018 04:43:30 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 04:43:30,370 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/7adcbd9b-61bb-4c98-8613-4589f292f87e/file used request id req-dc265e5b-eb05-44a7-8413-89c0a7a9a424 2018-08-01 04:43:30,371 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 0.995832920074s 2018-08-01 04:43:30,371 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/7adcbd9b-61bb-4c98-8613-4589f292f87e/file used request id req-dc265e5b-eb05-44a7-8413-89c0a7a9a424 2018-08-01 04:43:30,371 - functest.core.singlevm - DEBUG - image: Munch({u'status': u'queued', u'owner_specified.shade.object': u'images/neutron_trunk-img_2474a4f4-63a7-4d44-ac6d-1218384b7ada', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2018-08-01T04:43:29Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'locations': [], u'min_disk': 0, u'visibility': u'public', u'file': u'/v2/images/7adcbd9b-61bb-4c98-8613-4589f292f87e/file', u'owner': u'90aa95516c664aef94b667c55fdaffe9', u'virtual_size': None, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'id': u'7adcbd9b-61bb-4c98-8613-4589f292f87e', u'size': None, u'name': u'neutron_trunk-img_2474a4f4-63a7-4d44-ac6d-1218384b7ada', u'checksum': None, u'self': u'/v2/images/7adcbd9b-61bb-4c98-8613-4589f292f87e', u'disk_format': u'qcow2', u'protected': False, u'created_at': u'2018-08-01T04:43:29Z', u'schema': u'/v2/schemas/image'}) 2018-08-01 04:43:30,372 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-01 04:43:30,374 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}950a0c5db977a8e5e906529ba7efb7bd3b082726" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "neutron_trunk-flavor_2474a4f4-63a7-4d44-ac6d-1218384b7ada", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-01 04:43:30,626 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:43:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-52259fac-96ae-4751-85c5-db5c852307f5 x-compute-request-id: req-52259fac-96ae-4751-85c5-db5c852307f5 Content-Encoding: gzip Content-Length: 313 Content-Type: application/json RESP BODY: {"flavor": {"name": "neutron_trunk-flavor_2474a4f4-63a7-4d44-ac6d-1218384b7ada", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/e5e81e8e-1325-4c0d-8f5b-35bbe81e9067", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/e5e81e8e-1325-4c0d-8f5b-35bbe81e9067", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "e5e81e8e-1325-4c0d-8f5b-35bbe81e9067"}} 2018-08-01 04:43:30,627 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-52259fac-96ae-4751-85c5-db5c852307f5 2018-08-01 04:43:30,627 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.254712104797s 2018-08-01 04:43:30,627 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-52259fac-96ae-4751-85c5-db5c852307f5 2018-08-01 04:43:30,628 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'neutron_trunk-flavor_2474a4f4-63a7-4d44-ac6d-1218384b7ada', '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'90aa95516c664aef94b667c55fdaffe9', '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'e5e81e8e-1325-4c0d-8f5b-35bbe81e9067', 'swap': 0}) 2018-08-01 04:43:30,628 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-01 04:43:30,632 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/flavors/e5e81e8e-1325-4c0d-8f5b-35bbe81e9067/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}950a0c5db977a8e5e906529ba7efb7bd3b082726" -d '{"extra_specs": {}}' 2018-08-01 04:43:30,654 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:43:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-69e637e8-cb5c-4229-b4c0-9eab159df97f x-compute-request-id: req-69e637e8-cb5c-4229-b4c0-9eab159df97f Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-01 04:43:30,654 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors/e5e81e8e-1325-4c0d-8f5b-35bbe81e9067/os-extra_specs used request id req-69e637e8-cb5c-4229-b4c0-9eab159df97f 2018-08-01 04:43:30,654 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0253269672394s 2018-08-01 04:43:30,654 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors/e5e81e8e-1325-4c0d-8f5b-35bbe81e9067/os-extra_specs used request id req-69e637e8-cb5c-4229-b4c0-9eab159df97f 2018-08-01 04:43:30,658 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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-01 04:43:30,663 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 01 Aug 2018 04:43:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d8e60c7e-6a97-4441-a6cc-717139fb62ae 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.21:5000/v3/", "rel": "self"}]}]}} 2018-08-01 04:43:30,664 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/ used request id req-d8e60c7e-6a97-4441-a6cc-717139fb62ae 2018-08-01 04:43:30,667 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-01 04:43:30,669 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}950a0c5db977a8e5e906529ba7efb7bd3b082726" 2018-08-01 04:43:30,787 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:43:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-23029e57-3c72-4cd0-853d-d0dcce401285 Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "147f18c7e1e349fc8e383440249c4c73", "links": {"self": "http://172.30.9.21:5000/v3/roles/147f18c7e1e349fc8e383440249c4c73"}, "name": "reader"}, {"domain_id": null, "id": "730dcac60af740de8f4eb572d8499268", "links": {"self": "http://172.30.9.21:5000/v3/roles/730dcac60af740de8f4eb572d8499268"}, "name": "swiftoperator"}, {"domain_id": null, "id": "86fab6e3eccc4f5f9bd58caee92e2693", "links": {"self": "http://172.30.9.21:5000/v3/roles/86fab6e3eccc4f5f9bd58caee92e2693"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b2b3ff44e054497fa64f6525e0e6195b", "links": {"self": "http://172.30.9.21:5000/v3/roles/b2b3ff44e054497fa64f6525e0e6195b"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ed1e3c9b852e426e8d791112d2fd4701", "links": {"self": "http://172.30.9.21:5000/v3/roles/ed1e3c9b852e426e8d791112d2fd4701"}, "name": "member"}, {"domain_id": null, "id": "f5c89a4293d34be3af121f401210ef46", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5c89a4293d34be3af121f401210ef46"}, "name": "ResellerAdmin"}]} 2018-08-01 04:43:30,788 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-23029e57-3c72-4cd0-853d-d0dcce401285 2018-08-01 04:43:30,788 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.120892047882s 2018-08-01 04:43:30,788 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-23029e57-3c72-4cd0-853d-d0dcce401285 2018-08-01 04:43:30,793 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-01 04:43:30,796 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}950a0c5db977a8e5e906529ba7efb7bd3b082726" 2018-08-01 04:43:30,905 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:43:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6560b384-020e-4f63-8a89-3f4307a9f7a3 Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "147f18c7e1e349fc8e383440249c4c73", "links": {"self": "http://172.30.9.21:5000/v3/roles/147f18c7e1e349fc8e383440249c4c73"}, "name": "reader"}, {"domain_id": null, "id": "730dcac60af740de8f4eb572d8499268", "links": {"self": "http://172.30.9.21:5000/v3/roles/730dcac60af740de8f4eb572d8499268"}, "name": "swiftoperator"}, {"domain_id": null, "id": "86fab6e3eccc4f5f9bd58caee92e2693", "links": {"self": "http://172.30.9.21:5000/v3/roles/86fab6e3eccc4f5f9bd58caee92e2693"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b2b3ff44e054497fa64f6525e0e6195b", "links": {"self": "http://172.30.9.21:5000/v3/roles/b2b3ff44e054497fa64f6525e0e6195b"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ed1e3c9b852e426e8d791112d2fd4701", "links": {"self": "http://172.30.9.21:5000/v3/roles/ed1e3c9b852e426e8d791112d2fd4701"}, "name": "member"}, {"domain_id": null, "id": "f5c89a4293d34be3af121f401210ef46", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5c89a4293d34be3af121f401210ef46"}, "name": "ResellerAdmin"}]} 2018-08-01 04:43:30,905 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-6560b384-020e-4f63-8a89-3f4307a9f7a3 2018-08-01 04:43:30,906 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.112550020218s 2018-08-01 04:43:30,906 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-6560b384-020e-4f63-8a89-3f4307a9f7a3 2018-08-01 04:43:30,912 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-08-01 04:43:30,915 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}950a0c5db977a8e5e906529ba7efb7bd3b082726" 2018-08-01 04:43:30,957 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:43:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-69b198d2-ec04-4b89-878f-fc62a2fa61e7 x-compute-request-id: req-69b198d2-ec04-4b89-878f-fc62a2fa61e7 Content-Encoding: gzip Content-Length: 762 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 230}, "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.3", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX-IBRS\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"stibp\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"ssse3\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"pcid\", \"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\", \"acpi\", \"spec-ctrl\", \"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": 242, "local_gb": 247, "free_ram_mb": 28406, "id": 2}, {"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 227}, "vcpus_used": 2, "hypervisor_type": "QEMU", "local_gb_used": 3, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "memory_mb_used": 6656, "memory_mb": 32502, "current_workload": 1, "state": "up", "host_ip": "192.30.9.8", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX-IBRS\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"stibp\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"ssse3\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"pcid\", \"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\", \"acpi\", \"spec-ctrl\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 2, "free_disk_gb": 244, "hypervisor_version": 2010000, "disk_available_least": 242, "local_gb": 247, "free_ram_mb": 25846, "id": 5}]} 2018-08-01 04:43:30,957 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/os-hypervisors/detail used request id req-69b198d2-ec04-4b89-878f-fc62a2fa61e7 2018-08-01 04:43:30,957 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.045361995697s 2018-08-01 04:43:30,958 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/os-hypervisors/detail used request id req-69b198d2-ec04-4b89-878f-fc62a2fa61e7 2018-08-01 04:43:30,961 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-01 04:43:30,964 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}950a0c5db977a8e5e906529ba7efb7bd3b082726" 2018-08-01 04:43:30,988 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 2335 Content-Type: application/json X-Openstack-Request-Id: req-e7afd9a1-4e4c-4b88-ab8c-c66ff6227aaa Date: Wed, 01 Aug 2018 04:43:30 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://1c426f71-e315-470f-a765-a4a983e8d919/images/7adcbd9b-61bb-4c98-8613-4589f292f87e/snap", "metadata": {}}], "file": "/v2/images/7adcbd9b-61bb-4c98-8613-4589f292f87e/file", "owner": "90aa95516c664aef94b667c55fdaffe9", "id": "7adcbd9b-61bb-4c98-8613-4589f292f87e", "size": 12716032, "self": "/v2/images/7adcbd9b-61bb-4c98-8613-4589f292f87e", "disk_format": "qcow2", "direct_url": "rbd://1c426f71-e315-470f-a765-a4a983e8d919/images/7adcbd9b-61bb-4c98-8613-4589f292f87e/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-08-01T04:43:30Z", "visibility": "public", "owner_specified.shade.object": "images/neutron_trunk-img_2474a4f4-63a7-4d44-ac6d-1218384b7ada", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron_trunk-img_2474a4f4-63a7-4d44-ac6d-1218384b7ada", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-01T04:43:29Z", "protected": false}, {"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://1c426f71-e315-470f-a765-a4a983e8d919/images/e8c66e82-93b0-42c6-8d39-2279199308ed/snap", "metadata": {}}], "file": "/v2/images/e8c66e82-93b0-42c6-8d39-2279199308ed/file", "owner": "40b0a24d6dd148279ac58b97a1167112", "id": "e8c66e82-93b0-42c6-8d39-2279199308ed", "size": 666173440, "self": "/v2/images/e8c66e82-93b0-42c6-8d39-2279199308ed", "disk_format": "qcow2", "direct_url": "rbd://1c426f71-e315-470f-a765-a4a983e8d919/images/e8c66e82-93b0-42c6-8d39-2279199308ed/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "5b6e74a9c6d1ae4031568048ae342306715a3d096910fe0bad4c8cb5f9969017", "updated_at": "2018-08-01T04:39:48Z", "visibility": "private", "owner_specified.shade.object": "images/shaker-img_ada014ec-51b2-4b16-abc8-039585ddedf9", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "cea74a063cc5ef2b018ec12beb0bf961", "name": "shaker-img_ada014ec-51b2-4b16-abc8-039585ddedf9", "checksum": "cea74a063cc5ef2b018ec12beb0bf961", "created_at": "2018-08-01T04:39:37Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-01 04:43:30,989 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-e7afd9a1-4e4c-4b88-ab8c-c66ff6227aaa 2018-08-01 04:43:30,989 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0274059772491s 2018-08-01 04:43:30,989 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-e7afd9a1-4e4c-4b88-ab8c-c66ff6227aaa 2018-08-01 04:43:30,997 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-01 04:43:31,000 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}950a0c5db977a8e5e906529ba7efb7bd3b082726" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/neutron_trunk-img_alt_2474a4f4-63a7-4d44-ac6d-1218384b7ada", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "neutron_trunk-img_alt_2474a4f4-63a7-4d44-ac6d-1218384b7ada"}' 2018-08-01 04:43:31,658 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 885 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/ea955b7b-fd11-4d7e-83d8-297780de3b7d Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-4511a35f-9153-48e6-8868-f7881f24720e Date: Wed, 01 Aug 2018 04:43:31 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/ea955b7b-fd11-4d7e-83d8-297780de3b7d/file", "owner": "90aa95516c664aef94b667c55fdaffe9", "id": "ea955b7b-fd11-4d7e-83d8-297780de3b7d", "size": null, "self": "/v2/images/ea955b7b-fd11-4d7e-83d8-297780de3b7d", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-08-01T04:43:31Z", "visibility": "public", "owner_specified.shade.object": "images/neutron_trunk-img_alt_2474a4f4-63a7-4d44-ac6d-1218384b7ada", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron_trunk-img_alt_2474a4f4-63a7-4d44-ac6d-1218384b7ada", "checksum": null, "created_at": "2018-08-01T04:43:31Z", "protected": false} 2018-08-01 04:43:31,658 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-4511a35f-9153-48e6-8868-f7881f24720e 2018-08-01 04:43:31,658 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.661139011383s 2018-08-01 04:43:31,659 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-4511a35f-9153-48e6-8868-f7881f24720e returning object ea955b7b-fd11-4d7e-83d8-297780de3b7d 2018-08-01 04:43:31,659 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-01 04:43:31,663 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9292/v2/images/ea955b7b-fd11-4d7e-83d8-297780de3b7d/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}950a0c5db977a8e5e906529ba7efb7bd3b082726" -d '' 2018-08-01 04:43:32,701 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-a71a5e5a-2384-4910-984b-4e29e4cc2bc4 Date: Wed, 01 Aug 2018 04:43: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-01 04:43:32,701 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/ea955b7b-fd11-4d7e-83d8-297780de3b7d/file used request id req-a71a5e5a-2384-4910-984b-4e29e4cc2bc4 2018-08-01 04:43:32,701 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.04164099693s 2018-08-01 04:43:32,701 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/ea955b7b-fd11-4d7e-83d8-297780de3b7d/file used request id req-a71a5e5a-2384-4910-984b-4e29e4cc2bc4 2018-08-01 04:43:32,701 - functest.core.singlevm - DEBUG - image: Munch({u'status': u'queued', u'owner_specified.shade.object': u'images/neutron_trunk-img_alt_2474a4f4-63a7-4d44-ac6d-1218384b7ada', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2018-08-01T04:43:31Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'locations': [], u'min_disk': 0, u'visibility': u'public', u'file': u'/v2/images/ea955b7b-fd11-4d7e-83d8-297780de3b7d/file', u'owner': u'90aa95516c664aef94b667c55fdaffe9', u'virtual_size': None, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'id': u'ea955b7b-fd11-4d7e-83d8-297780de3b7d', u'size': None, u'name': u'neutron_trunk-img_alt_2474a4f4-63a7-4d44-ac6d-1218384b7ada', u'checksum': None, u'self': u'/v2/images/ea955b7b-fd11-4d7e-83d8-297780de3b7d', u'disk_format': u'qcow2', u'protected': False, u'created_at': u'2018-08-01T04:43:31Z', u'schema': u'/v2/schemas/image'}) 2018-08-01 04:43:32,702 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-01 04:43:32,704 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}950a0c5db977a8e5e906529ba7efb7bd3b082726" -d '{"flavor": {"vcpus": 1, "ram": 1024, "name": "neutron_trunk-flavor_alt_2474a4f4-63a7-4d44-ac6d-1218384b7ada", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-01 04:43:32,745 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:43:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e2494118-16ce-4287-a983-6533b4e58708 x-compute-request-id: req-e2494118-16ce-4287-a983-6533b4e58708 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"flavor": {"name": "neutron_trunk-flavor_alt_2474a4f4-63a7-4d44-ac6d-1218384b7ada", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/1cdd1af1-f169-44ce-aed7-2d5dccf2e685", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/1cdd1af1-f169-44ce-aed7-2d5dccf2e685", "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": "1cdd1af1-f169-44ce-aed7-2d5dccf2e685"}} 2018-08-01 04:43:32,745 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-e2494118-16ce-4287-a983-6533b4e58708 2018-08-01 04:43:32,745 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.0429930686951s 2018-08-01 04:43:32,745 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-e2494118-16ce-4287-a983-6533b4e58708 2018-08-01 04:43:32,746 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'neutron_trunk-flavor_alt_2474a4f4-63a7-4d44-ac6d-1218384b7ada', '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'90aa95516c664aef94b667c55fdaffe9', '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'1cdd1af1-f169-44ce-aed7-2d5dccf2e685', 'swap': 0}) 2018-08-01 04:43:32,747 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-01 04:43:32,750 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/flavors/1cdd1af1-f169-44ce-aed7-2d5dccf2e685/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}950a0c5db977a8e5e906529ba7efb7bd3b082726" -d '{"extra_specs": {}}' 2018-08-01 04:43:32,770 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:43:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-4bbad809-1347-4aa6-a9db-a1be29ad0723 x-compute-request-id: req-4bbad809-1347-4aa6-a9db-a1be29ad0723 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-01 04:43:32,770 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors/1cdd1af1-f169-44ce-aed7-2d5dccf2e685/os-extra_specs used request id req-4bbad809-1347-4aa6-a9db-a1be29ad0723 2018-08-01 04:43:32,770 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0230569839478s 2018-08-01 04:43:32,770 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors/1cdd1af1-f169-44ce-aed7-2d5dccf2e685/os-extra_specs used request id req-4bbad809-1347-4aa6-a9db-a1be29ad0723 2018-08-01 04:43:32,771 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'neutron_trunk-flavor_alt_2474a4f4-63a7-4d44-ac6d-1218384b7ada', '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'90aa95516c664aef94b667c55fdaffe9', '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'1cdd1af1-f169-44ce-aed7-2d5dccf2e685', 'swap': 0}) 2018-08-01 04:43:36,415 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-08-01 04:43:36,416 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-08-01 04:43:36,416 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-08-01 04:43:36,422 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-08-01 04:43:36,425 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-08-01 04:43:39,799 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-4b07df5e-079d-47aa-b66f-538aed11e6d3/repo; stestr list 'neutron_tempest_plugin.(api|scenario).test_trunk' >/home/opnfv/functest/results/neutron_trunk/test_list.txt 2>/dev/null) 2018-08-01 04:43:39,800 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-08-01 04:43:39,801 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-08-01 04:43:39,802 - 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-01 04:45:53,109 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Verification UUID: 2c702780-815e-4f8f-8be2-7451c0d2ef3c 2018-08-01 04:45:53,257 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '2c702780-815e-4f8f-8be2-7451c0d2ef3c']'. 2018-08-01 04:45:54,063 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-08-01 04:45:54,063 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-08-01 04:45:54,063 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-08-01 04:45:54,063 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 2c702780-815e-4f8f-8be2-7451c0d2ef3c | 2018-08-01 04:45:54,063 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-08-01 04:45:54,064 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-08-01 04:43:42 | 2018-08-01 04:45:54,064 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-08-01 04:45:53 | 2018-08-01 04:45:54,064 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:02:11 | 2018-08-01 04:45:54,064 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-08-01 04:45:54,064 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-08-01 04:45:54,064 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 4b07df5e-079d-47aa-b66f-538aed11e6d3) | 2018-08-01 04:45:54,064 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-08-01 04:45:54,064 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: abecd4cf-3ab9-4444-97a2-2a61b235e1ff) | 2018-08-01 04:45:54,064 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 52 | 2018-08-01 04:45:54,064 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 116.967 | 2018-08-01 04:45:54,064 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 43 | 2018-08-01 04:45:54,065 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 9 | 2018-08-01 04:45:54,065 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-08-01 04:45:54,065 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-08-01 04:45:54,065 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-08-01 04:45:54,065 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-08-01 04:45:54,065 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-08-01 04:45:54,095 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest neutron_trunk success_rate is 100.0% 2018-08-01 04:45:54,213 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-01 04:45:54,214 - xtesting.ci.run_tests - INFO - Test result: +-----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------+------------------+------------------+----------------+ | neutron_trunk | functest | 02:31 | PASS | +-----------------------+------------------+------------------+----------------+ 2018-08-01 04:45:54,220 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-01 04:45:54,224 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9292/v2/images/ea955b7b-fd11-4d7e-83d8-297780de3b7d -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}950a0c5db977a8e5e906529ba7efb7bd3b082726" 2018-08-01 04:45:54,706 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-9012dea7-734b-427f-972e-7385817ac399 Date: Wed, 01 Aug 2018 04:45:54 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 04:45:54,706 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/ea955b7b-fd11-4d7e-83d8-297780de3b7d used request id req-9012dea7-734b-427f-972e-7385817ac399 2018-08-01 04:45:54,706 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.486117124557s 2018-08-01 04:45:54,706 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/ea955b7b-fd11-4d7e-83d8-297780de3b7d used request id req-9012dea7-734b-427f-972e-7385817ac399 2018-08-01 04:45:54,707 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-01 04:45:54,710 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21: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}950a0c5db977a8e5e906529ba7efb7bd3b082726" 2018-08-01 04:45:54,736 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:45: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-817ad7e0-1e18-4b2f-8778-ea325a77d420 x-compute-request-id: req-817ad7e0-1e18-4b2f-8778-ea325a77d420 Content-Encoding: gzip Content-Length: 519 Content-Type: application/json RESP BODY: {"flavors": [{"name": "neutron_trunk-flavor_alt_2474a4f4-63a7-4d44-ac6d-1218384b7ada", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/1cdd1af1-f169-44ce-aed7-2d5dccf2e685", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/1cdd1af1-f169-44ce-aed7-2d5dccf2e685", "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": "1cdd1af1-f169-44ce-aed7-2d5dccf2e685"}, {"name": "shaker-flavor_ada014ec-51b2-4b16-abc8-039585ddedf9", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/80cad012-10a6-4ee0-be06-4098e5231e52", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/80cad012-10a6-4ee0-be06-4098e5231e52", "rel": "bookmark"}], "ram": 512, "OS-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": "80cad012-10a6-4ee0-be06-4098e5231e52"}, {"name": "neutron_trunk-flavor_2474a4f4-63a7-4d44-ac6d-1218384b7ada", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/e5e81e8e-1325-4c0d-8f5b-35bbe81e9067", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/e5e81e8e-1325-4c0d-8f5b-35bbe81e9067", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "e5e81e8e-1325-4c0d-8f5b-35bbe81e9067"}, {"name": "vmtp-flavor_455f0502-39b9-4683-ab46-623f9d25bfec", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/e80222cd-7913-499f-adff-4da7988d266d", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/e80222cd-7913-499f-adff-4da7988d266d", "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": "e80222cd-7913-499f-adff-4da7988d266d"}]} 2018-08-01 04:45:54,737 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-817ad7e0-1e18-4b2f-8778-ea325a77d420 2018-08-01 04:45:54,737 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0298669338226s 2018-08-01 04:45:54,737 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-817ad7e0-1e18-4b2f-8778-ea325a77d420 2018-08-01 04:45:54,740 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-01 04:45:54,742 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:8774/v2.1/flavors/1cdd1af1-f169-44ce-aed7-2d5dccf2e685 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}950a0c5db977a8e5e906529ba7efb7bd3b082726" 2018-08-01 04:45:54,784 - keystoneauth.session - DEBUG - RESP: [202] Date: Wed, 01 Aug 2018 04:45: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-4d4648f2-9991-4d3d-a3cb-4fbce1231c1f x-compute-request-id: req-4d4648f2-9991-4d3d-a3cb-4fbce1231c1f Content-Length: 0 Content-Type: application/json 2018-08-01 04:45:54,785 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/1cdd1af1-f169-44ce-aed7-2d5dccf2e685 used request id req-4d4648f2-9991-4d3d-a3cb-4fbce1231c1f 2018-08-01 04:45:54,785 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0445950031281s 2018-08-01 04:45:54,785 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/1cdd1af1-f169-44ce-aed7-2d5dccf2e685 used request id req-4d4648f2-9991-4d3d-a3cb-4fbce1231c1f 2018-08-01 04:45:54,785 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-01 04:45:54,786 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9696/v2.0/routers/861def48-a223-45f9-be48-fa6357e1e4de/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}950a0c5db977a8e5e906529ba7efb7bd3b082726" -d '{"subnet_id": "1188a2ff-4901-40b7-a685-7d1ab995a4f5"}' 2018-08-01 04:45:56,670 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-be9a0608-601b-44e2-89ff-9e69c1ff85e7 Date: Wed, 01 Aug 2018 04:45:56 GMT RESP BODY: {"network_id": "4487258b-f527-4214-9f40-ebc0c7843af8", "tenant_id": "90aa95516c664aef94b667c55fdaffe9", "subnet_id": "1188a2ff-4901-40b7-a685-7d1ab995a4f5", "subnet_ids": ["1188a2ff-4901-40b7-a685-7d1ab995a4f5"], "port_id": "f10449c0-4b69-46b6-9744-bcf1c90ad48c", "id": "861def48-a223-45f9-be48-fa6357e1e4de"} 2018-08-01 04:45:56,670 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/861def48-a223-45f9-be48-fa6357e1e4de/remove_router_interface.json used request id req-be9a0608-601b-44e2-89ff-9e69c1ff85e7 2018-08-01 04:45:56,670 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.88480615616s 2018-08-01 04:45:56,670 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/861def48-a223-45f9-be48-fa6357e1e4de/remove_router_interface.json used request id req-be9a0608-601b-44e2-89ff-9e69c1ff85e7 returning object 861def48-a223-45f9-be48-fa6357e1e4de 2018-08-01 04:45:56,671 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-01 04:45:56,672 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}950a0c5db977a8e5e906529ba7efb7bd3b082726" 2018-08-01 04:45:56,808 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1904 X-Openstack-Request-Id: req-1bd1b64a-637c-4494-ac75-99c0a692e041 Date: Wed, 01 Aug 2018 04:45:56 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "e06facf3-a24e-40d5-a5ce-a0901a6e4875", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "90aa95516c664aef94b667c55fdaffe9", "created_at": "2018-08-01T04:43:25Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-01T04:45:55Z", "revision_number": 4, "routes": [], "project_id": "90aa95516c664aef94b667c55fdaffe9", "id": "861def48-a223-45f9-be48-fa6357e1e4de", "name": "neutron_trunk-router_2474a4f4-63a7-4d44-ac6d-1218384b7ada"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "e06facf3-a24e-40d5-a5ce-a0901a6e4875", "ip_address": "172.30.9.211"}]}, "description": "", "tags": [], "tenant_id": "90aa95516c664aef94b667c55fdaffe9", "created_at": "2018-08-01T04:13:00Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-01T04:13:07Z", "revision_number": 4, "routes": [], "project_id": "90aa95516c664aef94b667c55fdaffe9", "id": "e4eef3c3-fd05-45f6-909b-5e483188a66f", "name": "pns_router_455f0502-39b9-4683-ab46-623f9d25bfec"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "e06facf3-a24e-40d5-a5ce-a0901a6e4875", "ip_address": "172.30.9.204"}]}, "description": "", "tags": [], "tenant_id": "40b0a24d6dd148279ac58b97a1167112", "created_at": "2018-08-01T04:39:29Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-01T04:39:31Z", "revision_number": 3, "routes": [], "project_id": "40b0a24d6dd148279ac58b97a1167112", "id": "f453615a-988b-4ebd-8072-0f73ff47318b", "name": "shaker-router_ada014ec-51b2-4b16-abc8-039585ddedf9"}]} 2018-08-01 04:45:56,808 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-1bd1b64a-637c-4494-ac75-99c0a692e041 2018-08-01 04:45:56,808 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.13710808754s 2018-08-01 04:45:56,809 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-1bd1b64a-637c-4494-ac75-99c0a692e041 2018-08-01 04:45:56,810 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-01 04:45:56,811 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/routers/861def48-a223-45f9-be48-fa6357e1e4de.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}950a0c5db977a8e5e906529ba7efb7bd3b082726" 2018-08-01 04:45:58,709 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-a4f8dc23-f406-438c-a1d5-4cb90bcec6e9 Content-Length: 0 Date: Wed, 01 Aug 2018 04:45:58 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-01 04:45:58,710 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/routers/861def48-a223-45f9-be48-fa6357e1e4de.json used request id req-a4f8dc23-f406-438c-a1d5-4cb90bcec6e9 2018-08-01 04:45:58,710 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.89930295944s 2018-08-01 04:45:58,710 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/routers/861def48-a223-45f9-be48-fa6357e1e4de.json used request id req-a4f8dc23-f406-438c-a1d5-4cb90bcec6e9 2018-08-01 04:45:58,710 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-01 04:45:58,710 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}950a0c5db977a8e5e906529ba7efb7bd3b082726" 2018-08-01 04:45:59,032 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3210 X-Openstack-Request-Id: req-75653bf2-56c3-4664-998a-c4d73672f081 Date: Wed, 01 Aug 2018 04:45:59 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4487258b-f527-4214-9f40-ebc0c7843af8","tenant_id":"90aa95516c664aef94b667c55fdaffe9","created_at":"2018-08-01T04:43:24Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-01T04:43:24Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"90aa95516c664aef94b667c55fdaffe9","id":"1188a2ff-4901-40b7-a685-7d1ab995a4f5","subnetpool_id":null,"name":"neutron_trunk-subnet_2474a4f4-63a7-4d44-ac6d-1218384b7ada"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bd2d3c86-9dfd-4d6d-8db7-9caa15718c45","tenant_id":"40b0a24d6dd148279ac58b97a1167112","created_at":"2018-08-01T04:39:28Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-01T04:39:28Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"40b0a24d6dd148279ac58b97a1167112","id":"6d819f23-c749-406a-b604-a54a430c57c0","subnetpool_id":null,"name":"shaker-subnet_ada014ec-51b2-4b16-abc8-039585ddedf9"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"679b137c-efdf-481c-ae58-a1ed7362ff15","tenant_id":"90aa95516c664aef94b667c55fdaffe9","created_at":"2018-08-01T04:13:03Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-01T04:13:03Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.2.2","end":"192.168.2.254"}],"gateway_ip":"192.168.2.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.2.0/24","project_id":"90aa95516c664aef94b667c55fdaffe9","id":"70dcf009-99cd-4b11-b715-cc2d9f4e9ff3","subnetpool_id":null,"name":"pns-internal-subnet2"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e9739931-526e-4e6f-89b6-18a6cea5f0d2","tenant_id":"90aa95516c664aef94b667c55fdaffe9","created_at":"2018-08-01T04:13:02Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-01T04:13:02Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.1.2","end":"192.168.1.254"}],"gateway_ip":"192.168.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.1.0/24","project_id":"90aa95516c664aef94b667c55fdaffe9","id":"a5392190-85ae-4428-b57f-2a5bfe2587b5","subnetpool_id":null,"name":"pns-internal-subnet"},{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"262fe7ec-b437-40b8-908b-6eb66c149655","tenant_id":"89443fd7c5cf4259bed71fca1c3fe619","created_at":"2018-08-01T03:28:20Z","dns_nameservers":[],"updated_at":"2018-08-01T03:28:20Z","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":"89443fd7c5cf4259bed71fca1c3fe619","id":"e06facf3-a24e-40d5-a5ce-a0901a6e4875","subnetpool_id":null,"name":"external-subnet"}]} 2018-08-01 04:45:59,033 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-75653bf2-56c3-4664-998a-c4d73672f081 2018-08-01 04:45:59,033 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.322733879089s 2018-08-01 04:45:59,033 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-75653bf2-56c3-4664-998a-c4d73672f081 2018-08-01 04:45:59,035 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-01 04:45:59,036 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/subnets/1188a2ff-4901-40b7-a685-7d1ab995a4f5.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}950a0c5db977a8e5e906529ba7efb7bd3b082726" 2018-08-01 04:46:01,638 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-9fa3c585-2fcb-4eb3-96dc-ee6ae40d638f Date: Wed, 01 Aug 2018 04:46:01 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-01 04:46:01,638 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/1188a2ff-4901-40b7-a685-7d1ab995a4f5.json used request id req-9fa3c585-2fcb-4eb3-96dc-ee6ae40d638f 2018-08-01 04:46:01,638 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.60272598267s 2018-08-01 04:46:01,638 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/1188a2ff-4901-40b7-a685-7d1ab995a4f5.json used request id req-9fa3c585-2fcb-4eb3-96dc-ee6ae40d638f 2018-08-01 04:46:01,639 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-01 04:46:01,639 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}950a0c5db977a8e5e906529ba7efb7bd3b082726" 2018-08-01 04:46:01,974 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3448 X-Openstack-Request-Id: req-fb05d1da-cf83-477c-a955-ecf6b67fad90 Date: Wed, 01 Aug 2018 04:46:01 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"262fe7ec-b437-40b8-908b-6eb66c149655","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"89443fd7c5cf4259bed71fca1c3fe619","status":"ACTIVE","subnets":["e06facf3-a24e-40d5-a5ce-a0901a6e4875"],"description":"","tags":[],"updated_at":"2018-08-01T03:28:20Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"89443fd7c5cf4259bed71fca1c3fe619","created_at":"2018-08-01T03:28:13Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"4487258b-f527-4214-9f40-ebc0c7843af8","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"90aa95516c664aef94b667c55fdaffe9","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-01T04:46:01Z","provider:segmentation_id":8,"name":"neutron_trunk-net_2474a4f4-63a7-4d44-ac6d-1218384b7ada","admin_state_up":true,"tenant_id":"90aa95516c664aef94b667c55fdaffe9","created_at":"2018-08-01T04:43:23Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"679b137c-efdf-481c-ae58-a1ed7362ff15","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"90aa95516c664aef94b667c55fdaffe9","status":"ACTIVE","subnets":["70dcf009-99cd-4b11-b715-cc2d9f4e9ff3"],"description":"","tags":[],"updated_at":"2018-08-01T04:13:03Z","provider:segmentation_id":51,"name":"pns-internal-net2_455f0502-39b9-4683-ab46-623f9d25bfec","admin_state_up":true,"tenant_id":"90aa95516c664aef94b667c55fdaffe9","created_at":"2018-08-01T04:13:03Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"bd2d3c86-9dfd-4d6d-8db7-9caa15718c45","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"40b0a24d6dd148279ac58b97a1167112","status":"ACTIVE","subnets":["6d819f23-c749-406a-b604-a54a430c57c0"],"description":"","tags":[],"updated_at":"2018-08-01T04:39:28Z","provider:segmentation_id":54,"name":"shaker-net_ada014ec-51b2-4b16-abc8-039585ddedf9","admin_state_up":true,"tenant_id":"40b0a24d6dd148279ac58b97a1167112","created_at":"2018-08-01T04:39:27Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"e9739931-526e-4e6f-89b6-18a6cea5f0d2","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"90aa95516c664aef94b667c55fdaffe9","status":"ACTIVE","subnets":["a5392190-85ae-4428-b57f-2a5bfe2587b5"],"description":"","tags":[],"updated_at":"2018-08-01T04:13:02Z","provider:segmentation_id":85,"name":"pns-internal-net_455f0502-39b9-4683-ab46-623f9d25bfec","admin_state_up":true,"tenant_id":"90aa95516c664aef94b667c55fdaffe9","created_at":"2018-08-01T04:13:01Z","provider:network_type":"vxlan"}]} 2018-08-01 04:46:01,974 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-fb05d1da-cf83-477c-a955-ecf6b67fad90 2018-08-01 04:46:01,974 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.334931135178s 2018-08-01 04:46:01,974 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-fb05d1da-cf83-477c-a955-ecf6b67fad90 2018-08-01 04:46:01,976 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-01 04:46:01,977 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/networks/4487258b-f527-4214-9f40-ebc0c7843af8.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}950a0c5db977a8e5e906529ba7efb7bd3b082726" 2018-08-01 04:46:03,253 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-2796f869-317b-4774-ad62-4f588f8db229 Date: Wed, 01 Aug 2018 04:46:03 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-01 04:46:03,253 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/4487258b-f527-4214-9f40-ebc0c7843af8.json used request id req-2796f869-317b-4774-ad62-4f588f8db229 2018-08-01 04:46:03,254 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.27750301361s 2018-08-01 04:46:03,254 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/4487258b-f527-4214-9f40-ebc0c7843af8.json used request id req-2796f869-317b-4774-ad62-4f588f8db229 2018-08-01 04:46:03,258 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-01 04:46:03,261 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}950a0c5db977a8e5e906529ba7efb7bd3b082726" 2018-08-01 04:46:03,286 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 2335 Content-Type: application/json X-Openstack-Request-Id: req-45ead9a2-57fa-4378-8eed-95bcab3325b5 Date: Wed, 01 Aug 2018 04:46:03 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://1c426f71-e315-470f-a765-a4a983e8d919/images/7adcbd9b-61bb-4c98-8613-4589f292f87e/snap", "metadata": {}}], "file": "/v2/images/7adcbd9b-61bb-4c98-8613-4589f292f87e/file", "owner": "90aa95516c664aef94b667c55fdaffe9", "id": "7adcbd9b-61bb-4c98-8613-4589f292f87e", "size": 12716032, "self": "/v2/images/7adcbd9b-61bb-4c98-8613-4589f292f87e", "disk_format": "qcow2", "direct_url": "rbd://1c426f71-e315-470f-a765-a4a983e8d919/images/7adcbd9b-61bb-4c98-8613-4589f292f87e/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-08-01T04:43:30Z", "visibility": "public", "owner_specified.shade.object": "images/neutron_trunk-img_2474a4f4-63a7-4d44-ac6d-1218384b7ada", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron_trunk-img_2474a4f4-63a7-4d44-ac6d-1218384b7ada", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-01T04:43:29Z", "protected": false}, {"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://1c426f71-e315-470f-a765-a4a983e8d919/images/e8c66e82-93b0-42c6-8d39-2279199308ed/snap", "metadata": {}}], "file": "/v2/images/e8c66e82-93b0-42c6-8d39-2279199308ed/file", "owner": "40b0a24d6dd148279ac58b97a1167112", "id": "e8c66e82-93b0-42c6-8d39-2279199308ed", "size": 666173440, "self": "/v2/images/e8c66e82-93b0-42c6-8d39-2279199308ed", "disk_format": "qcow2", "direct_url": "rbd://1c426f71-e315-470f-a765-a4a983e8d919/images/e8c66e82-93b0-42c6-8d39-2279199308ed/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "5b6e74a9c6d1ae4031568048ae342306715a3d096910fe0bad4c8cb5f9969017", "updated_at": "2018-08-01T04:39:48Z", "visibility": "private", "owner_specified.shade.object": "images/shaker-img_ada014ec-51b2-4b16-abc8-039585ddedf9", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "cea74a063cc5ef2b018ec12beb0bf961", "name": "shaker-img_ada014ec-51b2-4b16-abc8-039585ddedf9", "checksum": "cea74a063cc5ef2b018ec12beb0bf961", "created_at": "2018-08-01T04:39:37Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-01 04:46:03,286 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-45ead9a2-57fa-4378-8eed-95bcab3325b5 2018-08-01 04:46:03,286 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0279438495636s 2018-08-01 04:46:03,286 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-45ead9a2-57fa-4378-8eed-95bcab3325b5 2018-08-01 04:46:03,288 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-01 04:46:03,292 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9292/v2/images/7adcbd9b-61bb-4c98-8613-4589f292f87e -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}950a0c5db977a8e5e906529ba7efb7bd3b082726" 2018-08-01 04:46:04,412 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-22e33c05-de0a-420f-b716-9708b53afcc8 Date: Wed, 01 Aug 2018 04:46:04 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 04:46:04,412 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/7adcbd9b-61bb-4c98-8613-4589f292f87e used request id req-22e33c05-de0a-420f-b716-9708b53afcc8 2018-08-01 04:46:04,413 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.12414097786s 2018-08-01 04:46:04,413 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/7adcbd9b-61bb-4c98-8613-4589f292f87e used request id req-22e33c05-de0a-420f-b716-9708b53afcc8 2018-08-01 04:46:04,413 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-01 04:46:04,416 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21: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}950a0c5db977a8e5e906529ba7efb7bd3b082726" 2018-08-01 04:46:04,438 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:46: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-3455de69-3a89-4cb0-99c8-109f70a92f89 x-compute-request-id: req-3455de69-3a89-4cb0-99c8-109f70a92f89 Content-Encoding: gzip Content-Length: 468 Content-Type: application/json RESP BODY: {"flavors": [{"name": "shaker-flavor_ada014ec-51b2-4b16-abc8-039585ddedf9", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/80cad012-10a6-4ee0-be06-4098e5231e52", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/80cad012-10a6-4ee0-be06-4098e5231e52", "rel": "bookmark"}], "ram": 512, "OS-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": "80cad012-10a6-4ee0-be06-4098e5231e52"}, {"name": "neutron_trunk-flavor_2474a4f4-63a7-4d44-ac6d-1218384b7ada", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/e5e81e8e-1325-4c0d-8f5b-35bbe81e9067", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/e5e81e8e-1325-4c0d-8f5b-35bbe81e9067", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "e5e81e8e-1325-4c0d-8f5b-35bbe81e9067"}, {"name": "vmtp-flavor_455f0502-39b9-4683-ab46-623f9d25bfec", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/e80222cd-7913-499f-adff-4da7988d266d", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/e80222cd-7913-499f-adff-4da7988d266d", "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": "e80222cd-7913-499f-adff-4da7988d266d"}]} 2018-08-01 04:46:04,439 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-3455de69-3a89-4cb0-99c8-109f70a92f89 2018-08-01 04:46:04,439 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0253140926361s 2018-08-01 04:46:04,439 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-3455de69-3a89-4cb0-99c8-109f70a92f89 2018-08-01 04:46:04,442 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-01 04:46:04,444 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:8774/v2.1/flavors/e5e81e8e-1325-4c0d-8f5b-35bbe81e9067 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}950a0c5db977a8e5e906529ba7efb7bd3b082726" 2018-08-01 04:46:04,476 - keystoneauth.session - DEBUG - RESP: [202] Date: Wed, 01 Aug 2018 04:46: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-6701d48c-fbb2-4b8b-80cb-ef932f940958 x-compute-request-id: req-6701d48c-fbb2-4b8b-80cb-ef932f940958 Content-Length: 0 Content-Type: application/json 2018-08-01 04:46:04,476 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/e5e81e8e-1325-4c0d-8f5b-35bbe81e9067 used request id req-6701d48c-fbb2-4b8b-80cb-ef932f940958 2018-08-01 04:46:04,477 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0347859859467s 2018-08-01 04:46:04,477 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/e5e81e8e-1325-4c0d-8f5b-35bbe81e9067 used request id req-6701d48c-fbb2-4b8b-80cb-ef932f940958 2018-08-01 04:46:04,513 - xtesting.ci.run_tests - INFO - Loading test case 'barbican'... 2018-08-01 04:46:04,543 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-01 04:46:04,543 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-01 04:46:04,543 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-01 04:46:04,543 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-01 04:46:04,543 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-01 04:46:04,543 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-01 04:46:04,543 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-01 04:46:04,543 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-01 04:46:04,543 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-01 04:46:04,543 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-01 04:46:04,544 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-01 04:46:04,544 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-01 04:46:04,544 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-01 04:46:04,544 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-01 04:46:04,544 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-01 04:46:04,544 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-01 04:46:04,544 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-01 04:46:04,544 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-01 04:46:04,544 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-01 04:46:04,544 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-01 04:46:04,544 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-01 04:46:04,544 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-01 04:46:04,544 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-01 04:46:04,544 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-01 04:46:04,544 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-01 04:46:04,546 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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-01 04:46:04,551 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:46:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e4dc42fb-f222-465c-93fc-450e9236c5a7 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-01 04:46:04,551 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-e4dc42fb-f222-465c-93fc-450e9236c5a7 2018-08-01 04:46:04,552 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-08-01 04:46:04,951 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ed1e3c9b852e426e8d791112d2fd4701", "name": "member"}, {"id": "147f18c7e1e349fc8e383440249c4c73", "name": "reader"}, {"id": "86fab6e3eccc4f5f9bd58caee92e2693", "name": "admin"}], "expires_at": "2018-08-01T05:46:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "90aa95516c664aef94b667c55fdaffe9", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:8004/v1/90aa95516c664aef94b667c55fdaffe9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5af2a23f0d4746a18ce9987becf49813"}, {"url": "http://192.30.9.7:8004/v1/90aa95516c664aef94b667c55fdaffe9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d6722b9f2184abb8e7b581d10709b51"}, {"url": "http://192.30.9.7:8004/v1/90aa95516c664aef94b667c55fdaffe9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc81206c7ec74b63a868c84343e2355a"}], "type": "orchestration", "id": "032123c5c07d477ab419a77fddb5ca2b", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/90aa95516c664aef94b667c55fdaffe9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00197bc0507d42718c9de1a1f3ff7fa9"}, {"url": "http://192.30.9.7:8776/v2/90aa95516c664aef94b667c55fdaffe9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "186c94a5205743a68de2c02795dd12cf"}, {"url": "http://192.30.9.7:8776/v2/90aa95516c664aef94b667c55fdaffe9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32c49f45893f4074a75a056facd63fc5"}], "type": "volumev2", "id": "09ef7c245fd9479f97ffee152dae0c8e", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27e89bb29a0d43ce83aefd4cae0f7bd7"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "295d31abf3f44d85b346281cd9c04740"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d685797f4b164aa48837a822ed32598b"}], "type": "alarming", "id": "0f8615b3651c41099fe76f0fa5b23dd1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f0c9b6089cd4f558ee73fabe48d842a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "551cf56b00bd4d038a8694d11700f2ef"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9ea08b0116c4412eaded9a074baa4211"}], "type": "image", "id": "17038717f3f0408e8c9d5af024ea0aab", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "17647a3a3a00479b9213e6f6cf7a30ea", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c2328ef964c4156917122cfb247f0c4"}, {"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33d0ce77838b4a0fbe56c50f7b1e4d71"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38b745fc1fe14a8691a6fb2553ade0e0"}], "type": "event", "id": "1d35633c710f4d9c88e1f50abe614b06", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/90aa95516c664aef94b667c55fdaffe9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dcebb246e8d42fab040b053411c0957"}, {"url": "http://192.30.9.7:8776/v3/90aa95516c664aef94b667c55fdaffe9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92f3de4ac4f44b9a95bdb5c3f0c34d51"}, {"url": "http://172.30.9.21:8776/v3/90aa95516c664aef94b667c55fdaffe9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f92025e32c9344f587283e14c1506699"}], "type": "volumev3", "id": "27b85f80d71f464183ff256181f71b43", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0f1136276d75402689a9c377621253ce"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b943f44b606457c91b7d5098b199be0"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b47ac34c09dc4c05b1ca4c869d47eaeb"}], "type": "metric", "id": "5a0ae06ba8b741ffb51d39c9adb9451c", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10bc7f20cf92414cb6d088da882341c5"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "53c0109d8bd545ef83f6d70ce101d52d"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d3688eabec1484e8c6549a46b35b25f"}], "type": "cloudformation", "id": "64e449782da244a4b49ea375e297a3ea", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/90aa95516c664aef94b667c55fdaffe9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8713e9b13a6e43c59e8aa6d6cd510b2b"}, {"url": "http://192.30.9.7:8776/v1/90aa95516c664aef94b667c55fdaffe9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b073433cdd0f4518882ecf0e413ae4af"}, {"url": "http://172.30.9.21:8776/v1/90aa95516c664aef94b667c55fdaffe9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fc41a1400c1945199a7f0758b5566e31"}], "type": "volume", "id": "6951fb022adb46feaa04f1020c483fd1", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "247e0a42582047fb8b1a74db1f38edf7"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37ed8998a3894a91b69a9e4f00e62b69"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b11d1b5d1d9043d88291c85c92eb73f4"}], "type": "placement", "id": "83e7ef9cff3b4731b936862816b9afd9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "432bfc9d0c4249dd9ccda5421e19b9e2"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f93c2c146b149cbb3483078f52c4bdf"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd4fdce564324509818028dc78641d8d"}], "type": "network", "id": "94871ebfcb5240ebb8b1c19b8739272c", "name": "neutron"}, {"endpoints": [{"url": "http://12.0.0.40:8080/v1/AUTH_90aa95516c664aef94b667c55fdaffe9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2333bd642dd5455c8f03d343d974704d"}, {"url": "http://12.0.0.40:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c3a57c4832a74174a0c0889da1e1364b"}, {"url": "http://172.30.9.21:8080/v1/AUTH_90aa95516c664aef94b667c55fdaffe9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f27db37221fb446f86228761531722fd"}], "type": "object-store", "id": "b008c8aea7694b57822ddc559b6dfc45", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "038ac873a08f40dab615db1106f36b91"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9c064a815b5c40c0bb0beee1dee18b58"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa33b6fd9ec24bfb9e27785b76bc205d"}], "type": "identity", "id": "de72ed0871ef4a7bab6d7ea0bbfa8d90", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c04b9806aca48e692c506107e0bd3a6"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "449f60307ac54b799d4527d2070f35db"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d69efddbf8af404a9b303b99cfb12f43"}], "type": "compute", "id": "eb2dd02d9ef54f67b42600e437ecb401", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "749556e27c83423fb69e649d00450103"}, "audit_ids": ["Lz3TxmR5TweWtaYcTcUllQ"], "issued_at": "2018-08-01T04:46:04.000000Z"}} 2018-08-01 04:46:04,953 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-01 04:46:04,954 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21: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}29236170cba968daa16046320daefb9484f6bd2f" 2018-08-01 04:46:05,237 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-3d6f4f3e-31e8-43af-8802-e5063e74915c Date: Wed, 01 Aug 2018 04:46:05 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"262fe7ec-b437-40b8-908b-6eb66c149655","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"89443fd7c5cf4259bed71fca1c3fe619","status":"ACTIVE","subnets":["e06facf3-a24e-40d5-a5ce-a0901a6e4875"],"description":"","tags":[],"updated_at":"2018-08-01T03:28:20Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"89443fd7c5cf4259bed71fca1c3fe619","created_at":"2018-08-01T03:28:13Z","provider:network_type":"flat"}]} 2018-08-01 04:46:05,238 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json?router%3Aexternal=True used request id req-3d6f4f3e-31e8-43af-8802-e5063e74915c 2018-08-01 04:46:05,238 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.284166097641s 2018-08-01 04:46:05,238 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json?router%3Aexternal=True used request id req-3d6f4f3e-31e8-43af-8802-e5063e74915c 2018-08-01 04:46:05,239 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-08-01 04:46:07,934 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-08-01 04:46:11,096 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally +--------------------------------------+----------------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+----------------------------+-------------+------------------+--------+ | 08b5a215-b845-48b0-8c1a-3245e8f8d460 | 2018-08-01T04:46:10.764835 | opnfv-rally | deploy->finished | | +--------------------------------------+----------------------------+-------------+------------------+--------+ Using deployment: 08b5a215-b845-48b0-8c1a-3245e8f8d460 ~/.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-01 04:46:14,830 - 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-01 04:46:14,830 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-08-01 04:46:17,544 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-08-01 04:46:21,076 - 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=6dfd62ab-f105-4189-ab8e-4f9d97c8b129) as the default verifier for the future CLI operations. 2018-08-01 04:46:24,354 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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-01 04:46:24,361 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 01 Aug 2018 04:46:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a3ab3927-70eb-482d-9008-b2839383a95d 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.21:5000/v3/", "rel": "self"}]}]}} 2018-08-01 04:46:24,361 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/ used request id req-a3ab3927-70eb-482d-9008-b2839383a95d 2018-08-01 04:46:24,365 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.services 2018-08-01 04:46:24,368 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.7:35357 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-01 04:46:24,374 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 01 Aug 2018 04:46:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6789e982-1ebf-4cb1-af35-919f3c28558e Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://192.30.9.7:35357/v3/", "rel": "self"}]}]}} 2018-08-01 04:46:24,374 - keystoneauth.session - DEBUG - GET call to None for http://192.30.9.7:35357/ used request id req-6789e982-1ebf-4cb1-af35-919f3c28558e 2018-08-01 04:46:24,375 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.7:35357/v3/services -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}29236170cba968daa16046320daefb9484f6bd2f" 2018-08-01 04:46:24,475 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:46:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-88d8279c-edda-4c67-a6b9-9e88e3d42263 Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"services": [{"description": "Openstack Orchestration Service", "links": {"self": "http://192.30.9.7:35357/v3/services/032123c5c07d477ab419a77fddb5ca2b"}, "enabled": true, "type": "orchestration", "id": "032123c5c07d477ab419a77fddb5ca2b", "name": "heat"}, {"description": "Cinder Service v2", "links": {"self": "http://192.30.9.7:35357/v3/services/09ef7c245fd9479f97ffee152dae0c8e"}, "enabled": true, "type": "volumev2", "id": "09ef7c245fd9479f97ffee152dae0c8e", "name": "cinderv2"}, {"description": "OpenStack Alarming Service", "links": {"self": "http://192.30.9.7:35357/v3/services/0f8615b3651c41099fe76f0fa5b23dd1"}, "enabled": true, "type": "alarming", "id": "0f8615b3651c41099fe76f0fa5b23dd1", "name": "aodh"}, {"description": "OpenStack Image Service", "links": {"self": "http://192.30.9.7:35357/v3/services/17038717f3f0408e8c9d5af024ea0aab"}, "enabled": true, "type": "image", "id": "17038717f3f0408e8c9d5af024ea0aab", "name": "glance"}, {"description": "Openstack Metering Service", "links": {"self": "http://192.30.9.7:35357/v3/services/17647a3a3a00479b9213e6f6cf7a30ea"}, "enabled": true, "type": "metering", "id": "17647a3a3a00479b9213e6f6cf7a30ea", "name": "ceilometer"}, {"description": "OpenStack Event Service", "links": {"self": "http://192.30.9.7:35357/v3/services/1d35633c710f4d9c88e1f50abe614b06"}, "enabled": true, "type": "event", "id": "1d35633c710f4d9c88e1f50abe614b06", "name": "panko"}, {"description": "Cinder Service v3", "links": {"self": "http://192.30.9.7:35357/v3/services/27b85f80d71f464183ff256181f71b43"}, "enabled": true, "type": "volumev3", "id": "27b85f80d71f464183ff256181f71b43", "name": "cinderv3"}, {"description": "OpenStack Metric Service", "links": {"self": "http://192.30.9.7:35357/v3/services/5a0ae06ba8b741ffb51d39c9adb9451c"}, "enabled": true, "type": "metric", "id": "5a0ae06ba8b741ffb51d39c9adb9451c", "name": "gnocchi"}, {"description": "Openstack Cloudformation Service", "links": {"self": "http://192.30.9.7:35357/v3/services/64e449782da244a4b49ea375e297a3ea"}, "enabled": true, "type": "cloudformation", "id": "64e449782da244a4b49ea375e297a3ea", "name": "heat-cfn"}, {"description": "Cinder Service", "links": {"self": "http://192.30.9.7:35357/v3/services/6951fb022adb46feaa04f1020c483fd1"}, "enabled": true, "type": "volume", "id": "6951fb022adb46feaa04f1020c483fd1", "name": "cinder"}, {"description": "Openstack Placement Service", "links": {"self": "http://192.30.9.7:35357/v3/services/83e7ef9cff3b4731b936862816b9afd9"}, "enabled": true, "type": "placement", "id": "83e7ef9cff3b4731b936862816b9afd9", "name": "placement"}, {"description": "Neutron Networking Service", "links": {"self": "http://192.30.9.7:35357/v3/services/94871ebfcb5240ebb8b1c19b8739272c"}, "enabled": true, "type": "network", "id": "94871ebfcb5240ebb8b1c19b8739272c", "name": "neutron"}, {"description": "Openstack Object-Store Service", "links": {"self": "http://192.30.9.7:35357/v3/services/b008c8aea7694b57822ddc559b6dfc45"}, "enabled": true, "type": "object-store", "id": "b008c8aea7694b57822ddc559b6dfc45", "name": "swift"}, {"description": "OpenStack Identity Service", "links": {"self": "http://192.30.9.7:35357/v3/services/de72ed0871ef4a7bab6d7ea0bbfa8d90"}, "enabled": true, "type": "identity", "id": "de72ed0871ef4a7bab6d7ea0bbfa8d90", "name": "keystone"}, {"description": "Openstack Compute Service", "links": {"self": "http://192.30.9.7:35357/v3/services/eb2dd02d9ef54f67b42600e437ecb401"}, "enabled": true, "type": "compute", "id": "eb2dd02d9ef54f67b42600e437ecb401", "name": "nova"}], "links": {"self": "http://192.30.9.7:35357/v3/services", "previous": null, "next": null}} 2018-08-01 04:46:24,475 - keystoneauth.session - DEBUG - GET call to identity for http://192.30.9.7:35357/v3/services used request id req-88d8279c-edda-4c67-a6b9-9e88e3d42263 2018-08-01 04:46:24,475 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.services in 0.110272169113s 2018-08-01 04:46:24,476 - shade.request_ids - DEBUG - GET call to identity for http://192.30.9.7:35357/v3/services used request id req-88d8279c-edda-4c67-a6b9-9e88e3d42263 2018-08-01 04:46:24,482 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.extensions 2018-08-01 04:46:24,482 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}29236170cba968daa16046320daefb9484f6bd2f" 2018-08-01 04:46:24,690 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 8761 X-Openstack-Request-Id: req-614bc6f5-4993-4387-9e1d-597b6bea5e0b Date: Wed, 01 Aug 2018 04:46:24 GMT RESP BODY: {"extensions": [{"alias": "default-subnetpools", "updated": "2016-02-18T18:00:00-00:00", "name": "Default Subnetpools", "links": [], "description": "Provides ability to mark and use a subnetpool as the default."}, {"alias": "network-ip-availability", "updated": "2015-09-24T00:00:00-00:00", "name": "Network IP Availability", "links": [], "description": "Provides IP availability data for each network and subnet."}, {"alias": "network_availability_zone", "updated": "2015-01-01T10:00:00-00:00", "name": "Network Availability Zone", "links": [], "description": "Availability zone support for network."}, {"alias": "auto-allocated-topology", "updated": "2016-01-01T00:00:00-00:00", "name": "Auto Allocated Topology Services", "links": [], "description": "Auto Allocated Topology Services."}, {"alias": "ext-gw-mode", "updated": "2013-03-28T10:00:00-00:00", "name": "Neutron L3 Configurable external gateway mode", "links": [], "description": "Extension of the router abstraction for specifying whether SNAT should occur on the external gateway"}, {"alias": "binding", "updated": "2014-02-03T10:00:00-00:00", "name": "Port Binding", "links": [], "description": "Expose port bindings of a virtual port to external application"}, {"alias": "agent", "updated": "2013-02-03T10:00:00-00:00", "name": "agent", "links": [], "description": "The agent management extension."}, {"alias": "subnet_allocation", "updated": "2015-03-30T10:00:00-00:00", "name": "Subnet Allocation", "links": [], "description": "Enables allocation of subnets from a subnet pool"}, {"alias": "dhcp_agent_scheduler", "updated": "2013-02-07T10:00:00-00:00", "name": "DHCP Agent Scheduler", "links": [], "description": "Schedule networks among dhcp agents"}, {"alias": "trunk-details", "updated": "2016-01-01T10:00:00-00:00", "name": "Trunk port details", "links": [], "description": "Expose trunk port details"}, {"alias": "external-net", "updated": "2013-01-14T10:00:00-00:00", "name": "Neutron external network", "links": [], "description": "Adds external network attribute to network resource."}, {"alias": "flavors", "updated": "2015-09-17T10:00:00-00:00", "name": "Neutron Service Flavors", "links": [], "description": "Flavor specification for Neutron advanced services."}, {"alias": "net-mtu", "updated": "2015-03-25T10:00:00-00:00", "name": "Network MTU", "links": [], "description": "Provides MTU attribute for a network resource."}, {"alias": "availability_zone", "updated": "2015-01-01T10:00:00-00:00", "name": "Availability Zone", "links": [], "description": "The availability zone extension."}, {"alias": "quotas", "updated": "2012-07-29T10:00:00-00:00", "name": "Quota management support", "links": [], "description": "Expose functions for quotas management per tenant"}, {"alias": "standard-attr-tag", "updated": "2017-01-01T00:00:00-00:00", "name": "Tag support for resources with standard attribute: subnet, trunk, router, network, policy, subnetpool, port, security_group, floatingip", "links": [], "description": "Enables to set tag on resources with standard attribute."}, {"alias": "availability_zone_filter", "updated": "2018-06-22T10:00:00-00:00", "name": "Availability Zone Filter Extension", "links": [], "description": "Add filter parameters to AvailabilityZone resource"}, {"alias": "revision-if-match", "updated": "2016-12-11T00:00:00-00:00", "name": "If-Match constraints based on revision_number", "links": [], "description": "Extension indicating that If-Match based on revision_number is supported."}, {"alias": "provider", "updated": "2012-09-07T10:00:00-00:00", "name": "Provider Network", "links": [], "description": "Expose mapping of virtual networks to physical networks"}, {"alias": "multi-provider", "updated": "2013-06-27T10:00:00-00:00", "name": "Multi Provider Network", "links": [], "description": "Expose mapping of virtual networks to multiple physical networks"}, {"alias": "quota_details", "updated": "2017-02-10T10:00:00-00:00", "name": "Quota details management support", "links": [], "description": "Expose functions for quotas usage statistics per project"}, {"alias": "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-01 04:46:24,690 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/extensions.json used request id req-614bc6f5-4993-4387-9e1d-597b6bea5e0b 2018-08-01 04:46:24,691 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.extensions in 0.208621025085s 2018-08-01 04:46:24,691 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/extensions.json used request id req-614bc6f5-4993-4387-9e1d-597b6bea5e0b 2018-08-01 04:46:24,698 - xtesting.ci.run_tests - INFO - Skipping test case 'barbican'... 2018-08-01 04:46:24,698 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | barbican | functest | 00:00 | SKIP | +-------------------+------------------+------------------+----------------+ 2018-08-01 04:46:24,702 - xtesting.ci.run_tests - INFO - Xtesting report: +--------------------------+------------------+---------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +--------------------------+------------------+---------------+------------------+----------------+ | tempest_smoke | functest | smoke | 06:34 | FAIL | | rally_sanity | functest | smoke | 23:17 | FAIL | | patrole | functest | smoke | 02:03 | PASS | | vmtp | functest | smoke | 26:34 | FAIL | | shaker | functest | smoke | 03:34 | FAIL | | snaps_smoke | functest | smoke | 00:00 | SKIP | | neutron_trunk | functest | smoke | 02:31 | PASS | | barbican | functest | smoke | 00:00 | SKIP | | refstack_defcore | functest | smoke | 00:00 | SKIP | +--------------------------+------------------+---------------+------------------+----------------+ 2018-08-01 04:46:24,709 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-08-01 04:46:27,486 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-194 | | 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-01 04:46:27,491 - 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.21,192.30.9.7 export OS_USER_DOMAIN_NAME=Default export OS_VOLUME_API_VERSION=3.52 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.21:5000/v3 export NOVA_VERSION=1.1 export OS_IMAGE_API_VERSION=2 export OS_PASSWORD=Ya8sjrTqmLStNlZDncBxkRT9S 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=90aa95516c664aef94b667c55fdaffe9 export OS_TENANT_NAME=admin export SDN_CONTROLLER_IP=192.30.9.7 export SDN_CONTROLLER_PASSWORD=xQo2dRQ9TRYXPrz3VQcfPwJBV export OS_REGION_NAME=regionOne 2018-08-01 04:46:27,491 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-08-01 04:46:27,492 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+---------------------+-------------------+ | TIERS | ORDER | DESCRIPTION | TESTCASES | +---------------+---------------+---------------------+-------------------+ +---------------+---------------+---------------------+-------------------+ 2018-08-01 04:46:27,492 - xtesting.ci.run_tests - INFO - Xtesting report: +-----------------------------+------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------------+------------------------+------------------+------------------+----------------+ | doctor-notification | doctor | features | 00:00 | SKIP | | bgpvpn | sdnvpn | features | 00:00 | SKIP | | functest-odl-sfc | sfc | features | 00:00 | SKIP | | barometercollectd | barometer | features | 00:00 | SKIP | | fds | fastdatastacks | features | 00:00 | SKIP | +-----------------------------+------------------------+------------------+------------------+----------------+ 2018-08-01 04:46:27,496 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-08-01 04:46:31,440 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-194 | | 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-01 04:46:31,443 - 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.21,192.30.9.7 export OS_USER_DOMAIN_NAME=Default export OS_VOLUME_API_VERSION=3.52 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.21:5000/v3 export NOVA_VERSION=1.1 export OS_IMAGE_API_VERSION=2 export OS_PASSWORD=Ya8sjrTqmLStNlZDncBxkRT9S 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=90aa95516c664aef94b667c55fdaffe9 export OS_TENANT_NAME=admin export SDN_CONTROLLER_IP=192.30.9.7 export SDN_CONTROLLER_PASSWORD=xQo2dRQ9TRYXPrz3VQcfPwJBV export OS_REGION_NAME=regionOne 2018-08-01 04:46:31,443 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-08-01 04:46:31,444 - 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-01 04:46:31,455 - xtesting.ci.run_tests - INFO - Loading test case 'cloudify'... 2018-08-01 04:46:31,822 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-01 04:46:31,822 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-01 04:46:31,823 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-01 04:46:31,823 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-01 04:46:31,823 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-01 04:46:31,823 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-01 04:46:31,823 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-01 04:46:31,823 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-01 04:46:31,823 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-01 04:46:31,823 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-01 04:46:31,823 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-01 04:46:31,823 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-01 04:46:31,823 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-01 04:46:31,823 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-01 04:46:31,823 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-01 04:46:31,823 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-01 04:46:31,823 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-01 04:46:31,823 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-01 04:46:31,823 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-01 04:46:31,823 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-01 04:46:31,823 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-01 04:46:31,828 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-01 04:46:31,829 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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-01 04:46:31,835 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:46:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eecc78ff-1ebb-44dc-9fe0-9ff5fe7d1a6b Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-01 04:46:31,836 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-eecc78ff-1ebb-44dc-9fe0-9ff5fe7d1a6b 2018-08-01 04:46:31,836 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-08-01 04:46:32,238 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ed1e3c9b852e426e8d791112d2fd4701", "name": "member"}, {"id": "147f18c7e1e349fc8e383440249c4c73", "name": "reader"}, {"id": "86fab6e3eccc4f5f9bd58caee92e2693", "name": "admin"}], "expires_at": "2018-08-01T05:46:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "90aa95516c664aef94b667c55fdaffe9", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:8004/v1/90aa95516c664aef94b667c55fdaffe9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5af2a23f0d4746a18ce9987becf49813"}, {"url": "http://192.30.9.7:8004/v1/90aa95516c664aef94b667c55fdaffe9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d6722b9f2184abb8e7b581d10709b51"}, {"url": "http://192.30.9.7:8004/v1/90aa95516c664aef94b667c55fdaffe9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc81206c7ec74b63a868c84343e2355a"}], "type": "orchestration", "id": "032123c5c07d477ab419a77fddb5ca2b", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/90aa95516c664aef94b667c55fdaffe9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00197bc0507d42718c9de1a1f3ff7fa9"}, {"url": "http://192.30.9.7:8776/v2/90aa95516c664aef94b667c55fdaffe9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "186c94a5205743a68de2c02795dd12cf"}, {"url": "http://192.30.9.7:8776/v2/90aa95516c664aef94b667c55fdaffe9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32c49f45893f4074a75a056facd63fc5"}], "type": "volumev2", "id": "09ef7c245fd9479f97ffee152dae0c8e", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27e89bb29a0d43ce83aefd4cae0f7bd7"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "295d31abf3f44d85b346281cd9c04740"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d685797f4b164aa48837a822ed32598b"}], "type": "alarming", "id": "0f8615b3651c41099fe76f0fa5b23dd1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f0c9b6089cd4f558ee73fabe48d842a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "551cf56b00bd4d038a8694d11700f2ef"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9ea08b0116c4412eaded9a074baa4211"}], "type": "image", "id": "17038717f3f0408e8c9d5af024ea0aab", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "17647a3a3a00479b9213e6f6cf7a30ea", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c2328ef964c4156917122cfb247f0c4"}, {"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33d0ce77838b4a0fbe56c50f7b1e4d71"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38b745fc1fe14a8691a6fb2553ade0e0"}], "type": "event", "id": "1d35633c710f4d9c88e1f50abe614b06", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/90aa95516c664aef94b667c55fdaffe9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dcebb246e8d42fab040b053411c0957"}, {"url": "http://192.30.9.7:8776/v3/90aa95516c664aef94b667c55fdaffe9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92f3de4ac4f44b9a95bdb5c3f0c34d51"}, {"url": "http://172.30.9.21:8776/v3/90aa95516c664aef94b667c55fdaffe9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f92025e32c9344f587283e14c1506699"}], "type": "volumev3", "id": "27b85f80d71f464183ff256181f71b43", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0f1136276d75402689a9c377621253ce"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b943f44b606457c91b7d5098b199be0"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b47ac34c09dc4c05b1ca4c869d47eaeb"}], "type": "metric", "id": "5a0ae06ba8b741ffb51d39c9adb9451c", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10bc7f20cf92414cb6d088da882341c5"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "53c0109d8bd545ef83f6d70ce101d52d"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d3688eabec1484e8c6549a46b35b25f"}], "type": "cloudformation", "id": "64e449782da244a4b49ea375e297a3ea", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/90aa95516c664aef94b667c55fdaffe9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8713e9b13a6e43c59e8aa6d6cd510b2b"}, {"url": "http://192.30.9.7:8776/v1/90aa95516c664aef94b667c55fdaffe9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b073433cdd0f4518882ecf0e413ae4af"}, {"url": "http://172.30.9.21:8776/v1/90aa95516c664aef94b667c55fdaffe9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fc41a1400c1945199a7f0758b5566e31"}], "type": "volume", "id": "6951fb022adb46feaa04f1020c483fd1", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "247e0a42582047fb8b1a74db1f38edf7"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37ed8998a3894a91b69a9e4f00e62b69"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b11d1b5d1d9043d88291c85c92eb73f4"}], "type": "placement", "id": "83e7ef9cff3b4731b936862816b9afd9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "432bfc9d0c4249dd9ccda5421e19b9e2"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f93c2c146b149cbb3483078f52c4bdf"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd4fdce564324509818028dc78641d8d"}], "type": "network", "id": "94871ebfcb5240ebb8b1c19b8739272c", "name": "neutron"}, {"endpoints": [{"url": "http://12.0.0.40:8080/v1/AUTH_90aa95516c664aef94b667c55fdaffe9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2333bd642dd5455c8f03d343d974704d"}, {"url": "http://12.0.0.40:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c3a57c4832a74174a0c0889da1e1364b"}, {"url": "http://172.30.9.21:8080/v1/AUTH_90aa95516c664aef94b667c55fdaffe9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f27db37221fb446f86228761531722fd"}], "type": "object-store", "id": "b008c8aea7694b57822ddc559b6dfc45", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "038ac873a08f40dab615db1106f36b91"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9c064a815b5c40c0bb0beee1dee18b58"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa33b6fd9ec24bfb9e27785b76bc205d"}], "type": "identity", "id": "de72ed0871ef4a7bab6d7ea0bbfa8d90", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c04b9806aca48e692c506107e0bd3a6"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "449f60307ac54b799d4527d2070f35db"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d69efddbf8af404a9b303b99cfb12f43"}], "type": "compute", "id": "eb2dd02d9ef54f67b42600e437ecb401", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "749556e27c83423fb69e649d00450103"}, "audit_ids": ["aFlRlgtFSq-zPW-uhQCBsw"], "issued_at": "2018-08-01T04:46:32.000000Z"}} 2018-08-01 04:46:32,242 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-01 04:46:32,242 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21: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}fb8f02cef2f3d7eec5f499771daee88069cf818d" 2018-08-01 04:46:32,536 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-f845aa43-b1d6-4a7e-8118-a45d7aa72bff Date: Wed, 01 Aug 2018 04:46:32 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"262fe7ec-b437-40b8-908b-6eb66c149655","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"89443fd7c5cf4259bed71fca1c3fe619","status":"ACTIVE","subnets":["e06facf3-a24e-40d5-a5ce-a0901a6e4875"],"description":"","tags":[],"updated_at":"2018-08-01T03:28:20Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"89443fd7c5cf4259bed71fca1c3fe619","created_at":"2018-08-01T03:28:13Z","provider:network_type":"flat"}]} 2018-08-01 04:46:32,536 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json?router%3Aexternal=True used request id req-f845aa43-b1d6-4a7e-8118-a45d7aa72bff 2018-08-01 04:46:32,536 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.294213056564s 2018-08-01 04:46:32,536 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json?router%3Aexternal=True used request id req-f845aa43-b1d6-4a7e-8118-a45d7aa72bff 2018-08-01 04:46:32,545 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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-01 04:46:32,550 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 01 Aug 2018 04:46:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cf02b10f-6bcd-4ee5-a7ce-8ce92b183386 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.21:5000/v3/", "rel": "self"}]}]}} 2018-08-01 04:46:32,551 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/ used request id req-cf02b10f-6bcd-4ee5-a7ce-8ce92b183386 2018-08-01 04:46:32,551 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-01 04:46:32,554 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}fb8f02cef2f3d7eec5f499771daee88069cf818d" 2018-08-01 04:46:32,660 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:46:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e2443351-bd91-4821-854b-79399b24ee91 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.21:5000/v3/domains/cc40371ace4f4c2e9452fa2c52c1368e"}, "tags": [], "enabled": true, "id": "cc40371ace4f4c2e9452fa2c52c1368e", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains", "previous": null, "next": null}} 2018-08-01 04:46:32,660 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains used request id req-e2443351-bd91-4821-854b-79399b24ee91 2018-08-01 04:46:32,660 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.108767032623s 2018-08-01 04:46:32,661 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains used request id req-e2443351-bd91-4821-854b-79399b24ee91 2018-08-01 04:46:32,668 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-08-01 04:46:32,671 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}fb8f02cef2f3d7eec5f499771daee88069cf818d" -d '{"project": {"description": "Created by OPNFV Functest: cloudify", "enabled": true, "domain_id": "default", "name": "cloudify-project_1e8a6ad6-6997-4291-80a5-8bf2427fdd3d"}}' 2018-08-01 04:46:32,814 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 01 Aug 2018 04:46:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1034b499-7031-49a6-9d30-c8cd8db34193 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.21:5000/v3/projects/b4993d88a5364a8da428610dbce975e5"}, "tags": [], "enabled": true, "id": "b4993d88a5364a8da428610dbce975e5", "parent_id": "default", "domain_id": "default", "name": "cloudify-project_1e8a6ad6-6997-4291-80a5-8bf2427fdd3d"}} 2018-08-01 04:46:32,814 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-1034b499-7031-49a6-9d30-c8cd8db34193 2018-08-01 04:46:32,814 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.146103143692s 2018-08-01 04:46:32,814 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-1034b499-7031-49a6-9d30-c8cd8db34193 2018-08-01 04:46:32,815 - 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'b4993d88a5364a8da428610dbce975e5', '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_1e8a6ad6-6997-4291-80a5-8bf2427fdd3d'}) 2018-08-01 04:46:32,821 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-08-01 04:46:32,824 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}fb8f02cef2f3d7eec5f499771daee88069cf818d" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "51017c58-a413-4956-900b-589a6f0c4c56", "email": null, "name": "cloudify-user_1e8a6ad6-6997-4291-80a5-8bf2427fdd3d"}}' 2018-08-01 04:46:33,203 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 01 Aug 2018 04:46:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-317479ad-1271-4a82-98b2-ecdb80c9957d Content-Length: 323 Content-Type: application/json RESP BODY: {"user": {"name": "cloudify-user_1e8a6ad6-6997-4291-80a5-8bf2427fdd3d", "links": {"self": "http://172.30.9.21:5000/v3/users/0b8938a925da41118179ef049ca3887b"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "0b8938a925da41118179ef049ca3887b", "domain_id": "default", "password_expires_at": null}} 2018-08-01 04:46:33,203 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/users used request id req-317479ad-1271-4a82-98b2-ecdb80c9957d 2018-08-01 04:46:33,203 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.382070064545s 2018-08-01 04:46:33,204 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/users used request id req-317479ad-1271-4a82-98b2-ecdb80c9957d 2018-08-01 04:46:33,204 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'0b8938a925da41118179ef049ca3887b', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'cloudify-user_1e8a6ad6-6997-4291-80a5-8bf2427fdd3d'}) 2018-08-01 04:46:33,208 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-01 04:46:33,211 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}fb8f02cef2f3d7eec5f499771daee88069cf818d" 2018-08-01 04:46:33,322 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:46:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c554bb0c-3955-433e-8532-721361762210 Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "147f18c7e1e349fc8e383440249c4c73", "links": {"self": "http://172.30.9.21:5000/v3/roles/147f18c7e1e349fc8e383440249c4c73"}, "name": "reader"}, {"domain_id": null, "id": "730dcac60af740de8f4eb572d8499268", "links": {"self": "http://172.30.9.21:5000/v3/roles/730dcac60af740de8f4eb572d8499268"}, "name": "swiftoperator"}, {"domain_id": null, "id": "86fab6e3eccc4f5f9bd58caee92e2693", "links": {"self": "http://172.30.9.21:5000/v3/roles/86fab6e3eccc4f5f9bd58caee92e2693"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b2b3ff44e054497fa64f6525e0e6195b", "links": {"self": "http://172.30.9.21:5000/v3/roles/b2b3ff44e054497fa64f6525e0e6195b"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ed1e3c9b852e426e8d791112d2fd4701", "links": {"self": "http://172.30.9.21:5000/v3/roles/ed1e3c9b852e426e8d791112d2fd4701"}, "name": "member"}, {"domain_id": null, "id": "f5c89a4293d34be3af121f401210ef46", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5c89a4293d34be3af121f401210ef46"}, "name": "ResellerAdmin"}]} 2018-08-01 04:46:33,323 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-c554bb0c-3955-433e-8532-721361762210 2018-08-01 04:46:33,323 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.11462688446s 2018-08-01 04:46:33,323 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-c554bb0c-3955-433e-8532-721361762210 2018-08-01 04:46:33,328 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-01 04:46:33,331 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}fb8f02cef2f3d7eec5f499771daee88069cf818d" 2018-08-01 04:46:33,430 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:46:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1db0188b-0c71-45d6-a31a-6ca7c45040a3 Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "147f18c7e1e349fc8e383440249c4c73", "links": {"self": "http://172.30.9.21:5000/v3/roles/147f18c7e1e349fc8e383440249c4c73"}, "name": "reader"}, {"domain_id": null, "id": "730dcac60af740de8f4eb572d8499268", "links": {"self": "http://172.30.9.21:5000/v3/roles/730dcac60af740de8f4eb572d8499268"}, "name": "swiftoperator"}, {"domain_id": null, "id": "86fab6e3eccc4f5f9bd58caee92e2693", "links": {"self": "http://172.30.9.21:5000/v3/roles/86fab6e3eccc4f5f9bd58caee92e2693"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b2b3ff44e054497fa64f6525e0e6195b", "links": {"self": "http://172.30.9.21:5000/v3/roles/b2b3ff44e054497fa64f6525e0e6195b"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ed1e3c9b852e426e8d791112d2fd4701", "links": {"self": "http://172.30.9.21:5000/v3/roles/ed1e3c9b852e426e8d791112d2fd4701"}, "name": "member"}, {"domain_id": null, "id": "f5c89a4293d34be3af121f401210ef46", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5c89a4293d34be3af121f401210ef46"}, "name": "ResellerAdmin"}]} 2018-08-01 04:46:33,430 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-1db0188b-0c71-45d6-a31a-6ca7c45040a3 2018-08-01 04:46:33,431 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.102210998535s 2018-08-01 04:46:33,431 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-1db0188b-0c71-45d6-a31a-6ca7c45040a3 2018-08-01 04:46:33,436 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-01 04:46:33,439 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}fb8f02cef2f3d7eec5f499771daee88069cf818d" 2018-08-01 04:46:33,540 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:46:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8398bb28-3175-4573-bddd-bd75044095ff Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "147f18c7e1e349fc8e383440249c4c73", "links": {"self": "http://172.30.9.21:5000/v3/roles/147f18c7e1e349fc8e383440249c4c73"}, "name": "reader"}, {"domain_id": null, "id": "730dcac60af740de8f4eb572d8499268", "links": {"self": "http://172.30.9.21:5000/v3/roles/730dcac60af740de8f4eb572d8499268"}, "name": "swiftoperator"}, {"domain_id": null, "id": "86fab6e3eccc4f5f9bd58caee92e2693", "links": {"self": "http://172.30.9.21:5000/v3/roles/86fab6e3eccc4f5f9bd58caee92e2693"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b2b3ff44e054497fa64f6525e0e6195b", "links": {"self": "http://172.30.9.21:5000/v3/roles/b2b3ff44e054497fa64f6525e0e6195b"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ed1e3c9b852e426e8d791112d2fd4701", "links": {"self": "http://172.30.9.21:5000/v3/roles/ed1e3c9b852e426e8d791112d2fd4701"}, "name": "member"}, {"domain_id": null, "id": "f5c89a4293d34be3af121f401210ef46", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5c89a4293d34be3af121f401210ef46"}, "name": "ResellerAdmin"}]} 2018-08-01 04:46:33,541 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-8398bb28-3175-4573-bddd-bd75044095ff 2018-08-01 04:46:33,541 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.104878902435s 2018-08-01 04:46:33,541 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-8398bb28-3175-4573-bddd-bd75044095ff 2018-08-01 04:46:33,546 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-01 04:46:33,549 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}fb8f02cef2f3d7eec5f499771daee88069cf818d" 2018-08-01 04:46:33,655 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:46:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e2958776-ce18-41bb-8705-d46b7e9d167e Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-01 04:46:33,655 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains/default used request id req-e2958776-ce18-41bb-8705-d46b7e9d167e 2018-08-01 04:46:33,655 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.109141111374s 2018-08-01 04:46:33,655 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains/default used request id req-e2958776-ce18-41bb-8705-d46b7e9d167e 2018-08-01 04:46:33,656 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-01 04:46:33,660 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}fb8f02cef2f3d7eec5f499771daee88069cf818d" 2018-08-01 04:46:33,774 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:46:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-071fcb10-813e-4589-9f81-5a4022f5be41 Content-Encoding: gzip Content-Length: 844 Content-Type: application/json RESP BODY: {"users": [{"name": "cloudify-user_1e8a6ad6-6997-4291-80a5-8bf2427fdd3d", "links": {"self": "http://172.30.9.21:5000/v3/users/0b8938a925da41118179ef049ca3887b"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "0b8938a925da41118179ef049ca3887b", "domain_id": "default", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/0f8a0650d1a846e88ba44704b50255c1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0f8a0650d1a846e88ba44704b50255c1", "email": "glance@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/130b7ea936644204a37124e676ddf428"}, "domain_id": "default", "enabled": true, "options": {}, "id": "130b7ea936644204a37124e676ddf428", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/1476f1d37caa49ec90baf29b9d92850d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1476f1d37caa49ec90baf29b9d92850d", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/386874e6c2464a43ba93f0248a95595b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "386874e6c2464a43ba93f0248a95595b", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/3cb1fd184ec34300aba849c010464d1a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3cb1fd184ec34300aba849c010464d1a", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/749556e27c83423fb69e649d00450103"}, "domain_id": "default", "enabled": true, "options": {}, "id": "749556e27c83423fb69e649d00450103", "email": "admin@example.com", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.21:5000/v3/users/b6122bbf2037491bb9db6c47618110d1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b6122bbf2037491bb9db6c47618110d1", "email": "swift@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/c09ff16c1a614c8bbc73ec74064357a4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c09ff16c1a614c8bbc73ec74064357a4", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/c1daa0d43666493abbd83fb1577cff74"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c1daa0d43666493abbd83fb1577cff74", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/d1cc4ab5045f48be8e12d229b3b59cac"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d1cc4ab5045f48be8e12d229b3b59cac", "email": "cinder@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.21:5000/v3/users/d32629a0e7364688b6a82d496d6e354d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d32629a0e7364688b6a82d496d6e354d", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/d5ee6c90793c4cbeb762d8c68db45d5c"}, "domain_id": "cc40371ace4f4c2e9452fa2c52c1368e", "enabled": true, "options": {}, "id": "d5ee6c90793c4cbeb762d8c68db45d5c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/d91fd39b379e480e825eb2aa75b847b7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d91fd39b379e480e825eb2aa75b847b7", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/ecd8a45bf2844011921c3e9caab06794"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ecd8a45bf2844011921c3e9caab06794", "email": "heat@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-08-01 04:46:33,774 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-071fcb10-813e-4589-9f81-5a4022f5be41 2018-08-01 04:46:33,775 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.118480205536s 2018-08-01 04:46:33,775 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-071fcb10-813e-4589-9f81-5a4022f5be41 2018-08-01 04:46:33,784 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-01 04:46:33,787 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21: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}fb8f02cef2f3d7eec5f499771daee88069cf818d" 2018-08-01 04:46:33,903 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:46:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-47ddb51d-95e7-48e9-adee-5940355bac31 Content-Encoding: gzip Content-Length: 396 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/90aa95516c664aef94b667c55fdaffe9"}, "tags": [], "enabled": true, "id": "90aa95516c664aef94b667c55fdaffe9", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: cloudify", "links": {"self": "http://172.30.9.21:5000/v3/projects/b4993d88a5364a8da428610dbce975e5"}, "tags": [], "enabled": true, "id": "b4993d88a5364a8da428610dbce975e5", "parent_id": "default", "domain_id": "default", "name": "cloudify-project_1e8a6ad6-6997-4291-80a5-8bf2427fdd3d"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/89443fd7c5cf4259bed71fca1c3fe619"}, "tags": [], "enabled": true, "id": "89443fd7c5cf4259bed71fca1c3fe619", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-08-01 04:46:33,903 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?domain_id=default used request id req-47ddb51d-95e7-48e9-adee-5940355bac31 2018-08-01 04:46:33,903 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.11904001236s 2018-08-01 04:46:33,904 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?domain_id=default used request id req-47ddb51d-95e7-48e9-adee-5940355bac31 2018-08-01 04:46:33,911 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-01 04:46:33,914 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:5000/v3/role_assignments?user.id=0b8938a925da41118179ef049ca3887b&role.id=ed1e3c9b852e426e8d791112d2fd4701&scope.project.id=b4993d88a5364a8da428610dbce975e5" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}fb8f02cef2f3d7eec5f499771daee88069cf818d" 2018-08-01 04:46:34,028 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:46:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ec7b54a4-f430-41bf-a284-fc414551bf7e Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.21:5000/v3/role_assignments?user.id=0b8938a925da41118179ef049ca3887b&role.id=ed1e3c9b852e426e8d791112d2fd4701&scope.project.id=b4993d88a5364a8da428610dbce975e5", "previous": null, "next": null}} 2018-08-01 04:46:34,028 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/role_assignments?user.id=0b8938a925da41118179ef049ca3887b&role.id=ed1e3c9b852e426e8d791112d2fd4701&scope.project.id=b4993d88a5364a8da428610dbce975e5 used request id req-ec7b54a4-f430-41bf-a284-fc414551bf7e 2018-08-01 04:46:34,028 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.117157936096s 2018-08-01 04:46:34,029 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/role_assignments?user.id=0b8938a925da41118179ef049ca3887b&role.id=ed1e3c9b852e426e8d791112d2fd4701&scope.project.id=b4993d88a5364a8da428610dbce975e5 used request id req-ec7b54a4-f430-41bf-a284-fc414551bf7e 2018-08-01 04:46:34,031 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-01 04:46:34,034 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:5000/v3/projects/b4993d88a5364a8da428610dbce975e5/users/0b8938a925da41118179ef049ca3887b/roles/ed1e3c9b852e426e8d791112d2fd4701 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}fb8f02cef2f3d7eec5f499771daee88069cf818d" 2018-08-01 04:46:34,091 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 01 Aug 2018 04:46:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2cc1f6ba-8397-4319-9e21-92ee511d333d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-01 04:46:34,092 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/b4993d88a5364a8da428610dbce975e5/users/0b8938a925da41118179ef049ca3887b/roles/ed1e3c9b852e426e8d791112d2fd4701 used request id req-2cc1f6ba-8397-4319-9e21-92ee511d333d 2018-08-01 04:46:34,092 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.0604281425476s 2018-08-01 04:46:34,092 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/b4993d88a5364a8da428610dbce975e5/users/0b8938a925da41118179ef049ca3887b/roles/ed1e3c9b852e426e8d791112d2fd4701 used request id req-2cc1f6ba-8397-4319-9e21-92ee511d333d 2018-08-01 04:46:34,092 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'cloudify-project_1e8a6ad6-6997-4291-80a5-8bf2427fdd3d', 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'b4993d88a5364a8da428610dbce975e5', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': '51017c58-a413-4956-900b-589a6f0c4c56', 'username': u'cloudify-user_1e8a6ad6-6997-4291-80a5-8bf2427fdd3d', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.21: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-01 04:46:34,093 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-01 04:46:34,094 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-01 04:46:34,094 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-01 04:46:34,094 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-01 04:46:34,094 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-01 04:46:34,094 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-01 04:46:34,094 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-01 04:46:34,094 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-01 04:46:34,094 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-01 04:46:34,094 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-01 04:46:34,094 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-01 04:46:34,094 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-01 04:46:34,095 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-01 04:46:34,095 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-01 04:46:34,095 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-01 04:46:34,095 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-01 04:46:34,095 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-01 04:46:34,095 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-01 04:46:34,095 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-01 04:46:34,095 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-01 04:46:34,095 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-01 04:46:34,095 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-01 04:46:34,097 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'cloudify-user_1e8a6ad6-6997-4291-80a5-8bf2427fdd3d', 'password': '51017c58-a413-4956-900b-589a6f0c4c56', 'project_name': 'cloudify-project_1e8a6ad6-6997-4291-80a5-8bf2427fdd3d', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.21:5000/v3', 'project_id': 'b4993d88a5364a8da428610dbce975e5', 'project_domain_name': 'Default'} 2018-08-01 04:46:34,097 - xtesting.ci.run_tests - INFO - Running test case 'cloudify'... 2018-08-01 04:46:34,098 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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-01 04:46:34,103 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:46:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0b5f55fa-6d75-407c-8f33-11fdb1fed2f1 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-01 04:46:34,103 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-0b5f55fa-6d75-407c-8f33-11fdb1fed2f1 2018-08-01 04:46:34,104 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-08-01 04:46:34,504 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ed1e3c9b852e426e8d791112d2fd4701", "name": "member"}, {"id": "147f18c7e1e349fc8e383440249c4c73", "name": "reader"}], "expires_at": "2018-08-01T05:46:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b4993d88a5364a8da428610dbce975e5", "name": "cloudify-project_1e8a6ad6-6997-4291-80a5-8bf2427fdd3d"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:8004/v1/b4993d88a5364a8da428610dbce975e5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5af2a23f0d4746a18ce9987becf49813"}, {"url": "http://192.30.9.7:8004/v1/b4993d88a5364a8da428610dbce975e5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d6722b9f2184abb8e7b581d10709b51"}, {"url": "http://192.30.9.7:8004/v1/b4993d88a5364a8da428610dbce975e5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc81206c7ec74b63a868c84343e2355a"}], "type": "orchestration", "id": "032123c5c07d477ab419a77fddb5ca2b", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/b4993d88a5364a8da428610dbce975e5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00197bc0507d42718c9de1a1f3ff7fa9"}, {"url": "http://192.30.9.7:8776/v2/b4993d88a5364a8da428610dbce975e5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "186c94a5205743a68de2c02795dd12cf"}, {"url": "http://192.30.9.7:8776/v2/b4993d88a5364a8da428610dbce975e5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32c49f45893f4074a75a056facd63fc5"}], "type": "volumev2", "id": "09ef7c245fd9479f97ffee152dae0c8e", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27e89bb29a0d43ce83aefd4cae0f7bd7"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "295d31abf3f44d85b346281cd9c04740"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d685797f4b164aa48837a822ed32598b"}], "type": "alarming", "id": "0f8615b3651c41099fe76f0fa5b23dd1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f0c9b6089cd4f558ee73fabe48d842a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "551cf56b00bd4d038a8694d11700f2ef"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9ea08b0116c4412eaded9a074baa4211"}], "type": "image", "id": "17038717f3f0408e8c9d5af024ea0aab", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "17647a3a3a00479b9213e6f6cf7a30ea", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c2328ef964c4156917122cfb247f0c4"}, {"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33d0ce77838b4a0fbe56c50f7b1e4d71"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38b745fc1fe14a8691a6fb2553ade0e0"}], "type": "event", "id": "1d35633c710f4d9c88e1f50abe614b06", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/b4993d88a5364a8da428610dbce975e5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dcebb246e8d42fab040b053411c0957"}, {"url": "http://192.30.9.7:8776/v3/b4993d88a5364a8da428610dbce975e5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92f3de4ac4f44b9a95bdb5c3f0c34d51"}, {"url": "http://172.30.9.21:8776/v3/b4993d88a5364a8da428610dbce975e5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f92025e32c9344f587283e14c1506699"}], "type": "volumev3", "id": "27b85f80d71f464183ff256181f71b43", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0f1136276d75402689a9c377621253ce"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b943f44b606457c91b7d5098b199be0"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b47ac34c09dc4c05b1ca4c869d47eaeb"}], "type": "metric", "id": "5a0ae06ba8b741ffb51d39c9adb9451c", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10bc7f20cf92414cb6d088da882341c5"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "53c0109d8bd545ef83f6d70ce101d52d"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d3688eabec1484e8c6549a46b35b25f"}], "type": "cloudformation", "id": "64e449782da244a4b49ea375e297a3ea", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/b4993d88a5364a8da428610dbce975e5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8713e9b13a6e43c59e8aa6d6cd510b2b"}, {"url": "http://192.30.9.7:8776/v1/b4993d88a5364a8da428610dbce975e5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b073433cdd0f4518882ecf0e413ae4af"}, {"url": "http://172.30.9.21:8776/v1/b4993d88a5364a8da428610dbce975e5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fc41a1400c1945199a7f0758b5566e31"}], "type": "volume", "id": "6951fb022adb46feaa04f1020c483fd1", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "247e0a42582047fb8b1a74db1f38edf7"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37ed8998a3894a91b69a9e4f00e62b69"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b11d1b5d1d9043d88291c85c92eb73f4"}], "type": "placement", "id": "83e7ef9cff3b4731b936862816b9afd9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "432bfc9d0c4249dd9ccda5421e19b9e2"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f93c2c146b149cbb3483078f52c4bdf"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd4fdce564324509818028dc78641d8d"}], "type": "network", "id": "94871ebfcb5240ebb8b1c19b8739272c", "name": "neutron"}, {"endpoints": [{"url": "http://12.0.0.40:8080/v1/AUTH_b4993d88a5364a8da428610dbce975e5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2333bd642dd5455c8f03d343d974704d"}, {"url": "http://12.0.0.40:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c3a57c4832a74174a0c0889da1e1364b"}, {"url": "http://172.30.9.21:8080/v1/AUTH_b4993d88a5364a8da428610dbce975e5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f27db37221fb446f86228761531722fd"}], "type": "object-store", "id": "b008c8aea7694b57822ddc559b6dfc45", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "038ac873a08f40dab615db1106f36b91"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9c064a815b5c40c0bb0beee1dee18b58"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa33b6fd9ec24bfb9e27785b76bc205d"}], "type": "identity", "id": "de72ed0871ef4a7bab6d7ea0bbfa8d90", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c04b9806aca48e692c506107e0bd3a6"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "449f60307ac54b799d4527d2070f35db"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d69efddbf8af404a9b303b99cfb12f43"}], "type": "compute", "id": "eb2dd02d9ef54f67b42600e437ecb401", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "cloudify-user_1e8a6ad6-6997-4291-80a5-8bf2427fdd3d", "id": "0b8938a925da41118179ef049ca3887b"}, "audit_ids": ["rEHsNykCTc2DWu95pq7dtQ"], "issued_at": "2018-08-01T04:46:34.000000Z"}} 2018-08-01 04:46:34,506 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-01 04:46:34,507 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}a893be41a76b0396fb3a2a707515164fbec78156" -d '{"network": {"name": "cloudify-net_1e8a6ad6-6997-4291-80a5-8bf2427fdd3d", "admin_state_up": true}}' 2018-08-01 04:46:35,099 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 586 X-Openstack-Request-Id: req-c7d3ec83-1d83-4d96-9e06-798af07bdf7f Date: Wed, 01 Aug 2018 04:46:35 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"b4993d88a5364a8da428610dbce975e5","created_at":"2018-08-01T04:46:34Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-01T04:46:34Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"b4993d88a5364a8da428610dbce975e5","id":"e1135da0-e892-4b12-b6b3-7014717235a3","name":"cloudify-net_1e8a6ad6-6997-4291-80a5-8bf2427fdd3d"}} 2018-08-01 04:46:35,099 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-c7d3ec83-1d83-4d96-9e06-798af07bdf7f 2018-08-01 04:46:35,100 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.593039035797s 2018-08-01 04:46:35,100 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-c7d3ec83-1d83-4d96-9e06-798af07bdf7f 2018-08-01 04:46:35,100 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-08-01T04:46:34Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'id': u'e1135da0-e892-4b12-b6b3-7014717235a3', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'cloudify-net_1e8a6ad6-6997-4291-80a5-8bf2427fdd3d', u'admin_state_up': True, u'tenant_id': u'b4993d88a5364a8da428610dbce975e5', u'created_at': u'2018-08-01T04:46:34Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'b4993d88a5364a8da428610dbce975e5'}) 2018-08-01 04:46:35,101 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-01 04:46:35,102 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a893be41a76b0396fb3a2a707515164fbec78156" 2018-08-01 04:46:35,403 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1147 X-Openstack-Request-Id: req-0d93691f-91ca-4cad-95a2-226b6bb09d5a Date: Wed, 01 Aug 2018 04:46:35 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["e06facf3-a24e-40d5-a5ce-a0901a6e4875"],"updated_at":"2018-08-01T03:28:20Z","tenant_id":"89443fd7c5cf4259bed71fca1c3fe619","created_at":"2018-08-01T03:28:13Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"89443fd7c5cf4259bed71fca1c3fe619","id":"262fe7ec-b437-40b8-908b-6eb66c149655","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-01T04:46:34Z","tenant_id":"b4993d88a5364a8da428610dbce975e5","created_at":"2018-08-01T04:46:34Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":1,"admin_state_up":true,"shared":false,"project_id":"b4993d88a5364a8da428610dbce975e5","id":"e1135da0-e892-4b12-b6b3-7014717235a3","name":"cloudify-net_1e8a6ad6-6997-4291-80a5-8bf2427fdd3d"}]} 2018-08-01 04:46:35,403 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-0d93691f-91ca-4cad-95a2-226b6bb09d5a 2018-08-01 04:46:35,404 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.302504062653s 2018-08-01 04:46:35,404 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-0d93691f-91ca-4cad-95a2-226b6bb09d5a 2018-08-01 04:46:35,405 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-01 04:46:35,406 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}a893be41a76b0396fb3a2a707515164fbec78156" -d '{"subnet": {"name": "cloudify-subnet_1e8a6ad6-6997-4291-80a5-8bf2427fdd3d", "enable_dhcp": true, "network_id": "e1135da0-e892-4b12-b6b3-7014717235a3", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-01 04:46:36,470 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-5ce1c446-6700-4736-9264-78217cd93d33 Date: Wed, 01 Aug 2018 04:46:36 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e1135da0-e892-4b12-b6b3-7014717235a3","tenant_id":"b4993d88a5364a8da428610dbce975e5","created_at":"2018-08-01T04:46:35Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-01T04:46: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":"b4993d88a5364a8da428610dbce975e5","id":"38528ab2-6045-4d2c-b809-da2fed2cb4b1","subnetpool_id":null,"name":"cloudify-subnet_1e8a6ad6-6997-4291-80a5-8bf2427fdd3d"}} 2018-08-01 04:46:36,471 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-5ce1c446-6700-4736-9264-78217cd93d33 2018-08-01 04:46:36,471 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 1.06509304047s 2018-08-01 04:46:36,471 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-5ce1c446-6700-4736-9264-78217cd93d33 2018-08-01 04:46:36,471 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-01T04:46: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'38528ab2-6045-4d2c-b809-da2fed2cb4b1', u'subnetpool_id': None, u'service_types': [], u'name': u'cloudify-subnet_1e8a6ad6-6997-4291-80a5-8bf2427fdd3d', u'enable_dhcp': True, u'network_id': u'e1135da0-e892-4b12-b6b3-7014717235a3', u'tenant_id': u'b4993d88a5364a8da428610dbce975e5', u'created_at': u'2018-08-01T04:46: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'b4993d88a5364a8da428610dbce975e5'}) 2018-08-01 04:46:36,472 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-01 04:46:36,473 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}a893be41a76b0396fb3a2a707515164fbec78156" -d '{"router": {"external_gateway_info": {"network_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "name": "cloudify-router_1e8a6ad6-6997-4291-80a5-8bf2427fdd3d", "admin_state_up": true}}' 2018-08-01 04:46:37,748 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 619 X-Openstack-Request-Id: req-5c976703-7401-46c1-9651-e02ff2bc2e79 Date: Wed, 01 Aug 2018 04:46:37 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "e06facf3-a24e-40d5-a5ce-a0901a6e4875", "ip_address": "172.30.9.203"}]}, "description": "", "tags": [], "tenant_id": "b4993d88a5364a8da428610dbce975e5", "created_at": "2018-08-01T04:46:36Z", "admin_state_up": true, "updated_at": "2018-08-01T04:46:37Z", "revision_number": 2, "routes": [], "project_id": "b4993d88a5364a8da428610dbce975e5", "id": "1139d2b5-65cf-477e-bf88-2212630604a0", "name": "cloudify-router_1e8a6ad6-6997-4291-80a5-8bf2427fdd3d"}} 2018-08-01 04:46:37,749 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-5c976703-7401-46c1-9651-e02ff2bc2e79 2018-08-01 04:46:37,749 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.27662181854s 2018-08-01 04:46:37,749 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-5c976703-7401-46c1-9651-e02ff2bc2e79 2018-08-01 04:46:37,750 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'262fe7ec-b437-40b8-908b-6eb66c149655', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'e06facf3-a24e-40d5-a5ce-a0901a6e4875', u'ip_address': u'172.30.9.203'}]}, u'description': u'', u'tags': [], u'tenant_id': u'b4993d88a5364a8da428610dbce975e5', u'created_at': u'2018-08-01T04:46:36Z', u'admin_state_up': True, u'updated_at': u'2018-08-01T04:46:37Z', u'revision_number': 2, u'routes': [], u'project_id': u'b4993d88a5364a8da428610dbce975e5', u'id': u'1139d2b5-65cf-477e-bf88-2212630604a0', u'name': u'cloudify-router_1e8a6ad6-6997-4291-80a5-8bf2427fdd3d'}) 2018-08-01 04:46:37,750 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-01 04:46:37,751 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9696/v2.0/routers/1139d2b5-65cf-477e-bf88-2212630604a0/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}a893be41a76b0396fb3a2a707515164fbec78156" -d '{"subnet_id": "38528ab2-6045-4d2c-b809-da2fed2cb4b1"}' 2018-08-01 04:46:40,268 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-2cc5b9a1-3edd-41e8-a73e-98608b54cfb0 Date: Wed, 01 Aug 2018 04:46:40 GMT RESP BODY: {"network_id": "e1135da0-e892-4b12-b6b3-7014717235a3", "tenant_id": "b4993d88a5364a8da428610dbce975e5", "subnet_id": "38528ab2-6045-4d2c-b809-da2fed2cb4b1", "subnet_ids": ["38528ab2-6045-4d2c-b809-da2fed2cb4b1"], "port_id": "fe31be1e-3d01-4fe2-8bb5-5f6ede96a164", "id": "1139d2b5-65cf-477e-bf88-2212630604a0"} 2018-08-01 04:46:40,269 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/1139d2b5-65cf-477e-bf88-2212630604a0/add_router_interface.json used request id req-2cc5b9a1-3edd-41e8-a73e-98608b54cfb0 2018-08-01 04:46:40,270 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.5188999176s 2018-08-01 04:46:40,271 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/1139d2b5-65cf-477e-bf88-2212630604a0/add_router_interface.json used request id req-2cc5b9a1-3edd-41e8-a73e-98608b54cfb0 returning object 1139d2b5-65cf-477e-bf88-2212630604a0 2018-08-01 04:46:40,272 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cloudify-manager-premium-4.0.1.qcow2 2018-08-01 04:47:03,072 - shade - DEBUG - Image file /home/opnfv/functest/images/cloudify-manager-premium-4.0.1.qcow2 md5:d9fa9deb2e0906ab7da21bd97d305fa1 sha256:e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a 2018-08-01 04:47:03,075 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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-01 04:47:03,082 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 754 Date: Wed, 01 Aug 2018 04:47:03 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.6", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}]} 2018-08-01 04:47:03,086 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-01 04:47:03,089 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a893be41a76b0396fb3a2a707515164fbec78156" 2018-08-01 04:47:03,306 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-01661fc0-c593-420a-8501-40d15bac692b Date: Wed, 01 Aug 2018 04:47:03 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-01 04:47:03,306 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-01661fc0-c593-420a-8501-40d15bac692b 2018-08-01 04:47:03,307 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.220301866531s 2018-08-01 04:47:03,307 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-01661fc0-c593-420a-8501-40d15bac692b 2018-08-01 04:47:03,315 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-01 04:47:03,318 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}a893be41a76b0396fb3a2a707515164fbec78156" -d '{"owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "owner_specified.shade.object": "images/cloudify-img_1e8a6ad6-6997-4291-80a5-8bf2427fdd3d", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "cloudify-img_1e8a6ad6-6997-4291-80a5-8bf2427fdd3d"}' 2018-08-01 04:47:03,541 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 868 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/598c0dcf-4f99-49f6-9ef5-e64b3219e6fb Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-6a814b97-c056-4c8a-b5bb-a169b694bbea Date: Wed, 01 Aug 2018 04:47:03 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/598c0dcf-4f99-49f6-9ef5-e64b3219e6fb/file", "owner": "b4993d88a5364a8da428610dbce975e5", "id": "598c0dcf-4f99-49f6-9ef5-e64b3219e6fb", "size": null, "self": "/v2/images/598c0dcf-4f99-49f6-9ef5-e64b3219e6fb", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "updated_at": "2018-08-01T04:47:03Z", "visibility": "private", "owner_specified.shade.object": "images/cloudify-img_1e8a6ad6-6997-4291-80a5-8bf2427fdd3d", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "cloudify-img_1e8a6ad6-6997-4291-80a5-8bf2427fdd3d", "checksum": null, "created_at": "2018-08-01T04:47:03Z", "protected": false} 2018-08-01 04:47:03,541 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-6a814b97-c056-4c8a-b5bb-a169b694bbea 2018-08-01 04:47:03,541 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.226303100586s 2018-08-01 04:47:03,541 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-6a814b97-c056-4c8a-b5bb-a169b694bbea returning object 598c0dcf-4f99-49f6-9ef5-e64b3219e6fb 2018-08-01 04:47:03,542 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-01 04:47:03,546 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9292/v2/images/598c0dcf-4f99-49f6-9ef5-e64b3219e6fb/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}a893be41a76b0396fb3a2a707515164fbec78156" -d '' 2018-08-01 04:48:02,463 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-4f98858d-8bc1-4841-806c-4b14c1f55aad Date: Wed, 01 Aug 2018 04:48:02 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 04:48:02,463 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/598c0dcf-4f99-49f6-9ef5-e64b3219e6fb/file used request id req-4f98858d-8bc1-4841-806c-4b14c1f55aad 2018-08-01 04:48:02,463 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 58.9211959839s 2018-08-01 04:48:02,464 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/598c0dcf-4f99-49f6-9ef5-e64b3219e6fb/file used request id req-4f98858d-8bc1-4841-806c-4b14c1f55aad 2018-08-01 04:48:02,464 - functest.core.singlevm - DEBUG - image: Munch({u'status': u'queued', u'owner_specified.shade.object': u'images/cloudify-img_1e8a6ad6-6997-4291-80a5-8bf2427fdd3d', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2018-08-01T04:47:03Z', u'owner_specified.shade.sha256': u'e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a', u'locations': [], u'min_disk': 0, u'visibility': u'private', u'file': u'/v2/images/598c0dcf-4f99-49f6-9ef5-e64b3219e6fb/file', u'owner': u'b4993d88a5364a8da428610dbce975e5', u'virtual_size': None, u'owner_specified.shade.md5': u'd9fa9deb2e0906ab7da21bd97d305fa1', u'id': u'598c0dcf-4f99-49f6-9ef5-e64b3219e6fb', u'size': None, u'name': u'cloudify-img_1e8a6ad6-6997-4291-80a5-8bf2427fdd3d', u'checksum': None, u'self': u'/v2/images/598c0dcf-4f99-49f6-9ef5-e64b3219e6fb', u'disk_format': u'qcow2', u'protected': False, u'created_at': u'2018-08-01T04:47:03Z', u'schema': u'/v2/schemas/image'}) 2018-08-01 04:48:02,466 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-01 04:48:02,469 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}fb8f02cef2f3d7eec5f499771daee88069cf818d" -d '{"flavor": {"vcpus": 2, "ram": 4096, "name": "cloudify-flavor_1e8a6ad6-6997-4291-80a5-8bf2427fdd3d", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 40, "id": null, "swap": 0}}' 2018-08-01 04:48:03,091 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:48: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-e71ee430-4629-49a5-a8d5-7b345e56c6ef x-compute-request-id: req-e71ee430-4629-49a5-a8d5-7b345e56c6ef Content-Encoding: gzip Content-Length: 313 Content-Type: application/json RESP BODY: {"flavor": {"name": "cloudify-flavor_1e8a6ad6-6997-4291-80a5-8bf2427fdd3d", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/574f3e2a-f5fb-45d5-a474-3e9065bb53c6", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/574f3e2a-f5fb-45d5-a474-3e9065bb53c6", "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": "574f3e2a-f5fb-45d5-a474-3e9065bb53c6"}} 2018-08-01 04:48:03,091 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-e71ee430-4629-49a5-a8d5-7b345e56c6ef 2018-08-01 04:48:03,092 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.625843048096s 2018-08-01 04:48:03,092 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-e71ee430-4629-49a5-a8d5-7b345e56c6ef 2018-08-01 04:48:03,093 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'cloudify-flavor_1e8a6ad6-6997-4291-80a5-8bf2427fdd3d', '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'90aa95516c664aef94b667c55fdaffe9', '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'574f3e2a-f5fb-45d5-a474-3e9065bb53c6', 'swap': 0}) 2018-08-01 04:48:03,094 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-01 04:48:03,097 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/flavors/574f3e2a-f5fb-45d5-a474-3e9065bb53c6/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}fb8f02cef2f3d7eec5f499771daee88069cf818d" -d '{"extra_specs": {}}' 2018-08-01 04:48:03,117 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:48:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-f77fdc8e-9c91-4f24-aee3-7a1c228677de x-compute-request-id: req-f77fdc8e-9c91-4f24-aee3-7a1c228677de Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-01 04:48:03,117 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors/574f3e2a-f5fb-45d5-a474-3e9065bb53c6/os-extra_specs used request id req-f77fdc8e-9c91-4f24-aee3-7a1c228677de 2018-08-01 04:48:03,118 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0237557888031s 2018-08-01 04:48:03,118 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors/574f3e2a-f5fb-45d5-a474-3e9065bb53c6/os-extra_specs used request id req-f77fdc8e-9c91-4f24-aee3-7a1c228677de 2018-08-01 04:48:03,118 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-08-01 04:48:03,121 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}a893be41a76b0396fb3a2a707515164fbec78156" -d '{"keypair": {"name": "cloudify-kp_1e8a6ad6-6997-4291-80a5-8bf2427fdd3d"}}' 2018-08-01 04:48:03,458 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:48:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d666429f-1f1c-468a-bbb9-09d83e125bf6 x-compute-request-id: req-d666429f-1f1c-468a-bbb9-09d83e125bf6 Content-Encoding: gzip Content-Length: 1802 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDj57yvG1FBtNpapDHOkxK8Ux35WO3KyR0RpuTstinbyqKk0OEF26P8Qcb24RH4jTOHq9mDxMvt3L4ti80/8+PQxQNJvIFM7upvdM0NamWjpPe/oVTSIFMfCSR2qDXZSiUqy0mJzQKAKlns8GKLcb24WxbIqCFuMeToqWs0rmqJtSNZJ9hZga1jE5CWGtIpyBocfaoF39MNX8AKs/B9dSw0XdmpbHtNqPNXU1qLsiMPMObFJD6djRgyQWoum5p+VIjP7+3A6WW3SLWHKx6GfmAKdRZBcw4OaWtT9sPRLP53gqQS/NV+CcneE36oMXEIwQXcLH5fwbh1I6gnGN4yeI5T Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEA4+e8rxtRQbTaWqQxzpMSvFMd+VjtyskdEabk7LYp28qipNDh\nBduj/EHG9uER+I0zh6vZg8TL7dy+LYvNP/Pj0MUDSbyBTO7qb3TNDWplo6T3v6FU\n0iBTHwkkdqg12UolKstJic0CgCpZ7PBii3G9uFsWyKghbjHk6KlrNK5qibUjWSfY\nWYGtYxOQlhrSKcgaHH2qBd/TDV/ACrPwfXUsNF3ZqWx7TajzV1Nai7IjDzDmxSQ+\nnY0YMkFqLpuaflSIz+/twOllt0i1hysehn5gCnUWQXMODmlrU/bD0Sz+d4KkEvzV\nfgnJ3hN+qDFxCMEF3Cx+X8G4dSOoJxjeMniOUwIDAQABAoIBAFU66+BcifXVqbcu\nIoZLkD0npFUEweENdzaLwJ8ZvOu6izqx9wVWz6vd+YeIQk0+mR/Kz8ysg0tQOzsT\nRk39apw/oWwo9/4Kd1f5SVoUCTC62AAtWGhAuHUp2R4a6BB73wxy++xx49aEgB7R\nAzl87uOMBShDYEUymZW9Dh+kfqlChNij3+SdF1FupeZBrBp5voZiJnfZgXPR1u2h\n1026cIJurezVHZH0hbRTmZFKaBpVxCdLY1b2ss5emA09Jq8/ZraDOb9PEKvcMBnh\nae9uIsCdhW+C5ljaEpYkH2Hx/o510OD6yhwncjyXFjdUOyq81bWxz4YRQh1bV2Vh\nHNyvW9kCgYEA+Lzd1gqbduRaNeQyOXkeCJPjmOo9Msw+YHKAiCS07grEoeYWadEN\ng4PILt0yKSzmrUExPeIMuvHGHdx7pcNjg74CqbiXrxcvaJvxzJbxPKxNsGvVyqx5\nGlOoD8XAvqe7RoCvo14qa8BgyUYB+q9diBmUTTx2vItQ5miECpOAijUCgYEA6o8p\nl5h0Qc/kwsV3Y2MRpyiv/iO7AyKbSrBaNkRH+ZdqsQFBLH9FDHFAbSHN2dn0weWj\nEevks+TE4+RazgGEtuudW5H89jH/gFmaUMnVSpItpLlrW5jVgnTriBnoBNrAsq4+\n6pYYZN+mir37q4vuwxmTgp8nV+MKI7kKRPFDh2cCgYEAoNkhayR43C1W2Lq0b84O\nyeU4rM3svUiunZft3hw+lCCKf1dW7x6s6nrxnLyVj2Ll2Ovrd+UR7mIih3To0IzF\ncZASEMa58BPCKJePiYmifmW953QUUHev6IJoj6qFtcSpqjHVYoOmUv+Ylw+agA2f\nIj/IUxnifpJowlab7GruGHECgYBnCW6W5mSjiGSQXtgcM6fMi2YMOLvtG6WmAKQQ\nVJxdevNmQAvWNS4q0hEgH4pi2YjYKD0jIUG8+JC5H1X4Sth21jewwwehSsNXKYVN\nWew1LtOYGc+cVB3uidfxWJgAkeu2Ui7XNAoRPeHV7rEAYZ8H21NePPW2eMi6eo2V\nTXqBnwKBgQDfb+N/qa119IA6j6ISmnKcBLG9YlLWPyHWqm7GRy/OZksNveDASwXy\nPSHBwTCbt5IyzyiEuj26VTDRV3yRh2J45W4p6uDlo3TzntAbqJ5YptlSJYb633Ec\nsIP9Lr0Lp0lKMAALkACfgETBPi2jInFyM6dATK7AKNp+SidWYKZ0cQ==\n-----END RSA PRIVATE KEY-----\n", "user_id": "0b8938a925da41118179ef049ca3887b", "name": "cloudify-kp_1e8a6ad6-6997-4291-80a5-8bf2427fdd3d", "fingerprint": "00:77:98:11:fb:fd:b4:ff:e0:e3:2e:df:5f:00:2c:63"}} 2018-08-01 04:48:03,459 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/os-keypairs used request id req-d666429f-1f1c-468a-bbb9-09d83e125bf6 2018-08-01 04:48:03,459 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.340161800385s 2018-08-01 04:48:03,459 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/os-keypairs used request id req-d666429f-1f1c-468a-bbb9-09d83e125bf6 2018-08-01 04:48:03,460 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDj57yvG1FBtNpapDHOkxK8Ux35WO3KyR0RpuTstinbyqKk0OEF26P8Qcb24RH4jTOHq9mDxMvt3L4ti80/8+PQxQNJvIFM7upvdM0NamWjpPe/oVTSIFMfCSR2qDXZSiUqy0mJzQKAKlns8GKLcb24WxbIqCFuMeToqWs0rmqJtSNZJ9hZga1jE5CWGtIpyBocfaoF39MNX8AKs/B9dSw0XdmpbHtNqPNXU1qLsiMPMObFJD6djRgyQWoum5p+VIjP7+3A6WW3SLWHKx6GfmAKdRZBcw4OaWtT9sPRLP53gqQS/NV+CcneE36oMXEIwQXcLH5fwbh1I6gnGN4yeI5T Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEA4+e8rxtRQbTaWqQxzpMSvFMd+VjtyskdEabk7LYp28qipNDh\nBduj/EHG9uER+I0zh6vZg8TL7dy+LYvNP/Pj0MUDSbyBTO7qb3TNDWplo6T3v6FU\n0iBTHwkkdqg12UolKstJic0CgCpZ7PBii3G9uFsWyKghbjHk6KlrNK5qibUjWSfY\nWYGtYxOQlhrSKcgaHH2qBd/TDV/ACrPwfXUsNF3ZqWx7TajzV1Nai7IjDzDmxSQ+\nnY0YMkFqLpuaflSIz+/twOllt0i1hysehn5gCnUWQXMODmlrU/bD0Sz+d4KkEvzV\nfgnJ3hN+qDFxCMEF3Cx+X8G4dSOoJxjeMniOUwIDAQABAoIBAFU66+BcifXVqbcu\nIoZLkD0npFUEweENdzaLwJ8ZvOu6izqx9wVWz6vd+YeIQk0+mR/Kz8ysg0tQOzsT\nRk39apw/oWwo9/4Kd1f5SVoUCTC62AAtWGhAuHUp2R4a6BB73wxy++xx49aEgB7R\nAzl87uOMBShDYEUymZW9Dh+kfqlChNij3+SdF1FupeZBrBp5voZiJnfZgXPR1u2h\n1026cIJurezVHZH0hbRTmZFKaBpVxCdLY1b2ss5emA09Jq8/ZraDOb9PEKvcMBnh\nae9uIsCdhW+C5ljaEpYkH2Hx/o510OD6yhwncjyXFjdUOyq81bWxz4YRQh1bV2Vh\nHNyvW9kCgYEA+Lzd1gqbduRaNeQyOXkeCJPjmOo9Msw+YHKAiCS07grEoeYWadEN\ng4PILt0yKSzmrUExPeIMuvHGHdx7pcNjg74CqbiXrxcvaJvxzJbxPKxNsGvVyqx5\nGlOoD8XAvqe7RoCvo14qa8BgyUYB+q9diBmUTTx2vItQ5miECpOAijUCgYEA6o8p\nl5h0Qc/kwsV3Y2MRpyiv/iO7AyKbSrBaNkRH+ZdqsQFBLH9FDHFAbSHN2dn0weWj\nEevks+TE4+RazgGEtuudW5H89jH/gFmaUMnVSpItpLlrW5jVgnTriBnoBNrAsq4+\n6pYYZN+mir37q4vuwxmTgp8nV+MKI7kKRPFDh2cCgYEAoNkhayR43C1W2Lq0b84O\nyeU4rM3svUiunZft3hw+lCCKf1dW7x6s6nrxnLyVj2Ll2Ovrd+UR7mIih3To0IzF\ncZASEMa58BPCKJePiYmifmW953QUUHev6IJoj6qFtcSpqjHVYoOmUv+Ylw+agA2f\nIj/IUxnifpJowlab7GruGHECgYBnCW6W5mSjiGSQXtgcM6fMi2YMOLvtG6WmAKQQ\nVJxdevNmQAvWNS4q0hEgH4pi2YjYKD0jIUG8+JC5H1X4Sth21jewwwehSsNXKYVN\nWew1LtOYGc+cVB3uidfxWJgAkeu2Ui7XNAoRPeHV7rEAYZ8H21NePPW2eMi6eo2V\nTXqBnwKBgQDfb+N/qa119IA6j6ISmnKcBLG9YlLWPyHWqm7GRy/OZksNveDASwXy\nPSHBwTCbt5IyzyiEuj26VTDRV3yRh2J45W4p6uDlo3TzntAbqJ5YptlSJYb633Ec\nsIP9Lr0Lp0lKMAALkACfgETBPi2jInFyM6dATK7AKNp+SidWYKZ0cQ==\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'0b8938a925da41118179ef049ca3887b', 'name': u'cloudify-kp_1e8a6ad6-6997-4291-80a5-8bf2427fdd3d', 'created_at': '2018-08-01T04:48:03.460383', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'b4993d88a5364a8da428610dbce975e5', 'name': 'cloudify-project_1e8a6ad6-6997-4291-80a5-8bf2427fdd3d', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'00:77:98:11:fb:fd:b4:ff:e0:e3:2e:df:5f:00:2c:63', 'type': 'ssh', 'id': u'cloudify-kp_1e8a6ad6-6997-4291-80a5-8bf2427fdd3d'}) 2018-08-01 04:48:03,460 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEpAIBAAKCAQEA4+e8rxtRQbTaWqQxzpMSvFMd+VjtyskdEabk7LYp28qipNDh Bduj/EHG9uER+I0zh6vZg8TL7dy+LYvNP/Pj0MUDSbyBTO7qb3TNDWplo6T3v6FU 0iBTHwkkdqg12UolKstJic0CgCpZ7PBii3G9uFsWyKghbjHk6KlrNK5qibUjWSfY WYGtYxOQlhrSKcgaHH2qBd/TDV/ACrPwfXUsNF3ZqWx7TajzV1Nai7IjDzDmxSQ+ nY0YMkFqLpuaflSIz+/twOllt0i1hysehn5gCnUWQXMODmlrU/bD0Sz+d4KkEvzV fgnJ3hN+qDFxCMEF3Cx+X8G4dSOoJxjeMniOUwIDAQABAoIBAFU66+BcifXVqbcu IoZLkD0npFUEweENdzaLwJ8ZvOu6izqx9wVWz6vd+YeIQk0+mR/Kz8ysg0tQOzsT Rk39apw/oWwo9/4Kd1f5SVoUCTC62AAtWGhAuHUp2R4a6BB73wxy++xx49aEgB7R Azl87uOMBShDYEUymZW9Dh+kfqlChNij3+SdF1FupeZBrBp5voZiJnfZgXPR1u2h 1026cIJurezVHZH0hbRTmZFKaBpVxCdLY1b2ss5emA09Jq8/ZraDOb9PEKvcMBnh ae9uIsCdhW+C5ljaEpYkH2Hx/o510OD6yhwncjyXFjdUOyq81bWxz4YRQh1bV2Vh HNyvW9kCgYEA+Lzd1gqbduRaNeQyOXkeCJPjmOo9Msw+YHKAiCS07grEoeYWadEN g4PILt0yKSzmrUExPeIMuvHGHdx7pcNjg74CqbiXrxcvaJvxzJbxPKxNsGvVyqx5 GlOoD8XAvqe7RoCvo14qa8BgyUYB+q9diBmUTTx2vItQ5miECpOAijUCgYEA6o8p l5h0Qc/kwsV3Y2MRpyiv/iO7AyKbSrBaNkRH+ZdqsQFBLH9FDHFAbSHN2dn0weWj Eevks+TE4+RazgGEtuudW5H89jH/gFmaUMnVSpItpLlrW5jVgnTriBnoBNrAsq4+ 6pYYZN+mir37q4vuwxmTgp8nV+MKI7kKRPFDh2cCgYEAoNkhayR43C1W2Lq0b84O yeU4rM3svUiunZft3hw+lCCKf1dW7x6s6nrxnLyVj2Ll2Ovrd+UR7mIih3To0IzF cZASEMa58BPCKJePiYmifmW953QUUHev6IJoj6qFtcSpqjHVYoOmUv+Ylw+agA2f Ij/IUxnifpJowlab7GruGHECgYBnCW6W5mSjiGSQXtgcM6fMi2YMOLvtG6WmAKQQ VJxdevNmQAvWNS4q0hEgH4pi2YjYKD0jIUG8+JC5H1X4Sth21jewwwehSsNXKYVN Wew1LtOYGc+cVB3uidfxWJgAkeu2Ui7XNAoRPeHV7rEAYZ8H21NePPW2eMi6eo2V TXqBnwKBgQDfb+N/qa119IA6j6ISmnKcBLG9YlLWPyHWqm7GRy/OZksNveDASwXy PSHBwTCbt5IyzyiEuj26VTDRV3yRh2J45W4p6uDlo3TzntAbqJ5YptlSJYb633Ec sIP9Lr0Lp0lKMAALkACfgETBPi2jInFyM6dATK7AKNp+SidWYKZ0cQ== -----END RSA PRIVATE KEY----- 2018-08-01 04:48:03,464 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-groups 2018-08-01 04:48:03,464 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}a893be41a76b0396fb3a2a707515164fbec78156" -d '{"security_group": {"name": "cloudify-sg_1e8a6ad6-6997-4291-80a5-8bf2427fdd3d", "description": "created by OPNFV Functest (cloudify)"}}' 2018-08-01 04:48:03,862 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1416 X-Openstack-Request-Id: req-05cba9cd-9380-483a-9d63-ef4a400017e7 Date: Wed, 01 Aug 2018 04:48:03 GMT RESP BODY: {"security_group": {"description": "created by OPNFV Functest (cloudify)", "tags": [], "tenant_id": "b4993d88a5364a8da428610dbce975e5", "created_at": "2018-08-01T04:48:03Z", "updated_at": "2018-08-01T04:48:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-01T04:48:03Z", "revision_number": 0, "id": "6be27211-91d4-4b87-b811-93601ecbe14e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-01T04:48:03Z", "security_group_id": "2e86f681-4e0e-44e6-837b-ba190780e12a", "tenant_id": "b4993d88a5364a8da428610dbce975e5", "port_range_min": null, "ethertype": "IPv6", "project_id": "b4993d88a5364a8da428610dbce975e5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-01T04:48:03Z", "revision_number": 0, "id": "c469cf94-f1d4-4a7d-83f8-58143d1e3e86", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-01T04:48:03Z", "security_group_id": "2e86f681-4e0e-44e6-837b-ba190780e12a", "tenant_id": "b4993d88a5364a8da428610dbce975e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "b4993d88a5364a8da428610dbce975e5"}], "revision_number": 1, "project_id": "b4993d88a5364a8da428610dbce975e5", "id": "2e86f681-4e0e-44e6-837b-ba190780e12a", "name": "cloudify-sg_1e8a6ad6-6997-4291-80a5-8bf2427fdd3d"}} 2018-08-01 04:48:03,862 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-05cba9cd-9380-483a-9d63-ef4a400017e7 2018-08-01 04:48:03,862 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-groups in 0.398446083069s 2018-08-01 04:48:03,862 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-05cba9cd-9380-483a-9d63-ef4a400017e7 2018-08-01 04:48:03,867 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-01 04:48:03,867 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}a893be41a76b0396fb3a2a707515164fbec78156" 2018-08-01 04:48:04,149 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3832 X-Openstack-Request-Id: req-8385badc-50a0-457d-8406-ef882cee61af Date: Wed, 01 Aug 2018 04:48:04 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (cloudify)", "tags": [], "tenant_id": "b4993d88a5364a8da428610dbce975e5", "created_at": "2018-08-01T04:48:03Z", "updated_at": "2018-08-01T04:48:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-01T04:48:03Z", "revision_number": 0, "id": "6be27211-91d4-4b87-b811-93601ecbe14e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-01T04:48:03Z", "security_group_id": "2e86f681-4e0e-44e6-837b-ba190780e12a", "tenant_id": "b4993d88a5364a8da428610dbce975e5", "port_range_min": null, "ethertype": "IPv6", "project_id": "b4993d88a5364a8da428610dbce975e5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-01T04:48:03Z", "revision_number": 0, "id": "c469cf94-f1d4-4a7d-83f8-58143d1e3e86", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-01T04:48:03Z", "security_group_id": "2e86f681-4e0e-44e6-837b-ba190780e12a", "tenant_id": "b4993d88a5364a8da428610dbce975e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "b4993d88a5364a8da428610dbce975e5"}], "revision_number": 1, "project_id": "b4993d88a5364a8da428610dbce975e5", "id": "2e86f681-4e0e-44e6-837b-ba190780e12a", "name": "cloudify-sg_1e8a6ad6-6997-4291-80a5-8bf2427fdd3d"}, {"description": "Default security group", "tags": [], "tenant_id": "b4993d88a5364a8da428610dbce975e5", "created_at": "2018-08-01T04:46:34Z", "updated_at": "2018-08-01T04:46:34Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-01T04:46:34Z", "revision_number": 0, "id": "680cf2ed-f5f3-42fa-9333-6d510c1fc82a", "remote_group_id": "c1b17236-6bd8-452c-a6e1-b146be2909df", "remote_ip_prefix": null, "created_at": "2018-08-01T04:46:34Z", "security_group_id": "c1b17236-6bd8-452c-a6e1-b146be2909df", "tenant_id": "b4993d88a5364a8da428610dbce975e5", "port_range_min": null, "ethertype": "IPv6", "project_id": "b4993d88a5364a8da428610dbce975e5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-01T04:46:34Z", "revision_number": 0, "id": "e5322aa8-721a-4f53-a4e1-748bde9bc989", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-01T04:46:34Z", "security_group_id": "c1b17236-6bd8-452c-a6e1-b146be2909df", "tenant_id": "b4993d88a5364a8da428610dbce975e5", "port_range_min": null, "ethertype": "IPv6", "project_id": "b4993d88a5364a8da428610dbce975e5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-01T04:46:34Z", "revision_number": 0, "id": "eb63ebd4-89d9-4e41-b2ae-8de71a0fb2a6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-01T04:46:34Z", "security_group_id": "c1b17236-6bd8-452c-a6e1-b146be2909df", "tenant_id": "b4993d88a5364a8da428610dbce975e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "b4993d88a5364a8da428610dbce975e5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-01T04:46:34Z", "revision_number": 0, "id": "f25d1a29-df37-4448-89a2-ef3c7456beae", "remote_group_id": "c1b17236-6bd8-452c-a6e1-b146be2909df", "remote_ip_prefix": null, "created_at": "2018-08-01T04:46:34Z", "security_group_id": "c1b17236-6bd8-452c-a6e1-b146be2909df", "tenant_id": "b4993d88a5364a8da428610dbce975e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "b4993d88a5364a8da428610dbce975e5"}], "revision_number": 1, "project_id": "b4993d88a5364a8da428610dbce975e5", "id": "c1b17236-6bd8-452c-a6e1-b146be2909df", "name": "default"}]} 2018-08-01 04:48:04,149 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-8385badc-50a0-457d-8406-ef882cee61af 2018-08-01 04:48:04,150 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.282497167587s 2018-08-01 04:48:04,150 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-8385badc-50a0-457d-8406-ef882cee61af 2018-08-01 04:48:04,154 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-01 04:48:04,155 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}a893be41a76b0396fb3a2a707515164fbec78156" -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": "2e86f681-4e0e-44e6-837b-ba190780e12a"}}' 2018-08-01 04:48:04,538 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-ae30c967-08e0-4986-a20e-430394b3bc7c Date: Wed, 01 Aug 2018 04:48:04 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-08-01T04:48:04Z", "security_group_id": "2e86f681-4e0e-44e6-837b-ba190780e12a", "port_range_min": 22, "revision_number": 0, "tenant_id": "b4993d88a5364a8da428610dbce975e5", "created_at": "2018-08-01T04:48:04Z", "project_id": "b4993d88a5364a8da428610dbce975e5", "id": "85409ba1-caff-42ee-bc86-328cab7f172b"}} 2018-08-01 04:48:04,538 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules.json used request id req-ae30c967-08e0-4986-a20e-430394b3bc7c 2018-08-01 04:48:04,538 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.383912086487s 2018-08-01 04:48:04,538 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules.json used request id req-ae30c967-08e0-4986-a20e-430394b3bc7c 2018-08-01 04:48:04,542 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-01 04:48:04,542 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}a893be41a76b0396fb3a2a707515164fbec78156" 2018-08-01 04:48:04,821 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4328 X-Openstack-Request-Id: req-c6dc44ca-e0f1-4707-8cb1-9051cf253676 Date: Wed, 01 Aug 2018 04:48:04 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (cloudify)", "tags": [], "tenant_id": "b4993d88a5364a8da428610dbce975e5", "created_at": "2018-08-01T04:48:03Z", "updated_at": "2018-08-01T04:48:04Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-01T04:48:03Z", "revision_number": 0, "id": "6be27211-91d4-4b87-b811-93601ecbe14e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-01T04:48:03Z", "security_group_id": "2e86f681-4e0e-44e6-837b-ba190780e12a", "tenant_id": "b4993d88a5364a8da428610dbce975e5", "port_range_min": null, "ethertype": "IPv6", "project_id": "b4993d88a5364a8da428610dbce975e5"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-01T04:48:04Z", "revision_number": 0, "id": "85409ba1-caff-42ee-bc86-328cab7f172b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-01T04:48:04Z", "security_group_id": "2e86f681-4e0e-44e6-837b-ba190780e12a", "tenant_id": "b4993d88a5364a8da428610dbce975e5", "port_range_min": 22, "ethertype": "IPv4", "project_id": "b4993d88a5364a8da428610dbce975e5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-01T04:48:03Z", "revision_number": 0, "id": "c469cf94-f1d4-4a7d-83f8-58143d1e3e86", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-01T04:48:03Z", "security_group_id": "2e86f681-4e0e-44e6-837b-ba190780e12a", "tenant_id": "b4993d88a5364a8da428610dbce975e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "b4993d88a5364a8da428610dbce975e5"}], "revision_number": 2, "project_id": "b4993d88a5364a8da428610dbce975e5", "id": "2e86f681-4e0e-44e6-837b-ba190780e12a", "name": "cloudify-sg_1e8a6ad6-6997-4291-80a5-8bf2427fdd3d"}, {"description": "Default security group", "tags": [], "tenant_id": "b4993d88a5364a8da428610dbce975e5", "created_at": "2018-08-01T04:46:34Z", "updated_at": "2018-08-01T04:46:34Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-01T04:46:34Z", "revision_number": 0, "id": "680cf2ed-f5f3-42fa-9333-6d510c1fc82a", "remote_group_id": "c1b17236-6bd8-452c-a6e1-b146be2909df", "remote_ip_prefix": null, "created_at": "2018-08-01T04:46:34Z", "security_group_id": "c1b17236-6bd8-452c-a6e1-b146be2909df", "tenant_id": "b4993d88a5364a8da428610dbce975e5", "port_range_min": null, "ethertype": "IPv6", "project_id": "b4993d88a5364a8da428610dbce975e5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-01T04:46:34Z", "revision_number": 0, "id": "e5322aa8-721a-4f53-a4e1-748bde9bc989", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-01T04:46:34Z", "security_group_id": "c1b17236-6bd8-452c-a6e1-b146be2909df", "tenant_id": "b4993d88a5364a8da428610dbce975e5", "port_range_min": null, "ethertype": "IPv6", "project_id": "b4993d88a5364a8da428610dbce975e5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-01T04:46:34Z", "revision_number": 0, "id": "eb63ebd4-89d9-4e41-b2ae-8de71a0fb2a6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-01T04:46:34Z", "security_group_id": "c1b17236-6bd8-452c-a6e1-b146be2909df", "tenant_id": "b4993d88a5364a8da428610dbce975e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "b4993d88a5364a8da428610dbce975e5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-01T04:46:34Z", "revision_number": 0, "id": "f25d1a29-df37-4448-89a2-ef3c7456beae", "remote_group_id": "c1b17236-6bd8-452c-a6e1-b146be2909df", "remote_ip_prefix": null, "created_at": "2018-08-01T04:46:34Z", "security_group_id": "c1b17236-6bd8-452c-a6e1-b146be2909df", "tenant_id": "b4993d88a5364a8da428610dbce975e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "b4993d88a5364a8da428610dbce975e5"}], "revision_number": 1, "project_id": "b4993d88a5364a8da428610dbce975e5", "id": "c1b17236-6bd8-452c-a6e1-b146be2909df", "name": "default"}]} 2018-08-01 04:48:04,822 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-c6dc44ca-e0f1-4707-8cb1-9051cf253676 2018-08-01 04:48:04,822 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.279720067978s 2018-08-01 04:48:04,822 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-c6dc44ca-e0f1-4707-8cb1-9051cf253676 2018-08-01 04:48:04,825 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-01 04:48:04,826 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}a893be41a76b0396fb3a2a707515164fbec78156" -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": "2e86f681-4e0e-44e6-837b-ba190780e12a"}}' 2018-08-01 04:48:05,032 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-88027a57-eaa5-4551-9a91-641675ab95b0 Date: Wed, 01 Aug 2018 04:48:05 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-01T04:48:04Z", "security_group_id": "2e86f681-4e0e-44e6-837b-ba190780e12a", "port_range_min": null, "revision_number": 0, "tenant_id": "b4993d88a5364a8da428610dbce975e5", "created_at": "2018-08-01T04:48:04Z", "project_id": "b4993d88a5364a8da428610dbce975e5", "id": "5b2e9456-dbe6-4b5a-8c75-5aa16e6a1675"}} 2018-08-01 04:48:05,032 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules.json used request id req-88027a57-eaa5-4551-9a91-641675ab95b0 2018-08-01 04:48:05,033 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.206943035126s 2018-08-01 04:48:05,033 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules.json used request id req-88027a57-eaa5-4551-9a91-641675ab95b0 2018-08-01 04:48:05,036 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-01 04:48:05,037 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}a893be41a76b0396fb3a2a707515164fbec78156" 2018-08-01 04:48:05,278 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4829 X-Openstack-Request-Id: req-3984e405-3b86-4b80-8afb-853111e5c419 Date: Wed, 01 Aug 2018 04:48:05 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (cloudify)", "tags": [], "tenant_id": "b4993d88a5364a8da428610dbce975e5", "created_at": "2018-08-01T04:48:03Z", "updated_at": "2018-08-01T04:48:04Z", "security_group_rules": [{"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-01T04:48:04Z", "revision_number": 0, "id": "5b2e9456-dbe6-4b5a-8c75-5aa16e6a1675", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-01T04:48:04Z", "security_group_id": "2e86f681-4e0e-44e6-837b-ba190780e12a", "tenant_id": "b4993d88a5364a8da428610dbce975e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "b4993d88a5364a8da428610dbce975e5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-01T04:48:03Z", "revision_number": 0, "id": "6be27211-91d4-4b87-b811-93601ecbe14e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-01T04:48:03Z", "security_group_id": "2e86f681-4e0e-44e6-837b-ba190780e12a", "tenant_id": "b4993d88a5364a8da428610dbce975e5", "port_range_min": null, "ethertype": "IPv6", "project_id": "b4993d88a5364a8da428610dbce975e5"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-01T04:48:04Z", "revision_number": 0, "id": "85409ba1-caff-42ee-bc86-328cab7f172b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-01T04:48:04Z", "security_group_id": "2e86f681-4e0e-44e6-837b-ba190780e12a", "tenant_id": "b4993d88a5364a8da428610dbce975e5", "port_range_min": 22, "ethertype": "IPv4", "project_id": "b4993d88a5364a8da428610dbce975e5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-01T04:48:03Z", "revision_number": 0, "id": "c469cf94-f1d4-4a7d-83f8-58143d1e3e86", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-01T04:48:03Z", "security_group_id": "2e86f681-4e0e-44e6-837b-ba190780e12a", "tenant_id": "b4993d88a5364a8da428610dbce975e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "b4993d88a5364a8da428610dbce975e5"}], "revision_number": 3, "project_id": "b4993d88a5364a8da428610dbce975e5", "id": "2e86f681-4e0e-44e6-837b-ba190780e12a", "name": "cloudify-sg_1e8a6ad6-6997-4291-80a5-8bf2427fdd3d"}, {"description": "Default security group", "tags": [], "tenant_id": "b4993d88a5364a8da428610dbce975e5", "created_at": "2018-08-01T04:46:34Z", "updated_at": "2018-08-01T04:46:34Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-01T04:46:34Z", "revision_number": 0, "id": "680cf2ed-f5f3-42fa-9333-6d510c1fc82a", "remote_group_id": "c1b17236-6bd8-452c-a6e1-b146be2909df", "remote_ip_prefix": null, "created_at": "2018-08-01T04:46:34Z", "security_group_id": "c1b17236-6bd8-452c-a6e1-b146be2909df", "tenant_id": "b4993d88a5364a8da428610dbce975e5", "port_range_min": null, "ethertype": "IPv6", "project_id": "b4993d88a5364a8da428610dbce975e5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-01T04:46:34Z", "revision_number": 0, "id": "e5322aa8-721a-4f53-a4e1-748bde9bc989", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-01T04:46:34Z", "security_group_id": "c1b17236-6bd8-452c-a6e1-b146be2909df", "tenant_id": "b4993d88a5364a8da428610dbce975e5", "port_range_min": null, "ethertype": "IPv6", "project_id": "b4993d88a5364a8da428610dbce975e5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-01T04:46:34Z", "revision_number": 0, "id": "eb63ebd4-89d9-4e41-b2ae-8de71a0fb2a6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-01T04:46:34Z", "security_group_id": "c1b17236-6bd8-452c-a6e1-b146be2909df", "tenant_id": "b4993d88a5364a8da428610dbce975e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "b4993d88a5364a8da428610dbce975e5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-01T04:46:34Z", "revision_number": 0, "id": "f25d1a29-df37-4448-89a2-ef3c7456beae", "remote_group_id": "c1b17236-6bd8-452c-a6e1-b146be2909df", "remote_ip_prefix": null, "created_at": "2018-08-01T04:46:34Z", "security_group_id": "c1b17236-6bd8-452c-a6e1-b146be2909df", "tenant_id": "b4993d88a5364a8da428610dbce975e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "b4993d88a5364a8da428610dbce975e5"}], "revision_number": 1, "project_id": "b4993d88a5364a8da428610dbce975e5", "id": "c1b17236-6bd8-452c-a6e1-b146be2909df", "name": "default"}]} 2018-08-01 04:48:05,278 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-3984e405-3b86-4b80-8afb-853111e5c419 2018-08-01 04:48:05,278 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.241730928421s 2018-08-01 04:48:05,279 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-3984e405-3b86-4b80-8afb-853111e5c419 2018-08-01 04:48:05,282 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-01 04:48:05,283 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}a893be41a76b0396fb3a2a707515164fbec78156" -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": "2e86f681-4e0e-44e6-837b-ba190780e12a"}}' 2018-08-01 04:48:05,637 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-81dec893-aaeb-4bd3-82e2-08934d43d32a Date: Wed, 01 Aug 2018 04:48:05 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-01T04:48:05Z", "security_group_id": "2e86f681-4e0e-44e6-837b-ba190780e12a", "port_range_min": 80, "revision_number": 0, "tenant_id": "b4993d88a5364a8da428610dbce975e5", "created_at": "2018-08-01T04:48:05Z", "project_id": "b4993d88a5364a8da428610dbce975e5", "id": "869d5b81-ff19-49e4-b952-c76cd16bd057"}} 2018-08-01 04:48:05,638 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules.json used request id req-81dec893-aaeb-4bd3-82e2-08934d43d32a 2018-08-01 04:48:05,638 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.355715036392s 2018-08-01 04:48:05,638 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules.json used request id req-81dec893-aaeb-4bd3-82e2-08934d43d32a 2018-08-01 04:48:05,642 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-01 04:48:05,642 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}a893be41a76b0396fb3a2a707515164fbec78156" 2018-08-01 04:48:05,884 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5325 X-Openstack-Request-Id: req-5762fc0a-5113-4a5b-999a-defc8a1349f4 Date: Wed, 01 Aug 2018 04:48:05 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (cloudify)", "tags": [], "tenant_id": "b4993d88a5364a8da428610dbce975e5", "created_at": "2018-08-01T04:48:03Z", "updated_at": "2018-08-01T04:48:05Z", "security_group_rules": [{"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-01T04:48:04Z", "revision_number": 0, "id": "5b2e9456-dbe6-4b5a-8c75-5aa16e6a1675", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-01T04:48:04Z", "security_group_id": "2e86f681-4e0e-44e6-837b-ba190780e12a", "tenant_id": "b4993d88a5364a8da428610dbce975e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "b4993d88a5364a8da428610dbce975e5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-01T04:48:03Z", "revision_number": 0, "id": "6be27211-91d4-4b87-b811-93601ecbe14e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-01T04:48:03Z", "security_group_id": "2e86f681-4e0e-44e6-837b-ba190780e12a", "tenant_id": "b4993d88a5364a8da428610dbce975e5", "port_range_min": null, "ethertype": "IPv6", "project_id": "b4993d88a5364a8da428610dbce975e5"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-01T04:48:04Z", "revision_number": 0, "id": "85409ba1-caff-42ee-bc86-328cab7f172b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-01T04:48:04Z", "security_group_id": "2e86f681-4e0e-44e6-837b-ba190780e12a", "tenant_id": "b4993d88a5364a8da428610dbce975e5", "port_range_min": 22, "ethertype": "IPv4", "project_id": "b4993d88a5364a8da428610dbce975e5"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-08-01T04:48:05Z", "revision_number": 0, "id": "869d5b81-ff19-49e4-b952-c76cd16bd057", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-01T04:48:05Z", "security_group_id": "2e86f681-4e0e-44e6-837b-ba190780e12a", "tenant_id": "b4993d88a5364a8da428610dbce975e5", "port_range_min": 80, "ethertype": "IPv4", "project_id": "b4993d88a5364a8da428610dbce975e5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-01T04:48:03Z", "revision_number": 0, "id": "c469cf94-f1d4-4a7d-83f8-58143d1e3e86", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-01T04:48:03Z", "security_group_id": "2e86f681-4e0e-44e6-837b-ba190780e12a", "tenant_id": "b4993d88a5364a8da428610dbce975e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "b4993d88a5364a8da428610dbce975e5"}], "revision_number": 4, "project_id": "b4993d88a5364a8da428610dbce975e5", "id": "2e86f681-4e0e-44e6-837b-ba190780e12a", "name": "cloudify-sg_1e8a6ad6-6997-4291-80a5-8bf2427fdd3d"}, {"description": "Default security group", "tags": [], "tenant_id": "b4993d88a5364a8da428610dbce975e5", "created_at": "2018-08-01T04:46:34Z", "updated_at": "2018-08-01T04:46:34Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-01T04:46:34Z", "revision_number": 0, "id": "680cf2ed-f5f3-42fa-9333-6d510c1fc82a", "remote_group_id": "c1b17236-6bd8-452c-a6e1-b146be2909df", "remote_ip_prefix": null, "created_at": "2018-08-01T04:46:34Z", "security_group_id": "c1b17236-6bd8-452c-a6e1-b146be2909df", "tenant_id": "b4993d88a5364a8da428610dbce975e5", "port_range_min": null, "ethertype": "IPv6", "project_id": "b4993d88a5364a8da428610dbce975e5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-01T04:46:34Z", "revision_number": 0, "id": "e5322aa8-721a-4f53-a4e1-748bde9bc989", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-01T04:46:34Z", "security_group_id": "c1b17236-6bd8-452c-a6e1-b146be2909df", "tenant_id": "b4993d88a5364a8da428610dbce975e5", "port_range_min": null, "ethertype": "IPv6", "project_id": "b4993d88a5364a8da428610dbce975e5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-01T04:46:34Z", "revision_number": 0, "id": "eb63ebd4-89d9-4e41-b2ae-8de71a0fb2a6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-01T04:46:34Z", "security_group_id": "c1b17236-6bd8-452c-a6e1-b146be2909df", "tenant_id": "b4993d88a5364a8da428610dbce975e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "b4993d88a5364a8da428610dbce975e5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-01T04:46:34Z", "revision_number": 0, "id": "f25d1a29-df37-4448-89a2-ef3c7456beae", "remote_group_id": "c1b17236-6bd8-452c-a6e1-b146be2909df", "remote_ip_prefix": null, "created_at": "2018-08-01T04:46:34Z", "security_group_id": "c1b17236-6bd8-452c-a6e1-b146be2909df", "tenant_id": "b4993d88a5364a8da428610dbce975e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "b4993d88a5364a8da428610dbce975e5"}], "revision_number": 1, "project_id": "b4993d88a5364a8da428610dbce975e5", "id": "c1b17236-6bd8-452c-a6e1-b146be2909df", "name": "default"}]} 2018-08-01 04:48:05,885 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-5762fc0a-5113-4a5b-999a-defc8a1349f4 2018-08-01 04:48:05,885 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.243173122406s 2018-08-01 04:48:05,885 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-5762fc0a-5113-4a5b-999a-defc8a1349f4 2018-08-01 04:48:05,889 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-01 04:48:05,890 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}a893be41a76b0396fb3a2a707515164fbec78156" -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": "2e86f681-4e0e-44e6-837b-ba190780e12a"}}' 2018-08-01 04:48:06,282 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 509 X-Openstack-Request-Id: req-09b34003-e835-415e-b7f6-2271acd9a053 Date: Wed, 01 Aug 2018 04:48:06 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 443, "updated_at": "2018-08-01T04:48:06Z", "security_group_id": "2e86f681-4e0e-44e6-837b-ba190780e12a", "port_range_min": 443, "revision_number": 0, "tenant_id": "b4993d88a5364a8da428610dbce975e5", "created_at": "2018-08-01T04:48:06Z", "project_id": "b4993d88a5364a8da428610dbce975e5", "id": "92c92a24-5600-4c96-8e48-ed52fb1d50c4"}} 2018-08-01 04:48:06,282 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules.json used request id req-09b34003-e835-415e-b7f6-2271acd9a053 2018-08-01 04:48:06,282 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.393025159836s 2018-08-01 04:48:06,282 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules.json used request id req-09b34003-e835-415e-b7f6-2271acd9a053 2018-08-01 04:48:06,286 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-01 04:48:06,286 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}a893be41a76b0396fb3a2a707515164fbec78156" 2018-08-01 04:48:06,435 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5823 X-Openstack-Request-Id: req-0df8b725-ae9d-4f4b-87c5-010186d238df Date: Wed, 01 Aug 2018 04:48:06 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (cloudify)", "tags": [], "tenant_id": "b4993d88a5364a8da428610dbce975e5", "created_at": "2018-08-01T04:48:03Z", "updated_at": "2018-08-01T04:48:06Z", "security_group_rules": [{"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-01T04:48:04Z", "revision_number": 0, "id": "5b2e9456-dbe6-4b5a-8c75-5aa16e6a1675", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-01T04:48:04Z", "security_group_id": "2e86f681-4e0e-44e6-837b-ba190780e12a", "tenant_id": "b4993d88a5364a8da428610dbce975e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "b4993d88a5364a8da428610dbce975e5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-01T04:48:03Z", "revision_number": 0, "id": "6be27211-91d4-4b87-b811-93601ecbe14e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-01T04:48:03Z", "security_group_id": "2e86f681-4e0e-44e6-837b-ba190780e12a", "tenant_id": "b4993d88a5364a8da428610dbce975e5", "port_range_min": null, "ethertype": "IPv6", "project_id": "b4993d88a5364a8da428610dbce975e5"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-01T04:48:04Z", "revision_number": 0, "id": "85409ba1-caff-42ee-bc86-328cab7f172b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-01T04:48:04Z", "security_group_id": "2e86f681-4e0e-44e6-837b-ba190780e12a", "tenant_id": "b4993d88a5364a8da428610dbce975e5", "port_range_min": 22, "ethertype": "IPv4", "project_id": "b4993d88a5364a8da428610dbce975e5"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-08-01T04:48:05Z", "revision_number": 0, "id": "869d5b81-ff19-49e4-b952-c76cd16bd057", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-01T04:48:05Z", "security_group_id": "2e86f681-4e0e-44e6-837b-ba190780e12a", "tenant_id": "b4993d88a5364a8da428610dbce975e5", "port_range_min": 80, "ethertype": "IPv4", "project_id": "b4993d88a5364a8da428610dbce975e5"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 443, "updated_at": "2018-08-01T04:48:06Z", "revision_number": 0, "id": "92c92a24-5600-4c96-8e48-ed52fb1d50c4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-01T04:48:06Z", "security_group_id": "2e86f681-4e0e-44e6-837b-ba190780e12a", "tenant_id": "b4993d88a5364a8da428610dbce975e5", "port_range_min": 443, "ethertype": "IPv4", "project_id": "b4993d88a5364a8da428610dbce975e5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-01T04:48:03Z", "revision_number": 0, "id": "c469cf94-f1d4-4a7d-83f8-58143d1e3e86", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-01T04:48:03Z", "security_group_id": "2e86f681-4e0e-44e6-837b-ba190780e12a", "tenant_id": "b4993d88a5364a8da428610dbce975e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "b4993d88a5364a8da428610dbce975e5"}], "revision_number": 5, "project_id": "b4993d88a5364a8da428610dbce975e5", "id": "2e86f681-4e0e-44e6-837b-ba190780e12a", "name": "cloudify-sg_1e8a6ad6-6997-4291-80a5-8bf2427fdd3d"}, {"description": "Default security group", "tags": [], "tenant_id": "b4993d88a5364a8da428610dbce975e5", "created_at": "2018-08-01T04:46:34Z", "updated_at": "2018-08-01T04:46:34Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-01T04:46:34Z", "revision_number": 0, "id": "680cf2ed-f5f3-42fa-9333-6d510c1fc82a", "remote_group_id": "c1b17236-6bd8-452c-a6e1-b146be2909df", "remote_ip_prefix": null, "created_at": "2018-08-01T04:46:34Z", "security_group_id": "c1b17236-6bd8-452c-a6e1-b146be2909df", "tenant_id": "b4993d88a5364a8da428610dbce975e5", "port_range_min": null, "ethertype": "IPv6", "project_id": "b4993d88a5364a8da428610dbce975e5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-01T04:46:34Z", "revision_number": 0, "id": "e5322aa8-721a-4f53-a4e1-748bde9bc989", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-01T04:46:34Z", "security_group_id": "c1b17236-6bd8-452c-a6e1-b146be2909df", "tenant_id": "b4993d88a5364a8da428610dbce975e5", "port_range_min": null, "ethertype": "IPv6", "project_id": "b4993d88a5364a8da428610dbce975e5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-01T04:46:34Z", "revision_number": 0, "id": "eb63ebd4-89d9-4e41-b2ae-8de71a0fb2a6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-01T04:46:34Z", "security_group_id": "c1b17236-6bd8-452c-a6e1-b146be2909df", "tenant_id": "b4993d88a5364a8da428610dbce975e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "b4993d88a5364a8da428610dbce975e5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-01T04:46:34Z", "revision_number": 0, "id": "f25d1a29-df37-4448-89a2-ef3c7456beae", "remote_group_id": "c1b17236-6bd8-452c-a6e1-b146be2909df", "remote_ip_prefix": null, "created_at": "2018-08-01T04:46:34Z", "security_group_id": "c1b17236-6bd8-452c-a6e1-b146be2909df", "tenant_id": "b4993d88a5364a8da428610dbce975e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "b4993d88a5364a8da428610dbce975e5"}], "revision_number": 1, "project_id": "b4993d88a5364a8da428610dbce975e5", "id": "c1b17236-6bd8-452c-a6e1-b146be2909df", "name": "default"}]} 2018-08-01 04:48:06,435 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-0df8b725-ae9d-4f4b-87c5-010186d238df 2018-08-01 04:48:06,435 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.148998975754s 2018-08-01 04:48:06,435 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-0df8b725-ae9d-4f4b-87c5-010186d238df 2018-08-01 04:48:06,439 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-01 04:48:06,439 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}a893be41a76b0396fb3a2a707515164fbec78156" -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": "2e86f681-4e0e-44e6-837b-ba190780e12a"}}' 2018-08-01 04:48:07,035 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 511 X-Openstack-Request-Id: req-a7136b6c-917d-4d45-825f-9b5109e622b2 Date: Wed, 01 Aug 2018 04:48: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": 5671, "updated_at": "2018-08-01T04:48:06Z", "security_group_id": "2e86f681-4e0e-44e6-837b-ba190780e12a", "port_range_min": 5671, "revision_number": 0, "tenant_id": "b4993d88a5364a8da428610dbce975e5", "created_at": "2018-08-01T04:48:06Z", "project_id": "b4993d88a5364a8da428610dbce975e5", "id": "1ab51222-e5e8-4d0a-8c9b-b8e3c2d283a8"}} 2018-08-01 04:48:07,035 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules.json used request id req-a7136b6c-917d-4d45-825f-9b5109e622b2 2018-08-01 04:48:07,035 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.596403837204s 2018-08-01 04:48:07,035 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules.json used request id req-a7136b6c-917d-4d45-825f-9b5109e622b2 2018-08-01 04:48:07,039 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-01 04:48:07,039 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}a893be41a76b0396fb3a2a707515164fbec78156" 2018-08-01 04:48:07,099 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 6323 X-Openstack-Request-Id: req-a959211f-e940-403f-bf68-9d046b9dcf04 Date: Wed, 01 Aug 2018 04:48:07 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (cloudify)", "tags": [], "tenant_id": "b4993d88a5364a8da428610dbce975e5", "created_at": "2018-08-01T04:48:03Z", "updated_at": "2018-08-01T04:48:06Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 5671, "updated_at": "2018-08-01T04:48:06Z", "revision_number": 0, "id": "1ab51222-e5e8-4d0a-8c9b-b8e3c2d283a8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-01T04:48:06Z", "security_group_id": "2e86f681-4e0e-44e6-837b-ba190780e12a", "tenant_id": "b4993d88a5364a8da428610dbce975e5", "port_range_min": 5671, "ethertype": "IPv4", "project_id": "b4993d88a5364a8da428610dbce975e5"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-01T04:48:04Z", "revision_number": 0, "id": "5b2e9456-dbe6-4b5a-8c75-5aa16e6a1675", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-01T04:48:04Z", "security_group_id": "2e86f681-4e0e-44e6-837b-ba190780e12a", "tenant_id": "b4993d88a5364a8da428610dbce975e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "b4993d88a5364a8da428610dbce975e5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-01T04:48:03Z", "revision_number": 0, "id": "6be27211-91d4-4b87-b811-93601ecbe14e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-01T04:48:03Z", "security_group_id": "2e86f681-4e0e-44e6-837b-ba190780e12a", "tenant_id": "b4993d88a5364a8da428610dbce975e5", "port_range_min": null, "ethertype": "IPv6", "project_id": "b4993d88a5364a8da428610dbce975e5"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-01T04:48:04Z", "revision_number": 0, "id": "85409ba1-caff-42ee-bc86-328cab7f172b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-01T04:48:04Z", "security_group_id": "2e86f681-4e0e-44e6-837b-ba190780e12a", "tenant_id": "b4993d88a5364a8da428610dbce975e5", "port_range_min": 22, "ethertype": "IPv4", "project_id": "b4993d88a5364a8da428610dbce975e5"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-08-01T04:48:05Z", "revision_number": 0, "id": "869d5b81-ff19-49e4-b952-c76cd16bd057", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-01T04:48:05Z", "security_group_id": "2e86f681-4e0e-44e6-837b-ba190780e12a", "tenant_id": "b4993d88a5364a8da428610dbce975e5", "port_range_min": 80, "ethertype": "IPv4", "project_id": "b4993d88a5364a8da428610dbce975e5"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 443, "updated_at": "2018-08-01T04:48:06Z", "revision_number": 0, "id": "92c92a24-5600-4c96-8e48-ed52fb1d50c4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-01T04:48:06Z", "security_group_id": "2e86f681-4e0e-44e6-837b-ba190780e12a", "tenant_id": "b4993d88a5364a8da428610dbce975e5", "port_range_min": 443, "ethertype": "IPv4", "project_id": "b4993d88a5364a8da428610dbce975e5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-01T04:48:03Z", "revision_number": 0, "id": "c469cf94-f1d4-4a7d-83f8-58143d1e3e86", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-01T04:48:03Z", "security_group_id": "2e86f681-4e0e-44e6-837b-ba190780e12a", "tenant_id": "b4993d88a5364a8da428610dbce975e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "b4993d88a5364a8da428610dbce975e5"}], "revision_number": 6, "project_id": "b4993d88a5364a8da428610dbce975e5", "id": "2e86f681-4e0e-44e6-837b-ba190780e12a", "name": "cloudify-sg_1e8a6ad6-6997-4291-80a5-8bf2427fdd3d"}, {"description": "Default security group", "tags": [], "tenant_id": "b4993d88a5364a8da428610dbce975e5", "created_at": "2018-08-01T04:46:34Z", "updated_at": "2018-08-01T04:46:34Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-01T04:46:34Z", "revision_number": 0, "id": "680cf2ed-f5f3-42fa-9333-6d510c1fc82a", "remote_group_id": "c1b17236-6bd8-452c-a6e1-b146be2909df", "remote_ip_prefix": null, "created_at": "2018-08-01T04:46:34Z", "security_group_id": "c1b17236-6bd8-452c-a6e1-b146be2909df", "tenant_id": "b4993d88a5364a8da428610dbce975e5", "port_range_min": null, "ethertype": "IPv6", "project_id": "b4993d88a5364a8da428610dbce975e5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-01T04:46:34Z", "revision_number": 0, "id": "e5322aa8-721a-4f53-a4e1-748bde9bc989", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-01T04:46:34Z", "security_group_id": "c1b17236-6bd8-452c-a6e1-b146be2909df", "tenant_id": "b4993d88a5364a8da428610dbce975e5", "port_range_min": null, "ethertype": "IPv6", "project_id": "b4993d88a5364a8da428610dbce975e5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-01T04:46:34Z", "revision_number": 0, "id": "eb63ebd4-89d9-4e41-b2ae-8de71a0fb2a6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-01T04:46:34Z", "security_group_id": "c1b17236-6bd8-452c-a6e1-b146be2909df", "tenant_id": "b4993d88a5364a8da428610dbce975e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "b4993d88a5364a8da428610dbce975e5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-01T04:46:34Z", "revision_number": 0, "id": "f25d1a29-df37-4448-89a2-ef3c7456beae", "remote_group_id": "c1b17236-6bd8-452c-a6e1-b146be2909df", "remote_ip_prefix": null, "created_at": "2018-08-01T04:46:34Z", "security_group_id": "c1b17236-6bd8-452c-a6e1-b146be2909df", "tenant_id": "b4993d88a5364a8da428610dbce975e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "b4993d88a5364a8da428610dbce975e5"}], "revision_number": 1, "project_id": "b4993d88a5364a8da428610dbce975e5", "id": "c1b17236-6bd8-452c-a6e1-b146be2909df", "name": "default"}]} 2018-08-01 04:48:07,099 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-a959211f-e940-403f-bf68-9d046b9dcf04 2018-08-01 04:48:07,099 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0601329803467s 2018-08-01 04:48:07,100 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-a959211f-e940-403f-bf68-9d046b9dcf04 2018-08-01 04:48:07,103 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-01 04:48:07,104 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}a893be41a76b0396fb3a2a707515164fbec78156" -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": "2e86f681-4e0e-44e6-837b-ba190780e12a"}}' 2018-08-01 04:48:07,475 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 513 X-Openstack-Request-Id: req-b16511cb-9bd7-4ba3-b560-d9cd3d7ed335 Date: Wed, 01 Aug 2018 04:48: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": 53333, "updated_at": "2018-08-01T04:48:07Z", "security_group_id": "2e86f681-4e0e-44e6-837b-ba190780e12a", "port_range_min": 53333, "revision_number": 0, "tenant_id": "b4993d88a5364a8da428610dbce975e5", "created_at": "2018-08-01T04:48:07Z", "project_id": "b4993d88a5364a8da428610dbce975e5", "id": "bf2d3d21-2679-4f49-a4fd-299e0e8bd668"}} 2018-08-01 04:48:07,475 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules.json used request id req-b16511cb-9bd7-4ba3-b560-d9cd3d7ed335 2018-08-01 04:48:07,475 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.371792078018s 2018-08-01 04:48:07,476 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules.json used request id req-b16511cb-9bd7-4ba3-b560-d9cd3d7ed335 2018-08-01 04:48:07,478 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-01 04:48:07,478 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a893be41a76b0396fb3a2a707515164fbec78156" 2018-08-01 04:48:07,797 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1191 X-Openstack-Request-Id: req-86f0bc22-986d-4606-94b3-bce799edc1aa Date: Wed, 01 Aug 2018 04:48:07 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":["e06facf3-a24e-40d5-a5ce-a0901a6e4875"],"updated_at":"2018-08-01T03:28:20Z","tenant_id":"89443fd7c5cf4259bed71fca1c3fe619","created_at":"2018-08-01T03:28:13Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"89443fd7c5cf4259bed71fca1c3fe619","id":"262fe7ec-b437-40b8-908b-6eb66c149655","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["38528ab2-6045-4d2c-b809-da2fed2cb4b1"],"updated_at":"2018-08-01T04:46:35Z","tenant_id":"b4993d88a5364a8da428610dbce975e5","created_at":"2018-08-01T04:46:34Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"b4993d88a5364a8da428610dbce975e5","id":"e1135da0-e892-4b12-b6b3-7014717235a3","name":"cloudify-net_1e8a6ad6-6997-4291-80a5-8bf2427fdd3d"}]} 2018-08-01 04:48:07,797 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-86f0bc22-986d-4606-94b3-bce799edc1aa 2018-08-01 04:48:07,797 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.319064855576s 2018-08-01 04:48:07,797 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-86f0bc22-986d-4606-94b3-bce799edc1aa 2018-08-01 04:48:07,802 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-01 04:48:07,806 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a893be41a76b0396fb3a2a707515164fbec78156" 2018-08-01 04:48:08,545 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1200 Content-Type: application/json X-Openstack-Request-Id: req-84e429e6-627a-43b2-b868-4dc546dd5880 Date: Wed, 01 Aug 2018 04:48:08 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://1c426f71-e315-470f-a765-a4a983e8d919/images/598c0dcf-4f99-49f6-9ef5-e64b3219e6fb/snap", "metadata": {}}], "file": "/v2/images/598c0dcf-4f99-49f6-9ef5-e64b3219e6fb/file", "owner": "b4993d88a5364a8da428610dbce975e5", "id": "598c0dcf-4f99-49f6-9ef5-e64b3219e6fb", "size": 4373348352, "self": "/v2/images/598c0dcf-4f99-49f6-9ef5-e64b3219e6fb", "disk_format": "qcow2", "direct_url": "rbd://1c426f71-e315-470f-a765-a4a983e8d919/images/598c0dcf-4f99-49f6-9ef5-e64b3219e6fb/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "updated_at": "2018-08-01T04:48:02Z", "visibility": "private", "owner_specified.shade.object": "images/cloudify-img_1e8a6ad6-6997-4291-80a5-8bf2427fdd3d", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "cloudify-img_1e8a6ad6-6997-4291-80a5-8bf2427fdd3d", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "created_at": "2018-08-01T04:47:03Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-01 04:48:08,545 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-84e429e6-627a-43b2-b868-4dc546dd5880 2018-08-01 04:48:08,545 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.743058919907s 2018-08-01 04:48:08,545 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-84e429e6-627a-43b2-b868-4dc546dd5880 2018-08-01 04:48:08,548 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-01 04:48:08,550 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21: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}a893be41a76b0396fb3a2a707515164fbec78156" 2018-08-01 04:48:08,577 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04: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-b637b4cd-7014-42cd-85a3-643bbdb3a42c x-compute-request-id: req-b637b4cd-7014-42cd-85a3-643bbdb3a42c Content-Encoding: gzip Content-Length: 473 Content-Type: application/json RESP BODY: {"flavors": [{"name": "cloudify-flavor_1e8a6ad6-6997-4291-80a5-8bf2427fdd3d", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/574f3e2a-f5fb-45d5-a474-3e9065bb53c6", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/574f3e2a-f5fb-45d5-a474-3e9065bb53c6", "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": "574f3e2a-f5fb-45d5-a474-3e9065bb53c6"}, {"name": "shaker-flavor_ada014ec-51b2-4b16-abc8-039585ddedf9", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/80cad012-10a6-4ee0-be06-4098e5231e52", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/80cad012-10a6-4ee0-be06-4098e5231e52", "rel": "bookmark"}], "ram": 512, "OS-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": "80cad012-10a6-4ee0-be06-4098e5231e52"}, {"name": "vmtp-flavor_455f0502-39b9-4683-ab46-623f9d25bfec", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/e80222cd-7913-499f-adff-4da7988d266d", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/e80222cd-7913-499f-adff-4da7988d266d", "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": "e80222cd-7913-499f-adff-4da7988d266d"}]} 2018-08-01 04:48:08,578 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-b637b4cd-7014-42cd-85a3-643bbdb3a42c 2018-08-01 04:48:08,578 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0300381183624s 2018-08-01 04:48:08,578 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-b637b4cd-7014-42cd-85a3-643bbdb3a42c 2018-08-01 04:48:08,582 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-08-01 04:48:08,585 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}a893be41a76b0396fb3a2a707515164fbec78156" -d '{"server": {"name": "cloudify-vm_1e8a6ad6-6997-4291-80a5-8bf2427fdd3d", "imageRef": "598c0dcf-4f99-49f6-9ef5-e64b3219e6fb", "key_name": "cloudify-kp_1e8a6ad6-6997-4291-80a5-8bf2427fdd3d", "flavorRef": "574f3e2a-f5fb-45d5-a474-3e9065bb53c6", "max_count": 1, "min_count": 1, "networks": [{"uuid": "e1135da0-e892-4b12-b6b3-7014717235a3"}], "security_groups": [{"name": "2e86f681-4e0e-44e6-837b-ba190780e12a"}]}}' 2018-08-01 04:48:12,158 - keystoneauth.session - DEBUG - RESP: [202] Date: Wed, 01 Aug 2018 04: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-f8e8e21a-e3f0-4445-82d9-e9f74e0470ec x-compute-request-id: req-f8e8e21a-e3f0-4445-82d9-e9f74e0470ec Content-Length: 403 location: http://172.30.9.21:8774/v2.1/servers/794a6825-2548-4fce-931b-61b78f13f0c4 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "2e86f681-4e0e-44e6-837b-ba190780e12a"}], "OS-DCF:diskConfig": "MANUAL", "id": "794a6825-2548-4fce-931b-61b78f13f0c4", "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/794a6825-2548-4fce-931b-61b78f13f0c4", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/794a6825-2548-4fce-931b-61b78f13f0c4", "rel": "bookmark"}], "adminPass": "B2Lj8mTXZvxn"}} 2018-08-01 04:48:12,158 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers used request id req-f8e8e21a-e3f0-4445-82d9-e9f74e0470ec 2018-08-01 04:48:12,158 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 3.57605695724s 2018-08-01 04:48:12,158 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers used request id req-f8e8e21a-e3f0-4445-82d9-e9f74e0470ec 2018-08-01 04:48:12,159 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers 2018-08-01 04:48:12,160 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/794a6825-2548-4fce-931b-61b78f13f0c4 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a893be41a76b0396fb3a2a707515164fbec78156" 2018-08-01 04:48:12,778 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:48:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ae2b455a-9661-4968-8e3c-c3bce5553bed x-compute-request-id: req-ae2b455a-9661-4968-8e3c-c3bce5553bed Content-Encoding: gzip Content-Length: 604 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/794a6825-2548-4fce-931b-61b78f13f0c4", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/794a6825-2548-4fce-931b-61b78f13f0c4", "rel": "bookmark"}], "image": {"id": "598c0dcf-4f99-49f6-9ef5-e64b3219e6fb", "links": [{"href": "http://172.30.9.21:8774/images/598c0dcf-4f99-49f6-9ef5-e64b3219e6fb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "574f3e2a-f5fb-45d5-a474-3e9065bb53c6", "links": [{"href": "http://172.30.9.21:8774/flavors/574f3e2a-f5fb-45d5-a474-3e9065bb53c6", "rel": "bookmark"}]}, "id": "794a6825-2548-4fce-931b-61b78f13f0c4", "user_id": "0b8938a925da41118179ef049ca3887b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-01T04:48:12Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_1e8a6ad6-6997-4291-80a5-8bf2427fdd3d", "name": "cloudify-vm_1e8a6ad6-6997-4291-80a5-8bf2427fdd3d", "created": "2018-08-01T04:48:12Z", "tenant_id": "b4993d88a5364a8da428610dbce975e5", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-01 04:48:12,778 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/794a6825-2548-4fce-931b-61b78f13f0c4 used request id req-ae2b455a-9661-4968-8e3c-c3bce5553bed 2018-08-01 04:48:12,779 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers in 0.619860172272s 2018-08-01 04:48:12,779 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/794a6825-2548-4fce-931b-61b78f13f0c4 used request id req-ae2b455a-9661-4968-8e3c-c3bce5553bed 2018-08-01 04:48:12,785 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-01 04:48:12,785 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a893be41a76b0396fb3a2a707515164fbec78156" 2018-08-01 04:48:12,901 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1191 X-Openstack-Request-Id: req-ce31ba5c-2fb2-43ad-9298-9865b74412bc Date: Wed, 01 Aug 2018 04:48:12 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":["e06facf3-a24e-40d5-a5ce-a0901a6e4875"],"updated_at":"2018-08-01T03:28:20Z","tenant_id":"89443fd7c5cf4259bed71fca1c3fe619","created_at":"2018-08-01T03:28:13Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"89443fd7c5cf4259bed71fca1c3fe619","id":"262fe7ec-b437-40b8-908b-6eb66c149655","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["38528ab2-6045-4d2c-b809-da2fed2cb4b1"],"updated_at":"2018-08-01T04:46:35Z","tenant_id":"b4993d88a5364a8da428610dbce975e5","created_at":"2018-08-01T04:46:34Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"b4993d88a5364a8da428610dbce975e5","id":"e1135da0-e892-4b12-b6b3-7014717235a3","name":"cloudify-net_1e8a6ad6-6997-4291-80a5-8bf2427fdd3d"}]} 2018-08-01 04:48:12,902 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-ce31ba5c-2fb2-43ad-9298-9865b74412bc 2018-08-01 04:48:12,902 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.116900920868s 2018-08-01 04:48:12,902 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-ce31ba5c-2fb2-43ad-9298-9865b74412bc 2018-08-01 04:48:12,903 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-01 04:48:12,904 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}a893be41a76b0396fb3a2a707515164fbec78156" 2018-08-01 04:48:12,954 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-f7e9ed82-d01e-4ed7-96a2-dd49e69cec39 Date: Wed, 01 Aug 2018 04:48:12 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e1135da0-e892-4b12-b6b3-7014717235a3","tenant_id":"b4993d88a5364a8da428610dbce975e5","created_at":"2018-08-01T04:46:35Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-01T04:46: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":"b4993d88a5364a8da428610dbce975e5","id":"38528ab2-6045-4d2c-b809-da2fed2cb4b1","subnetpool_id":null,"name":"cloudify-subnet_1e8a6ad6-6997-4291-80a5-8bf2427fdd3d"}]} 2018-08-01 04:48:12,954 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-f7e9ed82-d01e-4ed7-96a2-dd49e69cec39 2018-08-01 04:48:12,954 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0507850646973s 2018-08-01 04:48:12,954 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-f7e9ed82-d01e-4ed7-96a2-dd49e69cec39 2018-08-01 04:48:12,955 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-01 04:48:12,958 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a893be41a76b0396fb3a2a707515164fbec78156" 2018-08-01 04:48:13,439 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:48:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b162ddda-29c0-4ef8-8e38-b108a62b7d21 x-compute-request-id: req-b162ddda-29c0-4ef8-8e38-b108a62b7d21 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.21:8774/v2.1/servers/794a6825-2548-4fce-931b-61b78f13f0c4", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/794a6825-2548-4fce-931b-61b78f13f0c4", "rel": "bookmark"}], "image": {"id": "598c0dcf-4f99-49f6-9ef5-e64b3219e6fb", "links": [{"href": "http://172.30.9.21:8774/images/598c0dcf-4f99-49f6-9ef5-e64b3219e6fb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "574f3e2a-f5fb-45d5-a474-3e9065bb53c6", "links": [{"href": "http://172.30.9.21:8774/flavors/574f3e2a-f5fb-45d5-a474-3e9065bb53c6", "rel": "bookmark"}]}, "id": "794a6825-2548-4fce-931b-61b78f13f0c4", "user_id": "0b8938a925da41118179ef049ca3887b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-01T04:48:13Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_1e8a6ad6-6997-4291-80a5-8bf2427fdd3d", "name": "cloudify-vm_1e8a6ad6-6997-4291-80a5-8bf2427fdd3d", "created": "2018-08-01T04:48:12Z", "tenant_id": "b4993d88a5364a8da428610dbce975e5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-01 04:48:13,439 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-b162ddda-29c0-4ef8-8e38-b108a62b7d21 2018-08-01 04:48:13,439 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.483847141266s 2018-08-01 04:48:13,440 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-b162ddda-29c0-4ef8-8e38-b108a62b7d21 2018-08-01 04:48:13,444 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-01 04:48:15,447 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-01 04:48:15,450 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a893be41a76b0396fb3a2a707515164fbec78156" 2018-08-01 04:48:15,759 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:48:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e4cb5879-b0d9-499d-a1e9-3ad743407cf0 x-compute-request-id: req-e4cb5879-b0d9-499d-a1e9-3ad743407cf0 Content-Encoding: gzip Content-Length: 611 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/794a6825-2548-4fce-931b-61b78f13f0c4", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/794a6825-2548-4fce-931b-61b78f13f0c4", "rel": "bookmark"}], "image": {"id": "598c0dcf-4f99-49f6-9ef5-e64b3219e6fb", "links": [{"href": "http://172.30.9.21:8774/images/598c0dcf-4f99-49f6-9ef5-e64b3219e6fb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "574f3e2a-f5fb-45d5-a474-3e9065bb53c6", "links": [{"href": "http://172.30.9.21:8774/flavors/574f3e2a-f5fb-45d5-a474-3e9065bb53c6", "rel": "bookmark"}]}, "id": "794a6825-2548-4fce-931b-61b78f13f0c4", "user_id": "0b8938a925da41118179ef049ca3887b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-01T04:48:14Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_1e8a6ad6-6997-4291-80a5-8bf2427fdd3d", "name": "cloudify-vm_1e8a6ad6-6997-4291-80a5-8bf2427fdd3d", "created": "2018-08-01T04:48:12Z", "tenant_id": "b4993d88a5364a8da428610dbce975e5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-01 04:48:15,760 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-e4cb5879-b0d9-499d-a1e9-3ad743407cf0 2018-08-01 04:48:15,760 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.312572956085s 2018-08-01 04:48:15,760 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-e4cb5879-b0d9-499d-a1e9-3ad743407cf0 2018-08-01 04:48:15,764 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-01 04:48:17,767 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-01 04:48:17,769 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a893be41a76b0396fb3a2a707515164fbec78156" 2018-08-01 04:48:18,925 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04: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-21cffc1b-fab2-40f2-8583-ec5a490db112 x-compute-request-id: req-21cffc1b-fab2-40f2-8583-ec5a490db112 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/794a6825-2548-4fce-931b-61b78f13f0c4", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/794a6825-2548-4fce-931b-61b78f13f0c4", "rel": "bookmark"}], "image": {"id": "598c0dcf-4f99-49f6-9ef5-e64b3219e6fb", "links": [{"href": "http://172.30.9.21:8774/images/598c0dcf-4f99-49f6-9ef5-e64b3219e6fb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "574f3e2a-f5fb-45d5-a474-3e9065bb53c6", "links": [{"href": "http://172.30.9.21:8774/flavors/574f3e2a-f5fb-45d5-a474-3e9065bb53c6", "rel": "bookmark"}]}, "id": "794a6825-2548-4fce-931b-61b78f13f0c4", "security_groups": [{"name": "cloudify-sg_1e8a6ad6-6997-4291-80a5-8bf2427fdd3d"}], "user_id": "0b8938a925da41118179ef049ca3887b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-01T04:48:17Z", "hostId": "fb816027549eb606a41e80ac60e9a4ab9422a977209daf32c0a636db", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_1e8a6ad6-6997-4291-80a5-8bf2427fdd3d", "name": "cloudify-vm_1e8a6ad6-6997-4291-80a5-8bf2427fdd3d", "created": "2018-08-01T04:48:12Z", "tenant_id": "b4993d88a5364a8da428610dbce975e5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-01 04:48:18,925 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-21cffc1b-fab2-40f2-8583-ec5a490db112 2018-08-01 04:48:18,925 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.15822601318s 2018-08-01 04:48:18,926 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-21cffc1b-fab2-40f2-8583-ec5a490db112 2018-08-01 04:48:18,930 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-01 04:48:20,933 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-01 04:48:20,936 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a893be41a76b0396fb3a2a707515164fbec78156" 2018-08-01 04:48:21,541 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04: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-11a5fad8-2f70-4cc1-bcb8-54e1729e5909 x-compute-request-id: req-11a5fad8-2f70-4cc1-bcb8-54e1729e5909 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/794a6825-2548-4fce-931b-61b78f13f0c4", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/794a6825-2548-4fce-931b-61b78f13f0c4", "rel": "bookmark"}], "image": {"id": "598c0dcf-4f99-49f6-9ef5-e64b3219e6fb", "links": [{"href": "http://172.30.9.21:8774/images/598c0dcf-4f99-49f6-9ef5-e64b3219e6fb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "574f3e2a-f5fb-45d5-a474-3e9065bb53c6", "links": [{"href": "http://172.30.9.21:8774/flavors/574f3e2a-f5fb-45d5-a474-3e9065bb53c6", "rel": "bookmark"}]}, "id": "794a6825-2548-4fce-931b-61b78f13f0c4", "security_groups": [{"name": "cloudify-sg_1e8a6ad6-6997-4291-80a5-8bf2427fdd3d"}], "user_id": "0b8938a925da41118179ef049ca3887b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-01T04:48:17Z", "hostId": "fb816027549eb606a41e80ac60e9a4ab9422a977209daf32c0a636db", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_1e8a6ad6-6997-4291-80a5-8bf2427fdd3d", "name": "cloudify-vm_1e8a6ad6-6997-4291-80a5-8bf2427fdd3d", "created": "2018-08-01T04:48:12Z", "tenant_id": "b4993d88a5364a8da428610dbce975e5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-01 04:48:21,541 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-11a5fad8-2f70-4cc1-bcb8-54e1729e5909 2018-08-01 04:48:21,541 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.607970952988s 2018-08-01 04:48:21,541 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-11a5fad8-2f70-4cc1-bcb8-54e1729e5909 2018-08-01 04:48:21,545 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-01 04:48:23,548 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-01 04:48:23,551 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a893be41a76b0396fb3a2a707515164fbec78156" 2018-08-01 04:48:24,567 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04: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-34218cb9-0d54-49d7-8e36-f865f9be4ecb x-compute-request-id: req-34218cb9-0d54-49d7-8e36-f865f9be4ecb Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/794a6825-2548-4fce-931b-61b78f13f0c4", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/794a6825-2548-4fce-931b-61b78f13f0c4", "rel": "bookmark"}], "image": {"id": "598c0dcf-4f99-49f6-9ef5-e64b3219e6fb", "links": [{"href": "http://172.30.9.21:8774/images/598c0dcf-4f99-49f6-9ef5-e64b3219e6fb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "574f3e2a-f5fb-45d5-a474-3e9065bb53c6", "links": [{"href": "http://172.30.9.21:8774/flavors/574f3e2a-f5fb-45d5-a474-3e9065bb53c6", "rel": "bookmark"}]}, "id": "794a6825-2548-4fce-931b-61b78f13f0c4", "security_groups": [{"name": "cloudify-sg_1e8a6ad6-6997-4291-80a5-8bf2427fdd3d"}], "user_id": "0b8938a925da41118179ef049ca3887b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-01T04:48:17Z", "hostId": "fb816027549eb606a41e80ac60e9a4ab9422a977209daf32c0a636db", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_1e8a6ad6-6997-4291-80a5-8bf2427fdd3d", "name": "cloudify-vm_1e8a6ad6-6997-4291-80a5-8bf2427fdd3d", "created": "2018-08-01T04:48:12Z", "tenant_id": "b4993d88a5364a8da428610dbce975e5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-01 04:48:24,567 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-34218cb9-0d54-49d7-8e36-f865f9be4ecb 2018-08-01 04:48:24,567 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.01883888245s 2018-08-01 04:48:24,567 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-34218cb9-0d54-49d7-8e36-f865f9be4ecb 2018-08-01 04:48:24,571 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-01 04:48:26,574 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-01 04:48:26,577 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a893be41a76b0396fb3a2a707515164fbec78156" 2018-08-01 04:48:27,253 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:48: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-52ea9ce3-fa91-4fae-93ac-c9df5c7a297c x-compute-request-id: req-52ea9ce3-fa91-4fae-93ac-c9df5c7a297c Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/794a6825-2548-4fce-931b-61b78f13f0c4", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/794a6825-2548-4fce-931b-61b78f13f0c4", "rel": "bookmark"}], "image": {"id": "598c0dcf-4f99-49f6-9ef5-e64b3219e6fb", "links": [{"href": "http://172.30.9.21:8774/images/598c0dcf-4f99-49f6-9ef5-e64b3219e6fb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "574f3e2a-f5fb-45d5-a474-3e9065bb53c6", "links": [{"href": "http://172.30.9.21:8774/flavors/574f3e2a-f5fb-45d5-a474-3e9065bb53c6", "rel": "bookmark"}]}, "id": "794a6825-2548-4fce-931b-61b78f13f0c4", "security_groups": [{"name": "cloudify-sg_1e8a6ad6-6997-4291-80a5-8bf2427fdd3d"}], "user_id": "0b8938a925da41118179ef049ca3887b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-01T04:48:17Z", "hostId": "fb816027549eb606a41e80ac60e9a4ab9422a977209daf32c0a636db", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_1e8a6ad6-6997-4291-80a5-8bf2427fdd3d", "name": "cloudify-vm_1e8a6ad6-6997-4291-80a5-8bf2427fdd3d", "created": "2018-08-01T04:48:12Z", "tenant_id": "b4993d88a5364a8da428610dbce975e5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-01 04:48:27,253 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-52ea9ce3-fa91-4fae-93ac-c9df5c7a297c 2018-08-01 04:48:27,253 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.679172039032s 2018-08-01 04:48:27,254 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-52ea9ce3-fa91-4fae-93ac-c9df5c7a297c 2018-08-01 04:48:27,255 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-01 04:48:29,258 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-01 04:48:29,262 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a893be41a76b0396fb3a2a707515164fbec78156" 2018-08-01 04:48:30,088 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:48: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-fddd45b4-76ba-4be0-9314-362656ca520e x-compute-request-id: req-fddd45b4-76ba-4be0-9314-362656ca520e Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/794a6825-2548-4fce-931b-61b78f13f0c4", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/794a6825-2548-4fce-931b-61b78f13f0c4", "rel": "bookmark"}], "image": {"id": "598c0dcf-4f99-49f6-9ef5-e64b3219e6fb", "links": [{"href": "http://172.30.9.21:8774/images/598c0dcf-4f99-49f6-9ef5-e64b3219e6fb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "574f3e2a-f5fb-45d5-a474-3e9065bb53c6", "links": [{"href": "http://172.30.9.21:8774/flavors/574f3e2a-f5fb-45d5-a474-3e9065bb53c6", "rel": "bookmark"}]}, "id": "794a6825-2548-4fce-931b-61b78f13f0c4", "security_groups": [{"name": "cloudify-sg_1e8a6ad6-6997-4291-80a5-8bf2427fdd3d"}], "user_id": "0b8938a925da41118179ef049ca3887b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-01T04:48:17Z", "hostId": "fb816027549eb606a41e80ac60e9a4ab9422a977209daf32c0a636db", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_1e8a6ad6-6997-4291-80a5-8bf2427fdd3d", "name": "cloudify-vm_1e8a6ad6-6997-4291-80a5-8bf2427fdd3d", "created": "2018-08-01T04:48:12Z", "tenant_id": "b4993d88a5364a8da428610dbce975e5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-01 04:48:30,088 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-fddd45b4-76ba-4be0-9314-362656ca520e 2018-08-01 04:48:30,088 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.830175876617s 2018-08-01 04:48:30,089 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-fddd45b4-76ba-4be0-9314-362656ca520e 2018-08-01 04:48:30,093 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-01 04:48:32,095 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-01 04:48:32,098 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a893be41a76b0396fb3a2a707515164fbec78156" 2018-08-01 04:48:32,648 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:48:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ae9c82d4-fcf8-42e8-95e6-136e091ab785 x-compute-request-id: req-ae9c82d4-fcf8-42e8-95e6-136e091ab785 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/794a6825-2548-4fce-931b-61b78f13f0c4", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/794a6825-2548-4fce-931b-61b78f13f0c4", "rel": "bookmark"}], "image": {"id": "598c0dcf-4f99-49f6-9ef5-e64b3219e6fb", "links": [{"href": "http://172.30.9.21:8774/images/598c0dcf-4f99-49f6-9ef5-e64b3219e6fb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "574f3e2a-f5fb-45d5-a474-3e9065bb53c6", "links": [{"href": "http://172.30.9.21:8774/flavors/574f3e2a-f5fb-45d5-a474-3e9065bb53c6", "rel": "bookmark"}]}, "id": "794a6825-2548-4fce-931b-61b78f13f0c4", "security_groups": [{"name": "cloudify-sg_1e8a6ad6-6997-4291-80a5-8bf2427fdd3d"}], "user_id": "0b8938a925da41118179ef049ca3887b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-01T04:48:17Z", "hostId": "fb816027549eb606a41e80ac60e9a4ab9422a977209daf32c0a636db", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_1e8a6ad6-6997-4291-80a5-8bf2427fdd3d", "name": "cloudify-vm_1e8a6ad6-6997-4291-80a5-8bf2427fdd3d", "created": "2018-08-01T04:48:12Z", "tenant_id": "b4993d88a5364a8da428610dbce975e5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-01 04:48:32,648 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-ae9c82d4-fcf8-42e8-95e6-136e091ab785 2018-08-01 04:48:32,648 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.553086996078s 2018-08-01 04:48:32,649 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-ae9c82d4-fcf8-42e8-95e6-136e091ab785 2018-08-01 04:48:32,652 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-01 04:48:34,655 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-01 04:48:34,658 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a893be41a76b0396fb3a2a707515164fbec78156" 2018-08-01 04:48:35,237 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04: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-3aca80ef-5575-4c85-beb6-4db05a5ffa4e x-compute-request-id: req-3aca80ef-5575-4c85-beb6-4db05a5ffa4e Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/794a6825-2548-4fce-931b-61b78f13f0c4", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/794a6825-2548-4fce-931b-61b78f13f0c4", "rel": "bookmark"}], "image": {"id": "598c0dcf-4f99-49f6-9ef5-e64b3219e6fb", "links": [{"href": "http://172.30.9.21:8774/images/598c0dcf-4f99-49f6-9ef5-e64b3219e6fb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "574f3e2a-f5fb-45d5-a474-3e9065bb53c6", "links": [{"href": "http://172.30.9.21:8774/flavors/574f3e2a-f5fb-45d5-a474-3e9065bb53c6", "rel": "bookmark"}]}, "id": "794a6825-2548-4fce-931b-61b78f13f0c4", "security_groups": [{"name": "cloudify-sg_1e8a6ad6-6997-4291-80a5-8bf2427fdd3d"}], "user_id": "0b8938a925da41118179ef049ca3887b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-01T04:48:17Z", "hostId": "fb816027549eb606a41e80ac60e9a4ab9422a977209daf32c0a636db", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_1e8a6ad6-6997-4291-80a5-8bf2427fdd3d", "name": "cloudify-vm_1e8a6ad6-6997-4291-80a5-8bf2427fdd3d", "created": "2018-08-01T04:48:12Z", "tenant_id": "b4993d88a5364a8da428610dbce975e5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-01 04:48:35,237 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-3aca80ef-5575-4c85-beb6-4db05a5ffa4e 2018-08-01 04:48:35,237 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.582365036011s 2018-08-01 04:48:35,238 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-3aca80ef-5575-4c85-beb6-4db05a5ffa4e 2018-08-01 04:48:35,241 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-01 04:48:37,244 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-01 04:48:37,247 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a893be41a76b0396fb3a2a707515164fbec78156" 2018-08-01 04:48:37,848 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04: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-d49496e8-c6c2-44ba-b128-7ba79409640e x-compute-request-id: req-d49496e8-c6c2-44ba-b128-7ba79409640e Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/794a6825-2548-4fce-931b-61b78f13f0c4", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/794a6825-2548-4fce-931b-61b78f13f0c4", "rel": "bookmark"}], "image": {"id": "598c0dcf-4f99-49f6-9ef5-e64b3219e6fb", "links": [{"href": "http://172.30.9.21:8774/images/598c0dcf-4f99-49f6-9ef5-e64b3219e6fb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "574f3e2a-f5fb-45d5-a474-3e9065bb53c6", "links": [{"href": "http://172.30.9.21:8774/flavors/574f3e2a-f5fb-45d5-a474-3e9065bb53c6", "rel": "bookmark"}]}, "id": "794a6825-2548-4fce-931b-61b78f13f0c4", "security_groups": [{"name": "cloudify-sg_1e8a6ad6-6997-4291-80a5-8bf2427fdd3d"}], "user_id": "0b8938a925da41118179ef049ca3887b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-01T04:48:17Z", "hostId": "fb816027549eb606a41e80ac60e9a4ab9422a977209daf32c0a636db", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_1e8a6ad6-6997-4291-80a5-8bf2427fdd3d", "name": "cloudify-vm_1e8a6ad6-6997-4291-80a5-8bf2427fdd3d", "created": "2018-08-01T04:48:12Z", "tenant_id": "b4993d88a5364a8da428610dbce975e5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-01 04:48:37,848 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-d49496e8-c6c2-44ba-b128-7ba79409640e 2018-08-01 04:48:37,848 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.603499889374s 2018-08-01 04:48:37,848 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-d49496e8-c6c2-44ba-b128-7ba79409640e 2018-08-01 04:48:37,852 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-01 04:48:39,855 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-01 04:48:39,857 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a893be41a76b0396fb3a2a707515164fbec78156" 2018-08-01 04:48:40,635 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:48: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-052b19c1-37b5-407b-9e61-1d79bd483fa5 x-compute-request-id: req-052b19c1-37b5-407b-9e61-1d79bd483fa5 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/794a6825-2548-4fce-931b-61b78f13f0c4", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/794a6825-2548-4fce-931b-61b78f13f0c4", "rel": "bookmark"}], "image": {"id": "598c0dcf-4f99-49f6-9ef5-e64b3219e6fb", "links": [{"href": "http://172.30.9.21:8774/images/598c0dcf-4f99-49f6-9ef5-e64b3219e6fb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "574f3e2a-f5fb-45d5-a474-3e9065bb53c6", "links": [{"href": "http://172.30.9.21:8774/flavors/574f3e2a-f5fb-45d5-a474-3e9065bb53c6", "rel": "bookmark"}]}, "id": "794a6825-2548-4fce-931b-61b78f13f0c4", "security_groups": [{"name": "cloudify-sg_1e8a6ad6-6997-4291-80a5-8bf2427fdd3d"}], "user_id": "0b8938a925da41118179ef049ca3887b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-01T04:48:17Z", "hostId": "fb816027549eb606a41e80ac60e9a4ab9422a977209daf32c0a636db", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_1e8a6ad6-6997-4291-80a5-8bf2427fdd3d", "name": "cloudify-vm_1e8a6ad6-6997-4291-80a5-8bf2427fdd3d", "created": "2018-08-01T04:48:12Z", "tenant_id": "b4993d88a5364a8da428610dbce975e5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-01 04:48:40,635 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-052b19c1-37b5-407b-9e61-1d79bd483fa5 2018-08-01 04:48:40,636 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.780738115311s 2018-08-01 04:48:40,636 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-052b19c1-37b5-407b-9e61-1d79bd483fa5 2018-08-01 04:48:40,638 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-01 04:48:42,640 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-01 04:48:42,643 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a893be41a76b0396fb3a2a707515164fbec78156" 2018-08-01 04:48:43,040 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:48:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1c01f206-3ae1-4521-9241-0dfc4e80fab7 x-compute-request-id: req-1c01f206-3ae1-4521-9241-0dfc4e80fab7 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/794a6825-2548-4fce-931b-61b78f13f0c4", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/794a6825-2548-4fce-931b-61b78f13f0c4", "rel": "bookmark"}], "image": {"id": "598c0dcf-4f99-49f6-9ef5-e64b3219e6fb", "links": [{"href": "http://172.30.9.21:8774/images/598c0dcf-4f99-49f6-9ef5-e64b3219e6fb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "574f3e2a-f5fb-45d5-a474-3e9065bb53c6", "links": [{"href": "http://172.30.9.21:8774/flavors/574f3e2a-f5fb-45d5-a474-3e9065bb53c6", "rel": "bookmark"}]}, "id": "794a6825-2548-4fce-931b-61b78f13f0c4", "security_groups": [{"name": "cloudify-sg_1e8a6ad6-6997-4291-80a5-8bf2427fdd3d"}], "user_id": "0b8938a925da41118179ef049ca3887b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-01T04:48:17Z", "hostId": "fb816027549eb606a41e80ac60e9a4ab9422a977209daf32c0a636db", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_1e8a6ad6-6997-4291-80a5-8bf2427fdd3d", "name": "cloudify-vm_1e8a6ad6-6997-4291-80a5-8bf2427fdd3d", "created": "2018-08-01T04:48:12Z", "tenant_id": "b4993d88a5364a8da428610dbce975e5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-01 04:48:43,040 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-1c01f206-3ae1-4521-9241-0dfc4e80fab7 2018-08-01 04:48:43,040 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.399702787399s 2018-08-01 04:48:43,041 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-1c01f206-3ae1-4521-9241-0dfc4e80fab7 2018-08-01 04:48:43,044 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-01 04:48:45,045 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-01 04:48:45,049 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a893be41a76b0396fb3a2a707515164fbec78156" 2018-08-01 04:48:45,652 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:48:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d5bac770-471e-4e55-be1a-620e10a81712 x-compute-request-id: req-d5bac770-471e-4e55-be1a-620e10a81712 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/794a6825-2548-4fce-931b-61b78f13f0c4", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/794a6825-2548-4fce-931b-61b78f13f0c4", "rel": "bookmark"}], "image": {"id": "598c0dcf-4f99-49f6-9ef5-e64b3219e6fb", "links": [{"href": "http://172.30.9.21:8774/images/598c0dcf-4f99-49f6-9ef5-e64b3219e6fb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "574f3e2a-f5fb-45d5-a474-3e9065bb53c6", "links": [{"href": "http://172.30.9.21:8774/flavors/574f3e2a-f5fb-45d5-a474-3e9065bb53c6", "rel": "bookmark"}]}, "id": "794a6825-2548-4fce-931b-61b78f13f0c4", "security_groups": [{"name": "cloudify-sg_1e8a6ad6-6997-4291-80a5-8bf2427fdd3d"}], "user_id": "0b8938a925da41118179ef049ca3887b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-01T04:48:17Z", "hostId": "fb816027549eb606a41e80ac60e9a4ab9422a977209daf32c0a636db", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_1e8a6ad6-6997-4291-80a5-8bf2427fdd3d", "name": "cloudify-vm_1e8a6ad6-6997-4291-80a5-8bf2427fdd3d", "created": "2018-08-01T04:48:12Z", "tenant_id": "b4993d88a5364a8da428610dbce975e5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-01 04:48:45,653 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-d5bac770-471e-4e55-be1a-620e10a81712 2018-08-01 04:48:45,653 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.607002019882s 2018-08-01 04:48:45,653 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-d5bac770-471e-4e55-be1a-620e10a81712 2018-08-01 04:48:45,657 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-01 04:48:47,660 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-01 04:48:47,663 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a893be41a76b0396fb3a2a707515164fbec78156" 2018-08-01 04:48:48,523 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:48:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-92535907-b58f-494b-a6f6-6d694cca7448 x-compute-request-id: req-92535907-b58f-494b-a6f6-6d694cca7448 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/794a6825-2548-4fce-931b-61b78f13f0c4", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/794a6825-2548-4fce-931b-61b78f13f0c4", "rel": "bookmark"}], "image": {"id": "598c0dcf-4f99-49f6-9ef5-e64b3219e6fb", "links": [{"href": "http://172.30.9.21:8774/images/598c0dcf-4f99-49f6-9ef5-e64b3219e6fb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "574f3e2a-f5fb-45d5-a474-3e9065bb53c6", "links": [{"href": "http://172.30.9.21:8774/flavors/574f3e2a-f5fb-45d5-a474-3e9065bb53c6", "rel": "bookmark"}]}, "id": "794a6825-2548-4fce-931b-61b78f13f0c4", "security_groups": [{"name": "cloudify-sg_1e8a6ad6-6997-4291-80a5-8bf2427fdd3d"}], "user_id": "0b8938a925da41118179ef049ca3887b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-01T04:48:17Z", "hostId": "fb816027549eb606a41e80ac60e9a4ab9422a977209daf32c0a636db", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_1e8a6ad6-6997-4291-80a5-8bf2427fdd3d", "name": "cloudify-vm_1e8a6ad6-6997-4291-80a5-8bf2427fdd3d", "created": "2018-08-01T04:48:12Z", "tenant_id": "b4993d88a5364a8da428610dbce975e5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-01 04:48:48,523 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-92535907-b58f-494b-a6f6-6d694cca7448 2018-08-01 04:48:48,523 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.863306999207s 2018-08-01 04:48:48,524 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-92535907-b58f-494b-a6f6-6d694cca7448 2018-08-01 04:48:48,528 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-01 04:48:50,530 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-01 04:48:50,533 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a893be41a76b0396fb3a2a707515164fbec78156" 2018-08-01 04:48:51,099 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:48:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6c01803c-2976-4c8e-82d0-e748e296dce8 x-compute-request-id: req-6c01803c-2976-4c8e-82d0-e748e296dce8 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/794a6825-2548-4fce-931b-61b78f13f0c4", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/794a6825-2548-4fce-931b-61b78f13f0c4", "rel": "bookmark"}], "image": {"id": "598c0dcf-4f99-49f6-9ef5-e64b3219e6fb", "links": [{"href": "http://172.30.9.21:8774/images/598c0dcf-4f99-49f6-9ef5-e64b3219e6fb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "574f3e2a-f5fb-45d5-a474-3e9065bb53c6", "links": [{"href": "http://172.30.9.21:8774/flavors/574f3e2a-f5fb-45d5-a474-3e9065bb53c6", "rel": "bookmark"}]}, "id": "794a6825-2548-4fce-931b-61b78f13f0c4", "security_groups": [{"name": "cloudify-sg_1e8a6ad6-6997-4291-80a5-8bf2427fdd3d"}], "user_id": "0b8938a925da41118179ef049ca3887b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-01T04:48:17Z", "hostId": "fb816027549eb606a41e80ac60e9a4ab9422a977209daf32c0a636db", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_1e8a6ad6-6997-4291-80a5-8bf2427fdd3d", "name": "cloudify-vm_1e8a6ad6-6997-4291-80a5-8bf2427fdd3d", "created": "2018-08-01T04:48:12Z", "tenant_id": "b4993d88a5364a8da428610dbce975e5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-01 04:48:51,099 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-6c01803c-2976-4c8e-82d0-e748e296dce8 2018-08-01 04:48:51,099 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.568708181381s 2018-08-01 04:48:51,100 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-6c01803c-2976-4c8e-82d0-e748e296dce8 2018-08-01 04:48:51,104 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-01 04:48:53,105 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-01 04:48:53,108 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a893be41a76b0396fb3a2a707515164fbec78156" 2018-08-01 04:48:53,712 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:48: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-f7f3fddf-d9d1-42c3-914e-018dcadd396d x-compute-request-id: req-f7f3fddf-d9d1-42c3-914e-018dcadd396d Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/794a6825-2548-4fce-931b-61b78f13f0c4", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/794a6825-2548-4fce-931b-61b78f13f0c4", "rel": "bookmark"}], "image": {"id": "598c0dcf-4f99-49f6-9ef5-e64b3219e6fb", "links": [{"href": "http://172.30.9.21:8774/images/598c0dcf-4f99-49f6-9ef5-e64b3219e6fb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "574f3e2a-f5fb-45d5-a474-3e9065bb53c6", "links": [{"href": "http://172.30.9.21:8774/flavors/574f3e2a-f5fb-45d5-a474-3e9065bb53c6", "rel": "bookmark"}]}, "id": "794a6825-2548-4fce-931b-61b78f13f0c4", "security_groups": [{"name": "cloudify-sg_1e8a6ad6-6997-4291-80a5-8bf2427fdd3d"}], "user_id": "0b8938a925da41118179ef049ca3887b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-01T04:48:17Z", "hostId": "fb816027549eb606a41e80ac60e9a4ab9422a977209daf32c0a636db", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_1e8a6ad6-6997-4291-80a5-8bf2427fdd3d", "name": "cloudify-vm_1e8a6ad6-6997-4291-80a5-8bf2427fdd3d", "created": "2018-08-01T04:48:12Z", "tenant_id": "b4993d88a5364a8da428610dbce975e5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-01 04:48:53,713 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-f7f3fddf-d9d1-42c3-914e-018dcadd396d 2018-08-01 04:48:53,713 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.606981039047s 2018-08-01 04:48:53,713 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-f7f3fddf-d9d1-42c3-914e-018dcadd396d 2018-08-01 04:48:53,717 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-01 04:48:55,720 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-01 04:48:55,723 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a893be41a76b0396fb3a2a707515164fbec78156" 2018-08-01 04:48:56,506 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:48:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2a38f06c-6dad-45a0-a9d4-199ac9d8e013 x-compute-request-id: req-2a38f06c-6dad-45a0-a9d4-199ac9d8e013 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/794a6825-2548-4fce-931b-61b78f13f0c4", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/794a6825-2548-4fce-931b-61b78f13f0c4", "rel": "bookmark"}], "image": {"id": "598c0dcf-4f99-49f6-9ef5-e64b3219e6fb", "links": [{"href": "http://172.30.9.21:8774/images/598c0dcf-4f99-49f6-9ef5-e64b3219e6fb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "574f3e2a-f5fb-45d5-a474-3e9065bb53c6", "links": [{"href": "http://172.30.9.21:8774/flavors/574f3e2a-f5fb-45d5-a474-3e9065bb53c6", "rel": "bookmark"}]}, "id": "794a6825-2548-4fce-931b-61b78f13f0c4", "security_groups": [{"name": "cloudify-sg_1e8a6ad6-6997-4291-80a5-8bf2427fdd3d"}], "user_id": "0b8938a925da41118179ef049ca3887b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-01T04:48:17Z", "hostId": "fb816027549eb606a41e80ac60e9a4ab9422a977209daf32c0a636db", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_1e8a6ad6-6997-4291-80a5-8bf2427fdd3d", "name": "cloudify-vm_1e8a6ad6-6997-4291-80a5-8bf2427fdd3d", "created": "2018-08-01T04:48:12Z", "tenant_id": "b4993d88a5364a8da428610dbce975e5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-01 04:48:56,506 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-2a38f06c-6dad-45a0-a9d4-199ac9d8e013 2018-08-01 04:48:56,506 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.785971164703s 2018-08-01 04:48:56,506 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-2a38f06c-6dad-45a0-a9d4-199ac9d8e013 2018-08-01 04:48:56,510 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-01 04:48:58,513 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-01 04:48:58,515 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a893be41a76b0396fb3a2a707515164fbec78156" 2018-08-01 04:48:59,332 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:48: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-fd5a7a02-870a-4e21-bcbb-733e1e2d0b7c x-compute-request-id: req-fd5a7a02-870a-4e21-bcbb-733e1e2d0b7c Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/794a6825-2548-4fce-931b-61b78f13f0c4", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/794a6825-2548-4fce-931b-61b78f13f0c4", "rel": "bookmark"}], "image": {"id": "598c0dcf-4f99-49f6-9ef5-e64b3219e6fb", "links": [{"href": "http://172.30.9.21:8774/images/598c0dcf-4f99-49f6-9ef5-e64b3219e6fb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "574f3e2a-f5fb-45d5-a474-3e9065bb53c6", "links": [{"href": "http://172.30.9.21:8774/flavors/574f3e2a-f5fb-45d5-a474-3e9065bb53c6", "rel": "bookmark"}]}, "id": "794a6825-2548-4fce-931b-61b78f13f0c4", "security_groups": [{"name": "cloudify-sg_1e8a6ad6-6997-4291-80a5-8bf2427fdd3d"}], "user_id": "0b8938a925da41118179ef049ca3887b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-01T04:48:17Z", "hostId": "fb816027549eb606a41e80ac60e9a4ab9422a977209daf32c0a636db", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_1e8a6ad6-6997-4291-80a5-8bf2427fdd3d", "name": "cloudify-vm_1e8a6ad6-6997-4291-80a5-8bf2427fdd3d", "created": "2018-08-01T04:48:12Z", "tenant_id": "b4993d88a5364a8da428610dbce975e5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-01 04:48:59,332 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-fd5a7a02-870a-4e21-bcbb-733e1e2d0b7c 2018-08-01 04:48:59,332 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.819622039795s 2018-08-01 04:48:59,333 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-fd5a7a02-870a-4e21-bcbb-733e1e2d0b7c 2018-08-01 04:48:59,336 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-01 04:49:01,339 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-01 04:49:01,342 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a893be41a76b0396fb3a2a707515164fbec78156" 2018-08-01 04:49:01,916 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:49: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-ee7510ff-5e86-452a-a753-9e7fcf77e645 x-compute-request-id: req-ee7510ff-5e86-452a-a753-9e7fcf77e645 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/794a6825-2548-4fce-931b-61b78f13f0c4", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/794a6825-2548-4fce-931b-61b78f13f0c4", "rel": "bookmark"}], "image": {"id": "598c0dcf-4f99-49f6-9ef5-e64b3219e6fb", "links": [{"href": "http://172.30.9.21:8774/images/598c0dcf-4f99-49f6-9ef5-e64b3219e6fb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "574f3e2a-f5fb-45d5-a474-3e9065bb53c6", "links": [{"href": "http://172.30.9.21:8774/flavors/574f3e2a-f5fb-45d5-a474-3e9065bb53c6", "rel": "bookmark"}]}, "id": "794a6825-2548-4fce-931b-61b78f13f0c4", "security_groups": [{"name": "cloudify-sg_1e8a6ad6-6997-4291-80a5-8bf2427fdd3d"}], "user_id": "0b8938a925da41118179ef049ca3887b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-01T04:48:17Z", "hostId": "fb816027549eb606a41e80ac60e9a4ab9422a977209daf32c0a636db", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_1e8a6ad6-6997-4291-80a5-8bf2427fdd3d", "name": "cloudify-vm_1e8a6ad6-6997-4291-80a5-8bf2427fdd3d", "created": "2018-08-01T04:48:12Z", "tenant_id": "b4993d88a5364a8da428610dbce975e5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-01 04:49:01,917 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-ee7510ff-5e86-452a-a753-9e7fcf77e645 2018-08-01 04:49:01,917 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.577458143234s 2018-08-01 04:49:01,917 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-ee7510ff-5e86-452a-a753-9e7fcf77e645 2018-08-01 04:49:01,921 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-01 04:49:03,923 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-01 04:49:03,926 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a893be41a76b0396fb3a2a707515164fbec78156" 2018-08-01 04:49:04,693 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04: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-1dce68cd-0f34-4e84-a4bb-aaa7057e4cd4 x-compute-request-id: req-1dce68cd-0f34-4e84-a4bb-aaa7057e4cd4 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/794a6825-2548-4fce-931b-61b78f13f0c4", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/794a6825-2548-4fce-931b-61b78f13f0c4", "rel": "bookmark"}], "image": {"id": "598c0dcf-4f99-49f6-9ef5-e64b3219e6fb", "links": [{"href": "http://172.30.9.21:8774/images/598c0dcf-4f99-49f6-9ef5-e64b3219e6fb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "574f3e2a-f5fb-45d5-a474-3e9065bb53c6", "links": [{"href": "http://172.30.9.21:8774/flavors/574f3e2a-f5fb-45d5-a474-3e9065bb53c6", "rel": "bookmark"}]}, "id": "794a6825-2548-4fce-931b-61b78f13f0c4", "security_groups": [{"name": "cloudify-sg_1e8a6ad6-6997-4291-80a5-8bf2427fdd3d"}], "user_id": "0b8938a925da41118179ef049ca3887b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-01T04:48:17Z", "hostId": "fb816027549eb606a41e80ac60e9a4ab9422a977209daf32c0a636db", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_1e8a6ad6-6997-4291-80a5-8bf2427fdd3d", "name": "cloudify-vm_1e8a6ad6-6997-4291-80a5-8bf2427fdd3d", "created": "2018-08-01T04:48:12Z", "tenant_id": "b4993d88a5364a8da428610dbce975e5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-01 04:49:04,693 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-1dce68cd-0f34-4e84-a4bb-aaa7057e4cd4 2018-08-01 04:49:04,694 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.770082950592s 2018-08-01 04:49:04,694 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-1dce68cd-0f34-4e84-a4bb-aaa7057e4cd4 2018-08-01 04:49:04,697 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-01 04:49:06,700 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-01 04:49:06,702 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a893be41a76b0396fb3a2a707515164fbec78156" 2018-08-01 04:49:07,206 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:49: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-6444e97b-5a6f-473a-ad32-617b8da73c85 x-compute-request-id: req-6444e97b-5a6f-473a-ad32-617b8da73c85 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/794a6825-2548-4fce-931b-61b78f13f0c4", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/794a6825-2548-4fce-931b-61b78f13f0c4", "rel": "bookmark"}], "image": {"id": "598c0dcf-4f99-49f6-9ef5-e64b3219e6fb", "links": [{"href": "http://172.30.9.21:8774/images/598c0dcf-4f99-49f6-9ef5-e64b3219e6fb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "574f3e2a-f5fb-45d5-a474-3e9065bb53c6", "links": [{"href": "http://172.30.9.21:8774/flavors/574f3e2a-f5fb-45d5-a474-3e9065bb53c6", "rel": "bookmark"}]}, "id": "794a6825-2548-4fce-931b-61b78f13f0c4", "security_groups": [{"name": "cloudify-sg_1e8a6ad6-6997-4291-80a5-8bf2427fdd3d"}], "user_id": "0b8938a925da41118179ef049ca3887b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-01T04:48:17Z", "hostId": "fb816027549eb606a41e80ac60e9a4ab9422a977209daf32c0a636db", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_1e8a6ad6-6997-4291-80a5-8bf2427fdd3d", "name": "cloudify-vm_1e8a6ad6-6997-4291-80a5-8bf2427fdd3d", "created": "2018-08-01T04:48:12Z", "tenant_id": "b4993d88a5364a8da428610dbce975e5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-01 04:49:07,206 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-6444e97b-5a6f-473a-ad32-617b8da73c85 2018-08-01 04:49:07,207 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.506363868713s 2018-08-01 04:49:07,207 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-6444e97b-5a6f-473a-ad32-617b8da73c85 2018-08-01 04:49:07,211 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-01 04:49:09,213 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-01 04:49:09,216 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a893be41a76b0396fb3a2a707515164fbec78156" 2018-08-01 04:49:09,870 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:49:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-737c7ea4-f3b3-4880-8d9f-a5ba14cecffd x-compute-request-id: req-737c7ea4-f3b3-4880-8d9f-a5ba14cecffd Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/794a6825-2548-4fce-931b-61b78f13f0c4", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/794a6825-2548-4fce-931b-61b78f13f0c4", "rel": "bookmark"}], "image": {"id": "598c0dcf-4f99-49f6-9ef5-e64b3219e6fb", "links": [{"href": "http://172.30.9.21:8774/images/598c0dcf-4f99-49f6-9ef5-e64b3219e6fb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "574f3e2a-f5fb-45d5-a474-3e9065bb53c6", "links": [{"href": "http://172.30.9.21:8774/flavors/574f3e2a-f5fb-45d5-a474-3e9065bb53c6", "rel": "bookmark"}]}, "id": "794a6825-2548-4fce-931b-61b78f13f0c4", "security_groups": [{"name": "cloudify-sg_1e8a6ad6-6997-4291-80a5-8bf2427fdd3d"}], "user_id": "0b8938a925da41118179ef049ca3887b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-01T04:48:17Z", "hostId": "fb816027549eb606a41e80ac60e9a4ab9422a977209daf32c0a636db", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_1e8a6ad6-6997-4291-80a5-8bf2427fdd3d", "name": "cloudify-vm_1e8a6ad6-6997-4291-80a5-8bf2427fdd3d", "created": "2018-08-01T04:48:12Z", "tenant_id": "b4993d88a5364a8da428610dbce975e5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-01 04:49:09,870 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-737c7ea4-f3b3-4880-8d9f-a5ba14cecffd 2018-08-01 04:49:09,870 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.656878948212s 2018-08-01 04:49:09,870 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-737c7ea4-f3b3-4880-8d9f-a5ba14cecffd 2018-08-01 04:49:09,874 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-01 04:49:11,877 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-01 04:49:11,880 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a893be41a76b0396fb3a2a707515164fbec78156" 2018-08-01 04:49:12,676 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:49: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-6816efbd-bd82-404b-a13d-b0d14813ca03 x-compute-request-id: req-6816efbd-bd82-404b-a13d-b0d14813ca03 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/794a6825-2548-4fce-931b-61b78f13f0c4", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/794a6825-2548-4fce-931b-61b78f13f0c4", "rel": "bookmark"}], "image": {"id": "598c0dcf-4f99-49f6-9ef5-e64b3219e6fb", "links": [{"href": "http://172.30.9.21:8774/images/598c0dcf-4f99-49f6-9ef5-e64b3219e6fb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "574f3e2a-f5fb-45d5-a474-3e9065bb53c6", "links": [{"href": "http://172.30.9.21:8774/flavors/574f3e2a-f5fb-45d5-a474-3e9065bb53c6", "rel": "bookmark"}]}, "id": "794a6825-2548-4fce-931b-61b78f13f0c4", "security_groups": [{"name": "cloudify-sg_1e8a6ad6-6997-4291-80a5-8bf2427fdd3d"}], "user_id": "0b8938a925da41118179ef049ca3887b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-01T04:48:17Z", "hostId": "fb816027549eb606a41e80ac60e9a4ab9422a977209daf32c0a636db", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_1e8a6ad6-6997-4291-80a5-8bf2427fdd3d", "name": "cloudify-vm_1e8a6ad6-6997-4291-80a5-8bf2427fdd3d", "created": "2018-08-01T04:48:12Z", "tenant_id": "b4993d88a5364a8da428610dbce975e5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-01 04:49:12,676 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-6816efbd-bd82-404b-a13d-b0d14813ca03 2018-08-01 04:49:12,676 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.799339056015s 2018-08-01 04:49:12,677 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-6816efbd-bd82-404b-a13d-b0d14813ca03 2018-08-01 04:49:12,680 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-01 04:49:14,683 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-01 04:49:14,686 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a893be41a76b0396fb3a2a707515164fbec78156" 2018-08-01 04:49:15,446 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:49: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-7d986b08-a90b-4733-bebd-acacbd619f67 x-compute-request-id: req-7d986b08-a90b-4733-bebd-acacbd619f67 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/794a6825-2548-4fce-931b-61b78f13f0c4", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/794a6825-2548-4fce-931b-61b78f13f0c4", "rel": "bookmark"}], "image": {"id": "598c0dcf-4f99-49f6-9ef5-e64b3219e6fb", "links": [{"href": "http://172.30.9.21:8774/images/598c0dcf-4f99-49f6-9ef5-e64b3219e6fb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "574f3e2a-f5fb-45d5-a474-3e9065bb53c6", "links": [{"href": "http://172.30.9.21:8774/flavors/574f3e2a-f5fb-45d5-a474-3e9065bb53c6", "rel": "bookmark"}]}, "id": "794a6825-2548-4fce-931b-61b78f13f0c4", "security_groups": [{"name": "cloudify-sg_1e8a6ad6-6997-4291-80a5-8bf2427fdd3d"}], "user_id": "0b8938a925da41118179ef049ca3887b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-01T04:48:17Z", "hostId": "fb816027549eb606a41e80ac60e9a4ab9422a977209daf32c0a636db", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_1e8a6ad6-6997-4291-80a5-8bf2427fdd3d", "name": "cloudify-vm_1e8a6ad6-6997-4291-80a5-8bf2427fdd3d", "created": "2018-08-01T04:48:12Z", "tenant_id": "b4993d88a5364a8da428610dbce975e5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-01 04:49:15,446 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-7d986b08-a90b-4733-bebd-acacbd619f67 2018-08-01 04:49:15,447 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.763364076614s 2018-08-01 04:49:15,447 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-7d986b08-a90b-4733-bebd-acacbd619f67 2018-08-01 04:49:15,451 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-01 04:49:17,453 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-01 04:49:17,456 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a893be41a76b0396fb3a2a707515164fbec78156" 2018-08-01 04:49:18,049 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04: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-38eef47b-32d3-4ffb-85c7-7b0d6ee6cd71 x-compute-request-id: req-38eef47b-32d3-4ffb-85c7-7b0d6ee6cd71 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/794a6825-2548-4fce-931b-61b78f13f0c4", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/794a6825-2548-4fce-931b-61b78f13f0c4", "rel": "bookmark"}], "image": {"id": "598c0dcf-4f99-49f6-9ef5-e64b3219e6fb", "links": [{"href": "http://172.30.9.21:8774/images/598c0dcf-4f99-49f6-9ef5-e64b3219e6fb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "574f3e2a-f5fb-45d5-a474-3e9065bb53c6", "links": [{"href": "http://172.30.9.21:8774/flavors/574f3e2a-f5fb-45d5-a474-3e9065bb53c6", "rel": "bookmark"}]}, "id": "794a6825-2548-4fce-931b-61b78f13f0c4", "security_groups": [{"name": "cloudify-sg_1e8a6ad6-6997-4291-80a5-8bf2427fdd3d"}], "user_id": "0b8938a925da41118179ef049ca3887b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-01T04:48:17Z", "hostId": "fb816027549eb606a41e80ac60e9a4ab9422a977209daf32c0a636db", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_1e8a6ad6-6997-4291-80a5-8bf2427fdd3d", "name": "cloudify-vm_1e8a6ad6-6997-4291-80a5-8bf2427fdd3d", "created": "2018-08-01T04:48:12Z", "tenant_id": "b4993d88a5364a8da428610dbce975e5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-01 04:49:18,049 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-38eef47b-32d3-4ffb-85c7-7b0d6ee6cd71 2018-08-01 04:49:18,049 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.595772981644s 2018-08-01 04:49:18,050 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-38eef47b-32d3-4ffb-85c7-7b0d6ee6cd71 2018-08-01 04:49:18,054 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-01 04:49:20,056 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-01 04:49:20,059 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a893be41a76b0396fb3a2a707515164fbec78156" 2018-08-01 04:49:20,738 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04: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-c80f4492-8d60-4c33-8cfe-b8db35c519ab x-compute-request-id: req-c80f4492-8d60-4c33-8cfe-b8db35c519ab Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/794a6825-2548-4fce-931b-61b78f13f0c4", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/794a6825-2548-4fce-931b-61b78f13f0c4", "rel": "bookmark"}], "image": {"id": "598c0dcf-4f99-49f6-9ef5-e64b3219e6fb", "links": [{"href": "http://172.30.9.21:8774/images/598c0dcf-4f99-49f6-9ef5-e64b3219e6fb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "574f3e2a-f5fb-45d5-a474-3e9065bb53c6", "links": [{"href": "http://172.30.9.21:8774/flavors/574f3e2a-f5fb-45d5-a474-3e9065bb53c6", "rel": "bookmark"}]}, "id": "794a6825-2548-4fce-931b-61b78f13f0c4", "security_groups": [{"name": "cloudify-sg_1e8a6ad6-6997-4291-80a5-8bf2427fdd3d"}], "user_id": "0b8938a925da41118179ef049ca3887b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-01T04:48:17Z", "hostId": "fb816027549eb606a41e80ac60e9a4ab9422a977209daf32c0a636db", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_1e8a6ad6-6997-4291-80a5-8bf2427fdd3d", "name": "cloudify-vm_1e8a6ad6-6997-4291-80a5-8bf2427fdd3d", "created": "2018-08-01T04:48:12Z", "tenant_id": "b4993d88a5364a8da428610dbce975e5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-01 04:49:20,738 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-c80f4492-8d60-4c33-8cfe-b8db35c519ab 2018-08-01 04:49:20,738 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.681534051895s 2018-08-01 04:49:20,738 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-c80f4492-8d60-4c33-8cfe-b8db35c519ab 2018-08-01 04:49:20,742 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-01 04:49:22,745 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-01 04:49:22,748 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a893be41a76b0396fb3a2a707515164fbec78156" 2018-08-01 04:49:23,353 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:49:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-52a2fa7a-f625-4579-990f-64289e17eeae x-compute-request-id: req-52a2fa7a-f625-4579-990f-64289e17eeae Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/794a6825-2548-4fce-931b-61b78f13f0c4", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/794a6825-2548-4fce-931b-61b78f13f0c4", "rel": "bookmark"}], "image": {"id": "598c0dcf-4f99-49f6-9ef5-e64b3219e6fb", "links": [{"href": "http://172.30.9.21:8774/images/598c0dcf-4f99-49f6-9ef5-e64b3219e6fb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "574f3e2a-f5fb-45d5-a474-3e9065bb53c6", "links": [{"href": "http://172.30.9.21:8774/flavors/574f3e2a-f5fb-45d5-a474-3e9065bb53c6", "rel": "bookmark"}]}, "id": "794a6825-2548-4fce-931b-61b78f13f0c4", "security_groups": [{"name": "cloudify-sg_1e8a6ad6-6997-4291-80a5-8bf2427fdd3d"}], "user_id": "0b8938a925da41118179ef049ca3887b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-01T04:48:17Z", "hostId": "fb816027549eb606a41e80ac60e9a4ab9422a977209daf32c0a636db", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_1e8a6ad6-6997-4291-80a5-8bf2427fdd3d", "name": "cloudify-vm_1e8a6ad6-6997-4291-80a5-8bf2427fdd3d", "created": "2018-08-01T04:48:12Z", "tenant_id": "b4993d88a5364a8da428610dbce975e5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-01 04:49:23,354 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-52a2fa7a-f625-4579-990f-64289e17eeae 2018-08-01 04:49:23,354 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.608963012695s 2018-08-01 04:49:23,354 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-52a2fa7a-f625-4579-990f-64289e17eeae 2018-08-01 04:49:23,358 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-01 04:49:25,360 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-01 04:49:25,363 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a893be41a76b0396fb3a2a707515164fbec78156" 2018-08-01 04:49:25,965 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04: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-8bb5d863-b70f-4b79-8958-667bc687df29 x-compute-request-id: req-8bb5d863-b70f-4b79-8958-667bc687df29 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/794a6825-2548-4fce-931b-61b78f13f0c4", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/794a6825-2548-4fce-931b-61b78f13f0c4", "rel": "bookmark"}], "image": {"id": "598c0dcf-4f99-49f6-9ef5-e64b3219e6fb", "links": [{"href": "http://172.30.9.21:8774/images/598c0dcf-4f99-49f6-9ef5-e64b3219e6fb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "574f3e2a-f5fb-45d5-a474-3e9065bb53c6", "links": [{"href": "http://172.30.9.21:8774/flavors/574f3e2a-f5fb-45d5-a474-3e9065bb53c6", "rel": "bookmark"}]}, "id": "794a6825-2548-4fce-931b-61b78f13f0c4", "security_groups": [{"name": "cloudify-sg_1e8a6ad6-6997-4291-80a5-8bf2427fdd3d"}], "user_id": "0b8938a925da41118179ef049ca3887b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-01T04:48:17Z", "hostId": "fb816027549eb606a41e80ac60e9a4ab9422a977209daf32c0a636db", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_1e8a6ad6-6997-4291-80a5-8bf2427fdd3d", "name": "cloudify-vm_1e8a6ad6-6997-4291-80a5-8bf2427fdd3d", "created": "2018-08-01T04:48:12Z", "tenant_id": "b4993d88a5364a8da428610dbce975e5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-01 04:49:25,965 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-8bb5d863-b70f-4b79-8958-667bc687df29 2018-08-01 04:49:25,965 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.604421138763s 2018-08-01 04:49:25,965 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-8bb5d863-b70f-4b79-8958-667bc687df29 2018-08-01 04:49:25,969 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-01 04:49:27,972 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-01 04:49:27,975 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a893be41a76b0396fb3a2a707515164fbec78156" 2018-08-01 04:49:28,573 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:49:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8f229386-d0cd-4c90-b69b-8c0494a41d14 x-compute-request-id: req-8f229386-d0cd-4c90-b69b-8c0494a41d14 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/794a6825-2548-4fce-931b-61b78f13f0c4", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/794a6825-2548-4fce-931b-61b78f13f0c4", "rel": "bookmark"}], "image": {"id": "598c0dcf-4f99-49f6-9ef5-e64b3219e6fb", "links": [{"href": "http://172.30.9.21:8774/images/598c0dcf-4f99-49f6-9ef5-e64b3219e6fb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "574f3e2a-f5fb-45d5-a474-3e9065bb53c6", "links": [{"href": "http://172.30.9.21:8774/flavors/574f3e2a-f5fb-45d5-a474-3e9065bb53c6", "rel": "bookmark"}]}, "id": "794a6825-2548-4fce-931b-61b78f13f0c4", "security_groups": [{"name": "cloudify-sg_1e8a6ad6-6997-4291-80a5-8bf2427fdd3d"}], "user_id": "0b8938a925da41118179ef049ca3887b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-01T04:48:17Z", "hostId": "fb816027549eb606a41e80ac60e9a4ab9422a977209daf32c0a636db", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_1e8a6ad6-6997-4291-80a5-8bf2427fdd3d", "name": "cloudify-vm_1e8a6ad6-6997-4291-80a5-8bf2427fdd3d", "created": "2018-08-01T04:48:12Z", "tenant_id": "b4993d88a5364a8da428610dbce975e5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-01 04:49:28,573 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-8f229386-d0cd-4c90-b69b-8c0494a41d14 2018-08-01 04:49:28,574 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.601046800613s 2018-08-01 04:49:28,574 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-8f229386-d0cd-4c90-b69b-8c0494a41d14 2018-08-01 04:49:28,578 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-01 04:49:30,580 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-01 04:49:30,583 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a893be41a76b0396fb3a2a707515164fbec78156" 2018-08-01 04:49:31,362 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:49: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-a856a5b2-dcaa-492b-b5ed-31ce8b0725ce x-compute-request-id: req-a856a5b2-dcaa-492b-b5ed-31ce8b0725ce Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/794a6825-2548-4fce-931b-61b78f13f0c4", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/794a6825-2548-4fce-931b-61b78f13f0c4", "rel": "bookmark"}], "image": {"id": "598c0dcf-4f99-49f6-9ef5-e64b3219e6fb", "links": [{"href": "http://172.30.9.21:8774/images/598c0dcf-4f99-49f6-9ef5-e64b3219e6fb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "574f3e2a-f5fb-45d5-a474-3e9065bb53c6", "links": [{"href": "http://172.30.9.21:8774/flavors/574f3e2a-f5fb-45d5-a474-3e9065bb53c6", "rel": "bookmark"}]}, "id": "794a6825-2548-4fce-931b-61b78f13f0c4", "security_groups": [{"name": "cloudify-sg_1e8a6ad6-6997-4291-80a5-8bf2427fdd3d"}], "user_id": "0b8938a925da41118179ef049ca3887b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-01T04:48:17Z", "hostId": "fb816027549eb606a41e80ac60e9a4ab9422a977209daf32c0a636db", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_1e8a6ad6-6997-4291-80a5-8bf2427fdd3d", "name": "cloudify-vm_1e8a6ad6-6997-4291-80a5-8bf2427fdd3d", "created": "2018-08-01T04:48:12Z", "tenant_id": "b4993d88a5364a8da428610dbce975e5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-01 04:49:31,363 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-a856a5b2-dcaa-492b-b5ed-31ce8b0725ce 2018-08-01 04:49:31,363 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.782203912735s 2018-08-01 04:49:31,363 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-a856a5b2-dcaa-492b-b5ed-31ce8b0725ce 2018-08-01 04:49:31,367 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-01 04:49:33,369 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-01 04:49:33,372 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a893be41a76b0396fb3a2a707515164fbec78156" 2018-08-01 04:49:33,937 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04: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-1b0d2d66-1f22-4e2b-bd5d-d7718ff2ff48 x-compute-request-id: req-1b0d2d66-1f22-4e2b-bd5d-d7718ff2ff48 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/794a6825-2548-4fce-931b-61b78f13f0c4", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/794a6825-2548-4fce-931b-61b78f13f0c4", "rel": "bookmark"}], "image": {"id": "598c0dcf-4f99-49f6-9ef5-e64b3219e6fb", "links": [{"href": "http://172.30.9.21:8774/images/598c0dcf-4f99-49f6-9ef5-e64b3219e6fb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "574f3e2a-f5fb-45d5-a474-3e9065bb53c6", "links": [{"href": "http://172.30.9.21:8774/flavors/574f3e2a-f5fb-45d5-a474-3e9065bb53c6", "rel": "bookmark"}]}, "id": "794a6825-2548-4fce-931b-61b78f13f0c4", "security_groups": [{"name": "cloudify-sg_1e8a6ad6-6997-4291-80a5-8bf2427fdd3d"}], "user_id": "0b8938a925da41118179ef049ca3887b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-01T04:48:17Z", "hostId": "fb816027549eb606a41e80ac60e9a4ab9422a977209daf32c0a636db", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_1e8a6ad6-6997-4291-80a5-8bf2427fdd3d", "name": "cloudify-vm_1e8a6ad6-6997-4291-80a5-8bf2427fdd3d", "created": "2018-08-01T04:48:12Z", "tenant_id": "b4993d88a5364a8da428610dbce975e5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-01 04:49:33,937 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-1b0d2d66-1f22-4e2b-bd5d-d7718ff2ff48 2018-08-01 04:49:33,937 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.567604064941s 2018-08-01 04:49:33,938 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-1b0d2d66-1f22-4e2b-bd5d-d7718ff2ff48 2018-08-01 04:49:33,941 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-01 04:49:35,944 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-01 04:49:35,947 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a893be41a76b0396fb3a2a707515164fbec78156" 2018-08-01 04:49:36,574 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04: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-4d23dd99-4a9e-41c5-89d4-6b2d5c428c7d x-compute-request-id: req-4d23dd99-4a9e-41c5-89d4-6b2d5c428c7d Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/794a6825-2548-4fce-931b-61b78f13f0c4", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/794a6825-2548-4fce-931b-61b78f13f0c4", "rel": "bookmark"}], "image": {"id": "598c0dcf-4f99-49f6-9ef5-e64b3219e6fb", "links": [{"href": "http://172.30.9.21:8774/images/598c0dcf-4f99-49f6-9ef5-e64b3219e6fb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "574f3e2a-f5fb-45d5-a474-3e9065bb53c6", "links": [{"href": "http://172.30.9.21:8774/flavors/574f3e2a-f5fb-45d5-a474-3e9065bb53c6", "rel": "bookmark"}]}, "id": "794a6825-2548-4fce-931b-61b78f13f0c4", "security_groups": [{"name": "cloudify-sg_1e8a6ad6-6997-4291-80a5-8bf2427fdd3d"}], "user_id": "0b8938a925da41118179ef049ca3887b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-01T04:48:17Z", "hostId": "fb816027549eb606a41e80ac60e9a4ab9422a977209daf32c0a636db", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_1e8a6ad6-6997-4291-80a5-8bf2427fdd3d", "name": "cloudify-vm_1e8a6ad6-6997-4291-80a5-8bf2427fdd3d", "created": "2018-08-01T04:48:12Z", "tenant_id": "b4993d88a5364a8da428610dbce975e5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-01 04:49:36,574 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-4d23dd99-4a9e-41c5-89d4-6b2d5c428c7d 2018-08-01 04:49:36,574 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.629647016525s 2018-08-01 04:49:36,574 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-4d23dd99-4a9e-41c5-89d4-6b2d5c428c7d 2018-08-01 04:49:36,578 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-01 04:49:38,580 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-01 04:49:38,583 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a893be41a76b0396fb3a2a707515164fbec78156" 2018-08-01 04:49:39,191 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:49: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-42ffd624-37a4-4d12-83d7-6567be40fef8 x-compute-request-id: req-42ffd624-37a4-4d12-83d7-6567be40fef8 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/794a6825-2548-4fce-931b-61b78f13f0c4", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/794a6825-2548-4fce-931b-61b78f13f0c4", "rel": "bookmark"}], "image": {"id": "598c0dcf-4f99-49f6-9ef5-e64b3219e6fb", "links": [{"href": "http://172.30.9.21:8774/images/598c0dcf-4f99-49f6-9ef5-e64b3219e6fb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "574f3e2a-f5fb-45d5-a474-3e9065bb53c6", "links": [{"href": "http://172.30.9.21:8774/flavors/574f3e2a-f5fb-45d5-a474-3e9065bb53c6", "rel": "bookmark"}]}, "id": "794a6825-2548-4fce-931b-61b78f13f0c4", "security_groups": [{"name": "cloudify-sg_1e8a6ad6-6997-4291-80a5-8bf2427fdd3d"}], "user_id": "0b8938a925da41118179ef049ca3887b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-01T04:48:17Z", "hostId": "fb816027549eb606a41e80ac60e9a4ab9422a977209daf32c0a636db", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_1e8a6ad6-6997-4291-80a5-8bf2427fdd3d", "name": "cloudify-vm_1e8a6ad6-6997-4291-80a5-8bf2427fdd3d", "created": "2018-08-01T04:48:12Z", "tenant_id": "b4993d88a5364a8da428610dbce975e5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-01 04:49:39,192 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-42ffd624-37a4-4d12-83d7-6567be40fef8 2018-08-01 04:49:39,192 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.611370801926s 2018-08-01 04:49:39,192 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-42ffd624-37a4-4d12-83d7-6567be40fef8 2018-08-01 04:49:39,196 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-01 04:49:41,199 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-01 04:49:41,202 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a893be41a76b0396fb3a2a707515164fbec78156" 2018-08-01 04:49:41,798 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:49:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-baff5e31-19aa-471a-ba67-6044e113ad86 x-compute-request-id: req-baff5e31-19aa-471a-ba67-6044e113ad86 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/794a6825-2548-4fce-931b-61b78f13f0c4", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/794a6825-2548-4fce-931b-61b78f13f0c4", "rel": "bookmark"}], "image": {"id": "598c0dcf-4f99-49f6-9ef5-e64b3219e6fb", "links": [{"href": "http://172.30.9.21:8774/images/598c0dcf-4f99-49f6-9ef5-e64b3219e6fb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "574f3e2a-f5fb-45d5-a474-3e9065bb53c6", "links": [{"href": "http://172.30.9.21:8774/flavors/574f3e2a-f5fb-45d5-a474-3e9065bb53c6", "rel": "bookmark"}]}, "id": "794a6825-2548-4fce-931b-61b78f13f0c4", "security_groups": [{"name": "cloudify-sg_1e8a6ad6-6997-4291-80a5-8bf2427fdd3d"}], "user_id": "0b8938a925da41118179ef049ca3887b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-01T04:48:17Z", "hostId": "fb816027549eb606a41e80ac60e9a4ab9422a977209daf32c0a636db", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_1e8a6ad6-6997-4291-80a5-8bf2427fdd3d", "name": "cloudify-vm_1e8a6ad6-6997-4291-80a5-8bf2427fdd3d", "created": "2018-08-01T04:48:12Z", "tenant_id": "b4993d88a5364a8da428610dbce975e5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-01 04:49:41,798 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-baff5e31-19aa-471a-ba67-6044e113ad86 2018-08-01 04:49:41,798 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.599300861359s 2018-08-01 04:49:41,799 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-baff5e31-19aa-471a-ba67-6044e113ad86 2018-08-01 04:49:41,802 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-01 04:49:43,805 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-01 04:49:43,808 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a893be41a76b0396fb3a2a707515164fbec78156" 2018-08-01 04:49:44,199 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:49: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-908a8071-3b37-4143-b34c-06795be53044 x-compute-request-id: req-908a8071-3b37-4143-b34c-06795be53044 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/794a6825-2548-4fce-931b-61b78f13f0c4", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/794a6825-2548-4fce-931b-61b78f13f0c4", "rel": "bookmark"}], "image": {"id": "598c0dcf-4f99-49f6-9ef5-e64b3219e6fb", "links": [{"href": "http://172.30.9.21:8774/images/598c0dcf-4f99-49f6-9ef5-e64b3219e6fb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "574f3e2a-f5fb-45d5-a474-3e9065bb53c6", "links": [{"href": "http://172.30.9.21:8774/flavors/574f3e2a-f5fb-45d5-a474-3e9065bb53c6", "rel": "bookmark"}]}, "id": "794a6825-2548-4fce-931b-61b78f13f0c4", "security_groups": [{"name": "cloudify-sg_1e8a6ad6-6997-4291-80a5-8bf2427fdd3d"}], "user_id": "0b8938a925da41118179ef049ca3887b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-01T04:48:17Z", "hostId": "fb816027549eb606a41e80ac60e9a4ab9422a977209daf32c0a636db", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_1e8a6ad6-6997-4291-80a5-8bf2427fdd3d", "name": "cloudify-vm_1e8a6ad6-6997-4291-80a5-8bf2427fdd3d", "created": "2018-08-01T04:48:12Z", "tenant_id": "b4993d88a5364a8da428610dbce975e5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-01 04:49:44,199 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-908a8071-3b37-4143-b34c-06795be53044 2018-08-01 04:49:44,200 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.394472122192s 2018-08-01 04:49:44,200 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-908a8071-3b37-4143-b34c-06795be53044 2018-08-01 04:49:44,204 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-01 04:49:46,206 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-01 04:49:46,209 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a893be41a76b0396fb3a2a707515164fbec78156" 2018-08-01 04:49:46,795 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:49:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-74fa6f43-9490-4357-9d2f-341986538110 x-compute-request-id: req-74fa6f43-9490-4357-9d2f-341986538110 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/794a6825-2548-4fce-931b-61b78f13f0c4", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/794a6825-2548-4fce-931b-61b78f13f0c4", "rel": "bookmark"}], "image": {"id": "598c0dcf-4f99-49f6-9ef5-e64b3219e6fb", "links": [{"href": "http://172.30.9.21:8774/images/598c0dcf-4f99-49f6-9ef5-e64b3219e6fb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "574f3e2a-f5fb-45d5-a474-3e9065bb53c6", "links": [{"href": "http://172.30.9.21:8774/flavors/574f3e2a-f5fb-45d5-a474-3e9065bb53c6", "rel": "bookmark"}]}, "id": "794a6825-2548-4fce-931b-61b78f13f0c4", "security_groups": [{"name": "cloudify-sg_1e8a6ad6-6997-4291-80a5-8bf2427fdd3d"}], "user_id": "0b8938a925da41118179ef049ca3887b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-01T04:48:17Z", "hostId": "fb816027549eb606a41e80ac60e9a4ab9422a977209daf32c0a636db", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_1e8a6ad6-6997-4291-80a5-8bf2427fdd3d", "name": "cloudify-vm_1e8a6ad6-6997-4291-80a5-8bf2427fdd3d", "created": "2018-08-01T04:48:12Z", "tenant_id": "b4993d88a5364a8da428610dbce975e5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-01 04:49:46,795 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-74fa6f43-9490-4357-9d2f-341986538110 2018-08-01 04:49:46,795 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.588679075241s 2018-08-01 04:49:46,795 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-74fa6f43-9490-4357-9d2f-341986538110 2018-08-01 04:49:46,799 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-01 04:49:48,802 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-01 04:49:48,805 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a893be41a76b0396fb3a2a707515164fbec78156" 2018-08-01 04:49:49,432 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:49: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-9482e907-a487-4476-8695-4593e0494e40 x-compute-request-id: req-9482e907-a487-4476-8695-4593e0494e40 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/794a6825-2548-4fce-931b-61b78f13f0c4", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/794a6825-2548-4fce-931b-61b78f13f0c4", "rel": "bookmark"}], "image": {"id": "598c0dcf-4f99-49f6-9ef5-e64b3219e6fb", "links": [{"href": "http://172.30.9.21:8774/images/598c0dcf-4f99-49f6-9ef5-e64b3219e6fb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "574f3e2a-f5fb-45d5-a474-3e9065bb53c6", "links": [{"href": "http://172.30.9.21:8774/flavors/574f3e2a-f5fb-45d5-a474-3e9065bb53c6", "rel": "bookmark"}]}, "id": "794a6825-2548-4fce-931b-61b78f13f0c4", "security_groups": [{"name": "cloudify-sg_1e8a6ad6-6997-4291-80a5-8bf2427fdd3d"}], "user_id": "0b8938a925da41118179ef049ca3887b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-01T04:48:17Z", "hostId": "fb816027549eb606a41e80ac60e9a4ab9422a977209daf32c0a636db", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_1e8a6ad6-6997-4291-80a5-8bf2427fdd3d", "name": "cloudify-vm_1e8a6ad6-6997-4291-80a5-8bf2427fdd3d", "created": "2018-08-01T04:48:12Z", "tenant_id": "b4993d88a5364a8da428610dbce975e5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-01 04:49:49,432 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-9482e907-a487-4476-8695-4593e0494e40 2018-08-01 04:49:49,433 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.630426883698s 2018-08-01 04:49:49,433 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-9482e907-a487-4476-8695-4593e0494e40 2018-08-01 04:49:49,437 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-01 04:49:51,440 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-01 04:49:51,443 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a893be41a76b0396fb3a2a707515164fbec78156" 2018-08-01 04:49:52,036 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:49:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6a12e497-4804-47d7-b283-fe0920fd8692 x-compute-request-id: req-6a12e497-4804-47d7-b283-fe0920fd8692 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/794a6825-2548-4fce-931b-61b78f13f0c4", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/794a6825-2548-4fce-931b-61b78f13f0c4", "rel": "bookmark"}], "image": {"id": "598c0dcf-4f99-49f6-9ef5-e64b3219e6fb", "links": [{"href": "http://172.30.9.21:8774/images/598c0dcf-4f99-49f6-9ef5-e64b3219e6fb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "574f3e2a-f5fb-45d5-a474-3e9065bb53c6", "links": [{"href": "http://172.30.9.21:8774/flavors/574f3e2a-f5fb-45d5-a474-3e9065bb53c6", "rel": "bookmark"}]}, "id": "794a6825-2548-4fce-931b-61b78f13f0c4", "security_groups": [{"name": "cloudify-sg_1e8a6ad6-6997-4291-80a5-8bf2427fdd3d"}], "user_id": "0b8938a925da41118179ef049ca3887b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-01T04:48:17Z", "hostId": "fb816027549eb606a41e80ac60e9a4ab9422a977209daf32c0a636db", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_1e8a6ad6-6997-4291-80a5-8bf2427fdd3d", "name": "cloudify-vm_1e8a6ad6-6997-4291-80a5-8bf2427fdd3d", "created": "2018-08-01T04:48:12Z", "tenant_id": "b4993d88a5364a8da428610dbce975e5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-01 04:49:52,037 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-6a12e497-4804-47d7-b283-fe0920fd8692 2018-08-01 04:49:52,037 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.596876144409s 2018-08-01 04:49:52,037 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-6a12e497-4804-47d7-b283-fe0920fd8692 2018-08-01 04:49:52,041 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-01 04:49:54,043 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-01 04:49:54,046 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a893be41a76b0396fb3a2a707515164fbec78156" 2018-08-01 04:49:54,485 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:49: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-04b42872-da59-4ddc-a37d-41eaf86076fd x-compute-request-id: req-04b42872-da59-4ddc-a37d-41eaf86076fd Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/794a6825-2548-4fce-931b-61b78f13f0c4", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/794a6825-2548-4fce-931b-61b78f13f0c4", "rel": "bookmark"}], "image": {"id": "598c0dcf-4f99-49f6-9ef5-e64b3219e6fb", "links": [{"href": "http://172.30.9.21:8774/images/598c0dcf-4f99-49f6-9ef5-e64b3219e6fb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "574f3e2a-f5fb-45d5-a474-3e9065bb53c6", "links": [{"href": "http://172.30.9.21:8774/flavors/574f3e2a-f5fb-45d5-a474-3e9065bb53c6", "rel": "bookmark"}]}, "id": "794a6825-2548-4fce-931b-61b78f13f0c4", "security_groups": [{"name": "cloudify-sg_1e8a6ad6-6997-4291-80a5-8bf2427fdd3d"}], "user_id": "0b8938a925da41118179ef049ca3887b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-01T04:48:17Z", "hostId": "fb816027549eb606a41e80ac60e9a4ab9422a977209daf32c0a636db", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_1e8a6ad6-6997-4291-80a5-8bf2427fdd3d", "name": "cloudify-vm_1e8a6ad6-6997-4291-80a5-8bf2427fdd3d", "created": "2018-08-01T04:48:12Z", "tenant_id": "b4993d88a5364a8da428610dbce975e5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-01 04:49:54,485 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-04b42872-da59-4ddc-a37d-41eaf86076fd 2018-08-01 04:49:54,486 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.442052841187s 2018-08-01 04:49:54,486 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-04b42872-da59-4ddc-a37d-41eaf86076fd 2018-08-01 04:49:54,490 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-01 04:49:56,492 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-01 04:49:56,495 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a893be41a76b0396fb3a2a707515164fbec78156" 2018-08-01 04:49:57,071 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:49:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a7edd613-bc6b-4c72-b2a6-fbc406b5fc48 x-compute-request-id: req-a7edd613-bc6b-4c72-b2a6-fbc406b5fc48 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/794a6825-2548-4fce-931b-61b78f13f0c4", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/794a6825-2548-4fce-931b-61b78f13f0c4", "rel": "bookmark"}], "image": {"id": "598c0dcf-4f99-49f6-9ef5-e64b3219e6fb", "links": [{"href": "http://172.30.9.21:8774/images/598c0dcf-4f99-49f6-9ef5-e64b3219e6fb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "574f3e2a-f5fb-45d5-a474-3e9065bb53c6", "links": [{"href": "http://172.30.9.21:8774/flavors/574f3e2a-f5fb-45d5-a474-3e9065bb53c6", "rel": "bookmark"}]}, "id": "794a6825-2548-4fce-931b-61b78f13f0c4", "security_groups": [{"name": "cloudify-sg_1e8a6ad6-6997-4291-80a5-8bf2427fdd3d"}], "user_id": "0b8938a925da41118179ef049ca3887b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-01T04:48:17Z", "hostId": "fb816027549eb606a41e80ac60e9a4ab9422a977209daf32c0a636db", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_1e8a6ad6-6997-4291-80a5-8bf2427fdd3d", "name": "cloudify-vm_1e8a6ad6-6997-4291-80a5-8bf2427fdd3d", "created": "2018-08-01T04:48:12Z", "tenant_id": "b4993d88a5364a8da428610dbce975e5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-01 04:49:57,071 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-a7edd613-bc6b-4c72-b2a6-fbc406b5fc48 2018-08-01 04:49:57,071 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.578373193741s 2018-08-01 04:49:57,071 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-a7edd613-bc6b-4c72-b2a6-fbc406b5fc48 2018-08-01 04:49:57,074 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-01 04:49:59,076 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-01 04:49:59,079 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a893be41a76b0396fb3a2a707515164fbec78156" 2018-08-01 04:49:59,671 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:49: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-5bb07296-ab1d-4a26-a59f-d48b80fa13aa x-compute-request-id: req-5bb07296-ab1d-4a26-a59f-d48b80fa13aa Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/794a6825-2548-4fce-931b-61b78f13f0c4", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/794a6825-2548-4fce-931b-61b78f13f0c4", "rel": "bookmark"}], "image": {"id": "598c0dcf-4f99-49f6-9ef5-e64b3219e6fb", "links": [{"href": "http://172.30.9.21:8774/images/598c0dcf-4f99-49f6-9ef5-e64b3219e6fb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "574f3e2a-f5fb-45d5-a474-3e9065bb53c6", "links": [{"href": "http://172.30.9.21:8774/flavors/574f3e2a-f5fb-45d5-a474-3e9065bb53c6", "rel": "bookmark"}]}, "id": "794a6825-2548-4fce-931b-61b78f13f0c4", "security_groups": [{"name": "cloudify-sg_1e8a6ad6-6997-4291-80a5-8bf2427fdd3d"}], "user_id": "0b8938a925da41118179ef049ca3887b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-01T04:48:17Z", "hostId": "fb816027549eb606a41e80ac60e9a4ab9422a977209daf32c0a636db", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_1e8a6ad6-6997-4291-80a5-8bf2427fdd3d", "name": "cloudify-vm_1e8a6ad6-6997-4291-80a5-8bf2427fdd3d", "created": "2018-08-01T04:48:12Z", "tenant_id": "b4993d88a5364a8da428610dbce975e5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-01 04:49:59,671 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-5bb07296-ab1d-4a26-a59f-d48b80fa13aa 2018-08-01 04:49:59,671 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.594774007797s 2018-08-01 04:49:59,672 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-5bb07296-ab1d-4a26-a59f-d48b80fa13aa 2018-08-01 04:49:59,676 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-01 04:50:01,679 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-01 04:50:01,682 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a893be41a76b0396fb3a2a707515164fbec78156" 2018-08-01 04:50:02,257 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:50: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-5c33ced3-1f72-4b0b-a0f0-4ab891c3610c x-compute-request-id: req-5c33ced3-1f72-4b0b-a0f0-4ab891c3610c Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/794a6825-2548-4fce-931b-61b78f13f0c4", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/794a6825-2548-4fce-931b-61b78f13f0c4", "rel": "bookmark"}], "image": {"id": "598c0dcf-4f99-49f6-9ef5-e64b3219e6fb", "links": [{"href": "http://172.30.9.21:8774/images/598c0dcf-4f99-49f6-9ef5-e64b3219e6fb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "574f3e2a-f5fb-45d5-a474-3e9065bb53c6", "links": [{"href": "http://172.30.9.21:8774/flavors/574f3e2a-f5fb-45d5-a474-3e9065bb53c6", "rel": "bookmark"}]}, "id": "794a6825-2548-4fce-931b-61b78f13f0c4", "security_groups": [{"name": "cloudify-sg_1e8a6ad6-6997-4291-80a5-8bf2427fdd3d"}], "user_id": "0b8938a925da41118179ef049ca3887b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-01T04:48:17Z", "hostId": "fb816027549eb606a41e80ac60e9a4ab9422a977209daf32c0a636db", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_1e8a6ad6-6997-4291-80a5-8bf2427fdd3d", "name": "cloudify-vm_1e8a6ad6-6997-4291-80a5-8bf2427fdd3d", "created": "2018-08-01T04:48:12Z", "tenant_id": "b4993d88a5364a8da428610dbce975e5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-01 04:50:02,257 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-5c33ced3-1f72-4b0b-a0f0-4ab891c3610c 2018-08-01 04:50:02,257 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.578427791595s 2018-08-01 04:50:02,258 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-5c33ced3-1f72-4b0b-a0f0-4ab891c3610c 2018-08-01 04:50:02,261 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-01 04:50:04,264 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-01 04:50:04,267 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a893be41a76b0396fb3a2a707515164fbec78156" 2018-08-01 04:50:04,873 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:50: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-4bab8f20-5e37-4426-aac7-16560956c328 x-compute-request-id: req-4bab8f20-5e37-4426-aac7-16560956c328 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/794a6825-2548-4fce-931b-61b78f13f0c4", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/794a6825-2548-4fce-931b-61b78f13f0c4", "rel": "bookmark"}], "image": {"id": "598c0dcf-4f99-49f6-9ef5-e64b3219e6fb", "links": [{"href": "http://172.30.9.21:8774/images/598c0dcf-4f99-49f6-9ef5-e64b3219e6fb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "574f3e2a-f5fb-45d5-a474-3e9065bb53c6", "links": [{"href": "http://172.30.9.21:8774/flavors/574f3e2a-f5fb-45d5-a474-3e9065bb53c6", "rel": "bookmark"}]}, "id": "794a6825-2548-4fce-931b-61b78f13f0c4", "security_groups": [{"name": "cloudify-sg_1e8a6ad6-6997-4291-80a5-8bf2427fdd3d"}], "user_id": "0b8938a925da41118179ef049ca3887b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-01T04:48:17Z", "hostId": "fb816027549eb606a41e80ac60e9a4ab9422a977209daf32c0a636db", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_1e8a6ad6-6997-4291-80a5-8bf2427fdd3d", "name": "cloudify-vm_1e8a6ad6-6997-4291-80a5-8bf2427fdd3d", "created": "2018-08-01T04:48:12Z", "tenant_id": "b4993d88a5364a8da428610dbce975e5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-01 04:50:04,873 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-4bab8f20-5e37-4426-aac7-16560956c328 2018-08-01 04:50:04,873 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.608997106552s 2018-08-01 04:50:04,874 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-4bab8f20-5e37-4426-aac7-16560956c328 2018-08-01 04:50:04,878 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-01 04:50:06,880 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-01 04:50:06,883 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a893be41a76b0396fb3a2a707515164fbec78156" 2018-08-01 04:50:07,518 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04: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-d8783ddd-668b-44c1-9790-51dd60cd0532 x-compute-request-id: req-d8783ddd-668b-44c1-9790-51dd60cd0532 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/794a6825-2548-4fce-931b-61b78f13f0c4", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/794a6825-2548-4fce-931b-61b78f13f0c4", "rel": "bookmark"}], "image": {"id": "598c0dcf-4f99-49f6-9ef5-e64b3219e6fb", "links": [{"href": "http://172.30.9.21:8774/images/598c0dcf-4f99-49f6-9ef5-e64b3219e6fb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "574f3e2a-f5fb-45d5-a474-3e9065bb53c6", "links": [{"href": "http://172.30.9.21:8774/flavors/574f3e2a-f5fb-45d5-a474-3e9065bb53c6", "rel": "bookmark"}]}, "id": "794a6825-2548-4fce-931b-61b78f13f0c4", "security_groups": [{"name": "cloudify-sg_1e8a6ad6-6997-4291-80a5-8bf2427fdd3d"}], "user_id": "0b8938a925da41118179ef049ca3887b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-01T04:48:17Z", "hostId": "fb816027549eb606a41e80ac60e9a4ab9422a977209daf32c0a636db", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_1e8a6ad6-6997-4291-80a5-8bf2427fdd3d", "name": "cloudify-vm_1e8a6ad6-6997-4291-80a5-8bf2427fdd3d", "created": "2018-08-01T04:48:12Z", "tenant_id": "b4993d88a5364a8da428610dbce975e5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-01 04:50:07,518 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-d8783ddd-668b-44c1-9790-51dd60cd0532 2018-08-01 04:50:07,518 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.637870073318s 2018-08-01 04:50:07,519 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-d8783ddd-668b-44c1-9790-51dd60cd0532 2018-08-01 04:50:07,522 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-01 04:50:09,525 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-01 04:50:09,527 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a893be41a76b0396fb3a2a707515164fbec78156" 2018-08-01 04:50:10,081 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:50: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-a5fc0f14-e43d-4ec9-8100-5710156411b0 x-compute-request-id: req-a5fc0f14-e43d-4ec9-8100-5710156411b0 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/794a6825-2548-4fce-931b-61b78f13f0c4", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/794a6825-2548-4fce-931b-61b78f13f0c4", "rel": "bookmark"}], "image": {"id": "598c0dcf-4f99-49f6-9ef5-e64b3219e6fb", "links": [{"href": "http://172.30.9.21:8774/images/598c0dcf-4f99-49f6-9ef5-e64b3219e6fb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "574f3e2a-f5fb-45d5-a474-3e9065bb53c6", "links": [{"href": "http://172.30.9.21:8774/flavors/574f3e2a-f5fb-45d5-a474-3e9065bb53c6", "rel": "bookmark"}]}, "id": "794a6825-2548-4fce-931b-61b78f13f0c4", "security_groups": [{"name": "cloudify-sg_1e8a6ad6-6997-4291-80a5-8bf2427fdd3d"}], "user_id": "0b8938a925da41118179ef049ca3887b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-01T04:48:17Z", "hostId": "fb816027549eb606a41e80ac60e9a4ab9422a977209daf32c0a636db", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_1e8a6ad6-6997-4291-80a5-8bf2427fdd3d", "name": "cloudify-vm_1e8a6ad6-6997-4291-80a5-8bf2427fdd3d", "created": "2018-08-01T04:48:12Z", "tenant_id": "b4993d88a5364a8da428610dbce975e5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-01 04:50:10,081 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-a5fc0f14-e43d-4ec9-8100-5710156411b0 2018-08-01 04:50:10,081 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.55594086647s 2018-08-01 04:50:10,081 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-a5fc0f14-e43d-4ec9-8100-5710156411b0 2018-08-01 04:50:10,085 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-01 04:50:12,088 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-01 04:50:12,091 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a893be41a76b0396fb3a2a707515164fbec78156" 2018-08-01 04:50:12,675 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:50: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-4e44b4cc-bd55-4603-8464-048e495e4ee9 x-compute-request-id: req-4e44b4cc-bd55-4603-8464-048e495e4ee9 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/794a6825-2548-4fce-931b-61b78f13f0c4", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/794a6825-2548-4fce-931b-61b78f13f0c4", "rel": "bookmark"}], "image": {"id": "598c0dcf-4f99-49f6-9ef5-e64b3219e6fb", "links": [{"href": "http://172.30.9.21:8774/images/598c0dcf-4f99-49f6-9ef5-e64b3219e6fb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "574f3e2a-f5fb-45d5-a474-3e9065bb53c6", "links": [{"href": "http://172.30.9.21:8774/flavors/574f3e2a-f5fb-45d5-a474-3e9065bb53c6", "rel": "bookmark"}]}, "id": "794a6825-2548-4fce-931b-61b78f13f0c4", "security_groups": [{"name": "cloudify-sg_1e8a6ad6-6997-4291-80a5-8bf2427fdd3d"}], "user_id": "0b8938a925da41118179ef049ca3887b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-01T04:48:17Z", "hostId": "fb816027549eb606a41e80ac60e9a4ab9422a977209daf32c0a636db", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_1e8a6ad6-6997-4291-80a5-8bf2427fdd3d", "name": "cloudify-vm_1e8a6ad6-6997-4291-80a5-8bf2427fdd3d", "created": "2018-08-01T04:48:12Z", "tenant_id": "b4993d88a5364a8da428610dbce975e5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-01 04:50:12,676 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-4e44b4cc-bd55-4603-8464-048e495e4ee9 2018-08-01 04:50:12,676 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.587527990341s 2018-08-01 04:50:12,676 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-4e44b4cc-bd55-4603-8464-048e495e4ee9 2018-08-01 04:50:12,680 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-01 04:50:14,683 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-01 04:50:14,686 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a893be41a76b0396fb3a2a707515164fbec78156" 2018-08-01 04:50:15,274 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:50: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-e70e5fa1-a7e0-4fda-8148-375043eb7f8f x-compute-request-id: req-e70e5fa1-a7e0-4fda-8148-375043eb7f8f Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/794a6825-2548-4fce-931b-61b78f13f0c4", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/794a6825-2548-4fce-931b-61b78f13f0c4", "rel": "bookmark"}], "image": {"id": "598c0dcf-4f99-49f6-9ef5-e64b3219e6fb", "links": [{"href": "http://172.30.9.21:8774/images/598c0dcf-4f99-49f6-9ef5-e64b3219e6fb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "574f3e2a-f5fb-45d5-a474-3e9065bb53c6", "links": [{"href": "http://172.30.9.21:8774/flavors/574f3e2a-f5fb-45d5-a474-3e9065bb53c6", "rel": "bookmark"}]}, "id": "794a6825-2548-4fce-931b-61b78f13f0c4", "security_groups": [{"name": "cloudify-sg_1e8a6ad6-6997-4291-80a5-8bf2427fdd3d"}], "user_id": "0b8938a925da41118179ef049ca3887b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-01T04:48:17Z", "hostId": "fb816027549eb606a41e80ac60e9a4ab9422a977209daf32c0a636db", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_1e8a6ad6-6997-4291-80a5-8bf2427fdd3d", "name": "cloudify-vm_1e8a6ad6-6997-4291-80a5-8bf2427fdd3d", "created": "2018-08-01T04:48:12Z", "tenant_id": "b4993d88a5364a8da428610dbce975e5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-01 04:50:15,275 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-e70e5fa1-a7e0-4fda-8148-375043eb7f8f 2018-08-01 04:50:15,275 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.591796159744s 2018-08-01 04:50:15,275 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-e70e5fa1-a7e0-4fda-8148-375043eb7f8f 2018-08-01 04:50:15,279 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-01 04:50:17,282 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-01 04:50:17,285 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a893be41a76b0396fb3a2a707515164fbec78156" 2018-08-01 04:50:18,103 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:50: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-2727594b-38cb-4740-a60b-33abae35f416 x-compute-request-id: req-2727594b-38cb-4740-a60b-33abae35f416 Content-Encoding: gzip Content-Length: 748 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"cloudify-net_1e8a6ad6-6997-4291-80a5-8bf2427fdd3d": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f5:4a:83", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/794a6825-2548-4fce-931b-61b78f13f0c4", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/794a6825-2548-4fce-931b-61b78f13f0c4", "rel": "bookmark"}], "image": {"id": "598c0dcf-4f99-49f6-9ef5-e64b3219e6fb", "links": [{"href": "http://172.30.9.21:8774/images/598c0dcf-4f99-49f6-9ef5-e64b3219e6fb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-01T04:50:16.000000", "flavor": {"id": "574f3e2a-f5fb-45d5-a474-3e9065bb53c6", "links": [{"href": "http://172.30.9.21:8774/flavors/574f3e2a-f5fb-45d5-a474-3e9065bb53c6", "rel": "bookmark"}]}, "id": "794a6825-2548-4fce-931b-61b78f13f0c4", "security_groups": [{"name": "cloudify-sg_1e8a6ad6-6997-4291-80a5-8bf2427fdd3d"}], "user_id": "0b8938a925da41118179ef049ca3887b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-01T04:50:16Z", "hostId": "fb816027549eb606a41e80ac60e9a4ab9422a977209daf32c0a636db", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_1e8a6ad6-6997-4291-80a5-8bf2427fdd3d", "name": "cloudify-vm_1e8a6ad6-6997-4291-80a5-8bf2427fdd3d", "created": "2018-08-01T04:48:12Z", "tenant_id": "b4993d88a5364a8da428610dbce975e5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-01 04:50:18,104 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-2727594b-38cb-4740-a60b-33abae35f416 2018-08-01 04:50:18,104 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.821663141251s 2018-08-01 04:50:18,104 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-2727594b-38cb-4740-a60b-33abae35f416 2018-08-01 04:50:18,108 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-01 04:50:18,109 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:9696/v2.0/ports.json?device_id=794a6825-2548-4fce-931b-61b78f13f0c4" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a893be41a76b0396fb3a2a707515164fbec78156" 2018-08-01 04:50:18,178 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-719c8366-1a94-4e9c-b085-fb87bea02264 Date: Wed, 01 Aug 2018 04:50:18 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"e1135da0-e892-4b12-b6b3-7014717235a3","tenant_id":"b4993d88a5364a8da428610dbce975e5","created_at":"2018-08-01T04:48:17Z","admin_state_up":true,"updated_at":"2018-08-01T04:50:16Z","binding:vnic_type":"normal","device_id":"794a6825-2548-4fce-931b-61b78f13f0c4","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:f5:4a:83","id":"4a027eb0-052a-440f-9757-5ae7f972a04b","port_security_enabled":true,"project_id":"b4993d88a5364a8da428610dbce975e5","fixed_ips":[{"subnet_id":"38528ab2-6045-4d2c-b809-da2fed2cb4b1","ip_address":"192.168.120.12"}],"extra_dhcp_opts":[],"security_groups":["2e86f681-4e0e-44e6-837b-ba190780e12a"],"name":""}]} 2018-08-01 04:50:18,178 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports.json?device_id=794a6825-2548-4fce-931b-61b78f13f0c4 used request id req-719c8366-1a94-4e9c-b085-fb87bea02264 2018-08-01 04:50:18,178 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0697100162506s 2018-08-01 04:50:18,178 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports.json?device_id=794a6825-2548-4fce-931b-61b78f13f0c4 used request id req-719c8366-1a94-4e9c-b085-fb87bea02264 2018-08-01 04:50:18,183 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-01 04:50:18,184 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:9696/v2.0/floatingips.json?port_id=4a027eb0-052a-440f-9757-5ae7f972a04b" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a893be41a76b0396fb3a2a707515164fbec78156" 2018-08-01 04:50:18,238 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-c7dfaae2-f31d-4295-bc02-4ddd9006fc2b Date: Wed, 01 Aug 2018 04:50:18 GMT RESP BODY: {"floatingips": []} 2018-08-01 04:50:18,238 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json?port_id=4a027eb0-052a-440f-9757-5ae7f972a04b used request id req-c7dfaae2-f31d-4295-bc02-4ddd9006fc2b 2018-08-01 04:50:18,238 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0547850131989s 2018-08-01 04:50:18,238 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json?port_id=4a027eb0-052a-440f-9757-5ae7f972a04b used request id req-c7dfaae2-f31d-4295-bc02-4ddd9006fc2b 2018-08-01 04:50:18,239 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'cloudify-net_1e8a6ad6-6997-4291-80a5-8bf2427fdd3d': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:f5:4a:83', u'version': 4, u'addr': u'192.168.120.12', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'598c0dcf-4f99-49f6-9ef5-e64b3219e6fb'}), 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-01T04:50:16.000000', 'flavor': Munch({u'id': u'574f3e2a-f5fb-45d5-a474-3e9065bb53c6'}), 'az': u'nova', 'id': u'794a6825-2548-4fce-931b-61b78f13f0c4', 'security_groups': [Munch({u'name': u'cloudify-sg_1e8a6ad6-6997-4291-80a5-8bf2427fdd3d'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'0b8938a925da41118179ef049ca3887b', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'b4993d88a5364a8da428610dbce975e5', 'name': 'cloudify-project_1e8a6ad6-6997-4291-80a5-8bf2427fdd3d', '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-01T04:50:16.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-01T04:50:16Z', 'hostId': u'fb816027549eb606a41e80ac60e9a4ab9422a977209daf32c0a636db', u'OS-SRV-USG:terminated_at': None, 'key_name': u'cloudify-kp_1e8a6ad6-6997-4291-80a5-8bf2427fdd3d', 'public_v6': '', 'private_v4': u'192.168.120.12', 'cloud': 'envvars', 'host_id': u'fb816027549eb606a41e80ac60e9a4ab9422a977209daf32c0a636db', '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-01T04:50:16.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'b4993d88a5364a8da428610dbce975e5', 'name': u'cloudify-vm_1e8a6ad6-6997-4291-80a5-8bf2427fdd3d', 'adminPass': None, 'tenant_id': u'b4993d88a5364a8da428610dbce975e5', 'created_at': u'2018-08-01T04:48:12Z', 'created': u'2018-08-01T04:48:12Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-08-01 04:50:18,242 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-01 04:50:18,243 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a893be41a76b0396fb3a2a707515164fbec78156" 2018-08-01 04:50:18,367 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1191 X-Openstack-Request-Id: req-eb655846-f8d5-4e5e-b19f-1e8f7af85fbb Date: Wed, 01 Aug 2018 04:50:18 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["e06facf3-a24e-40d5-a5ce-a0901a6e4875"],"updated_at":"2018-08-01T03:28:20Z","tenant_id":"89443fd7c5cf4259bed71fca1c3fe619","created_at":"2018-08-01T03:28:13Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"89443fd7c5cf4259bed71fca1c3fe619","id":"262fe7ec-b437-40b8-908b-6eb66c149655","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["38528ab2-6045-4d2c-b809-da2fed2cb4b1"],"updated_at":"2018-08-01T04:46:35Z","tenant_id":"b4993d88a5364a8da428610dbce975e5","created_at":"2018-08-01T04:46:34Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"b4993d88a5364a8da428610dbce975e5","id":"e1135da0-e892-4b12-b6b3-7014717235a3","name":"cloudify-net_1e8a6ad6-6997-4291-80a5-8bf2427fdd3d"}]} 2018-08-01 04:50:18,367 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-eb655846-f8d5-4e5e-b19f-1e8f7af85fbb 2018-08-01 04:50:18,367 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.124832868576s 2018-08-01 04:50:18,368 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-eb655846-f8d5-4e5e-b19f-1e8f7af85fbb 2018-08-01 04:50:18,369 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-01 04:50:18,370 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:9696/v2.0/ports.json?device_id=794a6825-2548-4fce-931b-61b78f13f0c4" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a893be41a76b0396fb3a2a707515164fbec78156" 2018-08-01 04:50:18,435 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-0a4d7fa9-9b00-4972-9e87-e43c7fd187b6 Date: Wed, 01 Aug 2018 04:50:18 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"e1135da0-e892-4b12-b6b3-7014717235a3","tenant_id":"b4993d88a5364a8da428610dbce975e5","created_at":"2018-08-01T04:48:17Z","admin_state_up":true,"updated_at":"2018-08-01T04:50:16Z","binding:vnic_type":"normal","device_id":"794a6825-2548-4fce-931b-61b78f13f0c4","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:f5:4a:83","id":"4a027eb0-052a-440f-9757-5ae7f972a04b","port_security_enabled":true,"project_id":"b4993d88a5364a8da428610dbce975e5","fixed_ips":[{"subnet_id":"38528ab2-6045-4d2c-b809-da2fed2cb4b1","ip_address":"192.168.120.12"}],"extra_dhcp_opts":[],"security_groups":["2e86f681-4e0e-44e6-837b-ba190780e12a"],"name":""}]} 2018-08-01 04:50:18,435 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports.json?device_id=794a6825-2548-4fce-931b-61b78f13f0c4 used request id req-0a4d7fa9-9b00-4972-9e87-e43c7fd187b6 2018-08-01 04:50:18,435 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0658869743347s 2018-08-01 04:50:18,435 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports.json?device_id=794a6825-2548-4fce-931b-61b78f13f0c4 used request id req-0a4d7fa9-9b00-4972-9e87-e43c7fd187b6 2018-08-01 04:50:18,436 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-08-01 04:50:18,437 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}a893be41a76b0396fb3a2a707515164fbec78156" -d '{"floatingip": {"floating_network_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "fixed_ip_address": "192.168.120.12", "port_id": "4a027eb0-052a-440f-9757-5ae7f972a04b"}}' 2018-08-01 04:50:20,280 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 554 X-Openstack-Request-Id: req-c9b85c65-5ea6-4541-a24c-33677305cc97 Date: Wed, 01 Aug 2018 04:50:20 GMT RESP BODY: {"floatingip": {"router_id": "1139d2b5-65cf-477e-bf88-2212630604a0", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-01T04:50:19Z", "floating_network_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "fixed_ip_address": "192.168.120.12", "floating_ip_address": "172.30.9.202", "revision_number": 0, "port_id": "4a027eb0-052a-440f-9757-5ae7f972a04b", "id": "1adcef6a-67bb-45a6-88af-beefdedaef1f", "tenant_id": "b4993d88a5364a8da428610dbce975e5", "created_at": "2018-08-01T04:50:19Z", "project_id": "b4993d88a5364a8da428610dbce975e5"}} 2018-08-01 04:50:20,281 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-c9b85c65-5ea6-4541-a24c-33677305cc97 2018-08-01 04:50:20,281 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 1.84435105324s 2018-08-01 04:50:20,281 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-c9b85c65-5ea6-4541-a24c-33677305cc97 2018-08-01 04:50:20,284 - functest.core.singlevm - DEBUG - floating_ip: Munch({'status': u'ACTIVE', 'router_id': u'1139d2b5-65cf-477e-bf88-2212630604a0', 'properties': Munch({u'tags': []}), 'description': u'', u'tags': [], 'tenant_id': u'b4993d88a5364a8da428610dbce975e5', 'created_at': u'2018-08-01T04:50:19Z', 'attached': True, 'updated_at': u'2018-08-01T04:50:19Z', 'id': u'1adcef6a-67bb-45a6-88af-beefdedaef1f', 'floating_network_id': u'262fe7ec-b437-40b8-908b-6eb66c149655', 'fixed_ip_address': u'192.168.120.12', 'floating_ip_address': u'172.30.9.202', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'b4993d88a5364a8da428610dbce975e5', 'name': 'cloudify-project_1e8a6ad6-6997-4291-80a5-8bf2427fdd3d', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'revision_number': 0, 'router': u'1139d2b5-65cf-477e-bf88-2212630604a0', 'project_id': u'b4993d88a5364a8da428610dbce975e5', 'port_id': u'4a027eb0-052a-440f-9757-5ae7f972a04b', 'port': u'4a027eb0-052a-440f-9757-5ae7f972a04b', 'network': u'262fe7ec-b437-40b8-908b-6eb66c149655'}) 2018-08-01 04:50:20,285 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-01 04:50:20,288 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/servers/794a6825-2548-4fce-931b-61b78f13f0c4/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}a893be41a76b0396fb3a2a707515164fbec78156" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-01 04:50:20,405 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04: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-aa47e0e6-e46d-41ba-b974-2b7f490f1330 x-compute-request-id: req-aa47e0e6-e46d-41ba-b974-2b7f490f1330 Content-Encoding: gzip Content-Length: 8681 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 1861113269 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.339667] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491912)\n[ 0.341880] pid_max: default: 32768 minimum: 301\n[ 0.343085] Security Framework initialized\n[ 0.344192] SELinux: Initializing.\n[ 0.345477] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)\n[ 0.350428] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.353406] Mount-cache hash table entries: 4096\n[ 0.354849] Initializing cgroup subsys memory\n[ 0.356095] Initializing cgroup subsys devices\n[ 0.357262] Initializing cgroup subsys freezer\n[ 0.358425] Initializing cgroup subsys net_cls\n[ 0.359584] Initializing cgroup subsys blkio\n[ 0.360705] Initializing cgroup subsys perf_event\n[ 0.361896] Initializing cgroup subsys hugetlb\n[ 0.363047] Initializing cgroup subsys pids\n[ 0.364153] Initializing cgroup subsys net_prio\n[ 0.365397] CPU: Physical Processor ID: 0\n[ 0.367185] mce: CPU supports 10 MCE banks\n[ 0.368313] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.369601] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.370885] tlb_flushall_shift: 6\n[ 0.372076] Freeing SMP alternatives: 28k freed\n[ 0.375972] ACPI: Core revision 20130517\n[ 0.377505] ACPI: All ACPI Tables successfully acquired\n[ 0.378955] ftrace: allocating 25812 entries in 101 pages\n[ 0.401025] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.402541] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.404018] smpboot: Max logical packages: 2\n[ 0.405311] Enabling x2apic\n[ 0.406232] Enabled x2apic\n[ 0.407317] Switched APIC routing to physical x2apic.\n[ 0.409478] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.411111] smpboot: CPU0: Intel Core Processor (Haswell, no TSX, IBRS) (fam: 06, model: 3c, stepping: 01)\n[ 0.414054] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.421632] KVM setup paravirtual spinlock\n[ 0.424055] smpboot: Booting Node 0, Processors #1 OK\n[ 0.425826] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock\n[ 0.447937] Brought up 2 CPUs\n[ 0.447940] KVM setup async PF for cpu 1\n[ 0.447944] kvm-stealtime: cpu 1, msr 13fd0f3c0\n[ 0.451112] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.453270] devtmpfs: initialized\n[ 0.455774] EVM: security.selinux\n[ 0.456769] EVM: security.ima\n[ 0.457701] EVM: security.capability\n[ 0.459391] atomic64 test passed for x86-64 platform with CX8 and with SSE\n[ 0.460938] pinctrl core: initialized pinctrl subsystem\n[ 0.462346] NET: Registered protocol family 16\n[ 0.463707] ACPI: bus type PCI registered\n[ 0.464810] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.466364] PCI: Using configuration type 1 for base access\n[ 0.471030] ACPI: Added _OSI(Module Device)\n[ 0.472166] ACPI: Added _OSI(Processor Device)\n[ 0.473319] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.474511] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.476855] ACPI: Interpreter enabled\n[ 0.477912] ACPI: (supports S0 S5)\n[ 0.478904] ACPI: Using IOAPIC for interrupt routing\n[ 0.480150] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.484150] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.485581] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.487101] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.488588] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.491387] acpiphp: Slot [3] registered\n[ 0.492476] acpiphp: Slot [4] registered\n[ 0.493572] acpiphp: Slot [5] registered\n[ 0.494659] acpiphp: Slot [6] registered\n[ 0.495740] acpiphp: Slot [7] registered\n[ 0.496823] acpiphp: Slot [8] registered\n[ 0.497907] acpiphp: Slot [9] registered\n[ 0.498991] acpiphp: Slot [10] registered\n[ 0.500098] acpiphp: Slot [11] registered\n[ 0.501197] acpiphp: Slot [12] registered\n[ 0.502296] acpiphp: Slot [13] registered\n[ 0.503441] acpiphp: Slot [14] registered\n[ 0.504537] acpiphp: Slot [15] registered\n[ 0.505644] acpiphp: Slot [16] registered\n[ 0.506741] acpiphp: Slot [17] registered\n[ 0.507835] acpiphp: Slot [18] registered\n[ 0.508930] acpiphp: Slot [19] registered\n[ 0.510030] acpiphp: Slot [20] registered\n[ 0.511128] acpiphp: Slot [21] registered\n[ 0.512221] acpiphp: Slot [22] registered\n[ 0.513314] acpiphp: Slot [23] registered\n[ 0.514408] acpiphp: Slot [24] registered\n[ 0.515509] acpiphp: Slot [25] registered\n[ 0.516609] acpiphp: Slot [26] registered\n[ 0.517707] acpiphp: Slot [27] registered\n[ 0.518804] acpiphp: Slot [28] registered\n[ 0.519898] acpiphp: Slot [29] registered\n[ 0.520997] acpiphp: Slot [30] registered\n[ 0.522091] acpiphp: Slot [31] registered\n[ 0.523183] PCI host bridge to bus 0000:00\n[ 0.524281] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.525590] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.527087] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.528757] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.530757] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window]\n[ 0.532757] pci_bus 0000:00: root bus resource [mem 0x140000000-0x1bfffffff window]\n[ 0.537183] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.539099] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.540560] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.542108] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.545451] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.547429] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.570614] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.572424] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.574148] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.575877] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.577593] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.579190] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.580845] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.582956] vgaarb: loaded\n[ 0.583835] vgaarb: bridge control possible 0000:00:02.0\n[ 0.585266] SCSI subsystem initialized\n[ 0.586349] ACPI: bus type USB registered\n[ 0.587459] usbcore: registered new interface driver usbfs\n[ 0.588782] usbcore: registered new interface driver hub\n[ 0.590209] usbcore: registered new device driver usb\n[ 0.591734] PCI: Using ACPI for IRQ routing\n[ 0.593282] NetLabel: Initializing\n[ 0.594382] NetLabel: domain hash size = 128\n[ 0.595621] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.597020] NetLabel: unlabeled traffic allowed by default\n[ 0.598594] Switched to clocksource kvm-clock\n[ 0.607235] pnp: PnP ACPI init\n[ 0.608287] ACPI: bus type PNP registered\n[ 0.609779] pnp: PnP ACPI: found 5 devices\n[ 0.610965] ACPI: bus type PNP unregistered\n[ 0.618240] NET: Registered protocol family 2\n[ 0.619755] TCP established hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.622020] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)\n[ 0.623904] TCP: Hash tables configured (established 32768 bind 32768)\n[ 0.625613] TCP: reno registered\n[ 0.626676] UDP hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.628266] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.630048] NET: Registered protocol family 1\n[ 0.631309] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.632862] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.634359] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.654433] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.674450] Unpacking initramfs...\n[ 1.112691] Freeing initrd memory: 37508k freed\n[ 1.122200] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)\n[ 1.123881] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff]\n[ 1.126923] sha1_ssse3: Using AVX2 optimized SHA-1 implementation\n[ 1.128574] sha256_ssse3: Using AVX2 optimized SHA-256 implementation\n[ 1.130324] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 1.131843] Initialise system trusted keyring\n[ 1.133079] audit: initializing netlink socket (disabled)\n[ 1.134459] type=2000 audit(1533099019.366:1): initialized\n[ 1.151160] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.152798] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.155180] zpool: loaded\n[ 1.156104] zbud: loaded\n[ 1.157219] VFS: Disk quotas dquot_6.5.2\n[ 1.158424] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.160181] msgmni has been set to 7578\n[ 1.161390] Key type big_key registered\n[ 1.163206] NET: Registered protocol family 38\n[ 1.164418] Key type asymmetric registered\n[ 1.165618] Asymmetric key parser 'x509' registered\n[ 1.166909] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)\n[ 1.169088] io scheduler noop registered\n[ 1.170264] io scheduler deadline registered (default)\n[ 1.181201] io scheduler cfq registered\n[ 1.182455] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.183956] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.185602] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.187588] ACPI: Power Button [PWRF]\n[ 1.188711] GHES: HEST is not enabled!\n[ 1.189811] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled\n[ 1.214191] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A\n[ 1.215861] Non-volatile memory driver v1.3\n[ 1.216980] Linux agpgart interface v0.103\n[ 1.218159] crash memory driver: version 1.1\n[ 1.219327] rdac: device handler registered\n[ 1.220480] hp_sw: device handler registered\n[ 1.221605] emc: device handler registered\n[ 1.222688] alua: device handler registered\n[ 1.223810] libphy: Fixed MDIO Bus: probed\n[ 1.224941] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.226405] ehci-pci: EHCI PCI platform driver\n[ 1.227552] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.228957] ohci-pci: OHCI PCI platform driver\n[ 1.230105] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.249668] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.250964] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.252987] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.254274] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 1.255684] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.257177] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.259133] usb usb1: Product: UHCI Host Controller\n[ 1.260355] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd\n[ 1.261908] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.263152] hub 1-0:1.0: USB hub found\n[ 1.264211] hub 1-0:1.0: 2 ports detected\n[ 1.265422] usbcore: registered new interface driver usbserial\n[ 1.266798] usbcore: registered new interface driver usbserial_generic\n[ 1.268269] usbserial: USB Serial support registered for generic\n[ 1.269682] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.272359] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.273853] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.275462] mousedev: PS/2 mouse device common for all mice\n[ 1.277364] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.280574] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2\n[ 1.282687] rtc_cmos 00:00: RTC can wake from S4\n[ 1.282907] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.282979] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.283017] cpuidle: using governor menu\n[ 1.283074] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.283144] usbcore: registered new interface driver usbhid\n[ 1.283145] usbhid: USB HID core driver\n[ 1.283195] drop_monitor: Initializing network drop monitor service\n[ 1.283241] TCP: cubic registered\n[ 1.283244] Initializing XFRM netlink socket\n[ 1.283309] NET: Registered protocol family 10\n[ 1.285718] NET: Registered protocol family 17\n[ 1.286276] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.286280] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.286297] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.286363] Loading compiled-in X.509 certificates\n[ 1.286391] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717'\n[ 1.286402] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b'\n[ 1.286719] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106'\n[ 1.286742] registered taskstats version 1\n[ 1.293218] Key type trusted registered\n[ 1.294367] Key type encrypted registered\n[ 1.295475] IMA: No TPM chip found, activating TPM-bypass!\n[ 1.296553] rtc_cmos 00:00: setting system clock to 2018-08-01 04:50:19 UTC (1533099019)\n[ 1.305635] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.322685] Freeing unused kernel memory: 1680k freed\n[ 1.327502] 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.331576] systemd[1]: Detected virtualization kvm.\n[ 1.332812] systemd[1]: Detected architecture x86-64.\n[ 1.334049] systemd[1]: Running in initial RAM disk.\n\nWelcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m!\n\n[ 1.336408] systemd[1]: No hostname configured.\n[ 1.337580] systemd[1]: Set hostname to .\n[ 1.338866] systemd[1]: Initializing machine ID from KVM UUID.\n[[32m OK [0m] Reached target Timers.\n[ 1.362000] systemd[1]: Reached target Timers.\n[ 1.363178] systemd[1]: Starting Timers.\n[ 1.364301] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.\n[ 1.366403] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.\n[[32m OK [0m] Reached target Local File Systems.\n[ 1.369339] systemd[1]: Reached target Local File Systems.\n[ 1.370666] systemd[1]: Starting Local File Systems.\n[[32m OK [0m] Reached target Swap.\n[ 1.372627] systemd[1]: Reached target Swap.\n[ 1.373764] systemd[1]: Starting Swap.\n[[32m OK [0m] Reached target Paths.\n[ 1.375518] systemd[1]: Reached target Paths.\n[ 1.376667] systemd[1]: Starting Paths.\n[[32m OK [0m] Created slice Root Slice.\n[ 1.378557] systemd[1]: Created slice Root Slice.\n[ 1.379765] systemd[1]: Starting Root Slice.\n[[32m OK [0m] Listening on udev Kernel Socket.\n[ 1.381720] systemd[1]: Listening on udev Kernel Socket.\n[ 1.383004] systemd[1]: Starting udev Kernel Socket.\n[[32m OK [0m] Listening on udev Control Socket.\n[ 1.385088] systemd[1]: Listening on udev Control Socket.\n[ 1.386382] systemd[1]: Starting udev Control Socket.\n[[32m OK [0m] Listening on Journal Socket.\n[ 1.388447] systemd[1]: Listening on Journal Socket.\n[ 1.389693] systemd[1]: Starting Journal Socket.\n[[32m OK [0m] Reached target Sockets.\n[ 1.391609] systemd[1]: Reached target Sockets.\n[ 1.392781] systemd[1]: Starting Sockets.\n[[32m OK [0m] Created slice System Slice.\n[ 1.394680] systemd[1]: Created slice System Slice.\n[ 1.395902] systemd[1]: Starting System Slice.\n[ 1.397366] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 1.399528] 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.403244] systemd[1]: Starting Apply Kernel Variables...\n Starting Apply Kernel Variables...\n[[32m OK [0m] Reached target Slices.\n[ 1.406607] systemd[1]: Reached target Slices.\n[ 1.407774] systemd[1]: Starting Slices.\n[ 1.409149] systemd[1]: Starting dracut cmdline hook...\n Starting dracut cmdline hook...\n[[32m OK [0m] Started Journal Service.\n[ 1.412089] 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.485458] RPC: Registered named UNIX socket transport module.\n[ 1.487092] RPC: Registered udp transport module.\n[ 1.488370] RPC: Registered tcp transport module.\n[ 1.489645] RPC: Registered tcp NFSv4.1 backchannel transport module.\n[[32m OK [0m] Started dracut pre-udev hook.\n Starting udev Kernel Device Manager...\n[[32m OK [0m] Started udev Kernel Device Manager.\n Starting dracut pre-trigger hook...\n[[32m OK [0m] Started dracut pre-trigger hook.\n Starting udev Coldplug all Devices...\n Mounting Configuration File System...\n[[32m OK [0m] Mounted Configuration File System.\n[ 1.567608] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.585941] FDC 0 is a S82078B\n[[32m OK [0m] Started udev Coldplug all Devices.\n[[32m OK [0m] Reached target System Initialization.\n[[32m OK [0m] Reached target Basic System.\n Starting dracut initqueue hook...\n[ 1.617070] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.657449] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.660889] scsi host0: ata_piix\n[ 1.662050] scsi host1: ata_piix\n[ 1.663422] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 1.665548] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 1.670744] 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.718700] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.720457] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.722247] usb 1-1: Product: QEMU USB Tablet\n[ 1.723509] usb 1-1: Manufacturer: QEMU\n[ 1.724675] usb 1-1: SerialNumber: 42\n[ 1.734889] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4\n[ 1.737652] hid-generic 0003:0627:0001.0001: input,hidraw0: USB HID v0.01 Mouse [QEMU QEMU USB Tablet] on usb-0000:00:01.2-1/input0\n[[32m OK [0m] Started dracut initqueue hook.\n Mounting /sysroot...\n[[32m OK [0m] Reached target Remote File Systems (Pre).\n[[32m OK [0m] Reached target Remote File Systems.\n"} 2018-08-01 04:50:20,406 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/794a6825-2548-4fce-931b-61b78f13f0c4/action used request id req-aa47e0e6-e46d-41ba-b974-2b7f490f1330 2018-08-01 04:50:20,406 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.120643854141s 2018-08-01 04:50:20,407 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/794a6825-2548-4fce-931b-61b78f13f0c4/action used request id req-aa47e0e6-e46d-41ba-b974-2b7f490f1330 2018-08-01 04:50:20,407 - 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 1861113269 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.339667] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491912) [ 0.341880] pid_max: default: 32768 minimum: 301 [ 0.343085] Security Framework initialized [ 0.344192] SELinux: Initializing. [ 0.345477] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes) [ 0.350428] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.353406] Mount-cache hash table entries: 4096 [ 0.354849] Initializing cgroup subsys memory [ 0.356095] Initializing cgroup subsys devices [ 0.357262] Initializing cgroup subsys freezer [ 0.358425] Initializing cgroup subsys net_cls [ 0.359584] Initializing cgroup subsys blkio [ 0.360705] Initializing cgroup subsys perf_event [ 0.361896] Initializing cgroup subsys hugetlb [ 0.363047] Initializing cgroup subsys pids [ 0.364153] Initializing cgroup subsys net_prio [ 0.365397] CPU: Physical Processor ID: 0 [ 0.367185] mce: CPU supports 10 MCE banks [ 0.368313] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.369601] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.370885] tlb_flushall_shift: 6 [ 0.372076] Freeing SMP alternatives: 28k freed [ 0.375972] ACPI: Core revision 20130517 [ 0.377505] ACPI: All ACPI Tables successfully acquired [ 0.378955] ftrace: allocating 25812 entries in 101 pages [ 0.401025] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.402541] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.404018] smpboot: Max logical packages: 2 [ 0.405311] Enabling x2apic [ 0.406232] Enabled x2apic [ 0.407317] Switched APIC routing to physical x2apic. [ 0.409478] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.411111] smpboot: CPU0: Intel Core Processor (Haswell, no TSX, IBRS) (fam: 06, model: 3c, stepping: 01) [ 0.414054] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.421632] KVM setup paravirtual spinlock [ 0.424055] smpboot: Booting Node 0, Processors #1 OK [ 0.425826] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock [ 0.447937] Brought up 2 CPUs [ 0.447940] KVM setup async PF for cpu 1 [ 0.447944] kvm-stealtime: cpu 1, msr 13fd0f3c0 [ 0.451112] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.453270] devtmpfs: initialized [ 0.455774] EVM: security.selinux [ 0.456769] EVM: security.ima [ 0.457701] EVM: security.capability [ 0.459391] atomic64 test passed for x86-64 platform with CX8 and with SSE [ 0.460938] pinctrl core: initialized pinctrl subsystem [ 0.462346] NET: Registered protocol family 16 [ 0.463707] ACPI: bus type PCI registered [ 0.464810] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.466364] PCI: Using configuration type 1 for base access [ 0.471030] ACPI: Added _OSI(Module Device) [ 0.472166] ACPI: Added _OSI(Processor Device) [ 0.473319] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.474511] ACPI: Added _OSI(Processor Aggregator Device) [ 0.476855] ACPI: Interpreter enabled [ 0.477912] ACPI: (supports S0 S5) [ 0.478904] ACPI: Using IOAPIC for interrupt routing [ 0.480150] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.484150] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.485581] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.487101] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.488588] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.491387] acpiphp: Slot [3] registered [ 0.492476] acpiphp: Slot [4] registered [ 0.493572] acpiphp: Slot [5] registered [ 0.494659] acpiphp: Slot [6] registered [ 0.495740] acpiphp: Slot [7] registered [ 0.496823] acpiphp: Slot [8] registered [ 0.497907] acpiphp: Slot [9] registered [ 0.498991] acpiphp: Slot [10] registered [ 0.500098] acpiphp: Slot [11] registered [ 0.501197] acpiphp: Slot [12] registered [ 0.502296] acpiphp: Slot [13] registered [ 0.503441] acpiphp: Slot [14] registered [ 0.504537] acpiphp: Slot [15] registered [ 0.505644] acpiphp: Slot [16] registered [ 0.506741] acpiphp: Slot [17] registered [ 0.507835] acpiphp: Slot [18] registered [ 0.508930] acpiphp: Slot [19] registered [ 0.510030] acpiphp: Slot [20] registered [ 0.511128] acpiphp: Slot [21] registered [ 0.512221] acpiphp: Slot [22] registered [ 0.513314] acpiphp: Slot [23] registered [ 0.514408] acpiphp: Slot [24] registered [ 0.515509] acpiphp: Slot [25] registered [ 0.516609] acpiphp: Slot [26] registered [ 0.517707] acpiphp: Slot [27] registered [ 0.518804] acpiphp: Slot [28] registered [ 0.519898] acpiphp: Slot [29] registered [ 0.520997] acpiphp: Slot [30] registered [ 0.522091] acpiphp: Slot [31] registered [ 0.523183] PCI host bridge to bus 0000:00 [ 0.524281] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.525590] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.527087] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.528757] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.530757] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window] [ 0.532757] pci_bus 0000:00: root bus resource [mem 0x140000000-0x1bfffffff window] [ 0.537183] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.539099] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.540560] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.542108] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.545451] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.547429] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.570614] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.572424] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.574148] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.575877] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.577593] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.579190] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.580845] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.582956] vgaarb: loaded [ 0.583835] vgaarb: bridge control possible 0000:00:02.0 [ 0.585266] SCSI subsystem initialized [ 0.586349] ACPI: bus type USB registered [ 0.587459] usbcore: registered new interface driver usbfs [ 0.588782] usbcore: registered new interface driver hub [ 0.590209] usbcore: registered new device driver usb [ 0.591734] PCI: Using ACPI for IRQ routing [ 0.593282] NetLabel: Initializing [ 0.594382] NetLabel: domain hash size = 128 [ 0.595621] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.597020] NetLabel: unlabeled traffic allowed by default [ 0.598594] Switched to clocksource kvm-clock [ 0.607235] pnp: PnP ACPI init [ 0.608287] ACPI: bus type PNP registered [ 0.609779] pnp: PnP ACPI: found 5 devices [ 0.610965] ACPI: bus type PNP unregistered [ 0.618240] NET: Registered protocol family 2 [ 0.619755] TCP established hash table entries: 32768 (order: 6, 262144 bytes) [ 0.622020] TCP bind hash table entries: 32768 (order: 7, 524288 bytes) [ 0.623904] TCP: Hash tables configured (established 32768 bind 32768) [ 0.625613] TCP: reno registered [ 0.626676] UDP hash table entries: 2048 (order: 4, 65536 bytes) [ 0.628266] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes) [ 0.630048] NET: Registered protocol family 1 [ 0.631309] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.632862] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.634359] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.654433] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.674450] Unpacking initramfs... [ 1.112691] Freeing initrd memory: 37508k freed [ 1.122200] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) [ 1.123881] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff] [ 1.126923] sha1_ssse3: Using AVX2 optimized SHA-1 implementation [ 1.128574] sha256_ssse3: Using AVX2 optimized SHA-256 implementation [ 1.130324] futex hash table entries: 512 (order: 3, 32768 bytes) [ 1.131843] Initialise system trusted keyring [ 1.133079] audit: initializing netlink socket (disabled) [ 1.134459] type=2000 audit(1533099019.366:1): initialized [ 1.151160] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 1.152798] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 1.155180] zpool: loaded [ 1.156104] zbud: loaded [ 1.157219] VFS: Disk quotas dquot_6.5.2 [ 1.158424] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.160181] msgmni has been set to 7578 [ 1.161390] Key type big_key registered [ 1.163206] NET: Registered protocol family 38 [ 1.164418] Key type asymmetric registered [ 1.165618] Asymmetric key parser 'x509' registered [ 1.166909] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251) [ 1.169088] io scheduler noop registered [ 1.170264] io scheduler deadline registered (default) [ 1.181201] io scheduler cfq registered [ 1.182455] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 1.183956] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 1.185602] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 1.187588] ACPI: Power Button [PWRF] [ 1.188711] GHES: HEST is not enabled! [ 1.189811] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled [ 1.214191] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A [ 1.215861] Non-volatile memory driver v1.3 [ 1.216980] Linux agpgart interface v0.103 [ 1.218159] crash memory driver: version 1.1 [ 1.219327] rdac: device handler registered [ 1.220480] hp_sw: device handler registered [ 1.221605] emc: device handler registered [ 1.222688] alua: device handler registered [ 1.223810] libphy: Fixed MDIO Bus: probed [ 1.224941] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.226405] ehci-pci: EHCI PCI platform driver [ 1.227552] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.228957] ohci-pci: OHCI PCI platform driver [ 1.230105] uhci_hcd: USB Universal Host Controller Interface driver [ 1.249668] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.250964] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.252987] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.254274] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 1.255684] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.257177] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.259133] usb usb1: Product: UHCI Host Controller [ 1.260355] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd [ 1.261908] usb usb1: SerialNumber: 0000:00:01.2 [ 1.263152] hub 1-0:1.0: USB hub found [ 1.264211] hub 1-0:1.0: 2 ports detected [ 1.265422] usbcore: registered new interface driver usbserial [ 1.266798] usbcore: registered new interface driver usbserial_generic [ 1.268269] usbserial: USB Serial support registered for generic [ 1.269682] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.272359] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.273853] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.275462] mousedev: PS/2 mouse device common for all mice [ 1.277364] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.280574] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2 [ 1.282687] rtc_cmos 00:00: RTC can wake from S4 [ 1.282907] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.282979] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.283017] cpuidle: using governor menu [ 1.283074] hidraw: raw HID events driver (C) Jiri Kosina [ 1.283144] usbcore: registered new interface driver usbhid [ 1.283145] usbhid: USB HID core driver [ 1.283195] drop_monitor: Initializing network drop monitor service [ 1.283241] TCP: cubic registered [ 1.283244] Initializing XFRM netlink socket [ 1.283309] NET: Registered protocol family 10 [ 1.285718] NET: Registered protocol family 17 [ 1.286276] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 1.286280] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 1.286297] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 1.286363] Loading compiled-in X.509 certificates [ 1.286391] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717' [ 1.286402] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b' [ 1.286719] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106' [ 1.286742] registered taskstats version 1 [ 1.293218] Key type trusted registered [ 1.294367] Key type encrypted registered [ 1.295475] IMA: No TPM chip found, activating TPM-bypass! [ 1.296553] rtc_cmos 00:00: setting system clock to 2018-08-01 04:50:19 UTC (1533099019) [ 1.305635] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.322685] Freeing unused kernel memory: 1680k freed [ 1.327502] 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.331576] systemd[1]: Detected virtualization kvm. [ 1.332812] systemd[1]: Detected architecture x86-64. [ 1.334049] systemd[1]: Running in initial RAM disk. Welcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m! [ 1.336408] systemd[1]: No hostname configured. [ 1.337580] systemd[1]: Set hostname to . [ 1.338866] systemd[1]: Initializing machine ID from KVM UUID. [[32m OK [0m] Reached target Timers. [ 1.362000] systemd[1]: Reached target Timers. [ 1.363178] systemd[1]: Starting Timers. [ 1.364301] systemd[1]: Started Dispatch Password Requests to Console Directory Watch. [ 1.366403] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch. [[32m OK [0m] Reached target Local File Systems. [ 1.369339] systemd[1]: Reached target Local File Systems. [ 1.370666] systemd[1]: Starting Local File Systems. [[32m OK [0m] Reached target Swap. [ 1.372627] systemd[1]: Reached target Swap. [ 1.373764] systemd[1]: Starting Swap. [[32m OK [0m] Reached target Paths. [ 1.375518] systemd[1]: Reached target Paths. [ 1.376667] systemd[1]: Starting Paths. [[32m OK [0m] Created slice Root Slice. [ 1.378557] systemd[1]: Created slice Root Slice. [ 1.379765] systemd[1]: Starting Root Slice. [[32m OK [0m] Listening on udev Kernel Socket. [ 1.381720] systemd[1]: Listening on udev Kernel Socket. [ 1.383004] systemd[1]: Starting udev Kernel Socket. [[32m OK [0m] Listening on udev Control Socket. [ 1.385088] systemd[1]: Listening on udev Control Socket. [ 1.386382] systemd[1]: Starting udev Control Socket. [[32m OK [0m] Listening on Journal Socket. [ 1.388447] systemd[1]: Listening on Journal Socket. [ 1.389693] systemd[1]: Starting Journal Socket. [[32m OK [0m] Reached target Sockets. [ 1.391609] systemd[1]: Reached target Sockets. [ 1.392781] systemd[1]: Starting Sockets. [[32m OK [0m] Created slice System Slice. [ 1.394680] systemd[1]: Created slice System Slice. [ 1.395902] systemd[1]: Starting System Slice. [ 1.397366] systemd[1]: Starting Journal Service... Starting Journal Service... [ 1.399528] 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.403244] systemd[1]: Starting Apply Kernel Variables... Starting Apply Kernel Variables... [[32m OK [0m] Reached target Slices. [ 1.406607] systemd[1]: Reached target Slices. [ 1.407774] systemd[1]: Starting Slices. [ 1.409149] systemd[1]: Starting dracut cmdline hook... Starting dracut cmdline hook... [[32m OK [0m] Started Journal Service. [ 1.412089] 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.485458] RPC: Registered named UNIX socket transport module. [ 1.487092] RPC: Registered udp transport module. [ 1.488370] RPC: Registered tcp transport module. [ 1.489645] RPC: Registered tcp NFSv4.1 backchannel transport module. [[32m OK [0m] Started dracut pre-udev hook. Starting udev Kernel Device Manager... [[32m OK [0m] Started udev Kernel Device Manager. Starting dracut pre-trigger hook... [[32m OK [0m] Started dracut pre-trigger hook. Starting udev Coldplug all Devices... Mounting Configuration File System... [[32m OK [0m] Mounted Configuration File System. [ 1.567608] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.585941] FDC 0 is a S82078B [[32m OK [0m] Started udev Coldplug all Devices. [[32m OK [0m] Reached target System Initialization. [[32m OK [0m] Reached target Basic System. Starting dracut initqueue hook... [ 1.617070] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 1.657449] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 1.660889] scsi host0: ata_piix [ 1.662050] scsi host1: ata_piix [ 1.663422] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 1.665548] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 1.670744] 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.718700] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.720457] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.722247] usb 1-1: Product: QEMU USB Tablet [ 1.723509] usb 1-1: Manufacturer: QEMU [ 1.724675] usb 1-1: SerialNumber: 42 [ 1.734889] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4 [ 1.737652] hid-generic 0003:0627:0001.0001: input,hidraw0: USB HID v0.01 Mouse [QEMU QEMU USB Tablet] on usb-0000:00:01.2-1/input0 [[32m OK [0m] Started dracut initqueue hook. Mounting /sysroot... [[32m OK [0m] Reached target Remote File Systems (Pre). [[32m OK [0m] Reached target Remote File Systems. 2018-08-01 04:50:35,442 - paramiko.transport - DEBUG - starting thread (client mode): 0x96e778d0L 2018-08-01 04:50:35,443 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-01 04:50:35,451 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_6.6.1 2018-08-01 04:50:35,451 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_6.6.1) 2018-08-01 04:50:35,462 - 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-01 04:50:35,462 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-01 04:50:35,462 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-01 04:50:35,463 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-01 04:50:35,463 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-01 04:50:35,463 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-01 04:50:35,473 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-01 04:50:35,475 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-01 04:50:35,507 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 172.30.9.202: 4c1f7c71f5a98b8370f02ab218eae423 2018-08-01 04:50:35,509 - paramiko.transport - DEBUG - Trying discovered key 00779811fbfdb4ffe0e32edf5f002c63 in /tmp/tmpVTWfy8 2018-08-01 04:50:35,513 - paramiko.transport - DEBUG - userauth is OK 2018-08-01 04:50:45,546 - paramiko.transport - INFO - Authentication (publickey) failed. 2018-08-01 04:50:45,557 - paramiko.transport - DEBUG - Trying discovered key 53a32704d80d9fa5426a394ad4fcf413 in /root/.ssh/id_rsa 2018-08-01 04:50:45,558 - paramiko.transport - DEBUG - userauth is OK 2018-08-01 04:50:45,563 - paramiko.transport - INFO - Authentication (publickey) failed. 2018-08-01 04:50:45,565 - functest.core.singlevm - DEBUG - try 1: cannot connect to 172.30.9.202 2018-08-01 04:50:55,578 - paramiko.transport - DEBUG - starting thread (client mode): 0x9966b450L 2018-08-01 04:50:55,578 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-01 04:50:55,586 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_6.6.1 2018-08-01 04:50:55,586 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_6.6.1) 2018-08-01 04:50:55,588 - 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-01 04:50:55,588 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-01 04:50:55,589 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-01 04:50:55,589 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-01 04:50:55,589 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-01 04:50:55,589 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-01 04:50:55,594 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-01 04:50:55,594 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-01 04:50:55,611 - paramiko.transport - DEBUG - Trying discovered key 00779811fbfdb4ffe0e32edf5f002c63 in /tmp/tmpVTWfy8 2018-08-01 04:50:55,633 - paramiko.transport - DEBUG - userauth is OK 2018-08-01 04:51:05,653 - paramiko.transport - INFO - Authentication (publickey) failed. 2018-08-01 04:51:05,660 - paramiko.transport - DEBUG - Trying discovered key 53a32704d80d9fa5426a394ad4fcf413 in /root/.ssh/id_rsa 2018-08-01 04:51:05,662 - paramiko.transport - DEBUG - userauth is OK 2018-08-01 04:51:05,668 - paramiko.transport - INFO - Authentication (publickey) failed. 2018-08-01 04:51:05,669 - functest.core.singlevm - DEBUG - try 2: cannot connect to 172.30.9.202 2018-08-01 04:51:15,682 - paramiko.transport - DEBUG - starting thread (client mode): 0x96e2e250L 2018-08-01 04:51:15,682 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-01 04:51:15,689 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_6.6.1 2018-08-01 04:51:15,689 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_6.6.1) 2018-08-01 04:51:15,691 - 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-01 04:51:15,691 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-01 04:51:15,692 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-01 04:51:15,692 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-01 04:51:15,692 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-01 04:51:15,692 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-01 04:51:15,697 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-01 04:51:15,698 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-01 04:51:15,715 - paramiko.transport - DEBUG - Trying discovered key 00779811fbfdb4ffe0e32edf5f002c63 in /tmp/tmpVTWfy8 2018-08-01 04:51:15,738 - paramiko.transport - DEBUG - userauth is OK 2018-08-01 04:51:25,757 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-01 04:51:25,764 - cloudify.rest_client.http - DEBUG - Setting `Authorization` header: * 2018-08-01 04:51:25,764 - cloudify.rest_client.http - DEBUG - Setting `Tenant` header: default_tenant 2018-08-01 04:51:25,764 - functest.core.cloudify - INFO - Attemps running status of the Manager 2018-08-01 04:51:25,765 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/status 2018-08-01 04:51:25,888 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-01 04:51:25,889 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-01 04:51:25,889 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-01 04:51:25,889 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-01 04:51:25,889 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-01 04:51:25,889 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-01 04:51:25,889 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-01 04:51:25,889 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "running", "services": [{"instances": [{"LoadState": "loaded", "Description": "InfluxDB Service", "state": "running", "MainPID": 9683, "Id": "cloudify-influxdb.service", "ActiveState": "active", "SubState": "running"}], "display_name": "InfluxDB"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify Management Worker Service", "state": "running", "MainPID": 9688, "Id": "cloudify-mgmtworker.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Celery Management"}, {"instances": [{"LoadState": "loaded", "Description": "LSB: Starts Logstash as a daemon.", "state": "running", "MainPID": 0, "Id": "logstash.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Logstash"}, {"instances": [{"LoadState": "loaded", "Description": "RabbitMQ Service", "state": "stop", "MainPID": 8012, "Id": "cloudify-rabbitmq.service", "ActiveState": "deactivating", "SubState": "stop"}], "display_name": "RabbitMQ"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify AMQP InfluxDB Broker Service", "state": "running", "MainPID": 9681, "Id": "cloudify-amqpinflux.service", "ActiveState": "active", "SubState": "running"}], "display_name": "AMQP InfluxDB"}, {"instances": [{"LoadState": "loaded", "Description": "PostgreSQL 9.5 database server", "state": "running", "MainPID": 849, "Id": "postgresql-9.5.service", "ActiveState": "active", "SubState": "running"}], "display_name": "PostgreSQL"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify REST Service", "state": "running", "MainPID": 800, "Id": "cloudify-restservice.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Manager Rest-Service"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify Stage Service", "state": "running", "MainPID": 805, "Id": "cloudify-stage.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Cloudify Stage"}, {"instances": [{"LoadState": "loaded", "Description": "Riemann Service", "state": "running", "MainPID": 9606, "Id": "cloudify-riemann.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Riemann"}, {"instances": [{"LoadState": "loaded", "Description": "nginx - high performance web server", "state": "running", "MainPID": 9676, "Id": "nginx.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Webserver"}]} 2018-08-01 04:51:25,889 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-01 04:51:25,890 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 01 Aug 2018 04:51:25 GMT 2018-08-01 04:51:25,890 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-01 04:51:25,890 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2391 2018-08-01 04:51:25,890 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-01 04:51:25,890 - functest.core.cloudify - DEBUG - status {u'status': u'running', u'services': [{u'instances': [{u'LoadState': u'loaded', u'Description': u'InfluxDB Service', u'MainPID': 9683, 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': 9688, 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': 8012, u'state': u'stop', u'Id': u'cloudify-rabbitmq.service', u'ActiveState': u'deactivating', u'SubState': u'stop'}], u'display_name': u'RabbitMQ'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'Cloudify AMQP InfluxDB Broker Service', u'MainPID': 9681, 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': 849, 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': 800, 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': 805, 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': 9606, 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': 9676, u'state': u'running', u'Id': u'nginx.service', u'ActiveState': u'active', u'SubState': u'running'}], u'display_name': u'Webserver'}]} 2018-08-01 04:51:25,891 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/status 2018-08-01 04:51:26,053 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-01 04:51:26,053 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-01 04:51:26,053 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-01 04:51:26,053 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-01 04:51:26,053 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-01 04:51:26,053 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-01 04:51:26,053 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-01 04:51:26,054 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "running", "services": [{"instances": [{"LoadState": "loaded", "Description": "InfluxDB Service", "state": "running", "MainPID": 9683, "Id": "cloudify-influxdb.service", "ActiveState": "active", "SubState": "running"}], "display_name": "InfluxDB"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify Management Worker Service", "state": "running", "MainPID": 9688, "Id": "cloudify-mgmtworker.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Celery Management"}, {"instances": [{"LoadState": "loaded", "Description": "LSB: Starts Logstash as a daemon.", "state": "running", "MainPID": 0, "Id": "logstash.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Logstash"}, {"instances": [{"LoadState": "loaded", "Description": "RabbitMQ Service", "state": "stop", "MainPID": 8012, "Id": "cloudify-rabbitmq.service", "ActiveState": "deactivating", "SubState": "stop"}], "display_name": "RabbitMQ"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify AMQP InfluxDB Broker Service", "state": "running", "MainPID": 9681, "Id": "cloudify-amqpinflux.service", "ActiveState": "active", "SubState": "running"}], "display_name": "AMQP InfluxDB"}, {"instances": [{"LoadState": "loaded", "Description": "PostgreSQL 9.5 database server", "state": "running", "MainPID": 849, "Id": "postgresql-9.5.service", "ActiveState": "active", "SubState": "running"}], "display_name": "PostgreSQL"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify REST Service", "state": "running", "MainPID": 800, "Id": "cloudify-restservice.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Manager Rest-Service"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify Stage Service", "state": "running", "MainPID": 805, "Id": "cloudify-stage.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Cloudify Stage"}, {"instances": [{"LoadState": "loaded", "Description": "Riemann Service", "state": "running", "MainPID": 9606, "Id": "cloudify-riemann.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Riemann"}, {"instances": [{"LoadState": "loaded", "Description": "nginx - high performance web server", "state": "running", "MainPID": 9676, "Id": "nginx.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Webserver"}]} 2018-08-01 04:51:26,054 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-01 04:51:26,054 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 01 Aug 2018 04:51:25 GMT 2018-08-01 04:51:26,054 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-01 04:51:26,054 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2391 2018-08-01 04:51:26,054 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-01 04:51:26,054 - functest.core.cloudify - INFO - The current manager status is running 2018-08-01 04:51:26,055 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.202:80/api/v3/secrets/foo; body: {"update_if_exists": false, "visibility": "tenant", "value": "bar"} 2018-08-01 04:51:26,153 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-01 04:51:26,153 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-01 04:51:26,153 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-01 04:51:26,153 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-01 04:51:26,153 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-01 04:51:26,153 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-01 04:51:26,153 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-01 04:51:26,153 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 67 2018-08-01 04:51:26,153 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"tenant_name": "default_tenant", "created_at": "2018-08-01T04:51:25.778Z", "updated_at": "2018-08-01T04:51:25.778Z", "created_by": "admin", "private_resource": false, "value": "bar", "key": "foo"} 2018-08-01 04:51:26,154 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-01 04:51:26,154 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 01 Aug 2018 04:51:25 GMT 2018-08-01 04:51:26,154 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-01 04:51:26,154 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 197 2018-08-01 04:51:26,154 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-01 04:51:26,154 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/secrets 2018-08-01 04:51:26,204 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-01 04:51:26,205 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-01 04:51:26,205 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-01 04:51:26,205 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-01 04:51:26,205 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-01 04:51:26,205 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-01 04:51:26,205 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-01 04:51:26,205 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"permission": null, "tenant_name": "default_tenant", "created_at": "2018-08-01T04:51:25.778Z", "updated_at": "2018-08-01T04:51:25.778Z", "created_by": "admin", "key": "foo"}], "metadata": {"pagination": {"total": 1, "offset": 0, "size": 0}}} 2018-08-01 04:51:26,205 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-01 04:51:26,205 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 01 Aug 2018 04:51:25 GMT 2018-08-01 04:51:26,206 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-01 04:51:26,206 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 253 2018-08-01 04:51:26,206 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-01 04:51:26,206 - functest.core.cloudify - DEBUG - List secrets: 2018-08-01 04:51:26,207 - cloudify.rest_client.http - DEBUG - Sending request: DELETE http://172.30.9.202:80/api/v3/secrets/foo 2018-08-01 04:51:26,257 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-01 04:51:26,257 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-01 04:51:26,257 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-01 04:51:26,257 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-01 04:51:26,257 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-01 04:51:26,257 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-01 04:51:26,258 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-01 04:51:26,258 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 0 2018-08-01 04:51:26,258 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"tenant_name": "default_tenant", "created_at": "2018-08-01T04:51:25.778Z", "updated_at": "2018-08-01T04:51:25.778Z", "created_by": "admin", "private_resource": false, "value": "bar", "key": "foo"} 2018-08-01 04:51:26,258 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-01 04:51:26,258 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 01 Aug 2018 04:51:25 GMT 2018-08-01 04:51:26,258 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-01 04:51:26,258 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 197 2018-08-01 04:51:26,258 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-01 04:51:26,259 - functest.core.cloudify - INFO - Secrets API successfully reached 2018-08-01 04:51:26,259 - functest.core.cloudify - INFO - Cloudify Manager is up and running 2018-08-01 04:51:26,379 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-01 04:51:26,380 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | cloudify | functest | 04:52 | PASS | +-------------------+------------------+------------------+----------------+ 2018-08-01 04:51:26,388 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-08-01 04:51:26,389 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/floatingips/1adcef6a-67bb-45a6-88af-beefdedaef1f.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a893be41a76b0396fb3a2a707515164fbec78156" 2018-08-01 04:51:27,562 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-87d8c5a1-b969-44cc-9ef9-397d5589a50d Content-Length: 0 Date: Wed, 01 Aug 2018 04:51:27 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-01 04:51:27,562 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/floatingips/1adcef6a-67bb-45a6-88af-beefdedaef1f.json used request id req-87d8c5a1-b969-44cc-9ef9-397d5589a50d 2018-08-01 04:51:27,562 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 1.17372107506s 2018-08-01 04:51:27,562 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/floatingips/1adcef6a-67bb-45a6-88af-beefdedaef1f.json used request id req-87d8c5a1-b969-44cc-9ef9-397d5589a50d 2018-08-01 04:51:27,567 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-01 04:51:27,568 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}a893be41a76b0396fb3a2a707515164fbec78156" 2018-08-01 04:51:27,621 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-e8a27c7f-fc92-4ee1-a86b-dc1cb8d6ea59 Date: Wed, 01 Aug 2018 04:51:27 GMT RESP BODY: {"floatingips": []} 2018-08-01 04:51:27,622 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-e8a27c7f-fc92-4ee1-a86b-dc1cb8d6ea59 2018-08-01 04:51:27,622 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0545470714569s 2018-08-01 04:51:27,622 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-e8a27c7f-fc92-4ee1-a86b-dc1cb8d6ea59 2018-08-01 04:51:27,624 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-08-01 04:51:27,626 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:8774/v2.1/servers/794a6825-2548-4fce-931b-61b78f13f0c4 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a893be41a76b0396fb3a2a707515164fbec78156" 2018-08-01 04:51:27,876 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 01 Aug 2018 04:51:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-95bcf44e-55ab-42c8-b117-6d93eb1a8b34 x-compute-request-id: req-95bcf44e-55ab-42c8-b117-6d93eb1a8b34 Content-Type: application/json 2018-08-01 04:51:27,876 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/servers/794a6825-2548-4fce-931b-61b78f13f0c4 used request id req-95bcf44e-55ab-42c8-b117-6d93eb1a8b34 2018-08-01 04:51:27,876 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.251978874207s 2018-08-01 04:51:27,877 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/servers/794a6825-2548-4fce-931b-61b78f13f0c4 used request id req-95bcf44e-55ab-42c8-b117-6d93eb1a8b34 2018-08-01 04:51:27,877 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-01 04:51:27,880 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a893be41a76b0396fb3a2a707515164fbec78156" 2018-08-01 04:51:28,534 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:51:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-01fdb4f5-d4e5-47fa-ac71-b8871ea0b39f x-compute-request-id: req-01fdb4f5-d4e5-47fa-ac71-b8871ea0b39f Content-Encoding: gzip Content-Length: 771 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"cloudify-net_1e8a6ad6-6997-4291-80a5-8bf2427fdd3d": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f5:4a:83", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f5:4a:83", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/794a6825-2548-4fce-931b-61b78f13f0c4", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/794a6825-2548-4fce-931b-61b78f13f0c4", "rel": "bookmark"}], "image": {"id": "598c0dcf-4f99-49f6-9ef5-e64b3219e6fb", "links": [{"href": "http://172.30.9.21:8774/images/598c0dcf-4f99-49f6-9ef5-e64b3219e6fb", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-01T04:50:16.000000", "flavor": {"id": "574f3e2a-f5fb-45d5-a474-3e9065bb53c6", "links": [{"href": "http://172.30.9.21:8774/flavors/574f3e2a-f5fb-45d5-a474-3e9065bb53c6", "rel": "bookmark"}]}, "id": "794a6825-2548-4fce-931b-61b78f13f0c4", "security_groups": [{"name": "cloudify-sg_1e8a6ad6-6997-4291-80a5-8bf2427fdd3d"}], "user_id": "0b8938a925da41118179ef049ca3887b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-01T04:51:27Z", "hostId": "fb816027549eb606a41e80ac60e9a4ab9422a977209daf32c0a636db", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_1e8a6ad6-6997-4291-80a5-8bf2427fdd3d", "name": "cloudify-vm_1e8a6ad6-6997-4291-80a5-8bf2427fdd3d", "created": "2018-08-01T04:48:12Z", "tenant_id": "b4993d88a5364a8da428610dbce975e5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-01 04:51:28,535 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-01fdb4f5-d4e5-47fa-ac71-b8871ea0b39f 2018-08-01 04:51:28,535 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.657538175583s 2018-08-01 04:51:28,535 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-01fdb4f5-d4e5-47fa-ac71-b8871ea0b39f 2018-08-01 04:51:28,537 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-01 04:51:30,540 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-01 04:51:30,543 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a893be41a76b0396fb3a2a707515164fbec78156" 2018-08-01 04:51:30,624 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:51:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-632e81d0-c0ac-48b4-b6d2-8b6d09f8028e x-compute-request-id: req-632e81d0-c0ac-48b4-b6d2-8b6d09f8028e Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-08-01 04:51:30,624 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-632e81d0-c0ac-48b4-b6d2-8b6d09f8028e 2018-08-01 04:51:30,624 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.0841720104218s 2018-08-01 04:51:30,624 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-632e81d0-c0ac-48b4-b6d2-8b6d09f8028e 2018-08-01 04:51:30,627 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-01 04:51:30,628 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}a893be41a76b0396fb3a2a707515164fbec78156" 2018-08-01 04:51:30,684 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 6825 X-Openstack-Request-Id: req-c95661e1-b2f5-4d8c-8f66-86875a7c38db Date: Wed, 01 Aug 2018 04:51:30 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (cloudify)", "tags": [], "tenant_id": "b4993d88a5364a8da428610dbce975e5", "created_at": "2018-08-01T04:48:03Z", "updated_at": "2018-08-01T04:48:07Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 5671, "updated_at": "2018-08-01T04:48:06Z", "revision_number": 0, "id": "1ab51222-e5e8-4d0a-8c9b-b8e3c2d283a8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-01T04:48:06Z", "security_group_id": "2e86f681-4e0e-44e6-837b-ba190780e12a", "tenant_id": "b4993d88a5364a8da428610dbce975e5", "port_range_min": 5671, "ethertype": "IPv4", "project_id": "b4993d88a5364a8da428610dbce975e5"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-01T04:48:04Z", "revision_number": 0, "id": "5b2e9456-dbe6-4b5a-8c75-5aa16e6a1675", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-01T04:48:04Z", "security_group_id": "2e86f681-4e0e-44e6-837b-ba190780e12a", "tenant_id": "b4993d88a5364a8da428610dbce975e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "b4993d88a5364a8da428610dbce975e5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-01T04:48:03Z", "revision_number": 0, "id": "6be27211-91d4-4b87-b811-93601ecbe14e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-01T04:48:03Z", "security_group_id": "2e86f681-4e0e-44e6-837b-ba190780e12a", "tenant_id": "b4993d88a5364a8da428610dbce975e5", "port_range_min": null, "ethertype": "IPv6", "project_id": "b4993d88a5364a8da428610dbce975e5"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-01T04:48:04Z", "revision_number": 0, "id": "85409ba1-caff-42ee-bc86-328cab7f172b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-01T04:48:04Z", "security_group_id": "2e86f681-4e0e-44e6-837b-ba190780e12a", "tenant_id": "b4993d88a5364a8da428610dbce975e5", "port_range_min": 22, "ethertype": "IPv4", "project_id": "b4993d88a5364a8da428610dbce975e5"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-08-01T04:48:05Z", "revision_number": 0, "id": "869d5b81-ff19-49e4-b952-c76cd16bd057", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-01T04:48:05Z", "security_group_id": "2e86f681-4e0e-44e6-837b-ba190780e12a", "tenant_id": "b4993d88a5364a8da428610dbce975e5", "port_range_min": 80, "ethertype": "IPv4", "project_id": "b4993d88a5364a8da428610dbce975e5"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 443, "updated_at": "2018-08-01T04:48:06Z", "revision_number": 0, "id": "92c92a24-5600-4c96-8e48-ed52fb1d50c4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-01T04:48:06Z", "security_group_id": "2e86f681-4e0e-44e6-837b-ba190780e12a", "tenant_id": "b4993d88a5364a8da428610dbce975e5", "port_range_min": 443, "ethertype": "IPv4", "project_id": "b4993d88a5364a8da428610dbce975e5"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 53333, "updated_at": "2018-08-01T04:48:07Z", "revision_number": 0, "id": "bf2d3d21-2679-4f49-a4fd-299e0e8bd668", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-01T04:48:07Z", "security_group_id": "2e86f681-4e0e-44e6-837b-ba190780e12a", "tenant_id": "b4993d88a5364a8da428610dbce975e5", "port_range_min": 53333, "ethertype": "IPv4", "project_id": "b4993d88a5364a8da428610dbce975e5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-01T04:48:03Z", "revision_number": 0, "id": "c469cf94-f1d4-4a7d-83f8-58143d1e3e86", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-01T04:48:03Z", "security_group_id": "2e86f681-4e0e-44e6-837b-ba190780e12a", "tenant_id": "b4993d88a5364a8da428610dbce975e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "b4993d88a5364a8da428610dbce975e5"}], "revision_number": 7, "project_id": "b4993d88a5364a8da428610dbce975e5", "id": "2e86f681-4e0e-44e6-837b-ba190780e12a", "name": "cloudify-sg_1e8a6ad6-6997-4291-80a5-8bf2427fdd3d"}, {"description": "Default security group", "tags": [], "tenant_id": "b4993d88a5364a8da428610dbce975e5", "created_at": "2018-08-01T04:46:34Z", "updated_at": "2018-08-01T04:46:34Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-01T04:46:34Z", "revision_number": 0, "id": "680cf2ed-f5f3-42fa-9333-6d510c1fc82a", "remote_group_id": "c1b17236-6bd8-452c-a6e1-b146be2909df", "remote_ip_prefix": null, "created_at": "2018-08-01T04:46:34Z", "security_group_id": "c1b17236-6bd8-452c-a6e1-b146be2909df", "tenant_id": "b4993d88a5364a8da428610dbce975e5", "port_range_min": null, "ethertype": "IPv6", "project_id": "b4993d88a5364a8da428610dbce975e5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-01T04:46:34Z", "revision_number": 0, "id": "e5322aa8-721a-4f53-a4e1-748bde9bc989", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-01T04:46:34Z", "security_group_id": "c1b17236-6bd8-452c-a6e1-b146be2909df", "tenant_id": "b4993d88a5364a8da428610dbce975e5", "port_range_min": null, "ethertype": "IPv6", "project_id": "b4993d88a5364a8da428610dbce975e5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-01T04:46:34Z", "revision_number": 0, "id": "eb63ebd4-89d9-4e41-b2ae-8de71a0fb2a6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-01T04:46:34Z", "security_group_id": "c1b17236-6bd8-452c-a6e1-b146be2909df", "tenant_id": "b4993d88a5364a8da428610dbce975e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "b4993d88a5364a8da428610dbce975e5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-01T04:46:34Z", "revision_number": 0, "id": "f25d1a29-df37-4448-89a2-ef3c7456beae", "remote_group_id": "c1b17236-6bd8-452c-a6e1-b146be2909df", "remote_ip_prefix": null, "created_at": "2018-08-01T04:46:34Z", "security_group_id": "c1b17236-6bd8-452c-a6e1-b146be2909df", "tenant_id": "b4993d88a5364a8da428610dbce975e5", "port_range_min": null, "ethertype": "IPv4", "project_id": "b4993d88a5364a8da428610dbce975e5"}], "revision_number": 1, "project_id": "b4993d88a5364a8da428610dbce975e5", "id": "c1b17236-6bd8-452c-a6e1-b146be2909df", "name": "default"}]} 2018-08-01 04:51:30,684 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-c95661e1-b2f5-4d8c-8f66-86875a7c38db 2018-08-01 04:51:30,684 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.056421995163s 2018-08-01 04:51:30,685 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-c95661e1-b2f5-4d8c-8f66-86875a7c38db 2018-08-01 04:51:30,688 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-08-01 04:51:30,688 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/security-groups/2e86f681-4e0e-44e6-837b-ba190780e12a.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a893be41a76b0396fb3a2a707515164fbec78156" 2018-08-01 04:51:31,155 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-f04bbccb-d39c-4a45-8023-faf9295db09b Content-Length: 0 Date: Wed, 01 Aug 2018 04:51:31 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-01 04:51:31,156 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/2e86f681-4e0e-44e6-837b-ba190780e12a.json used request id req-f04bbccb-d39c-4a45-8023-faf9295db09b 2018-08-01 04:51:31,156 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.467749118805s 2018-08-01 04:51:31,156 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/2e86f681-4e0e-44e6-837b-ba190780e12a.json used request id req-f04bbccb-d39c-4a45-8023-faf9295db09b 2018-08-01 04:51:31,156 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-08-01 04:51:31,159 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:8774/v2.1/os-keypairs/cloudify-kp_1e8a6ad6-6997-4291-80a5-8bf2427fdd3d -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a893be41a76b0396fb3a2a707515164fbec78156" 2018-08-01 04:51:31,214 - keystoneauth.session - DEBUG - RESP: [202] Date: Wed, 01 Aug 2018 04:51:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-3ed6b3b4-13a6-44f9-a5bc-643df1ae3933 x-compute-request-id: req-3ed6b3b4-13a6-44f9-a5bc-643df1ae3933 Content-Length: 0 Content-Type: application/json 2018-08-01 04:51:31,215 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/os-keypairs/cloudify-kp_1e8a6ad6-6997-4291-80a5-8bf2427fdd3d used request id req-3ed6b3b4-13a6-44f9-a5bc-643df1ae3933 2018-08-01 04:51:31,215 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.0582239627838s 2018-08-01 04:51:31,215 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/os-keypairs/cloudify-kp_1e8a6ad6-6997-4291-80a5-8bf2427fdd3d used request id req-3ed6b3b4-13a6-44f9-a5bc-643df1ae3933 2018-08-01 04:51:31,216 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-01 04:51:31,216 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9696/v2.0/routers/1139d2b5-65cf-477e-bf88-2212630604a0/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}a893be41a76b0396fb3a2a707515164fbec78156" -d '{"subnet_id": "38528ab2-6045-4d2c-b809-da2fed2cb4b1"}' 2018-08-01 04:51:33,037 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-3fcf9666-911e-4f54-a851-a496ae8e6170 Date: Wed, 01 Aug 2018 04:51:33 GMT RESP BODY: {"network_id": "e1135da0-e892-4b12-b6b3-7014717235a3", "tenant_id": "b4993d88a5364a8da428610dbce975e5", "subnet_id": "38528ab2-6045-4d2c-b809-da2fed2cb4b1", "subnet_ids": ["38528ab2-6045-4d2c-b809-da2fed2cb4b1"], "port_id": "fe31be1e-3d01-4fe2-8bb5-5f6ede96a164", "id": "1139d2b5-65cf-477e-bf88-2212630604a0"} 2018-08-01 04:51:33,038 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/1139d2b5-65cf-477e-bf88-2212630604a0/remove_router_interface.json used request id req-3fcf9666-911e-4f54-a851-a496ae8e6170 2018-08-01 04:51:33,038 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.82208991051s 2018-08-01 04:51:33,038 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/1139d2b5-65cf-477e-bf88-2212630604a0/remove_router_interface.json used request id req-3fcf9666-911e-4f54-a851-a496ae8e6170 returning object 1139d2b5-65cf-477e-bf88-2212630604a0 2018-08-01 04:51:33,039 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-01 04:51:33,039 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}a893be41a76b0396fb3a2a707515164fbec78156" 2018-08-01 04:51:33,175 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 622 X-Openstack-Request-Id: req-be7dddc4-ef23-4f7d-b4a0-c1d1b6fdecae Date: Wed, 01 Aug 2018 04:51:33 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "e06facf3-a24e-40d5-a5ce-a0901a6e4875", "ip_address": "172.30.9.203"}]}, "description": "", "tags": [], "tenant_id": "b4993d88a5364a8da428610dbce975e5", "created_at": "2018-08-01T04:46:36Z", "admin_state_up": true, "updated_at": "2018-08-01T04:51:32Z", "revision_number": 4, "routes": [], "project_id": "b4993d88a5364a8da428610dbce975e5", "id": "1139d2b5-65cf-477e-bf88-2212630604a0", "name": "cloudify-router_1e8a6ad6-6997-4291-80a5-8bf2427fdd3d"}]} 2018-08-01 04:51:33,175 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-be7dddc4-ef23-4f7d-b4a0-c1d1b6fdecae 2018-08-01 04:51:33,175 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.136258840561s 2018-08-01 04:51:33,175 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-be7dddc4-ef23-4f7d-b4a0-c1d1b6fdecae 2018-08-01 04:51:33,176 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-01 04:51:33,177 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/routers/1139d2b5-65cf-477e-bf88-2212630604a0.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a893be41a76b0396fb3a2a707515164fbec78156" 2018-08-01 04:51:34,581 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-55183da2-ca9d-4ce5-8328-53222e9b7771 Content-Length: 0 Date: Wed, 01 Aug 2018 04:51:34 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-01 04:51:34,581 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/routers/1139d2b5-65cf-477e-bf88-2212630604a0.json used request id req-55183da2-ca9d-4ce5-8328-53222e9b7771 2018-08-01 04:51:34,581 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.40433120728s 2018-08-01 04:51:34,581 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/routers/1139d2b5-65cf-477e-bf88-2212630604a0.json used request id req-55183da2-ca9d-4ce5-8328-53222e9b7771 2018-08-01 04:51:34,582 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-01 04:51:34,582 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}a893be41a76b0396fb3a2a707515164fbec78156" 2018-08-01 04:51:34,834 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-2c95cd23-cb22-4932-bd8b-6973fa1c2731 Date: Wed, 01 Aug 2018 04:51:34 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e1135da0-e892-4b12-b6b3-7014717235a3","tenant_id":"b4993d88a5364a8da428610dbce975e5","created_at":"2018-08-01T04:46:35Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-01T04:46: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":"b4993d88a5364a8da428610dbce975e5","id":"38528ab2-6045-4d2c-b809-da2fed2cb4b1","subnetpool_id":null,"name":"cloudify-subnet_1e8a6ad6-6997-4291-80a5-8bf2427fdd3d"}]} 2018-08-01 04:51:34,834 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-2c95cd23-cb22-4932-bd8b-6973fa1c2731 2018-08-01 04:51:34,834 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.252413034439s 2018-08-01 04:51:34,834 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-2c95cd23-cb22-4932-bd8b-6973fa1c2731 2018-08-01 04:51:34,836 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-01 04:51:34,836 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/subnets/38528ab2-6045-4d2c-b809-da2fed2cb4b1.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a893be41a76b0396fb3a2a707515164fbec78156" 2018-08-01 04:51:37,145 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-6094f929-67ef-4adf-8e3a-fbb37b005efe Date: Wed, 01 Aug 2018 04:51:37 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-01 04:51:37,145 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/38528ab2-6045-4d2c-b809-da2fed2cb4b1.json used request id req-6094f929-67ef-4adf-8e3a-fbb37b005efe 2018-08-01 04:51:37,145 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.30900192261s 2018-08-01 04:51:37,145 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/38528ab2-6045-4d2c-b809-da2fed2cb4b1.json used request id req-6094f929-67ef-4adf-8e3a-fbb37b005efe 2018-08-01 04:51:37,146 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-01 04:51:37,146 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a893be41a76b0396fb3a2a707515164fbec78156" 2018-08-01 04:51:37,267 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1153 X-Openstack-Request-Id: req-a7c84316-593f-4dcd-87ec-acace4aaffb1 Date: Wed, 01 Aug 2018 04:51:37 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":["e06facf3-a24e-40d5-a5ce-a0901a6e4875"],"updated_at":"2018-08-01T03:28:20Z","tenant_id":"89443fd7c5cf4259bed71fca1c3fe619","created_at":"2018-08-01T03:28:13Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"89443fd7c5cf4259bed71fca1c3fe619","id":"262fe7ec-b437-40b8-908b-6eb66c149655","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-01T04:51:36Z","tenant_id":"b4993d88a5364a8da428610dbce975e5","created_at":"2018-08-01T04:46:34Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"b4993d88a5364a8da428610dbce975e5","id":"e1135da0-e892-4b12-b6b3-7014717235a3","name":"cloudify-net_1e8a6ad6-6997-4291-80a5-8bf2427fdd3d"}]} 2018-08-01 04:51:37,267 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-a7c84316-593f-4dcd-87ec-acace4aaffb1 2018-08-01 04:51:37,267 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.121737003326s 2018-08-01 04:51:37,268 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-a7c84316-593f-4dcd-87ec-acace4aaffb1 2018-08-01 04:51:37,269 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-01 04:51:37,270 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/networks/e1135da0-e892-4b12-b6b3-7014717235a3.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a893be41a76b0396fb3a2a707515164fbec78156" 2018-08-01 04:51:39,029 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-4e372416-eb13-4673-9de3-e7b1c0833d1f Date: Wed, 01 Aug 2018 04:51:39 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-01 04:51:39,029 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/e1135da0-e892-4b12-b6b3-7014717235a3.json used request id req-4e372416-eb13-4673-9de3-e7b1c0833d1f 2018-08-01 04:51:39,029 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.75967502594s 2018-08-01 04:51:39,029 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/e1135da0-e892-4b12-b6b3-7014717235a3.json used request id req-4e372416-eb13-4673-9de3-e7b1c0833d1f 2018-08-01 04:51:39,033 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-01 04:51:39,037 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a893be41a76b0396fb3a2a707515164fbec78156" 2018-08-01 04:51:39,256 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1200 Content-Type: application/json X-Openstack-Request-Id: req-0ffb4549-b8b5-42fa-a4be-3c37c888efb5 Date: Wed, 01 Aug 2018 04:51:39 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://1c426f71-e315-470f-a765-a4a983e8d919/images/598c0dcf-4f99-49f6-9ef5-e64b3219e6fb/snap", "metadata": {}}], "file": "/v2/images/598c0dcf-4f99-49f6-9ef5-e64b3219e6fb/file", "owner": "b4993d88a5364a8da428610dbce975e5", "id": "598c0dcf-4f99-49f6-9ef5-e64b3219e6fb", "size": 4373348352, "self": "/v2/images/598c0dcf-4f99-49f6-9ef5-e64b3219e6fb", "disk_format": "qcow2", "direct_url": "rbd://1c426f71-e315-470f-a765-a4a983e8d919/images/598c0dcf-4f99-49f6-9ef5-e64b3219e6fb/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "updated_at": "2018-08-01T04:48:02Z", "visibility": "private", "owner_specified.shade.object": "images/cloudify-img_1e8a6ad6-6997-4291-80a5-8bf2427fdd3d", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "cloudify-img_1e8a6ad6-6997-4291-80a5-8bf2427fdd3d", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "created_at": "2018-08-01T04:47:03Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-01 04:51:39,256 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-0ffb4549-b8b5-42fa-a4be-3c37c888efb5 2018-08-01 04:51:39,256 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.222502946854s 2018-08-01 04:51:39,256 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-0ffb4549-b8b5-42fa-a4be-3c37c888efb5 2018-08-01 04:51:39,258 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-01 04:51:39,262 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9292/v2/images/598c0dcf-4f99-49f6-9ef5-e64b3219e6fb -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a893be41a76b0396fb3a2a707515164fbec78156" 2018-08-01 04:51:40,688 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-deec3044-ca71-4639-a0ba-471549007f04 Date: Wed, 01 Aug 2018 04:51:40 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 04:51:40,688 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/598c0dcf-4f99-49f6-9ef5-e64b3219e6fb used request id req-deec3044-ca71-4639-a0ba-471549007f04 2018-08-01 04:51:40,689 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.43055701256s 2018-08-01 04:51:40,689 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/598c0dcf-4f99-49f6-9ef5-e64b3219e6fb used request id req-deec3044-ca71-4639-a0ba-471549007f04 2018-08-01 04:51:40,689 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-01 04:51:40,692 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21: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}fb8f02cef2f3d7eec5f499771daee88069cf818d" 2018-08-01 04:51:40,718 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:51: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-abcecd61-ea45-4fe5-9420-70566d357147 x-compute-request-id: req-abcecd61-ea45-4fe5-9420-70566d357147 Content-Encoding: gzip Content-Length: 473 Content-Type: application/json RESP BODY: {"flavors": [{"name": "cloudify-flavor_1e8a6ad6-6997-4291-80a5-8bf2427fdd3d", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/574f3e2a-f5fb-45d5-a474-3e9065bb53c6", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/574f3e2a-f5fb-45d5-a474-3e9065bb53c6", "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": "574f3e2a-f5fb-45d5-a474-3e9065bb53c6"}, {"name": "shaker-flavor_ada014ec-51b2-4b16-abc8-039585ddedf9", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/80cad012-10a6-4ee0-be06-4098e5231e52", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/80cad012-10a6-4ee0-be06-4098e5231e52", "rel": "bookmark"}], "ram": 512, "OS-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": "80cad012-10a6-4ee0-be06-4098e5231e52"}, {"name": "vmtp-flavor_455f0502-39b9-4683-ab46-623f9d25bfec", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/e80222cd-7913-499f-adff-4da7988d266d", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/e80222cd-7913-499f-adff-4da7988d266d", "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": "e80222cd-7913-499f-adff-4da7988d266d"}]} 2018-08-01 04:51:40,718 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-abcecd61-ea45-4fe5-9420-70566d357147 2018-08-01 04:51:40,718 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0288350582123s 2018-08-01 04:51:40,719 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-abcecd61-ea45-4fe5-9420-70566d357147 2018-08-01 04:51:40,721 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-01 04:51:40,723 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:8774/v2.1/flavors/574f3e2a-f5fb-45d5-a474-3e9065bb53c6 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}fb8f02cef2f3d7eec5f499771daee88069cf818d" 2018-08-01 04:51:40,771 - keystoneauth.session - DEBUG - RESP: [202] Date: Wed, 01 Aug 2018 04:51: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-308e97fb-39ed-4407-a54e-d7f90fa2edda x-compute-request-id: req-308e97fb-39ed-4407-a54e-d7f90fa2edda Content-Length: 0 Content-Type: application/json 2018-08-01 04:51:40,772 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/574f3e2a-f5fb-45d5-a474-3e9065bb53c6 used request id req-308e97fb-39ed-4407-a54e-d7f90fa2edda 2018-08-01 04:51:40,772 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0507822036743s 2018-08-01 04:51:40,772 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/574f3e2a-f5fb-45d5-a474-3e9065bb53c6 used request id req-308e97fb-39ed-4407-a54e-d7f90fa2edda 2018-08-01 04:51:40,773 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-01 04:51:40,775 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}fb8f02cef2f3d7eec5f499771daee88069cf818d" 2018-08-01 04:51:40,894 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:51:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-885a1cb8-19b7-455c-9a1e-d1fff1fbe0a8 Content-Encoding: gzip Content-Length: 844 Content-Type: application/json RESP BODY: {"users": [{"name": "cloudify-user_1e8a6ad6-6997-4291-80a5-8bf2427fdd3d", "links": {"self": "http://172.30.9.21:5000/v3/users/0b8938a925da41118179ef049ca3887b"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "0b8938a925da41118179ef049ca3887b", "domain_id": "default", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/0f8a0650d1a846e88ba44704b50255c1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0f8a0650d1a846e88ba44704b50255c1", "email": "glance@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/130b7ea936644204a37124e676ddf428"}, "domain_id": "default", "enabled": true, "options": {}, "id": "130b7ea936644204a37124e676ddf428", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/1476f1d37caa49ec90baf29b9d92850d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1476f1d37caa49ec90baf29b9d92850d", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/386874e6c2464a43ba93f0248a95595b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "386874e6c2464a43ba93f0248a95595b", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/3cb1fd184ec34300aba849c010464d1a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3cb1fd184ec34300aba849c010464d1a", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/749556e27c83423fb69e649d00450103"}, "domain_id": "default", "enabled": true, "options": {}, "id": "749556e27c83423fb69e649d00450103", "email": "admin@example.com", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.21:5000/v3/users/b6122bbf2037491bb9db6c47618110d1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b6122bbf2037491bb9db6c47618110d1", "email": "swift@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/c09ff16c1a614c8bbc73ec74064357a4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c09ff16c1a614c8bbc73ec74064357a4", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/c1daa0d43666493abbd83fb1577cff74"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c1daa0d43666493abbd83fb1577cff74", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/d1cc4ab5045f48be8e12d229b3b59cac"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d1cc4ab5045f48be8e12d229b3b59cac", "email": "cinder@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.21:5000/v3/users/d32629a0e7364688b6a82d496d6e354d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d32629a0e7364688b6a82d496d6e354d", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/d5ee6c90793c4cbeb762d8c68db45d5c"}, "domain_id": "cc40371ace4f4c2e9452fa2c52c1368e", "enabled": true, "options": {}, "id": "d5ee6c90793c4cbeb762d8c68db45d5c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/d91fd39b379e480e825eb2aa75b847b7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d91fd39b379e480e825eb2aa75b847b7", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/ecd8a45bf2844011921c3e9caab06794"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ecd8a45bf2844011921c3e9caab06794", "email": "heat@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-08-01 04:51:40,894 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-885a1cb8-19b7-455c-9a1e-d1fff1fbe0a8 2018-08-01 04:51:40,894 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.121827125549s 2018-08-01 04:51:40,895 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-885a1cb8-19b7-455c-9a1e-d1fff1fbe0a8 2018-08-01 04:51:40,901 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-01 04:51:40,904 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/users/0b8938a925da41118179ef049ca3887b -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}fb8f02cef2f3d7eec5f499771daee88069cf818d" 2018-08-01 04:51:41,018 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:51:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9f3e6fd7-64dc-487f-bfd5-0248461b1069 Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"user": {"name": "cloudify-user_1e8a6ad6-6997-4291-80a5-8bf2427fdd3d", "links": {"self": "http://172.30.9.21:5000/v3/users/0b8938a925da41118179ef049ca3887b"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "0b8938a925da41118179ef049ca3887b", "description": null}} 2018-08-01 04:51:41,018 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users/0b8938a925da41118179ef049ca3887b used request id req-9f3e6fd7-64dc-487f-bfd5-0248461b1069 2018-08-01 04:51:41,018 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.117174863815s 2018-08-01 04:51:41,018 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users/0b8938a925da41118179ef049ca3887b used request id req-9f3e6fd7-64dc-487f-bfd5-0248461b1069 2018-08-01 04:51:41,019 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-08-01 04:51:41,022 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:5000/v3/users/0b8938a925da41118179ef049ca3887b -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}fb8f02cef2f3d7eec5f499771daee88069cf818d" 2018-08-01 04:51:41,219 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 01 Aug 2018 04:51:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-01eb7238-1ff9-4475-aac1-f38cade773e0 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-01 04:51:41,219 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/0b8938a925da41118179ef049ca3887b used request id req-01eb7238-1ff9-4475-aac1-f38cade773e0 2018-08-01 04:51:41,220 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.200778007507s 2018-08-01 04:51:41,220 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/0b8938a925da41118179ef049ca3887b used request id req-01eb7238-1ff9-4475-aac1-f38cade773e0 2018-08-01 04:51:41,226 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-01 04:51:41,229 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}fb8f02cef2f3d7eec5f499771daee88069cf818d" 2018-08-01 04:51:41,329 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:51:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-df908115-7a3c-413d-aebf-3d6d3d63f33a Content-Encoding: gzip Content-Length: 384 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/89443fd7c5cf4259bed71fca1c3fe619"}, "tags": [], "enabled": true, "id": "89443fd7c5cf4259bed71fca1c3fe619", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/90aa95516c664aef94b667c55fdaffe9"}, "tags": [], "enabled": true, "id": "90aa95516c664aef94b667c55fdaffe9", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: cloudify", "links": {"self": "http://172.30.9.21:5000/v3/projects/b4993d88a5364a8da428610dbce975e5"}, "tags": [], "enabled": true, "id": "b4993d88a5364a8da428610dbce975e5", "parent_id": "default", "domain_id": "default", "name": "cloudify-project_1e8a6ad6-6997-4291-80a5-8bf2427fdd3d"}]} 2018-08-01 04:51:41,329 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects used request id req-df908115-7a3c-413d-aebf-3d6d3d63f33a 2018-08-01 04:51:41,329 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.103588104248s 2018-08-01 04:51:41,330 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects used request id req-df908115-7a3c-413d-aebf-3d6d3d63f33a 2018-08-01 04:51:41,336 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-08-01 04:51:41,339 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:5000/v3/projects/b4993d88a5364a8da428610dbce975e5 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}fb8f02cef2f3d7eec5f499771daee88069cf818d" 2018-08-01 04:51:41,515 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 01 Aug 2018 04:51:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2767cb3d-ef72-4ba5-b1f3-ecaa18e9dc4e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-01 04:51:41,516 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/b4993d88a5364a8da428610dbce975e5 used request id req-2767cb3d-ef72-4ba5-b1f3-ecaa18e9dc4e 2018-08-01 04:51:41,516 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.179650068283s 2018-08-01 04:51:41,516 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/b4993d88a5364a8da428610dbce975e5 used request id req-2767cb3d-ef72-4ba5-b1f3-ecaa18e9dc4e 2018-08-01 04:51:41,545 - xtesting.ci.run_tests - INFO - Loading test case 'cloudify_ims'... 2018-08-01 04:51:41,575 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-01 04:51:41,575 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-01 04:51:41,575 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-01 04:51:41,575 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-01 04:51:41,575 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-01 04:51:41,576 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-01 04:51:41,576 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-01 04:51:41,576 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-01 04:51:41,576 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-01 04:51:41,576 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-01 04:51:41,576 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-01 04:51:41,576 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-01 04:51:41,576 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-01 04:51:41,576 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-01 04:51:41,576 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-01 04:51:41,576 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-01 04:51:41,577 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-01 04:51:41,577 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-01 04:51:41,577 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-01 04:51:41,577 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-01 04:51:41,577 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-01 04:51:41,577 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-01 04:51:41,579 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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-01 04:51:41,584 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:51:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-db23cc63-20cc-4039-96b5-da4a2040d4bc Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-01 04:51:41,584 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-db23cc63-20cc-4039-96b5-da4a2040d4bc 2018-08-01 04:51:41,585 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-08-01 04:51:42,097 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ed1e3c9b852e426e8d791112d2fd4701", "name": "member"}, {"id": "147f18c7e1e349fc8e383440249c4c73", "name": "reader"}, {"id": "86fab6e3eccc4f5f9bd58caee92e2693", "name": "admin"}], "expires_at": "2018-08-01T05:51:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "90aa95516c664aef94b667c55fdaffe9", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:8004/v1/90aa95516c664aef94b667c55fdaffe9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5af2a23f0d4746a18ce9987becf49813"}, {"url": "http://192.30.9.7:8004/v1/90aa95516c664aef94b667c55fdaffe9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d6722b9f2184abb8e7b581d10709b51"}, {"url": "http://192.30.9.7:8004/v1/90aa95516c664aef94b667c55fdaffe9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc81206c7ec74b63a868c84343e2355a"}], "type": "orchestration", "id": "032123c5c07d477ab419a77fddb5ca2b", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/90aa95516c664aef94b667c55fdaffe9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00197bc0507d42718c9de1a1f3ff7fa9"}, {"url": "http://192.30.9.7:8776/v2/90aa95516c664aef94b667c55fdaffe9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "186c94a5205743a68de2c02795dd12cf"}, {"url": "http://192.30.9.7:8776/v2/90aa95516c664aef94b667c55fdaffe9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32c49f45893f4074a75a056facd63fc5"}], "type": "volumev2", "id": "09ef7c245fd9479f97ffee152dae0c8e", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27e89bb29a0d43ce83aefd4cae0f7bd7"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "295d31abf3f44d85b346281cd9c04740"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d685797f4b164aa48837a822ed32598b"}], "type": "alarming", "id": "0f8615b3651c41099fe76f0fa5b23dd1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f0c9b6089cd4f558ee73fabe48d842a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "551cf56b00bd4d038a8694d11700f2ef"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9ea08b0116c4412eaded9a074baa4211"}], "type": "image", "id": "17038717f3f0408e8c9d5af024ea0aab", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "17647a3a3a00479b9213e6f6cf7a30ea", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c2328ef964c4156917122cfb247f0c4"}, {"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33d0ce77838b4a0fbe56c50f7b1e4d71"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38b745fc1fe14a8691a6fb2553ade0e0"}], "type": "event", "id": "1d35633c710f4d9c88e1f50abe614b06", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/90aa95516c664aef94b667c55fdaffe9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dcebb246e8d42fab040b053411c0957"}, {"url": "http://192.30.9.7:8776/v3/90aa95516c664aef94b667c55fdaffe9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92f3de4ac4f44b9a95bdb5c3f0c34d51"}, {"url": "http://172.30.9.21:8776/v3/90aa95516c664aef94b667c55fdaffe9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f92025e32c9344f587283e14c1506699"}], "type": "volumev3", "id": "27b85f80d71f464183ff256181f71b43", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0f1136276d75402689a9c377621253ce"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b943f44b606457c91b7d5098b199be0"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b47ac34c09dc4c05b1ca4c869d47eaeb"}], "type": "metric", "id": "5a0ae06ba8b741ffb51d39c9adb9451c", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10bc7f20cf92414cb6d088da882341c5"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "53c0109d8bd545ef83f6d70ce101d52d"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d3688eabec1484e8c6549a46b35b25f"}], "type": "cloudformation", "id": "64e449782da244a4b49ea375e297a3ea", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/90aa95516c664aef94b667c55fdaffe9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8713e9b13a6e43c59e8aa6d6cd510b2b"}, {"url": "http://192.30.9.7:8776/v1/90aa95516c664aef94b667c55fdaffe9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b073433cdd0f4518882ecf0e413ae4af"}, {"url": "http://172.30.9.21:8776/v1/90aa95516c664aef94b667c55fdaffe9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fc41a1400c1945199a7f0758b5566e31"}], "type": "volume", "id": "6951fb022adb46feaa04f1020c483fd1", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "247e0a42582047fb8b1a74db1f38edf7"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37ed8998a3894a91b69a9e4f00e62b69"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b11d1b5d1d9043d88291c85c92eb73f4"}], "type": "placement", "id": "83e7ef9cff3b4731b936862816b9afd9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "432bfc9d0c4249dd9ccda5421e19b9e2"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f93c2c146b149cbb3483078f52c4bdf"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd4fdce564324509818028dc78641d8d"}], "type": "network", "id": "94871ebfcb5240ebb8b1c19b8739272c", "name": "neutron"}, {"endpoints": [{"url": "http://12.0.0.40:8080/v1/AUTH_90aa95516c664aef94b667c55fdaffe9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2333bd642dd5455c8f03d343d974704d"}, {"url": "http://12.0.0.40:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c3a57c4832a74174a0c0889da1e1364b"}, {"url": "http://172.30.9.21:8080/v1/AUTH_90aa95516c664aef94b667c55fdaffe9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f27db37221fb446f86228761531722fd"}], "type": "object-store", "id": "b008c8aea7694b57822ddc559b6dfc45", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "038ac873a08f40dab615db1106f36b91"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9c064a815b5c40c0bb0beee1dee18b58"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa33b6fd9ec24bfb9e27785b76bc205d"}], "type": "identity", "id": "de72ed0871ef4a7bab6d7ea0bbfa8d90", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c04b9806aca48e692c506107e0bd3a6"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "449f60307ac54b799d4527d2070f35db"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d69efddbf8af404a9b303b99cfb12f43"}], "type": "compute", "id": "eb2dd02d9ef54f67b42600e437ecb401", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "749556e27c83423fb69e649d00450103"}, "audit_ids": ["AJopBnOFQIqcb0iR0wredw"], "issued_at": "2018-08-01T04:51:42.000000Z"}} 2018-08-01 04:51:42,100 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-01 04:51:42,100 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21: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}f0ec4501b356554c3083431936062d4d2f89a8d7" 2018-08-01 04:51:42,386 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-07be1567-72fb-43cb-b91c-18e4bddca2b4 Date: Wed, 01 Aug 2018 04:51:42 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"262fe7ec-b437-40b8-908b-6eb66c149655","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"89443fd7c5cf4259bed71fca1c3fe619","status":"ACTIVE","subnets":["e06facf3-a24e-40d5-a5ce-a0901a6e4875"],"description":"","tags":[],"updated_at":"2018-08-01T03:28:20Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"89443fd7c5cf4259bed71fca1c3fe619","created_at":"2018-08-01T03:28:13Z","provider:network_type":"flat"}]} 2018-08-01 04:51:42,386 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json?router%3Aexternal=True used request id req-07be1567-72fb-43cb-b91c-18e4bddca2b4 2018-08-01 04:51:42,386 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.286156892776s 2018-08-01 04:51:42,386 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json?router%3Aexternal=True used request id req-07be1567-72fb-43cb-b91c-18e4bddca2b4 2018-08-01 04:51:42,390 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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-01 04:51:42,395 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 01 Aug 2018 04:51:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7d419aed-7b62-4975-8f0d-2c21769e203e 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.21:5000/v3/", "rel": "self"}]}]}} 2018-08-01 04:51:42,396 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/ used request id req-7d419aed-7b62-4975-8f0d-2c21769e203e 2018-08-01 04:51:42,396 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-01 04:51:42,399 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}f0ec4501b356554c3083431936062d4d2f89a8d7" 2018-08-01 04:51:42,508 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:51:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-48de13d4-0e79-440c-8aa3-7757adff723d Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.21:5000/v3/domains/cc40371ace4f4c2e9452fa2c52c1368e"}, "tags": [], "enabled": true, "id": "cc40371ace4f4c2e9452fa2c52c1368e", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains", "previous": null, "next": null}} 2018-08-01 04:51:42,508 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains used request id req-48de13d4-0e79-440c-8aa3-7757adff723d 2018-08-01 04:51:42,508 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.111943006516s 2018-08-01 04:51:42,509 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains used request id req-48de13d4-0e79-440c-8aa3-7757adff723d 2018-08-01 04:51:42,515 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-08-01 04:51:42,519 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}f0ec4501b356554c3083431936062d4d2f89a8d7" -d '{"project": {"description": "Created by OPNFV Functest: cloudify_ims", "enabled": true, "domain_id": "default", "name": "cloudify_ims-project_15409016-721b-4a2a-9e22-82d6011a7331"}}' 2018-08-01 04:51:42,647 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 01 Aug 2018 04:51:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8c2bbfc8-79cb-4adc-a1be-4c9df0b7c7d1 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.21:5000/v3/projects/19cf24c496684793a45dd7b144704b9f"}, "tags": [], "enabled": true, "id": "19cf24c496684793a45dd7b144704b9f", "parent_id": "default", "domain_id": "default", "name": "cloudify_ims-project_15409016-721b-4a2a-9e22-82d6011a7331"}} 2018-08-01 04:51:42,647 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-8c2bbfc8-79cb-4adc-a1be-4c9df0b7c7d1 2018-08-01 04:51:42,647 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.131721019745s 2018-08-01 04:51:42,647 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-8c2bbfc8-79cb-4adc-a1be-4c9df0b7c7d1 2018-08-01 04:51:42,648 - 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'19cf24c496684793a45dd7b144704b9f', '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_15409016-721b-4a2a-9e22-82d6011a7331'}) 2018-08-01 04:51:42,654 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-08-01 04:51:42,657 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}f0ec4501b356554c3083431936062d4d2f89a8d7" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "de39e45d-46d1-4218-b1cd-a904739eb904", "email": null, "name": "cloudify_ims-user_15409016-721b-4a2a-9e22-82d6011a7331"}}' 2018-08-01 04:51:43,031 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 01 Aug 2018 04:51:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-087f0acb-c5eb-4806-9e81-05880c7bb0c2 Content-Length: 327 Content-Type: application/json RESP BODY: {"user": {"name": "cloudify_ims-user_15409016-721b-4a2a-9e22-82d6011a7331", "links": {"self": "http://172.30.9.21:5000/v3/users/1f2b58cb35bb4b868fc668bc74a61a95"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "1f2b58cb35bb4b868fc668bc74a61a95", "domain_id": "default", "password_expires_at": null}} 2018-08-01 04:51:43,031 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/users used request id req-087f0acb-c5eb-4806-9e81-05880c7bb0c2 2018-08-01 04:51:43,032 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.377867937088s 2018-08-01 04:51:43,032 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/users used request id req-087f0acb-c5eb-4806-9e81-05880c7bb0c2 2018-08-01 04:51:43,032 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'1f2b58cb35bb4b868fc668bc74a61a95', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'cloudify_ims-user_15409016-721b-4a2a-9e22-82d6011a7331'}) 2018-08-01 04:51:43,036 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-01 04:51:43,039 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f0ec4501b356554c3083431936062d4d2f89a8d7" 2018-08-01 04:51:43,139 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:51:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7d4491b5-c51f-4e2a-8b16-13751bd48996 Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "147f18c7e1e349fc8e383440249c4c73", "links": {"self": "http://172.30.9.21:5000/v3/roles/147f18c7e1e349fc8e383440249c4c73"}, "name": "reader"}, {"domain_id": null, "id": "730dcac60af740de8f4eb572d8499268", "links": {"self": "http://172.30.9.21:5000/v3/roles/730dcac60af740de8f4eb572d8499268"}, "name": "swiftoperator"}, {"domain_id": null, "id": "86fab6e3eccc4f5f9bd58caee92e2693", "links": {"self": "http://172.30.9.21:5000/v3/roles/86fab6e3eccc4f5f9bd58caee92e2693"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b2b3ff44e054497fa64f6525e0e6195b", "links": {"self": "http://172.30.9.21:5000/v3/roles/b2b3ff44e054497fa64f6525e0e6195b"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ed1e3c9b852e426e8d791112d2fd4701", "links": {"self": "http://172.30.9.21:5000/v3/roles/ed1e3c9b852e426e8d791112d2fd4701"}, "name": "member"}, {"domain_id": null, "id": "f5c89a4293d34be3af121f401210ef46", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5c89a4293d34be3af121f401210ef46"}, "name": "ResellerAdmin"}]} 2018-08-01 04:51:43,140 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-7d4491b5-c51f-4e2a-8b16-13751bd48996 2018-08-01 04:51:43,140 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.103663921356s 2018-08-01 04:51:43,140 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-7d4491b5-c51f-4e2a-8b16-13751bd48996 2018-08-01 04:51:43,145 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-01 04:51:43,148 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f0ec4501b356554c3083431936062d4d2f89a8d7" 2018-08-01 04:51:43,253 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:51:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b5a3fff0-b5e6-432e-95d3-fb1341042e84 Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "147f18c7e1e349fc8e383440249c4c73", "links": {"self": "http://172.30.9.21:5000/v3/roles/147f18c7e1e349fc8e383440249c4c73"}, "name": "reader"}, {"domain_id": null, "id": "730dcac60af740de8f4eb572d8499268", "links": {"self": "http://172.30.9.21:5000/v3/roles/730dcac60af740de8f4eb572d8499268"}, "name": "swiftoperator"}, {"domain_id": null, "id": "86fab6e3eccc4f5f9bd58caee92e2693", "links": {"self": "http://172.30.9.21:5000/v3/roles/86fab6e3eccc4f5f9bd58caee92e2693"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b2b3ff44e054497fa64f6525e0e6195b", "links": {"self": "http://172.30.9.21:5000/v3/roles/b2b3ff44e054497fa64f6525e0e6195b"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ed1e3c9b852e426e8d791112d2fd4701", "links": {"self": "http://172.30.9.21:5000/v3/roles/ed1e3c9b852e426e8d791112d2fd4701"}, "name": "member"}, {"domain_id": null, "id": "f5c89a4293d34be3af121f401210ef46", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5c89a4293d34be3af121f401210ef46"}, "name": "ResellerAdmin"}]} 2018-08-01 04:51:43,253 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-b5a3fff0-b5e6-432e-95d3-fb1341042e84 2018-08-01 04:51:43,254 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.108440160751s 2018-08-01 04:51:43,254 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-b5a3fff0-b5e6-432e-95d3-fb1341042e84 2018-08-01 04:51:43,259 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-01 04:51:43,262 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f0ec4501b356554c3083431936062d4d2f89a8d7" 2018-08-01 04:51:43,356 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:51:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a98ae4f9-5f76-4c46-b6bf-ea186b192453 Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "147f18c7e1e349fc8e383440249c4c73", "links": {"self": "http://172.30.9.21:5000/v3/roles/147f18c7e1e349fc8e383440249c4c73"}, "name": "reader"}, {"domain_id": null, "id": "730dcac60af740de8f4eb572d8499268", "links": {"self": "http://172.30.9.21:5000/v3/roles/730dcac60af740de8f4eb572d8499268"}, "name": "swiftoperator"}, {"domain_id": null, "id": "86fab6e3eccc4f5f9bd58caee92e2693", "links": {"self": "http://172.30.9.21:5000/v3/roles/86fab6e3eccc4f5f9bd58caee92e2693"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b2b3ff44e054497fa64f6525e0e6195b", "links": {"self": "http://172.30.9.21:5000/v3/roles/b2b3ff44e054497fa64f6525e0e6195b"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ed1e3c9b852e426e8d791112d2fd4701", "links": {"self": "http://172.30.9.21:5000/v3/roles/ed1e3c9b852e426e8d791112d2fd4701"}, "name": "member"}, {"domain_id": null, "id": "f5c89a4293d34be3af121f401210ef46", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5c89a4293d34be3af121f401210ef46"}, "name": "ResellerAdmin"}]} 2018-08-01 04:51:43,357 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-a98ae4f9-5f76-4c46-b6bf-ea186b192453 2018-08-01 04:51:43,357 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0977239608765s 2018-08-01 04:51:43,357 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-a98ae4f9-5f76-4c46-b6bf-ea186b192453 2018-08-01 04:51:43,362 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-01 04:51:43,366 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}f0ec4501b356554c3083431936062d4d2f89a8d7" 2018-08-01 04:51:43,473 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:51:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8db4dc42-648f-4b82-ba62-b1bc0085719d Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-01 04:51:43,473 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains/default used request id req-8db4dc42-648f-4b82-ba62-b1bc0085719d 2018-08-01 04:51:43,473 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.110983133316s 2018-08-01 04:51:43,474 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains/default used request id req-8db4dc42-648f-4b82-ba62-b1bc0085719d 2018-08-01 04:51:43,475 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-01 04:51:43,478 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}f0ec4501b356554c3083431936062d4d2f89a8d7" 2018-08-01 04:51:43,595 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:51:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-228efb6b-7517-4dfb-9030-a5170f207c28 Content-Encoding: gzip Content-Length: 844 Content-Type: application/json RESP BODY: {"users": [{"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/0f8a0650d1a846e88ba44704b50255c1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0f8a0650d1a846e88ba44704b50255c1", "email": "glance@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/130b7ea936644204a37124e676ddf428"}, "domain_id": "default", "enabled": true, "options": {}, "id": "130b7ea936644204a37124e676ddf428", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/1476f1d37caa49ec90baf29b9d92850d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1476f1d37caa49ec90baf29b9d92850d", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cloudify_ims-user_15409016-721b-4a2a-9e22-82d6011a7331", "links": {"self": "http://172.30.9.21:5000/v3/users/1f2b58cb35bb4b868fc668bc74a61a95"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "1f2b58cb35bb4b868fc668bc74a61a95", "domain_id": "default", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/386874e6c2464a43ba93f0248a95595b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "386874e6c2464a43ba93f0248a95595b", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/3cb1fd184ec34300aba849c010464d1a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3cb1fd184ec34300aba849c010464d1a", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/749556e27c83423fb69e649d00450103"}, "domain_id": "default", "enabled": true, "options": {}, "id": "749556e27c83423fb69e649d00450103", "email": "admin@example.com", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.21:5000/v3/users/b6122bbf2037491bb9db6c47618110d1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b6122bbf2037491bb9db6c47618110d1", "email": "swift@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/c09ff16c1a614c8bbc73ec74064357a4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c09ff16c1a614c8bbc73ec74064357a4", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/c1daa0d43666493abbd83fb1577cff74"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c1daa0d43666493abbd83fb1577cff74", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/d1cc4ab5045f48be8e12d229b3b59cac"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d1cc4ab5045f48be8e12d229b3b59cac", "email": "cinder@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.21:5000/v3/users/d32629a0e7364688b6a82d496d6e354d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d32629a0e7364688b6a82d496d6e354d", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/d5ee6c90793c4cbeb762d8c68db45d5c"}, "domain_id": "cc40371ace4f4c2e9452fa2c52c1368e", "enabled": true, "options": {}, "id": "d5ee6c90793c4cbeb762d8c68db45d5c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/d91fd39b379e480e825eb2aa75b847b7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d91fd39b379e480e825eb2aa75b847b7", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/ecd8a45bf2844011921c3e9caab06794"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ecd8a45bf2844011921c3e9caab06794", "email": "heat@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-08-01 04:51:43,595 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-228efb6b-7517-4dfb-9030-a5170f207c28 2018-08-01 04:51:43,595 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.12055683136s 2018-08-01 04:51:43,596 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-228efb6b-7517-4dfb-9030-a5170f207c28 2018-08-01 04:51:43,607 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-01 04:51:43,610 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21: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}f0ec4501b356554c3083431936062d4d2f89a8d7" 2018-08-01 04:51:43,709 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:51:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-38b364da-bd0e-4f74-b9bb-c842837f6d62 Content-Encoding: gzip Content-Length: 398 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/90aa95516c664aef94b667c55fdaffe9"}, "tags": [], "enabled": true, "id": "90aa95516c664aef94b667c55fdaffe9", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: cloudify_ims", "links": {"self": "http://172.30.9.21:5000/v3/projects/19cf24c496684793a45dd7b144704b9f"}, "tags": [], "enabled": true, "id": "19cf24c496684793a45dd7b144704b9f", "parent_id": "default", "domain_id": "default", "name": "cloudify_ims-project_15409016-721b-4a2a-9e22-82d6011a7331"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/89443fd7c5cf4259bed71fca1c3fe619"}, "tags": [], "enabled": true, "id": "89443fd7c5cf4259bed71fca1c3fe619", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-08-01 04:51:43,709 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?domain_id=default used request id req-38b364da-bd0e-4f74-b9bb-c842837f6d62 2018-08-01 04:51:43,710 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.102173805237s 2018-08-01 04:51:43,710 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?domain_id=default used request id req-38b364da-bd0e-4f74-b9bb-c842837f6d62 2018-08-01 04:51:43,718 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-01 04:51:43,721 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:5000/v3/role_assignments?user.id=1f2b58cb35bb4b868fc668bc74a61a95&role.id=ed1e3c9b852e426e8d791112d2fd4701&scope.project.id=19cf24c496684793a45dd7b144704b9f" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f0ec4501b356554c3083431936062d4d2f89a8d7" 2018-08-01 04:51:43,829 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:51:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1d0ff5d2-3127-42a2-9658-9619f820cf8e Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.21:5000/v3/role_assignments?user.id=1f2b58cb35bb4b868fc668bc74a61a95&role.id=ed1e3c9b852e426e8d791112d2fd4701&scope.project.id=19cf24c496684793a45dd7b144704b9f", "previous": null, "next": null}} 2018-08-01 04:51:43,829 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/role_assignments?user.id=1f2b58cb35bb4b868fc668bc74a61a95&role.id=ed1e3c9b852e426e8d791112d2fd4701&scope.project.id=19cf24c496684793a45dd7b144704b9f used request id req-1d0ff5d2-3127-42a2-9658-9619f820cf8e 2018-08-01 04:51:43,829 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.111387014389s 2018-08-01 04:51:43,829 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/role_assignments?user.id=1f2b58cb35bb4b868fc668bc74a61a95&role.id=ed1e3c9b852e426e8d791112d2fd4701&scope.project.id=19cf24c496684793a45dd7b144704b9f used request id req-1d0ff5d2-3127-42a2-9658-9619f820cf8e 2018-08-01 04:51:43,833 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-01 04:51:43,836 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:5000/v3/projects/19cf24c496684793a45dd7b144704b9f/users/1f2b58cb35bb4b868fc668bc74a61a95/roles/ed1e3c9b852e426e8d791112d2fd4701 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f0ec4501b356554c3083431936062d4d2f89a8d7" 2018-08-01 04:51:43,991 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 01 Aug 2018 04:51:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-22b286a8-c1a8-456f-aa83-85a3c06a5fe8 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-01 04:51:43,991 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/19cf24c496684793a45dd7b144704b9f/users/1f2b58cb35bb4b868fc668bc74a61a95/roles/ed1e3c9b852e426e8d791112d2fd4701 used request id req-22b286a8-c1a8-456f-aa83-85a3c06a5fe8 2018-08-01 04:51:43,991 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.158317804337s 2018-08-01 04:51:43,992 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/19cf24c496684793a45dd7b144704b9f/users/1f2b58cb35bb4b868fc668bc74a61a95/roles/ed1e3c9b852e426e8d791112d2fd4701 used request id req-22b286a8-c1a8-456f-aa83-85a3c06a5fe8 2018-08-01 04:51:43,992 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'cloudify_ims-project_15409016-721b-4a2a-9e22-82d6011a7331', 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'19cf24c496684793a45dd7b144704b9f', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': 'de39e45d-46d1-4218-b1cd-a904739eb904', 'username': u'cloudify_ims-user_15409016-721b-4a2a-9e22-82d6011a7331', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.21: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-01 04:51:43,994 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-01 04:51:43,994 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-01 04:51:43,994 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-01 04:51:43,994 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-01 04:51:43,994 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-01 04:51:43,994 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-01 04:51:43,995 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-01 04:51:43,995 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-01 04:51:43,995 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-01 04:51:43,995 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-01 04:51:43,995 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-01 04:51:43,995 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-01 04:51:43,995 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-01 04:51:43,995 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-01 04:51:43,996 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-01 04:51:43,996 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-01 04:51:43,996 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-01 04:51:43,996 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-01 04:51:43,996 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-01 04:51:43,996 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-01 04:51:43,996 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-01 04:51:43,996 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-01 04:51:43,998 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'cloudify_ims-user_15409016-721b-4a2a-9e22-82d6011a7331', 'password': 'de39e45d-46d1-4218-b1cd-a904739eb904', 'project_name': 'cloudify_ims-project_15409016-721b-4a2a-9e22-82d6011a7331', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.21:5000/v3', 'project_id': '19cf24c496684793a45dd7b144704b9f', 'project_domain_name': 'Default'} 2018-08-01 04:51:44,052 - 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-01 04:51:44,067 - xtesting.ci.run_tests - INFO - Running test case 'cloudify_ims'... 2018-08-01 04:51:44,068 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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-01 04:51:44,073 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:51:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-509d5ba7-0ce5-4c59-828c-80f3946ccfc8 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-01 04:51:44,073 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-509d5ba7-0ce5-4c59-828c-80f3946ccfc8 2018-08-01 04:51:44,073 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-08-01 04:51:44,489 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ed1e3c9b852e426e8d791112d2fd4701", "name": "member"}, {"id": "147f18c7e1e349fc8e383440249c4c73", "name": "reader"}], "expires_at": "2018-08-01T05:51:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "19cf24c496684793a45dd7b144704b9f", "name": "cloudify_ims-project_15409016-721b-4a2a-9e22-82d6011a7331"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:8004/v1/19cf24c496684793a45dd7b144704b9f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5af2a23f0d4746a18ce9987becf49813"}, {"url": "http://192.30.9.7:8004/v1/19cf24c496684793a45dd7b144704b9f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d6722b9f2184abb8e7b581d10709b51"}, {"url": "http://192.30.9.7:8004/v1/19cf24c496684793a45dd7b144704b9f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc81206c7ec74b63a868c84343e2355a"}], "type": "orchestration", "id": "032123c5c07d477ab419a77fddb5ca2b", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/19cf24c496684793a45dd7b144704b9f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00197bc0507d42718c9de1a1f3ff7fa9"}, {"url": "http://192.30.9.7:8776/v2/19cf24c496684793a45dd7b144704b9f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "186c94a5205743a68de2c02795dd12cf"}, {"url": "http://192.30.9.7:8776/v2/19cf24c496684793a45dd7b144704b9f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32c49f45893f4074a75a056facd63fc5"}], "type": "volumev2", "id": "09ef7c245fd9479f97ffee152dae0c8e", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27e89bb29a0d43ce83aefd4cae0f7bd7"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "295d31abf3f44d85b346281cd9c04740"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d685797f4b164aa48837a822ed32598b"}], "type": "alarming", "id": "0f8615b3651c41099fe76f0fa5b23dd1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f0c9b6089cd4f558ee73fabe48d842a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "551cf56b00bd4d038a8694d11700f2ef"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9ea08b0116c4412eaded9a074baa4211"}], "type": "image", "id": "17038717f3f0408e8c9d5af024ea0aab", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "17647a3a3a00479b9213e6f6cf7a30ea", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c2328ef964c4156917122cfb247f0c4"}, {"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33d0ce77838b4a0fbe56c50f7b1e4d71"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38b745fc1fe14a8691a6fb2553ade0e0"}], "type": "event", "id": "1d35633c710f4d9c88e1f50abe614b06", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/19cf24c496684793a45dd7b144704b9f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dcebb246e8d42fab040b053411c0957"}, {"url": "http://192.30.9.7:8776/v3/19cf24c496684793a45dd7b144704b9f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92f3de4ac4f44b9a95bdb5c3f0c34d51"}, {"url": "http://172.30.9.21:8776/v3/19cf24c496684793a45dd7b144704b9f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f92025e32c9344f587283e14c1506699"}], "type": "volumev3", "id": "27b85f80d71f464183ff256181f71b43", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0f1136276d75402689a9c377621253ce"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b943f44b606457c91b7d5098b199be0"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b47ac34c09dc4c05b1ca4c869d47eaeb"}], "type": "metric", "id": "5a0ae06ba8b741ffb51d39c9adb9451c", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10bc7f20cf92414cb6d088da882341c5"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "53c0109d8bd545ef83f6d70ce101d52d"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d3688eabec1484e8c6549a46b35b25f"}], "type": "cloudformation", "id": "64e449782da244a4b49ea375e297a3ea", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/19cf24c496684793a45dd7b144704b9f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8713e9b13a6e43c59e8aa6d6cd510b2b"}, {"url": "http://192.30.9.7:8776/v1/19cf24c496684793a45dd7b144704b9f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b073433cdd0f4518882ecf0e413ae4af"}, {"url": "http://172.30.9.21:8776/v1/19cf24c496684793a45dd7b144704b9f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fc41a1400c1945199a7f0758b5566e31"}], "type": "volume", "id": "6951fb022adb46feaa04f1020c483fd1", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "247e0a42582047fb8b1a74db1f38edf7"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37ed8998a3894a91b69a9e4f00e62b69"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b11d1b5d1d9043d88291c85c92eb73f4"}], "type": "placement", "id": "83e7ef9cff3b4731b936862816b9afd9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "432bfc9d0c4249dd9ccda5421e19b9e2"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f93c2c146b149cbb3483078f52c4bdf"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd4fdce564324509818028dc78641d8d"}], "type": "network", "id": "94871ebfcb5240ebb8b1c19b8739272c", "name": "neutron"}, {"endpoints": [{"url": "http://12.0.0.40:8080/v1/AUTH_19cf24c496684793a45dd7b144704b9f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2333bd642dd5455c8f03d343d974704d"}, {"url": "http://12.0.0.40:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c3a57c4832a74174a0c0889da1e1364b"}, {"url": "http://172.30.9.21:8080/v1/AUTH_19cf24c496684793a45dd7b144704b9f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f27db37221fb446f86228761531722fd"}], "type": "object-store", "id": "b008c8aea7694b57822ddc559b6dfc45", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "038ac873a08f40dab615db1106f36b91"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9c064a815b5c40c0bb0beee1dee18b58"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa33b6fd9ec24bfb9e27785b76bc205d"}], "type": "identity", "id": "de72ed0871ef4a7bab6d7ea0bbfa8d90", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c04b9806aca48e692c506107e0bd3a6"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "449f60307ac54b799d4527d2070f35db"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d69efddbf8af404a9b303b99cfb12f43"}], "type": "compute", "id": "eb2dd02d9ef54f67b42600e437ecb401", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "cloudify_ims-user_15409016-721b-4a2a-9e22-82d6011a7331", "id": "1f2b58cb35bb4b868fc668bc74a61a95"}, "audit_ids": ["NvQVjxoRRv6Pj3SElge1ew"], "issued_at": "2018-08-01T04:51:44.000000Z"}} 2018-08-01 04:51:44,492 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-01 04:51:44,492 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}e9fd6a778f13ea680d45a870917f3d39c6eccf93" -d '{"network": {"name": "cloudify_ims-net_15409016-721b-4a2a-9e22-82d6011a7331", "admin_state_up": true}}' 2018-08-01 04:51:45,034 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-6a615430-1384-494c-8130-87ead25ca68a Date: Wed, 01 Aug 2018 04:51:45 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"19cf24c496684793a45dd7b144704b9f","created_at":"2018-08-01T04:51:44Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-01T04:51:44Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"19cf24c496684793a45dd7b144704b9f","id":"caa94083-bb40-4231-bfe3-e21bc1a70356","name":"cloudify_ims-net_15409016-721b-4a2a-9e22-82d6011a7331"}} 2018-08-01 04:51:45,034 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-6a615430-1384-494c-8130-87ead25ca68a 2018-08-01 04:51:45,034 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.542371034622s 2018-08-01 04:51:45,034 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-6a615430-1384-494c-8130-87ead25ca68a 2018-08-01 04:51:45,035 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-08-01T04:51:44Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'id': u'caa94083-bb40-4231-bfe3-e21bc1a70356', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'cloudify_ims-net_15409016-721b-4a2a-9e22-82d6011a7331', u'admin_state_up': True, u'tenant_id': u'19cf24c496684793a45dd7b144704b9f', u'created_at': u'2018-08-01T04:51:44Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'19cf24c496684793a45dd7b144704b9f'}) 2018-08-01 04:51:45,035 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-01 04:51:45,036 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e9fd6a778f13ea680d45a870917f3d39c6eccf93" 2018-08-01 04:51:45,325 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1151 X-Openstack-Request-Id: req-5613223a-c257-46dd-a867-2eb41df1543e Date: Wed, 01 Aug 2018 04:51:45 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["e06facf3-a24e-40d5-a5ce-a0901a6e4875"],"updated_at":"2018-08-01T03:28:20Z","tenant_id":"89443fd7c5cf4259bed71fca1c3fe619","created_at":"2018-08-01T03:28:13Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"89443fd7c5cf4259bed71fca1c3fe619","id":"262fe7ec-b437-40b8-908b-6eb66c149655","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-01T04:51:44Z","tenant_id":"19cf24c496684793a45dd7b144704b9f","created_at":"2018-08-01T04:51:44Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":1,"admin_state_up":true,"shared":false,"project_id":"19cf24c496684793a45dd7b144704b9f","id":"caa94083-bb40-4231-bfe3-e21bc1a70356","name":"cloudify_ims-net_15409016-721b-4a2a-9e22-82d6011a7331"}]} 2018-08-01 04:51:45,326 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-5613223a-c257-46dd-a867-2eb41df1543e 2018-08-01 04:51:45,326 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.290188074112s 2018-08-01 04:51:45,326 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-5613223a-c257-46dd-a867-2eb41df1543e 2018-08-01 04:51:45,328 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-01 04:51:45,328 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}e9fd6a778f13ea680d45a870917f3d39c6eccf93" -d '{"subnet": {"name": "cloudify_ims-subnet_15409016-721b-4a2a-9e22-82d6011a7331", "enable_dhcp": true, "network_id": "caa94083-bb40-4231-bfe3-e21bc1a70356", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-01 04:51:46,392 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-55e0f677-5d67-4c68-9b08-3b68d06e8dea Date: Wed, 01 Aug 2018 04:51:46 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"caa94083-bb40-4231-bfe3-e21bc1a70356","tenant_id":"19cf24c496684793a45dd7b144704b9f","created_at":"2018-08-01T04:51:45Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-01T04:51: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":"19cf24c496684793a45dd7b144704b9f","id":"86f8bf75-f660-4341-864c-311876a7c5d3","subnetpool_id":null,"name":"cloudify_ims-subnet_15409016-721b-4a2a-9e22-82d6011a7331"}} 2018-08-01 04:51:46,392 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-55e0f677-5d67-4c68-9b08-3b68d06e8dea 2018-08-01 04:51:46,393 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 1.0648059845s 2018-08-01 04:51:46,393 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-55e0f677-5d67-4c68-9b08-3b68d06e8dea 2018-08-01 04:51:46,393 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-01T04:51: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'86f8bf75-f660-4341-864c-311876a7c5d3', u'subnetpool_id': None, u'service_types': [], u'name': u'cloudify_ims-subnet_15409016-721b-4a2a-9e22-82d6011a7331', u'enable_dhcp': True, u'network_id': u'caa94083-bb40-4231-bfe3-e21bc1a70356', u'tenant_id': u'19cf24c496684793a45dd7b144704b9f', u'created_at': u'2018-08-01T04:51: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'19cf24c496684793a45dd7b144704b9f'}) 2018-08-01 04:51:46,394 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-01 04:51:46,394 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}e9fd6a778f13ea680d45a870917f3d39c6eccf93" -d '{"router": {"external_gateway_info": {"network_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "name": "cloudify_ims-router_15409016-721b-4a2a-9e22-82d6011a7331", "admin_state_up": true}}' 2018-08-01 04:51:47,851 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 623 X-Openstack-Request-Id: req-2093f7d6-216a-4cf8-ba92-2b99700b1ee7 Date: Wed, 01 Aug 2018 04:51:47 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "e06facf3-a24e-40d5-a5ce-a0901a6e4875", "ip_address": "172.30.9.207"}]}, "description": "", "tags": [], "tenant_id": "19cf24c496684793a45dd7b144704b9f", "created_at": "2018-08-01T04:51:46Z", "admin_state_up": true, "updated_at": "2018-08-01T04:51:47Z", "revision_number": 2, "routes": [], "project_id": "19cf24c496684793a45dd7b144704b9f", "id": "ed610d86-3545-4270-b4b6-510ea078b2f7", "name": "cloudify_ims-router_15409016-721b-4a2a-9e22-82d6011a7331"}} 2018-08-01 04:51:47,851 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-2093f7d6-216a-4cf8-ba92-2b99700b1ee7 2018-08-01 04:51:47,852 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.45757102966s 2018-08-01 04:51:47,852 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-2093f7d6-216a-4cf8-ba92-2b99700b1ee7 2018-08-01 04:51:47,852 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'262fe7ec-b437-40b8-908b-6eb66c149655', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'e06facf3-a24e-40d5-a5ce-a0901a6e4875', u'ip_address': u'172.30.9.207'}]}, u'description': u'', u'tags': [], u'tenant_id': u'19cf24c496684793a45dd7b144704b9f', u'created_at': u'2018-08-01T04:51:46Z', u'admin_state_up': True, u'updated_at': u'2018-08-01T04:51:47Z', u'revision_number': 2, u'routes': [], u'project_id': u'19cf24c496684793a45dd7b144704b9f', u'id': u'ed610d86-3545-4270-b4b6-510ea078b2f7', u'name': u'cloudify_ims-router_15409016-721b-4a2a-9e22-82d6011a7331'}) 2018-08-01 04:51:47,853 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-01 04:51:47,854 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9696/v2.0/routers/ed610d86-3545-4270-b4b6-510ea078b2f7/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}e9fd6a778f13ea680d45a870917f3d39c6eccf93" -d '{"subnet_id": "86f8bf75-f660-4341-864c-311876a7c5d3"}' 2018-08-01 04:51:50,236 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-b6f5123e-849b-4080-9971-349e595d515a Date: Wed, 01 Aug 2018 04:51:50 GMT RESP BODY: {"network_id": "caa94083-bb40-4231-bfe3-e21bc1a70356", "tenant_id": "19cf24c496684793a45dd7b144704b9f", "subnet_id": "86f8bf75-f660-4341-864c-311876a7c5d3", "subnet_ids": ["86f8bf75-f660-4341-864c-311876a7c5d3"], "port_id": "0dad6958-a7db-4985-9ff7-36993d92c974", "id": "ed610d86-3545-4270-b4b6-510ea078b2f7"} 2018-08-01 04:51:50,237 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/ed610d86-3545-4270-b4b6-510ea078b2f7/add_router_interface.json used request id req-b6f5123e-849b-4080-9971-349e595d515a 2018-08-01 04:51:50,237 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.38371801376s 2018-08-01 04:51:50,237 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/ed610d86-3545-4270-b4b6-510ea078b2f7/add_router_interface.json used request id req-b6f5123e-849b-4080-9971-349e595d515a returning object ed610d86-3545-4270-b4b6-510ea078b2f7 2018-08-01 04:51:50,238 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cloudify-manager-premium-4.0.1.qcow2 2018-08-01 04:52:13,304 - shade - DEBUG - Image file /home/opnfv/functest/images/cloudify-manager-premium-4.0.1.qcow2 md5:d9fa9deb2e0906ab7da21bd97d305fa1 sha256:e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a 2018-08-01 04:52:13,306 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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-01 04:52:13,312 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 754 Date: Wed, 01 Aug 2018 04:52:13 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.6", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}]} 2018-08-01 04:52:13,317 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-01 04:52:13,321 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e9fd6a778f13ea680d45a870917f3d39c6eccf93" 2018-08-01 04:52:13,529 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-b1b64a95-8728-4c69-b404-0a9f199b9630 Date: Wed, 01 Aug 2018 04:52:13 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-01 04:52:13,530 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-b1b64a95-8728-4c69-b404-0a9f199b9630 2018-08-01 04:52:13,530 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.212697029114s 2018-08-01 04:52:13,530 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-b1b64a95-8728-4c69-b404-0a9f199b9630 2018-08-01 04:52:13,538 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-01 04:52:13,542 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}e9fd6a778f13ea680d45a870917f3d39c6eccf93" -d '{"owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "owner_specified.shade.object": "images/cloudify_ims-img_15409016-721b-4a2a-9e22-82d6011a7331", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "cloudify_ims-img_15409016-721b-4a2a-9e22-82d6011a7331"}' 2018-08-01 04:52:14,205 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 876 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/bd7f7a28-ed2e-4e60-8b87-636863b6a5b3 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-5a4556c6-90cd-44b5-928c-b4ccebd32ca9 Date: Wed, 01 Aug 2018 04:52:14 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/bd7f7a28-ed2e-4e60-8b87-636863b6a5b3/file", "owner": "19cf24c496684793a45dd7b144704b9f", "id": "bd7f7a28-ed2e-4e60-8b87-636863b6a5b3", "size": null, "self": "/v2/images/bd7f7a28-ed2e-4e60-8b87-636863b6a5b3", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "updated_at": "2018-08-01T04:52:14Z", "visibility": "private", "owner_specified.shade.object": "images/cloudify_ims-img_15409016-721b-4a2a-9e22-82d6011a7331", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "cloudify_ims-img_15409016-721b-4a2a-9e22-82d6011a7331", "checksum": null, "created_at": "2018-08-01T04:52:14Z", "protected": false} 2018-08-01 04:52:14,205 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-5a4556c6-90cd-44b5-928c-b4ccebd32ca9 2018-08-01 04:52:14,205 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.666590213776s 2018-08-01 04:52:14,205 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-5a4556c6-90cd-44b5-928c-b4ccebd32ca9 returning object bd7f7a28-ed2e-4e60-8b87-636863b6a5b3 2018-08-01 04:52:14,206 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-01 04:52:14,210 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9292/v2/images/bd7f7a28-ed2e-4e60-8b87-636863b6a5b3/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}e9fd6a778f13ea680d45a870917f3d39c6eccf93" -d '' 2018-08-01 04:53:08,600 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-fe6e1e58-7452-465d-9c15-473124ee0534 Date: Wed, 01 Aug 2018 04:53:08 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 04:53:08,600 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/bd7f7a28-ed2e-4e60-8b87-636863b6a5b3/file used request id req-fe6e1e58-7452-465d-9c15-473124ee0534 2018-08-01 04:53:08,601 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 54.3943469524s 2018-08-01 04:53:08,601 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/bd7f7a28-ed2e-4e60-8b87-636863b6a5b3/file used request id req-fe6e1e58-7452-465d-9c15-473124ee0534 2018-08-01 04:53:08,601 - functest.core.singlevm - DEBUG - image: Munch({u'status': u'queued', u'owner_specified.shade.object': u'images/cloudify_ims-img_15409016-721b-4a2a-9e22-82d6011a7331', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2018-08-01T04:52:14Z', u'owner_specified.shade.sha256': u'e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a', u'locations': [], u'min_disk': 0, u'visibility': u'private', u'file': u'/v2/images/bd7f7a28-ed2e-4e60-8b87-636863b6a5b3/file', u'owner': u'19cf24c496684793a45dd7b144704b9f', u'virtual_size': None, u'owner_specified.shade.md5': u'd9fa9deb2e0906ab7da21bd97d305fa1', u'id': u'bd7f7a28-ed2e-4e60-8b87-636863b6a5b3', u'size': None, u'name': u'cloudify_ims-img_15409016-721b-4a2a-9e22-82d6011a7331', u'checksum': None, u'self': u'/v2/images/bd7f7a28-ed2e-4e60-8b87-636863b6a5b3', u'disk_format': u'qcow2', u'protected': False, u'created_at': u'2018-08-01T04:52:14Z', u'schema': u'/v2/schemas/image'}) 2018-08-01 04:53:08,602 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-01 04:53:08,605 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}f0ec4501b356554c3083431936062d4d2f89a8d7" -d '{"flavor": {"vcpus": 2, "ram": 4096, "name": "cloudify_ims-flavor_15409016-721b-4a2a-9e22-82d6011a7331", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 40, "id": null, "swap": 0}}' 2018-08-01 04:53:08,831 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:53: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-a4da71e1-ac21-4d80-8b0c-c83157e9846d x-compute-request-id: req-a4da71e1-ac21-4d80-8b0c-c83157e9846d Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"flavor": {"name": "cloudify_ims-flavor_15409016-721b-4a2a-9e22-82d6011a7331", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/b71ce95a-ac88-4f79-9e9f-fe5e1bfbc42f", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/b71ce95a-ac88-4f79-9e9f-fe5e1bfbc42f", "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": "b71ce95a-ac88-4f79-9e9f-fe5e1bfbc42f"}} 2018-08-01 04:53:08,832 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-a4da71e1-ac21-4d80-8b0c-c83157e9846d 2018-08-01 04:53:08,832 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.229589939117s 2018-08-01 04:53:08,832 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-a4da71e1-ac21-4d80-8b0c-c83157e9846d 2018-08-01 04:53:08,833 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'cloudify_ims-flavor_15409016-721b-4a2a-9e22-82d6011a7331', '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'90aa95516c664aef94b667c55fdaffe9', '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'b71ce95a-ac88-4f79-9e9f-fe5e1bfbc42f', 'swap': 0}) 2018-08-01 04:53:08,834 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-01 04:53:08,836 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/flavors/b71ce95a-ac88-4f79-9e9f-fe5e1bfbc42f/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}f0ec4501b356554c3083431936062d4d2f89a8d7" -d '{"extra_specs": {}}' 2018-08-01 04:53:08,856 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:53: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-2f67db6b-a592-4c1a-89e7-6b5f9f2920d5 x-compute-request-id: req-2f67db6b-a592-4c1a-89e7-6b5f9f2920d5 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-01 04:53:08,857 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors/b71ce95a-ac88-4f79-9e9f-fe5e1bfbc42f/os-extra_specs used request id req-2f67db6b-a592-4c1a-89e7-6b5f9f2920d5 2018-08-01 04:53:08,857 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0229570865631s 2018-08-01 04:53:08,857 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors/b71ce95a-ac88-4f79-9e9f-fe5e1bfbc42f/os-extra_specs used request id req-2f67db6b-a592-4c1a-89e7-6b5f9f2920d5 2018-08-01 04:53:08,858 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-08-01 04:53:08,860 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}e9fd6a778f13ea680d45a870917f3d39c6eccf93" -d '{"keypair": {"name": "cloudify_ims-kp_15409016-721b-4a2a-9e22-82d6011a7331"}}' 2018-08-01 04:53:09,331 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:53: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-b0f930ab-75b1-4e4c-8f2d-1d625307a9a1 x-compute-request-id: req-b0f930ab-75b1-4e4c-8f2d-1d625307a9a1 Content-Encoding: gzip Content-Length: 1808 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDdZBBgSWqewtjUZjKagqZ1nsxwkEMdmuT7n1WTuNPTC2/XcmGxhsWcUx7ALmdKq5gyRUDgu7N0XMkSJDK6uGFaNfESUsAxu7bO/qSvcFctYwVRJ+8IvNS2TVqqr/7Xg9RUyAX5iha8ATvN02hHaEAzWFANK5ItlAnP5ix58ktvELQ3EnRseYs4Zf1B4zonQE/UCnCnbxWwMdcxjgrg0eiYD+58GCXCXo5/HWKMSBo9PPbR82TpgmLwg6BVstKVOkgH8/pmNzfm7bUL65/sK5fFj6ihTDyn7rIFYps6QFnWp+4IsZLgiQc16qcgR1QqW6aPJKFxtfgyIXJBmPYqr+p3 Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEA3WQQYElqnsLY1GYymoKmdZ7McJBDHZrk+59Vk7jT0wtv13Jh\nsYbFnFMewC5nSquYMkVA4LuzdFzJEiQyurhhWjXxElLAMbu2zv6kr3BXLWMFUSfv\nCLzUtk1aqq/+14PUVMgF+YoWvAE7zdNoR2hAM1hQDSuSLZQJz+YsefJLbxC0NxJ0\nbHmLOGX9QeM6J0BP1Apwp28VsDHXMY4K4NHomA/ufBglwl6Ofx1ijEgaPTz20fNk\n6YJi8IOgVbLSlTpIB/P6Zjc35u21C+uf7CuXxY+ooUw8p+6yBWKbOkBZ1qfuCLGS\n4IkHNeqnIEdUKlumjyShcbX4MiFyQZj2Kq/qdwIDAQABAoIBAB+Juat9yeqD50+a\nn2rTYdMvpAAFDQqSnjwaHp7Enaha4LvYV4JqqIv0a1UFR0Gj4DKJGwzosE/LR/mF\nnpRq37NyK71ofGiZTRl/vQYhAso8aO1+utaLz+GIc3oNSEh7Rywssm0x9rshkdto\nWlqRx1OJKR43LsO/awZqy7szgPt5KbvdsjlXUZk0QzvNjtarkTr7mepBnMK0Feba\nLPS3tUfyUIi96Jxk48g7Ymyy+GjVd9HPdDAPsZYyt5PCC/bYqxRcGWeJvQNYReSH\nKM5DZVTJSHbUY/TszeRBrV+BdAAMF4Zas2SRlUCI9O2DWM0zUc6yhnv5fvIrm3Sd\n6v2JqwECgYEA/bSpgJIQYptJZBDdv/cnVAJpFeIDfbUffVOD8e6jLAW5VEIHC7xJ\n60a3nHfndBV5M39WQwoeUoSA9uCpr4f4M/0enDtruNkKhQSTSwE6HGMEy4uvlVYl\nzz/cXrrZhVz2reuQOx/+AhyCyheymSGfsktEw4Ooaex159BJ/tIFSWcCgYEA32SX\ngq/PvcSn/lE/GRy6OGdTIEJctCkdhajzZflLMwnnXuoKe8w8jq3H+hEokha2XR40\njLeUR4piXdFYHcM0bL9k5Po6lwuMgQ/7LKAGOSGl68dicfo8oj+5FaMwxRQfmmzr\nHIsZxvXq5Pj/m6ZYY6XP7jRAJjEy9GPjtQDK3HECgYEAk5LH2dKcl07udLde1W/F\nP5ebWrA6CaAWbgbrRAnkfhHiSIGTqZ7ffGyJFwmj5yEqe+sA2UQEeUk73t61tTWp\nCUydxpDFyyLsfI05xDI1hBeQzXk2K+6NVa022R9ksa9uiaHxJoModD/zT+xS5cHq\nK4Kev/9QMjTqLGo68G9nxdcCgYEA3aJSg5FkfXVn6vS2snaC90Tj/yR4DzKfnKVz\n3t9H0Xpo+A0hm5OVHUWjGyH863vnMFmwb1APqC7Oyx/Q2a57C82UD22HxaXqn324\niJy3r+UHVfa6YDSSBbNNMP94en8tn6uiU+5aA8CmbMfx6X5PQYYX1tA2OO4lDL0y\nBLmlirECgYEA6pyMeiCXX1WvqWaBLaQJF0hlKFB6LlJQQC1bFOFj64woDem0ANCO\n5OywqDiYGOFhTfSNu5J7h0pAqT9oat1mN9rOzJ928HgjqRonaTsAjUvqnKbJSpm+\nfDk3fkChDyPsJfFHD46K2y3SXt5cAlf90eGwFuwZSidw9GaRHcgJJkk=\n-----END RSA PRIVATE KEY-----\n", "user_id": "1f2b58cb35bb4b868fc668bc74a61a95", "name": "cloudify_ims-kp_15409016-721b-4a2a-9e22-82d6011a7331", "fingerprint": "b4:7d:36:52:9a:57:e3:28:ae:ad:98:4f:1c:e9:90:a2"}} 2018-08-01 04:53:09,331 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/os-keypairs used request id req-b0f930ab-75b1-4e4c-8f2d-1d625307a9a1 2018-08-01 04:53:09,331 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.473590135574s 2018-08-01 04:53:09,332 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/os-keypairs used request id req-b0f930ab-75b1-4e4c-8f2d-1d625307a9a1 2018-08-01 04:53:09,332 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDdZBBgSWqewtjUZjKagqZ1nsxwkEMdmuT7n1WTuNPTC2/XcmGxhsWcUx7ALmdKq5gyRUDgu7N0XMkSJDK6uGFaNfESUsAxu7bO/qSvcFctYwVRJ+8IvNS2TVqqr/7Xg9RUyAX5iha8ATvN02hHaEAzWFANK5ItlAnP5ix58ktvELQ3EnRseYs4Zf1B4zonQE/UCnCnbxWwMdcxjgrg0eiYD+58GCXCXo5/HWKMSBo9PPbR82TpgmLwg6BVstKVOkgH8/pmNzfm7bUL65/sK5fFj6ihTDyn7rIFYps6QFnWp+4IsZLgiQc16qcgR1QqW6aPJKFxtfgyIXJBmPYqr+p3 Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEA3WQQYElqnsLY1GYymoKmdZ7McJBDHZrk+59Vk7jT0wtv13Jh\nsYbFnFMewC5nSquYMkVA4LuzdFzJEiQyurhhWjXxElLAMbu2zv6kr3BXLWMFUSfv\nCLzUtk1aqq/+14PUVMgF+YoWvAE7zdNoR2hAM1hQDSuSLZQJz+YsefJLbxC0NxJ0\nbHmLOGX9QeM6J0BP1Apwp28VsDHXMY4K4NHomA/ufBglwl6Ofx1ijEgaPTz20fNk\n6YJi8IOgVbLSlTpIB/P6Zjc35u21C+uf7CuXxY+ooUw8p+6yBWKbOkBZ1qfuCLGS\n4IkHNeqnIEdUKlumjyShcbX4MiFyQZj2Kq/qdwIDAQABAoIBAB+Juat9yeqD50+a\nn2rTYdMvpAAFDQqSnjwaHp7Enaha4LvYV4JqqIv0a1UFR0Gj4DKJGwzosE/LR/mF\nnpRq37NyK71ofGiZTRl/vQYhAso8aO1+utaLz+GIc3oNSEh7Rywssm0x9rshkdto\nWlqRx1OJKR43LsO/awZqy7szgPt5KbvdsjlXUZk0QzvNjtarkTr7mepBnMK0Feba\nLPS3tUfyUIi96Jxk48g7Ymyy+GjVd9HPdDAPsZYyt5PCC/bYqxRcGWeJvQNYReSH\nKM5DZVTJSHbUY/TszeRBrV+BdAAMF4Zas2SRlUCI9O2DWM0zUc6yhnv5fvIrm3Sd\n6v2JqwECgYEA/bSpgJIQYptJZBDdv/cnVAJpFeIDfbUffVOD8e6jLAW5VEIHC7xJ\n60a3nHfndBV5M39WQwoeUoSA9uCpr4f4M/0enDtruNkKhQSTSwE6HGMEy4uvlVYl\nzz/cXrrZhVz2reuQOx/+AhyCyheymSGfsktEw4Ooaex159BJ/tIFSWcCgYEA32SX\ngq/PvcSn/lE/GRy6OGdTIEJctCkdhajzZflLMwnnXuoKe8w8jq3H+hEokha2XR40\njLeUR4piXdFYHcM0bL9k5Po6lwuMgQ/7LKAGOSGl68dicfo8oj+5FaMwxRQfmmzr\nHIsZxvXq5Pj/m6ZYY6XP7jRAJjEy9GPjtQDK3HECgYEAk5LH2dKcl07udLde1W/F\nP5ebWrA6CaAWbgbrRAnkfhHiSIGTqZ7ffGyJFwmj5yEqe+sA2UQEeUk73t61tTWp\nCUydxpDFyyLsfI05xDI1hBeQzXk2K+6NVa022R9ksa9uiaHxJoModD/zT+xS5cHq\nK4Kev/9QMjTqLGo68G9nxdcCgYEA3aJSg5FkfXVn6vS2snaC90Tj/yR4DzKfnKVz\n3t9H0Xpo+A0hm5OVHUWjGyH863vnMFmwb1APqC7Oyx/Q2a57C82UD22HxaXqn324\niJy3r+UHVfa6YDSSBbNNMP94en8tn6uiU+5aA8CmbMfx6X5PQYYX1tA2OO4lDL0y\nBLmlirECgYEA6pyMeiCXX1WvqWaBLaQJF0hlKFB6LlJQQC1bFOFj64woDem0ANCO\n5OywqDiYGOFhTfSNu5J7h0pAqT9oat1mN9rOzJ928HgjqRonaTsAjUvqnKbJSpm+\nfDk3fkChDyPsJfFHD46K2y3SXt5cAlf90eGwFuwZSidw9GaRHcgJJkk=\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'1f2b58cb35bb4b868fc668bc74a61a95', 'name': u'cloudify_ims-kp_15409016-721b-4a2a-9e22-82d6011a7331', 'created_at': '2018-08-01T04:53:09.332794', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'19cf24c496684793a45dd7b144704b9f', 'name': 'cloudify_ims-project_15409016-721b-4a2a-9e22-82d6011a7331', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'b4:7d:36:52:9a:57:e3:28:ae:ad:98:4f:1c:e9:90:a2', 'type': 'ssh', 'id': u'cloudify_ims-kp_15409016-721b-4a2a-9e22-82d6011a7331'}) 2018-08-01 04:53:09,333 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEpQIBAAKCAQEA3WQQYElqnsLY1GYymoKmdZ7McJBDHZrk+59Vk7jT0wtv13Jh sYbFnFMewC5nSquYMkVA4LuzdFzJEiQyurhhWjXxElLAMbu2zv6kr3BXLWMFUSfv CLzUtk1aqq/+14PUVMgF+YoWvAE7zdNoR2hAM1hQDSuSLZQJz+YsefJLbxC0NxJ0 bHmLOGX9QeM6J0BP1Apwp28VsDHXMY4K4NHomA/ufBglwl6Ofx1ijEgaPTz20fNk 6YJi8IOgVbLSlTpIB/P6Zjc35u21C+uf7CuXxY+ooUw8p+6yBWKbOkBZ1qfuCLGS 4IkHNeqnIEdUKlumjyShcbX4MiFyQZj2Kq/qdwIDAQABAoIBAB+Juat9yeqD50+a n2rTYdMvpAAFDQqSnjwaHp7Enaha4LvYV4JqqIv0a1UFR0Gj4DKJGwzosE/LR/mF npRq37NyK71ofGiZTRl/vQYhAso8aO1+utaLz+GIc3oNSEh7Rywssm0x9rshkdto WlqRx1OJKR43LsO/awZqy7szgPt5KbvdsjlXUZk0QzvNjtarkTr7mepBnMK0Feba LPS3tUfyUIi96Jxk48g7Ymyy+GjVd9HPdDAPsZYyt5PCC/bYqxRcGWeJvQNYReSH KM5DZVTJSHbUY/TszeRBrV+BdAAMF4Zas2SRlUCI9O2DWM0zUc6yhnv5fvIrm3Sd 6v2JqwECgYEA/bSpgJIQYptJZBDdv/cnVAJpFeIDfbUffVOD8e6jLAW5VEIHC7xJ 60a3nHfndBV5M39WQwoeUoSA9uCpr4f4M/0enDtruNkKhQSTSwE6HGMEy4uvlVYl zz/cXrrZhVz2reuQOx/+AhyCyheymSGfsktEw4Ooaex159BJ/tIFSWcCgYEA32SX gq/PvcSn/lE/GRy6OGdTIEJctCkdhajzZflLMwnnXuoKe8w8jq3H+hEokha2XR40 jLeUR4piXdFYHcM0bL9k5Po6lwuMgQ/7LKAGOSGl68dicfo8oj+5FaMwxRQfmmzr HIsZxvXq5Pj/m6ZYY6XP7jRAJjEy9GPjtQDK3HECgYEAk5LH2dKcl07udLde1W/F P5ebWrA6CaAWbgbrRAnkfhHiSIGTqZ7ffGyJFwmj5yEqe+sA2UQEeUk73t61tTWp CUydxpDFyyLsfI05xDI1hBeQzXk2K+6NVa022R9ksa9uiaHxJoModD/zT+xS5cHq K4Kev/9QMjTqLGo68G9nxdcCgYEA3aJSg5FkfXVn6vS2snaC90Tj/yR4DzKfnKVz 3t9H0Xpo+A0hm5OVHUWjGyH863vnMFmwb1APqC7Oyx/Q2a57C82UD22HxaXqn324 iJy3r+UHVfa6YDSSBbNNMP94en8tn6uiU+5aA8CmbMfx6X5PQYYX1tA2OO4lDL0y BLmlirECgYEA6pyMeiCXX1WvqWaBLaQJF0hlKFB6LlJQQC1bFOFj64woDem0ANCO 5OywqDiYGOFhTfSNu5J7h0pAqT9oat1mN9rOzJ928HgjqRonaTsAjUvqnKbJSpm+ fDk3fkChDyPsJfFHD46K2y3SXt5cAlf90eGwFuwZSidw9GaRHcgJJkk= -----END RSA PRIVATE KEY----- 2018-08-01 04:53:09,336 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-groups 2018-08-01 04:53:09,337 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}e9fd6a778f13ea680d45a870917f3d39c6eccf93" -d '{"security_group": {"name": "cloudify_ims-sg_15409016-721b-4a2a-9e22-82d6011a7331", "description": "created by OPNFV Functest (cloudify_ims)"}}' 2018-08-01 04:53:09,755 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1424 X-Openstack-Request-Id: req-66c0bc7d-e620-42c2-8b83-4973b2af3f61 Date: Wed, 01 Aug 2018 04:53:09 GMT RESP BODY: {"security_group": {"description": "created by OPNFV Functest (cloudify_ims)", "tags": [], "tenant_id": "19cf24c496684793a45dd7b144704b9f", "created_at": "2018-08-01T04:53:09Z", "updated_at": "2018-08-01T04:53:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-01T04:53:09Z", "revision_number": 0, "id": "34d75ea1-0cf6-4320-ad9a-4fcca6af1408", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-01T04:53:09Z", "security_group_id": "0d3c7a94-da84-46ef-a063-d9587894b4da", "tenant_id": "19cf24c496684793a45dd7b144704b9f", "port_range_min": null, "ethertype": "IPv6", "project_id": "19cf24c496684793a45dd7b144704b9f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-01T04:53:09Z", "revision_number": 0, "id": "46d3e32c-a345-44b8-b41f-3edc940b15d7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-01T04:53:09Z", "security_group_id": "0d3c7a94-da84-46ef-a063-d9587894b4da", "tenant_id": "19cf24c496684793a45dd7b144704b9f", "port_range_min": null, "ethertype": "IPv4", "project_id": "19cf24c496684793a45dd7b144704b9f"}], "revision_number": 1, "project_id": "19cf24c496684793a45dd7b144704b9f", "id": "0d3c7a94-da84-46ef-a063-d9587894b4da", "name": "cloudify_ims-sg_15409016-721b-4a2a-9e22-82d6011a7331"}} 2018-08-01 04:53:09,755 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-66c0bc7d-e620-42c2-8b83-4973b2af3f61 2018-08-01 04:53:09,755 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-groups in 0.419159889221s 2018-08-01 04:53:09,756 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-66c0bc7d-e620-42c2-8b83-4973b2af3f61 2018-08-01 04:53:09,760 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-01 04:53:09,760 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}e9fd6a778f13ea680d45a870917f3d39c6eccf93" 2018-08-01 04:53:09,999 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3840 X-Openstack-Request-Id: req-aea106b2-fdaf-454e-ad39-cc9dd05ef890 Date: Wed, 01 Aug 2018 04:53:09 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (cloudify_ims)", "tags": [], "tenant_id": "19cf24c496684793a45dd7b144704b9f", "created_at": "2018-08-01T04:53:09Z", "updated_at": "2018-08-01T04:53:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-01T04:53:09Z", "revision_number": 0, "id": "34d75ea1-0cf6-4320-ad9a-4fcca6af1408", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-01T04:53:09Z", "security_group_id": "0d3c7a94-da84-46ef-a063-d9587894b4da", "tenant_id": "19cf24c496684793a45dd7b144704b9f", "port_range_min": null, "ethertype": "IPv6", "project_id": "19cf24c496684793a45dd7b144704b9f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-01T04:53:09Z", "revision_number": 0, "id": "46d3e32c-a345-44b8-b41f-3edc940b15d7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-01T04:53:09Z", "security_group_id": "0d3c7a94-da84-46ef-a063-d9587894b4da", "tenant_id": "19cf24c496684793a45dd7b144704b9f", "port_range_min": null, "ethertype": "IPv4", "project_id": "19cf24c496684793a45dd7b144704b9f"}], "revision_number": 1, "project_id": "19cf24c496684793a45dd7b144704b9f", "id": "0d3c7a94-da84-46ef-a063-d9587894b4da", "name": "cloudify_ims-sg_15409016-721b-4a2a-9e22-82d6011a7331"}, {"description": "Default security group", "tags": [], "tenant_id": "19cf24c496684793a45dd7b144704b9f", "created_at": "2018-08-01T04:51:44Z", "updated_at": "2018-08-01T04:51:44Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-01T04:51:44Z", "revision_number": 0, "id": "33fa2f90-548b-4d5f-b7bf-eee41d18a022", "remote_group_id": "138c54b5-40ee-4843-a9ad-b10253150dda", "remote_ip_prefix": null, "created_at": "2018-08-01T04:51:44Z", "security_group_id": "138c54b5-40ee-4843-a9ad-b10253150dda", "tenant_id": "19cf24c496684793a45dd7b144704b9f", "port_range_min": null, "ethertype": "IPv6", "project_id": "19cf24c496684793a45dd7b144704b9f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-01T04:51:44Z", "revision_number": 0, "id": "716934d7-5c85-4f9f-8993-715df82a60f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-01T04:51:44Z", "security_group_id": "138c54b5-40ee-4843-a9ad-b10253150dda", "tenant_id": "19cf24c496684793a45dd7b144704b9f", "port_range_min": null, "ethertype": "IPv4", "project_id": "19cf24c496684793a45dd7b144704b9f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-01T04:51:44Z", "revision_number": 0, "id": "d5b71d6f-ed73-48ec-b0c1-9d0633f1c1aa", "remote_group_id": "138c54b5-40ee-4843-a9ad-b10253150dda", "remote_ip_prefix": null, "created_at": "2018-08-01T04:51:44Z", "security_group_id": "138c54b5-40ee-4843-a9ad-b10253150dda", "tenant_id": "19cf24c496684793a45dd7b144704b9f", "port_range_min": null, "ethertype": "IPv4", "project_id": "19cf24c496684793a45dd7b144704b9f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-01T04:51:44Z", "revision_number": 0, "id": "e356ef24-567c-4e3f-9f3a-1ad1b744521d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-01T04:51:44Z", "security_group_id": "138c54b5-40ee-4843-a9ad-b10253150dda", "tenant_id": "19cf24c496684793a45dd7b144704b9f", "port_range_min": null, "ethertype": "IPv6", "project_id": "19cf24c496684793a45dd7b144704b9f"}], "revision_number": 1, "project_id": "19cf24c496684793a45dd7b144704b9f", "id": "138c54b5-40ee-4843-a9ad-b10253150dda", "name": "default"}]} 2018-08-01 04:53:09,999 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-aea106b2-fdaf-454e-ad39-cc9dd05ef890 2018-08-01 04:53:10,000 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.239390134811s 2018-08-01 04:53:10,000 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-aea106b2-fdaf-454e-ad39-cc9dd05ef890 2018-08-01 04:53:10,005 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-01 04:53:10,006 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}e9fd6a778f13ea680d45a870917f3d39c6eccf93" -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": "0d3c7a94-da84-46ef-a063-d9587894b4da"}}' 2018-08-01 04:53:10,401 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-bef83a1c-2114-4028-8db2-09ae4977c073 Date: Wed, 01 Aug 2018 04:53: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-01T04:53:10Z", "security_group_id": "0d3c7a94-da84-46ef-a063-d9587894b4da", "port_range_min": 22, "revision_number": 0, "tenant_id": "19cf24c496684793a45dd7b144704b9f", "created_at": "2018-08-01T04:53:10Z", "project_id": "19cf24c496684793a45dd7b144704b9f", "id": "802e3d58-712a-43e1-b989-63d8e2b61cb3"}} 2018-08-01 04:53:10,401 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules.json used request id req-bef83a1c-2114-4028-8db2-09ae4977c073 2018-08-01 04:53:10,402 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.395914077759s 2018-08-01 04:53:10,402 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules.json used request id req-bef83a1c-2114-4028-8db2-09ae4977c073 2018-08-01 04:53:10,405 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-01 04:53:10,406 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}e9fd6a778f13ea680d45a870917f3d39c6eccf93" 2018-08-01 04:53:10,655 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4336 X-Openstack-Request-Id: req-89f2b60a-17d0-41db-97d1-8531dd8e0225 Date: Wed, 01 Aug 2018 04:53:10 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (cloudify_ims)", "tags": [], "tenant_id": "19cf24c496684793a45dd7b144704b9f", "created_at": "2018-08-01T04:53:09Z", "updated_at": "2018-08-01T04:53:10Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-01T04:53:09Z", "revision_number": 0, "id": "34d75ea1-0cf6-4320-ad9a-4fcca6af1408", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-01T04:53:09Z", "security_group_id": "0d3c7a94-da84-46ef-a063-d9587894b4da", "tenant_id": "19cf24c496684793a45dd7b144704b9f", "port_range_min": null, "ethertype": "IPv6", "project_id": "19cf24c496684793a45dd7b144704b9f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-01T04:53:09Z", "revision_number": 0, "id": "46d3e32c-a345-44b8-b41f-3edc940b15d7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-01T04:53:09Z", "security_group_id": "0d3c7a94-da84-46ef-a063-d9587894b4da", "tenant_id": "19cf24c496684793a45dd7b144704b9f", "port_range_min": null, "ethertype": "IPv4", "project_id": "19cf24c496684793a45dd7b144704b9f"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-01T04:53:10Z", "revision_number": 0, "id": "802e3d58-712a-43e1-b989-63d8e2b61cb3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-01T04:53:10Z", "security_group_id": "0d3c7a94-da84-46ef-a063-d9587894b4da", "tenant_id": "19cf24c496684793a45dd7b144704b9f", "port_range_min": 22, "ethertype": "IPv4", "project_id": "19cf24c496684793a45dd7b144704b9f"}], "revision_number": 2, "project_id": "19cf24c496684793a45dd7b144704b9f", "id": "0d3c7a94-da84-46ef-a063-d9587894b4da", "name": "cloudify_ims-sg_15409016-721b-4a2a-9e22-82d6011a7331"}, {"description": "Default security group", "tags": [], "tenant_id": "19cf24c496684793a45dd7b144704b9f", "created_at": "2018-08-01T04:51:44Z", "updated_at": "2018-08-01T04:51:44Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-01T04:51:44Z", "revision_number": 0, "id": "33fa2f90-548b-4d5f-b7bf-eee41d18a022", "remote_group_id": "138c54b5-40ee-4843-a9ad-b10253150dda", "remote_ip_prefix": null, "created_at": "2018-08-01T04:51:44Z", "security_group_id": "138c54b5-40ee-4843-a9ad-b10253150dda", "tenant_id": "19cf24c496684793a45dd7b144704b9f", "port_range_min": null, "ethertype": "IPv6", "project_id": "19cf24c496684793a45dd7b144704b9f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-01T04:51:44Z", "revision_number": 0, "id": "716934d7-5c85-4f9f-8993-715df82a60f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-01T04:51:44Z", "security_group_id": "138c54b5-40ee-4843-a9ad-b10253150dda", "tenant_id": "19cf24c496684793a45dd7b144704b9f", "port_range_min": null, "ethertype": "IPv4", "project_id": "19cf24c496684793a45dd7b144704b9f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-01T04:51:44Z", "revision_number": 0, "id": "d5b71d6f-ed73-48ec-b0c1-9d0633f1c1aa", "remote_group_id": "138c54b5-40ee-4843-a9ad-b10253150dda", "remote_ip_prefix": null, "created_at": "2018-08-01T04:51:44Z", "security_group_id": "138c54b5-40ee-4843-a9ad-b10253150dda", "tenant_id": "19cf24c496684793a45dd7b144704b9f", "port_range_min": null, "ethertype": "IPv4", "project_id": "19cf24c496684793a45dd7b144704b9f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-01T04:51:44Z", "revision_number": 0, "id": "e356ef24-567c-4e3f-9f3a-1ad1b744521d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-01T04:51:44Z", "security_group_id": "138c54b5-40ee-4843-a9ad-b10253150dda", "tenant_id": "19cf24c496684793a45dd7b144704b9f", "port_range_min": null, "ethertype": "IPv6", "project_id": "19cf24c496684793a45dd7b144704b9f"}], "revision_number": 1, "project_id": "19cf24c496684793a45dd7b144704b9f", "id": "138c54b5-40ee-4843-a9ad-b10253150dda", "name": "default"}]} 2018-08-01 04:53:10,655 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-89f2b60a-17d0-41db-97d1-8531dd8e0225 2018-08-01 04:53:10,655 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.249651908875s 2018-08-01 04:53:10,655 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-89f2b60a-17d0-41db-97d1-8531dd8e0225 2018-08-01 04:53:10,659 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-01 04:53:10,659 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}e9fd6a778f13ea680d45a870917f3d39c6eccf93" -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": "0d3c7a94-da84-46ef-a063-d9587894b4da"}}' 2018-08-01 04:53:10,820 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-04f8091f-f7cb-407b-8372-8a07c0538b30 Date: Wed, 01 Aug 2018 04:53:10 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-01T04:53:10Z", "security_group_id": "0d3c7a94-da84-46ef-a063-d9587894b4da", "port_range_min": null, "revision_number": 0, "tenant_id": "19cf24c496684793a45dd7b144704b9f", "created_at": "2018-08-01T04:53:10Z", "project_id": "19cf24c496684793a45dd7b144704b9f", "id": "ede43ab5-7cc1-4b31-82f6-8eb7c8fb5856"}} 2018-08-01 04:53:10,820 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules.json used request id req-04f8091f-f7cb-407b-8372-8a07c0538b30 2018-08-01 04:53:10,820 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.161545991898s 2018-08-01 04:53:10,821 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules.json used request id req-04f8091f-f7cb-407b-8372-8a07c0538b30 2018-08-01 04:53:10,824 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-01 04:53:10,824 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}e9fd6a778f13ea680d45a870917f3d39c6eccf93" 2018-08-01 04:53:11,071 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4837 X-Openstack-Request-Id: req-a37634b2-5a47-48be-b2f2-b3ac8cbae77c Date: Wed, 01 Aug 2018 04:53:11 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (cloudify_ims)", "tags": [], "tenant_id": "19cf24c496684793a45dd7b144704b9f", "created_at": "2018-08-01T04:53:09Z", "updated_at": "2018-08-01T04:53:10Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-01T04:53:09Z", "revision_number": 0, "id": "34d75ea1-0cf6-4320-ad9a-4fcca6af1408", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-01T04:53:09Z", "security_group_id": "0d3c7a94-da84-46ef-a063-d9587894b4da", "tenant_id": "19cf24c496684793a45dd7b144704b9f", "port_range_min": null, "ethertype": "IPv6", "project_id": "19cf24c496684793a45dd7b144704b9f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-01T04:53:09Z", "revision_number": 0, "id": "46d3e32c-a345-44b8-b41f-3edc940b15d7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-01T04:53:09Z", "security_group_id": "0d3c7a94-da84-46ef-a063-d9587894b4da", "tenant_id": "19cf24c496684793a45dd7b144704b9f", "port_range_min": null, "ethertype": "IPv4", "project_id": "19cf24c496684793a45dd7b144704b9f"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-01T04:53:10Z", "revision_number": 0, "id": "802e3d58-712a-43e1-b989-63d8e2b61cb3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-01T04:53:10Z", "security_group_id": "0d3c7a94-da84-46ef-a063-d9587894b4da", "tenant_id": "19cf24c496684793a45dd7b144704b9f", "port_range_min": 22, "ethertype": "IPv4", "project_id": "19cf24c496684793a45dd7b144704b9f"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-01T04:53:10Z", "revision_number": 0, "id": "ede43ab5-7cc1-4b31-82f6-8eb7c8fb5856", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-01T04:53:10Z", "security_group_id": "0d3c7a94-da84-46ef-a063-d9587894b4da", "tenant_id": "19cf24c496684793a45dd7b144704b9f", "port_range_min": null, "ethertype": "IPv4", "project_id": "19cf24c496684793a45dd7b144704b9f"}], "revision_number": 3, "project_id": "19cf24c496684793a45dd7b144704b9f", "id": "0d3c7a94-da84-46ef-a063-d9587894b4da", "name": "cloudify_ims-sg_15409016-721b-4a2a-9e22-82d6011a7331"}, {"description": "Default security group", "tags": [], "tenant_id": "19cf24c496684793a45dd7b144704b9f", "created_at": "2018-08-01T04:51:44Z", "updated_at": "2018-08-01T04:51:44Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-01T04:51:44Z", "revision_number": 0, "id": "33fa2f90-548b-4d5f-b7bf-eee41d18a022", "remote_group_id": "138c54b5-40ee-4843-a9ad-b10253150dda", "remote_ip_prefix": null, "created_at": "2018-08-01T04:51:44Z", "security_group_id": "138c54b5-40ee-4843-a9ad-b10253150dda", "tenant_id": "19cf24c496684793a45dd7b144704b9f", "port_range_min": null, "ethertype": "IPv6", "project_id": "19cf24c496684793a45dd7b144704b9f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-01T04:51:44Z", "revision_number": 0, "id": "716934d7-5c85-4f9f-8993-715df82a60f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-01T04:51:44Z", "security_group_id": "138c54b5-40ee-4843-a9ad-b10253150dda", "tenant_id": "19cf24c496684793a45dd7b144704b9f", "port_range_min": null, "ethertype": "IPv4", "project_id": "19cf24c496684793a45dd7b144704b9f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-01T04:51:44Z", "revision_number": 0, "id": "d5b71d6f-ed73-48ec-b0c1-9d0633f1c1aa", "remote_group_id": "138c54b5-40ee-4843-a9ad-b10253150dda", "remote_ip_prefix": null, "created_at": "2018-08-01T04:51:44Z", "security_group_id": "138c54b5-40ee-4843-a9ad-b10253150dda", "tenant_id": "19cf24c496684793a45dd7b144704b9f", "port_range_min": null, "ethertype": "IPv4", "project_id": "19cf24c496684793a45dd7b144704b9f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-01T04:51:44Z", "revision_number": 0, "id": "e356ef24-567c-4e3f-9f3a-1ad1b744521d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-01T04:51:44Z", "security_group_id": "138c54b5-40ee-4843-a9ad-b10253150dda", "tenant_id": "19cf24c496684793a45dd7b144704b9f", "port_range_min": null, "ethertype": "IPv6", "project_id": "19cf24c496684793a45dd7b144704b9f"}], "revision_number": 1, "project_id": "19cf24c496684793a45dd7b144704b9f", "id": "138c54b5-40ee-4843-a9ad-b10253150dda", "name": "default"}]} 2018-08-01 04:53:11,071 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-a37634b2-5a47-48be-b2f2-b3ac8cbae77c 2018-08-01 04:53:11,071 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.247166872025s 2018-08-01 04:53:11,072 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-a37634b2-5a47-48be-b2f2-b3ac8cbae77c 2018-08-01 04:53:11,075 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-01 04:53:11,076 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}e9fd6a778f13ea680d45a870917f3d39c6eccf93" -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": "0d3c7a94-da84-46ef-a063-d9587894b4da"}}' 2018-08-01 04:53:11,459 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-afa8db7b-0484-4c08-a483-d5d76e6d6e23 Date: Wed, 01 Aug 2018 04:53:11 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-01T04:53:11Z", "security_group_id": "0d3c7a94-da84-46ef-a063-d9587894b4da", "port_range_min": 80, "revision_number": 0, "tenant_id": "19cf24c496684793a45dd7b144704b9f", "created_at": "2018-08-01T04:53:11Z", "project_id": "19cf24c496684793a45dd7b144704b9f", "id": "56a5e093-a470-4ec0-80d3-c366ed30fd10"}} 2018-08-01 04:53:11,459 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules.json used request id req-afa8db7b-0484-4c08-a483-d5d76e6d6e23 2018-08-01 04:53:11,459 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.384174108505s 2018-08-01 04:53:11,460 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules.json used request id req-afa8db7b-0484-4c08-a483-d5d76e6d6e23 2018-08-01 04:53:11,463 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-01 04:53:11,464 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}e9fd6a778f13ea680d45a870917f3d39c6eccf93" 2018-08-01 04:53:11,700 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5333 X-Openstack-Request-Id: req-dbcc99dc-dc8f-4a68-8bc8-181a79b10e77 Date: Wed, 01 Aug 2018 04:53:11 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (cloudify_ims)", "tags": [], "tenant_id": "19cf24c496684793a45dd7b144704b9f", "created_at": "2018-08-01T04:53:09Z", "updated_at": "2018-08-01T04:53:11Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-01T04:53:09Z", "revision_number": 0, "id": "34d75ea1-0cf6-4320-ad9a-4fcca6af1408", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-01T04:53:09Z", "security_group_id": "0d3c7a94-da84-46ef-a063-d9587894b4da", "tenant_id": "19cf24c496684793a45dd7b144704b9f", "port_range_min": null, "ethertype": "IPv6", "project_id": "19cf24c496684793a45dd7b144704b9f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-01T04:53:09Z", "revision_number": 0, "id": "46d3e32c-a345-44b8-b41f-3edc940b15d7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-01T04:53:09Z", "security_group_id": "0d3c7a94-da84-46ef-a063-d9587894b4da", "tenant_id": "19cf24c496684793a45dd7b144704b9f", "port_range_min": null, "ethertype": "IPv4", "project_id": "19cf24c496684793a45dd7b144704b9f"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-08-01T04:53:11Z", "revision_number": 0, "id": "56a5e093-a470-4ec0-80d3-c366ed30fd10", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-01T04:53:11Z", "security_group_id": "0d3c7a94-da84-46ef-a063-d9587894b4da", "tenant_id": "19cf24c496684793a45dd7b144704b9f", "port_range_min": 80, "ethertype": "IPv4", "project_id": "19cf24c496684793a45dd7b144704b9f"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-01T04:53:10Z", "revision_number": 0, "id": "802e3d58-712a-43e1-b989-63d8e2b61cb3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-01T04:53:10Z", "security_group_id": "0d3c7a94-da84-46ef-a063-d9587894b4da", "tenant_id": "19cf24c496684793a45dd7b144704b9f", "port_range_min": 22, "ethertype": "IPv4", "project_id": "19cf24c496684793a45dd7b144704b9f"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-01T04:53:10Z", "revision_number": 0, "id": "ede43ab5-7cc1-4b31-82f6-8eb7c8fb5856", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-01T04:53:10Z", "security_group_id": "0d3c7a94-da84-46ef-a063-d9587894b4da", "tenant_id": "19cf24c496684793a45dd7b144704b9f", "port_range_min": null, "ethertype": "IPv4", "project_id": "19cf24c496684793a45dd7b144704b9f"}], "revision_number": 4, "project_id": "19cf24c496684793a45dd7b144704b9f", "id": "0d3c7a94-da84-46ef-a063-d9587894b4da", "name": "cloudify_ims-sg_15409016-721b-4a2a-9e22-82d6011a7331"}, {"description": "Default security group", "tags": [], "tenant_id": "19cf24c496684793a45dd7b144704b9f", "created_at": "2018-08-01T04:51:44Z", "updated_at": "2018-08-01T04:51:44Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-01T04:51:44Z", "revision_number": 0, "id": "33fa2f90-548b-4d5f-b7bf-eee41d18a022", "remote_group_id": "138c54b5-40ee-4843-a9ad-b10253150dda", "remote_ip_prefix": null, "created_at": "2018-08-01T04:51:44Z", "security_group_id": "138c54b5-40ee-4843-a9ad-b10253150dda", "tenant_id": "19cf24c496684793a45dd7b144704b9f", "port_range_min": null, "ethertype": "IPv6", "project_id": "19cf24c496684793a45dd7b144704b9f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-01T04:51:44Z", "revision_number": 0, "id": "716934d7-5c85-4f9f-8993-715df82a60f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-01T04:51:44Z", "security_group_id": "138c54b5-40ee-4843-a9ad-b10253150dda", "tenant_id": "19cf24c496684793a45dd7b144704b9f", "port_range_min": null, "ethertype": "IPv4", "project_id": "19cf24c496684793a45dd7b144704b9f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-01T04:51:44Z", "revision_number": 0, "id": "d5b71d6f-ed73-48ec-b0c1-9d0633f1c1aa", "remote_group_id": "138c54b5-40ee-4843-a9ad-b10253150dda", "remote_ip_prefix": null, "created_at": "2018-08-01T04:51:44Z", "security_group_id": "138c54b5-40ee-4843-a9ad-b10253150dda", "tenant_id": "19cf24c496684793a45dd7b144704b9f", "port_range_min": null, "ethertype": "IPv4", "project_id": "19cf24c496684793a45dd7b144704b9f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-01T04:51:44Z", "revision_number": 0, "id": "e356ef24-567c-4e3f-9f3a-1ad1b744521d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-01T04:51:44Z", "security_group_id": "138c54b5-40ee-4843-a9ad-b10253150dda", "tenant_id": "19cf24c496684793a45dd7b144704b9f", "port_range_min": null, "ethertype": "IPv6", "project_id": "19cf24c496684793a45dd7b144704b9f"}], "revision_number": 1, "project_id": "19cf24c496684793a45dd7b144704b9f", "id": "138c54b5-40ee-4843-a9ad-b10253150dda", "name": "default"}]} 2018-08-01 04:53:11,701 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-dbcc99dc-dc8f-4a68-8bc8-181a79b10e77 2018-08-01 04:53:11,701 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.237343788147s 2018-08-01 04:53:11,701 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-dbcc99dc-dc8f-4a68-8bc8-181a79b10e77 2018-08-01 04:53:11,705 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-01 04:53:11,705 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}e9fd6a778f13ea680d45a870917f3d39c6eccf93" -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": "0d3c7a94-da84-46ef-a063-d9587894b4da"}}' 2018-08-01 04:53:12,143 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 509 X-Openstack-Request-Id: req-f6aa0523-a1f0-41f9-a013-769b4271bb57 Date: Wed, 01 Aug 2018 04:53:12 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-01T04:53:12Z", "security_group_id": "0d3c7a94-da84-46ef-a063-d9587894b4da", "port_range_min": 443, "revision_number": 0, "tenant_id": "19cf24c496684793a45dd7b144704b9f", "created_at": "2018-08-01T04:53:12Z", "project_id": "19cf24c496684793a45dd7b144704b9f", "id": "155a763f-c35b-4077-9180-bff9e8d98224"}} 2018-08-01 04:53:12,144 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules.json used request id req-f6aa0523-a1f0-41f9-a013-769b4271bb57 2018-08-01 04:53:12,144 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.439040899277s 2018-08-01 04:53:12,144 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules.json used request id req-f6aa0523-a1f0-41f9-a013-769b4271bb57 2018-08-01 04:53:12,148 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-01 04:53:12,149 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}e9fd6a778f13ea680d45a870917f3d39c6eccf93" 2018-08-01 04:53:12,396 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5831 X-Openstack-Request-Id: req-13330289-8d46-41a5-99e2-d8bf10646818 Date: Wed, 01 Aug 2018 04:53:12 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (cloudify_ims)", "tags": [], "tenant_id": "19cf24c496684793a45dd7b144704b9f", "created_at": "2018-08-01T04:53:09Z", "updated_at": "2018-08-01T04:53:12Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 443, "updated_at": "2018-08-01T04:53:12Z", "revision_number": 0, "id": "155a763f-c35b-4077-9180-bff9e8d98224", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-01T04:53:12Z", "security_group_id": "0d3c7a94-da84-46ef-a063-d9587894b4da", "tenant_id": "19cf24c496684793a45dd7b144704b9f", "port_range_min": 443, "ethertype": "IPv4", "project_id": "19cf24c496684793a45dd7b144704b9f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-01T04:53:09Z", "revision_number": 0, "id": "34d75ea1-0cf6-4320-ad9a-4fcca6af1408", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-01T04:53:09Z", "security_group_id": "0d3c7a94-da84-46ef-a063-d9587894b4da", "tenant_id": "19cf24c496684793a45dd7b144704b9f", "port_range_min": null, "ethertype": "IPv6", "project_id": "19cf24c496684793a45dd7b144704b9f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-01T04:53:09Z", "revision_number": 0, "id": "46d3e32c-a345-44b8-b41f-3edc940b15d7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-01T04:53:09Z", "security_group_id": "0d3c7a94-da84-46ef-a063-d9587894b4da", "tenant_id": "19cf24c496684793a45dd7b144704b9f", "port_range_min": null, "ethertype": "IPv4", "project_id": "19cf24c496684793a45dd7b144704b9f"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-08-01T04:53:11Z", "revision_number": 0, "id": "56a5e093-a470-4ec0-80d3-c366ed30fd10", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-01T04:53:11Z", "security_group_id": "0d3c7a94-da84-46ef-a063-d9587894b4da", "tenant_id": "19cf24c496684793a45dd7b144704b9f", "port_range_min": 80, "ethertype": "IPv4", "project_id": "19cf24c496684793a45dd7b144704b9f"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-01T04:53:10Z", "revision_number": 0, "id": "802e3d58-712a-43e1-b989-63d8e2b61cb3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-01T04:53:10Z", "security_group_id": "0d3c7a94-da84-46ef-a063-d9587894b4da", "tenant_id": "19cf24c496684793a45dd7b144704b9f", "port_range_min": 22, "ethertype": "IPv4", "project_id": "19cf24c496684793a45dd7b144704b9f"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-01T04:53:10Z", "revision_number": 0, "id": "ede43ab5-7cc1-4b31-82f6-8eb7c8fb5856", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-01T04:53:10Z", "security_group_id": "0d3c7a94-da84-46ef-a063-d9587894b4da", "tenant_id": "19cf24c496684793a45dd7b144704b9f", "port_range_min": null, "ethertype": "IPv4", "project_id": "19cf24c496684793a45dd7b144704b9f"}], "revision_number": 5, "project_id": "19cf24c496684793a45dd7b144704b9f", "id": "0d3c7a94-da84-46ef-a063-d9587894b4da", "name": "cloudify_ims-sg_15409016-721b-4a2a-9e22-82d6011a7331"}, {"description": "Default security group", "tags": [], "tenant_id": "19cf24c496684793a45dd7b144704b9f", "created_at": "2018-08-01T04:51:44Z", "updated_at": "2018-08-01T04:51:44Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-01T04:51:44Z", "revision_number": 0, "id": "33fa2f90-548b-4d5f-b7bf-eee41d18a022", "remote_group_id": "138c54b5-40ee-4843-a9ad-b10253150dda", "remote_ip_prefix": null, "created_at": "2018-08-01T04:51:44Z", "security_group_id": "138c54b5-40ee-4843-a9ad-b10253150dda", "tenant_id": "19cf24c496684793a45dd7b144704b9f", "port_range_min": null, "ethertype": "IPv6", "project_id": "19cf24c496684793a45dd7b144704b9f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-01T04:51:44Z", "revision_number": 0, "id": "716934d7-5c85-4f9f-8993-715df82a60f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-01T04:51:44Z", "security_group_id": "138c54b5-40ee-4843-a9ad-b10253150dda", "tenant_id": "19cf24c496684793a45dd7b144704b9f", "port_range_min": null, "ethertype": "IPv4", "project_id": "19cf24c496684793a45dd7b144704b9f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-01T04:51:44Z", "revision_number": 0, "id": "d5b71d6f-ed73-48ec-b0c1-9d0633f1c1aa", "remote_group_id": "138c54b5-40ee-4843-a9ad-b10253150dda", "remote_ip_prefix": null, "created_at": "2018-08-01T04:51:44Z", "security_group_id": "138c54b5-40ee-4843-a9ad-b10253150dda", "tenant_id": "19cf24c496684793a45dd7b144704b9f", "port_range_min": null, "ethertype": "IPv4", "project_id": "19cf24c496684793a45dd7b144704b9f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-01T04:51:44Z", "revision_number": 0, "id": "e356ef24-567c-4e3f-9f3a-1ad1b744521d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-01T04:51:44Z", "security_group_id": "138c54b5-40ee-4843-a9ad-b10253150dda", "tenant_id": "19cf24c496684793a45dd7b144704b9f", "port_range_min": null, "ethertype": "IPv6", "project_id": "19cf24c496684793a45dd7b144704b9f"}], "revision_number": 1, "project_id": "19cf24c496684793a45dd7b144704b9f", "id": "138c54b5-40ee-4843-a9ad-b10253150dda", "name": "default"}]} 2018-08-01 04:53:12,396 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-13330289-8d46-41a5-99e2-d8bf10646818 2018-08-01 04:53:12,397 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.248110055923s 2018-08-01 04:53:12,397 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-13330289-8d46-41a5-99e2-d8bf10646818 2018-08-01 04:53:12,401 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-01 04:53:12,401 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}e9fd6a778f13ea680d45a870917f3d39c6eccf93" -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": "0d3c7a94-da84-46ef-a063-d9587894b4da"}}' 2018-08-01 04:53:12,605 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 511 X-Openstack-Request-Id: req-c97edae9-6709-4abc-8f19-938a50520e56 Date: Wed, 01 Aug 2018 04:53:12 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-01T04:53:12Z", "security_group_id": "0d3c7a94-da84-46ef-a063-d9587894b4da", "port_range_min": 5671, "revision_number": 0, "tenant_id": "19cf24c496684793a45dd7b144704b9f", "created_at": "2018-08-01T04:53:12Z", "project_id": "19cf24c496684793a45dd7b144704b9f", "id": "ef9ea7b7-f004-4bfe-afb9-922634695dbc"}} 2018-08-01 04:53:12,605 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules.json used request id req-c97edae9-6709-4abc-8f19-938a50520e56 2018-08-01 04:53:12,605 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.204170942307s 2018-08-01 04:53:12,605 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules.json used request id req-c97edae9-6709-4abc-8f19-938a50520e56 2018-08-01 04:53:12,609 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-01 04:53:12,609 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}e9fd6a778f13ea680d45a870917f3d39c6eccf93" 2018-08-01 04:53:12,833 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 6331 X-Openstack-Request-Id: req-5ee8b9bb-bcd9-4962-8988-9cd1785bfbda Date: Wed, 01 Aug 2018 04:53:12 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (cloudify_ims)", "tags": [], "tenant_id": "19cf24c496684793a45dd7b144704b9f", "created_at": "2018-08-01T04:53:09Z", "updated_at": "2018-08-01T04:53:12Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 443, "updated_at": "2018-08-01T04:53:12Z", "revision_number": 0, "id": "155a763f-c35b-4077-9180-bff9e8d98224", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-01T04:53:12Z", "security_group_id": "0d3c7a94-da84-46ef-a063-d9587894b4da", "tenant_id": "19cf24c496684793a45dd7b144704b9f", "port_range_min": 443, "ethertype": "IPv4", "project_id": "19cf24c496684793a45dd7b144704b9f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-01T04:53:09Z", "revision_number": 0, "id": "34d75ea1-0cf6-4320-ad9a-4fcca6af1408", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-01T04:53:09Z", "security_group_id": "0d3c7a94-da84-46ef-a063-d9587894b4da", "tenant_id": "19cf24c496684793a45dd7b144704b9f", "port_range_min": null, "ethertype": "IPv6", "project_id": "19cf24c496684793a45dd7b144704b9f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-01T04:53:09Z", "revision_number": 0, "id": "46d3e32c-a345-44b8-b41f-3edc940b15d7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-01T04:53:09Z", "security_group_id": "0d3c7a94-da84-46ef-a063-d9587894b4da", "tenant_id": "19cf24c496684793a45dd7b144704b9f", "port_range_min": null, "ethertype": "IPv4", "project_id": "19cf24c496684793a45dd7b144704b9f"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-08-01T04:53:11Z", "revision_number": 0, "id": "56a5e093-a470-4ec0-80d3-c366ed30fd10", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-01T04:53:11Z", "security_group_id": "0d3c7a94-da84-46ef-a063-d9587894b4da", "tenant_id": "19cf24c496684793a45dd7b144704b9f", "port_range_min": 80, "ethertype": "IPv4", "project_id": "19cf24c496684793a45dd7b144704b9f"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-01T04:53:10Z", "revision_number": 0, "id": "802e3d58-712a-43e1-b989-63d8e2b61cb3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-01T04:53:10Z", "security_group_id": "0d3c7a94-da84-46ef-a063-d9587894b4da", "tenant_id": "19cf24c496684793a45dd7b144704b9f", "port_range_min": 22, "ethertype": "IPv4", "project_id": "19cf24c496684793a45dd7b144704b9f"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-01T04:53:10Z", "revision_number": 0, "id": "ede43ab5-7cc1-4b31-82f6-8eb7c8fb5856", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-01T04:53:10Z", "security_group_id": "0d3c7a94-da84-46ef-a063-d9587894b4da", "tenant_id": "19cf24c496684793a45dd7b144704b9f", "port_range_min": null, "ethertype": "IPv4", "project_id": "19cf24c496684793a45dd7b144704b9f"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 5671, "updated_at": "2018-08-01T04:53:12Z", "revision_number": 0, "id": "ef9ea7b7-f004-4bfe-afb9-922634695dbc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-01T04:53:12Z", "security_group_id": "0d3c7a94-da84-46ef-a063-d9587894b4da", "tenant_id": "19cf24c496684793a45dd7b144704b9f", "port_range_min": 5671, "ethertype": "IPv4", "project_id": "19cf24c496684793a45dd7b144704b9f"}], "revision_number": 6, "project_id": "19cf24c496684793a45dd7b144704b9f", "id": "0d3c7a94-da84-46ef-a063-d9587894b4da", "name": "cloudify_ims-sg_15409016-721b-4a2a-9e22-82d6011a7331"}, {"description": "Default security group", "tags": [], "tenant_id": "19cf24c496684793a45dd7b144704b9f", "created_at": "2018-08-01T04:51:44Z", "updated_at": "2018-08-01T04:51:44Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-01T04:51:44Z", "revision_number": 0, "id": "33fa2f90-548b-4d5f-b7bf-eee41d18a022", "remote_group_id": "138c54b5-40ee-4843-a9ad-b10253150dda", "remote_ip_prefix": null, "created_at": "2018-08-01T04:51:44Z", "security_group_id": "138c54b5-40ee-4843-a9ad-b10253150dda", "tenant_id": "19cf24c496684793a45dd7b144704b9f", "port_range_min": null, "ethertype": "IPv6", "project_id": "19cf24c496684793a45dd7b144704b9f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-01T04:51:44Z", "revision_number": 0, "id": "716934d7-5c85-4f9f-8993-715df82a60f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-01T04:51:44Z", "security_group_id": "138c54b5-40ee-4843-a9ad-b10253150dda", "tenant_id": "19cf24c496684793a45dd7b144704b9f", "port_range_min": null, "ethertype": "IPv4", "project_id": "19cf24c496684793a45dd7b144704b9f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-01T04:51:44Z", "revision_number": 0, "id": "d5b71d6f-ed73-48ec-b0c1-9d0633f1c1aa", "remote_group_id": "138c54b5-40ee-4843-a9ad-b10253150dda", "remote_ip_prefix": null, "created_at": "2018-08-01T04:51:44Z", "security_group_id": "138c54b5-40ee-4843-a9ad-b10253150dda", "tenant_id": "19cf24c496684793a45dd7b144704b9f", "port_range_min": null, "ethertype": "IPv4", "project_id": "19cf24c496684793a45dd7b144704b9f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-01T04:51:44Z", "revision_number": 0, "id": "e356ef24-567c-4e3f-9f3a-1ad1b744521d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-01T04:51:44Z", "security_group_id": "138c54b5-40ee-4843-a9ad-b10253150dda", "tenant_id": "19cf24c496684793a45dd7b144704b9f", "port_range_min": null, "ethertype": "IPv6", "project_id": "19cf24c496684793a45dd7b144704b9f"}], "revision_number": 1, "project_id": "19cf24c496684793a45dd7b144704b9f", "id": "138c54b5-40ee-4843-a9ad-b10253150dda", "name": "default"}]} 2018-08-01 04:53:12,833 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-5ee8b9bb-bcd9-4962-8988-9cd1785bfbda 2018-08-01 04:53:12,833 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.22426700592s 2018-08-01 04:53:12,834 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-5ee8b9bb-bcd9-4962-8988-9cd1785bfbda 2018-08-01 04:53:12,837 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-01 04:53:12,837 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}e9fd6a778f13ea680d45a870917f3d39c6eccf93" -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": "0d3c7a94-da84-46ef-a063-d9587894b4da"}}' 2018-08-01 04:53:13,197 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 513 X-Openstack-Request-Id: req-2aa4bf4a-2acb-4fc3-91ec-89de8d9a5402 Date: Wed, 01 Aug 2018 04:53:13 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 53333, "updated_at": "2018-08-01T04:53:13Z", "security_group_id": "0d3c7a94-da84-46ef-a063-d9587894b4da", "port_range_min": 53333, "revision_number": 0, "tenant_id": "19cf24c496684793a45dd7b144704b9f", "created_at": "2018-08-01T04:53:13Z", "project_id": "19cf24c496684793a45dd7b144704b9f", "id": "77fab697-500e-41da-bea3-23de5f0ea92d"}} 2018-08-01 04:53:13,197 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules.json used request id req-2aa4bf4a-2acb-4fc3-91ec-89de8d9a5402 2018-08-01 04:53:13,197 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.360473155975s 2018-08-01 04:53:13,197 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules.json used request id req-2aa4bf4a-2acb-4fc3-91ec-89de8d9a5402 2018-08-01 04:53:13,199 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-01 04:53:13,199 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e9fd6a778f13ea680d45a870917f3d39c6eccf93" 2018-08-01 04:53:13,499 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1195 X-Openstack-Request-Id: req-52c9051b-6794-4a7f-84fa-e6d9b04f2ce6 Date: Wed, 01 Aug 2018 04:53:13 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["e06facf3-a24e-40d5-a5ce-a0901a6e4875"],"updated_at":"2018-08-01T03:28:20Z","tenant_id":"89443fd7c5cf4259bed71fca1c3fe619","created_at":"2018-08-01T03:28:13Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"89443fd7c5cf4259bed71fca1c3fe619","id":"262fe7ec-b437-40b8-908b-6eb66c149655","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["86f8bf75-f660-4341-864c-311876a7c5d3"],"updated_at":"2018-08-01T04:51:45Z","tenant_id":"19cf24c496684793a45dd7b144704b9f","created_at":"2018-08-01T04:51:44Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"19cf24c496684793a45dd7b144704b9f","id":"caa94083-bb40-4231-bfe3-e21bc1a70356","name":"cloudify_ims-net_15409016-721b-4a2a-9e22-82d6011a7331"}]} 2018-08-01 04:53:13,499 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-52c9051b-6794-4a7f-84fa-e6d9b04f2ce6 2018-08-01 04:53:13,499 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.300587892532s 2018-08-01 04:53:13,500 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-52c9051b-6794-4a7f-84fa-e6d9b04f2ce6 2018-08-01 04:53:13,505 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-01 04:53:13,508 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e9fd6a778f13ea680d45a870917f3d39c6eccf93" 2018-08-01 04:53:13,712 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1208 Content-Type: application/json X-Openstack-Request-Id: req-22c674fd-512a-42d0-be65-26ebf3e1ae32 Date: Wed, 01 Aug 2018 04:53:13 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://1c426f71-e315-470f-a765-a4a983e8d919/images/bd7f7a28-ed2e-4e60-8b87-636863b6a5b3/snap", "metadata": {}}], "file": "/v2/images/bd7f7a28-ed2e-4e60-8b87-636863b6a5b3/file", "owner": "19cf24c496684793a45dd7b144704b9f", "id": "bd7f7a28-ed2e-4e60-8b87-636863b6a5b3", "size": 4373348352, "self": "/v2/images/bd7f7a28-ed2e-4e60-8b87-636863b6a5b3", "disk_format": "qcow2", "direct_url": "rbd://1c426f71-e315-470f-a765-a4a983e8d919/images/bd7f7a28-ed2e-4e60-8b87-636863b6a5b3/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "updated_at": "2018-08-01T04:53:08Z", "visibility": "private", "owner_specified.shade.object": "images/cloudify_ims-img_15409016-721b-4a2a-9e22-82d6011a7331", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "cloudify_ims-img_15409016-721b-4a2a-9e22-82d6011a7331", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "created_at": "2018-08-01T04:52:14Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-01 04:53:13,713 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-22c674fd-512a-42d0-be65-26ebf3e1ae32 2018-08-01 04:53:13,713 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.207887887955s 2018-08-01 04:53:13,713 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-22c674fd-512a-42d0-be65-26ebf3e1ae32 2018-08-01 04:53:13,715 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-01 04:53:13,717 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21: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}e9fd6a778f13ea680d45a870917f3d39c6eccf93" 2018-08-01 04:53:13,743 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:53:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5e727328-a00b-4457-a605-c5534856b9d7 x-compute-request-id: req-5e727328-a00b-4457-a605-c5534856b9d7 Content-Encoding: gzip Content-Length: 477 Content-Type: application/json RESP BODY: {"flavors": [{"name": "shaker-flavor_ada014ec-51b2-4b16-abc8-039585ddedf9", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/80cad012-10a6-4ee0-be06-4098e5231e52", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/80cad012-10a6-4ee0-be06-4098e5231e52", "rel": "bookmark"}], "ram": 512, "OS-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": "80cad012-10a6-4ee0-be06-4098e5231e52"}, {"name": "cloudify_ims-flavor_15409016-721b-4a2a-9e22-82d6011a7331", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/b71ce95a-ac88-4f79-9e9f-fe5e1bfbc42f", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/b71ce95a-ac88-4f79-9e9f-fe5e1bfbc42f", "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": "b71ce95a-ac88-4f79-9e9f-fe5e1bfbc42f"}, {"name": "vmtp-flavor_455f0502-39b9-4683-ab46-623f9d25bfec", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/e80222cd-7913-499f-adff-4da7988d266d", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/e80222cd-7913-499f-adff-4da7988d266d", "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": "e80222cd-7913-499f-adff-4da7988d266d"}]} 2018-08-01 04:53:13,743 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-5e727328-a00b-4457-a605-c5534856b9d7 2018-08-01 04:53:13,744 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0283691883087s 2018-08-01 04:53:13,744 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-5e727328-a00b-4457-a605-c5534856b9d7 2018-08-01 04:53:13,746 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-08-01 04:53:13,749 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}e9fd6a778f13ea680d45a870917f3d39c6eccf93" -d '{"server": {"name": "cloudify_ims-vm_15409016-721b-4a2a-9e22-82d6011a7331", "imageRef": "bd7f7a28-ed2e-4e60-8b87-636863b6a5b3", "key_name": "cloudify_ims-kp_15409016-721b-4a2a-9e22-82d6011a7331", "flavorRef": "b71ce95a-ac88-4f79-9e9f-fe5e1bfbc42f", "max_count": 1, "min_count": 1, "networks": [{"uuid": "caa94083-bb40-4231-bfe3-e21bc1a70356"}], "security_groups": [{"name": "0d3c7a94-da84-46ef-a063-d9587894b4da"}]}}' 2018-08-01 04:53:17,326 - keystoneauth.session - DEBUG - RESP: [202] Date: Wed, 01 Aug 2018 04:53:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-8130cfe9-b026-4974-bb8f-452178943df1 x-compute-request-id: req-8130cfe9-b026-4974-bb8f-452178943df1 Content-Length: 403 location: http://172.30.9.21:8774/v2.1/servers/7f77ecc4-a37e-4539-9b9c-480d08eacd57 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "0d3c7a94-da84-46ef-a063-d9587894b4da"}], "OS-DCF:diskConfig": "MANUAL", "id": "7f77ecc4-a37e-4539-9b9c-480d08eacd57", "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/7f77ecc4-a37e-4539-9b9c-480d08eacd57", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/7f77ecc4-a37e-4539-9b9c-480d08eacd57", "rel": "bookmark"}], "adminPass": "Pangef3fcUVu"}} 2018-08-01 04:53:17,326 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers used request id req-8130cfe9-b026-4974-bb8f-452178943df1 2018-08-01 04:53:17,327 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 3.5801680088s 2018-08-01 04:53:17,327 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers used request id req-8130cfe9-b026-4974-bb8f-452178943df1 2018-08-01 04:53:17,327 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers 2018-08-01 04:53:17,330 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/7f77ecc4-a37e-4539-9b9c-480d08eacd57 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e9fd6a778f13ea680d45a870917f3d39c6eccf93" 2018-08-01 04:53:17,590 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:53:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ab9fdac3-b8e8-4fb1-bd76-c949de53e9de x-compute-request-id: req-ab9fdac3-b8e8-4fb1-bd76-c949de53e9de Content-Encoding: gzip Content-Length: 606 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/7f77ecc4-a37e-4539-9b9c-480d08eacd57", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/7f77ecc4-a37e-4539-9b9c-480d08eacd57", "rel": "bookmark"}], "image": {"id": "bd7f7a28-ed2e-4e60-8b87-636863b6a5b3", "links": [{"href": "http://172.30.9.21:8774/images/bd7f7a28-ed2e-4e60-8b87-636863b6a5b3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "b71ce95a-ac88-4f79-9e9f-fe5e1bfbc42f", "links": [{"href": "http://172.30.9.21:8774/flavors/b71ce95a-ac88-4f79-9e9f-fe5e1bfbc42f", "rel": "bookmark"}]}, "id": "7f77ecc4-a37e-4539-9b9c-480d08eacd57", "user_id": "1f2b58cb35bb4b868fc668bc74a61a95", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-01T04:53:17Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_15409016-721b-4a2a-9e22-82d6011a7331", "name": "cloudify_ims-vm_15409016-721b-4a2a-9e22-82d6011a7331", "created": "2018-08-01T04:53:17Z", "tenant_id": "19cf24c496684793a45dd7b144704b9f", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-01 04:53:17,590 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/7f77ecc4-a37e-4539-9b9c-480d08eacd57 used request id req-ab9fdac3-b8e8-4fb1-bd76-c949de53e9de 2018-08-01 04:53:17,590 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers in 0.262804031372s 2018-08-01 04:53:17,591 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/7f77ecc4-a37e-4539-9b9c-480d08eacd57 used request id req-ab9fdac3-b8e8-4fb1-bd76-c949de53e9de 2018-08-01 04:53:17,597 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-01 04:53:17,597 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e9fd6a778f13ea680d45a870917f3d39c6eccf93" 2018-08-01 04:53:17,710 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1195 X-Openstack-Request-Id: req-88402edd-fd32-410c-aaeb-29e9b253ed6d Date: Wed, 01 Aug 2018 04:53:17 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["e06facf3-a24e-40d5-a5ce-a0901a6e4875"],"updated_at":"2018-08-01T03:28:20Z","tenant_id":"89443fd7c5cf4259bed71fca1c3fe619","created_at":"2018-08-01T03:28:13Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"89443fd7c5cf4259bed71fca1c3fe619","id":"262fe7ec-b437-40b8-908b-6eb66c149655","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["86f8bf75-f660-4341-864c-311876a7c5d3"],"updated_at":"2018-08-01T04:51:45Z","tenant_id":"19cf24c496684793a45dd7b144704b9f","created_at":"2018-08-01T04:51:44Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"19cf24c496684793a45dd7b144704b9f","id":"caa94083-bb40-4231-bfe3-e21bc1a70356","name":"cloudify_ims-net_15409016-721b-4a2a-9e22-82d6011a7331"}]} 2018-08-01 04:53:17,711 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-88402edd-fd32-410c-aaeb-29e9b253ed6d 2018-08-01 04:53:17,711 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.114052772522s 2018-08-01 04:53:17,711 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-88402edd-fd32-410c-aaeb-29e9b253ed6d 2018-08-01 04:53:17,712 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-01 04:53:17,712 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}e9fd6a778f13ea680d45a870917f3d39c6eccf93" 2018-08-01 04:53:17,927 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 683 X-Openstack-Request-Id: req-1368b5b6-643d-431b-860e-70039602dd56 Date: Wed, 01 Aug 2018 04:53:17 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"caa94083-bb40-4231-bfe3-e21bc1a70356","tenant_id":"19cf24c496684793a45dd7b144704b9f","created_at":"2018-08-01T04:51:45Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-01T04:51: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":"19cf24c496684793a45dd7b144704b9f","id":"86f8bf75-f660-4341-864c-311876a7c5d3","subnetpool_id":null,"name":"cloudify_ims-subnet_15409016-721b-4a2a-9e22-82d6011a7331"}]} 2018-08-01 04:53:17,927 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-1368b5b6-643d-431b-860e-70039602dd56 2018-08-01 04:53:17,927 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.215131044388s 2018-08-01 04:53:17,927 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-1368b5b6-643d-431b-860e-70039602dd56 2018-08-01 04:53:17,928 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-01 04:53:17,931 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e9fd6a778f13ea680d45a870917f3d39c6eccf93" 2018-08-01 04:53:18,416 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:53:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-14b3d9bb-b020-486e-a3c1-f98bcdb5bac3 x-compute-request-id: req-14b3d9bb-b020-486e-a3c1-f98bcdb5bac3 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.21:8774/v2.1/servers/7f77ecc4-a37e-4539-9b9c-480d08eacd57", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/7f77ecc4-a37e-4539-9b9c-480d08eacd57", "rel": "bookmark"}], "image": {"id": "bd7f7a28-ed2e-4e60-8b87-636863b6a5b3", "links": [{"href": "http://172.30.9.21:8774/images/bd7f7a28-ed2e-4e60-8b87-636863b6a5b3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "b71ce95a-ac88-4f79-9e9f-fe5e1bfbc42f", "links": [{"href": "http://172.30.9.21:8774/flavors/b71ce95a-ac88-4f79-9e9f-fe5e1bfbc42f", "rel": "bookmark"}]}, "id": "7f77ecc4-a37e-4539-9b9c-480d08eacd57", "user_id": "1f2b58cb35bb4b868fc668bc74a61a95", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-01T04:53:18Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_15409016-721b-4a2a-9e22-82d6011a7331", "name": "cloudify_ims-vm_15409016-721b-4a2a-9e22-82d6011a7331", "created": "2018-08-01T04:53:17Z", "tenant_id": "19cf24c496684793a45dd7b144704b9f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-01 04:53:18,417 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-14b3d9bb-b020-486e-a3c1-f98bcdb5bac3 2018-08-01 04:53:18,417 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.488215923309s 2018-08-01 04:53:18,417 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-14b3d9bb-b020-486e-a3c1-f98bcdb5bac3 2018-08-01 04:53:18,421 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-01 04:53:20,423 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-01 04:53:20,426 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e9fd6a778f13ea680d45a870917f3d39c6eccf93" 2018-08-01 04:53:20,751 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:53:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7a1c7ac9-d8bc-4799-8e93-ec50ce10b5b6 x-compute-request-id: req-7a1c7ac9-d8bc-4799-8e93-ec50ce10b5b6 Content-Encoding: gzip Content-Length: 594 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/7f77ecc4-a37e-4539-9b9c-480d08eacd57", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/7f77ecc4-a37e-4539-9b9c-480d08eacd57", "rel": "bookmark"}], "image": {"id": "bd7f7a28-ed2e-4e60-8b87-636863b6a5b3", "links": [{"href": "http://172.30.9.21:8774/images/bd7f7a28-ed2e-4e60-8b87-636863b6a5b3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "error", "OS-SRV-USG:launched_at": null, "flavor": {"id": "b71ce95a-ac88-4f79-9e9f-fe5e1bfbc42f", "links": [{"href": "http://172.30.9.21:8774/flavors/b71ce95a-ac88-4f79-9e9f-fe5e1bfbc42f", "rel": "bookmark"}]}, "id": "7f77ecc4-a37e-4539-9b9c-480d08eacd57", "user_id": "1f2b58cb35bb4b868fc668bc74a61a95", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "ERROR", "updated": "2018-08-01T04:53:18Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_15409016-721b-4a2a-9e22-82d6011a7331", "name": "cloudify_ims-vm_15409016-721b-4a2a-9e22-82d6011a7331", "created": "2018-08-01T04:53:17Z", "tenant_id": "19cf24c496684793a45dd7b144704b9f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-01 04:53:20,751 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-7a1c7ac9-d8bc-4799-8e93-ec50ce10b5b6 2018-08-01 04:53:20,751 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.328067064285s 2018-08-01 04:53:20,751 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-7a1c7ac9-d8bc-4799-8e93-ec50ce10b5b6 2018-08-01 04:53:20,756 - functest.core.singlevm - ERROR - Cannot run cloudify_ims Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/functest/core/singlevm.py", line 410, in run key_name=self.keypair.id, security_groups=[self.sec.id]) File "/usr/lib/python2.7/site-packages/functest/core/singlevm.py", line 184, in boot_vm vm1 = self.cloud.wait_for_server(vm1, auto_ip=False) 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'bd7f7a28-ed2e-4e60-8b87-636863b6a5b3'}), 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'b71ce95a-ac88-4f79-9e9f-fe5e1bfbc42f'}), 'az': u'', 'id': u'7f77ecc4-a37e-4539-9b9c-480d08eacd57', 'security_groups': [], u'os-extended-volumes:volumes_attached': [], 'user_id': u'1f2b58cb35bb4b868fc668bc74a61a95', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'19cf24c496684793a45dd7b144704b9f', 'name': 'cloudify_ims-project_15409016-721b-4a2a-9e22-82d6011a7331', '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-01T04:53:18Z', 'hostId': u'', u'OS-SRV-USG:terminated_at': None, 'key_name': u'cloudify_ims-kp_15409016-721b-4a2a-9e22-82d6011a7331', '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'19cf24c496684793a45dd7b144704b9f', 'name': u'cloudify_ims-vm_15409016-721b-4a2a-9e22-82d6011a7331', 'adminPass': None, 'tenant_id': u'19cf24c496684793a45dd7b144704b9f', 'created_at': u'2018-08-01T04:53:17Z', 'created': u'2018-08-01T04:53:17Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'})}") 2018-08-01 04:53:20,879 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-01 04:53:20,879 - xtesting.ci.run_tests - INFO - Test result: +----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------+------------------+------------------+----------------+ | cloudify_ims | functest | 01:37 | FAIL | +----------------------+------------------+------------------+----------------+ 2018-08-01 04:53:20,884 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Deleting the current deployment 2018-08-01 04:53:20,884 - 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 260, in clean exec_list = self.cfy_client.executions.list() AttributeError: 'NoneType' object has no attribute 'executions' 2018-08-01 04:53:20,888 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-01 04:53:20,888 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}e9fd6a778f13ea680d45a870917f3d39c6eccf93" 2018-08-01 04:53:20,949 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 6833 X-Openstack-Request-Id: req-34eebb44-fa40-4af7-a195-6386502c7e33 Date: Wed, 01 Aug 2018 04:53:20 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (cloudify_ims)", "tags": [], "tenant_id": "19cf24c496684793a45dd7b144704b9f", "created_at": "2018-08-01T04:53:09Z", "updated_at": "2018-08-01T04:53:13Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 443, "updated_at": "2018-08-01T04:53:12Z", "revision_number": 0, "id": "155a763f-c35b-4077-9180-bff9e8d98224", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-01T04:53:12Z", "security_group_id": "0d3c7a94-da84-46ef-a063-d9587894b4da", "tenant_id": "19cf24c496684793a45dd7b144704b9f", "port_range_min": 443, "ethertype": "IPv4", "project_id": "19cf24c496684793a45dd7b144704b9f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-01T04:53:09Z", "revision_number": 0, "id": "34d75ea1-0cf6-4320-ad9a-4fcca6af1408", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-01T04:53:09Z", "security_group_id": "0d3c7a94-da84-46ef-a063-d9587894b4da", "tenant_id": "19cf24c496684793a45dd7b144704b9f", "port_range_min": null, "ethertype": "IPv6", "project_id": "19cf24c496684793a45dd7b144704b9f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-01T04:53:09Z", "revision_number": 0, "id": "46d3e32c-a345-44b8-b41f-3edc940b15d7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-01T04:53:09Z", "security_group_id": "0d3c7a94-da84-46ef-a063-d9587894b4da", "tenant_id": "19cf24c496684793a45dd7b144704b9f", "port_range_min": null, "ethertype": "IPv4", "project_id": "19cf24c496684793a45dd7b144704b9f"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-08-01T04:53:11Z", "revision_number": 0, "id": "56a5e093-a470-4ec0-80d3-c366ed30fd10", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-01T04:53:11Z", "security_group_id": "0d3c7a94-da84-46ef-a063-d9587894b4da", "tenant_id": "19cf24c496684793a45dd7b144704b9f", "port_range_min": 80, "ethertype": "IPv4", "project_id": "19cf24c496684793a45dd7b144704b9f"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 53333, "updated_at": "2018-08-01T04:53:13Z", "revision_number": 0, "id": "77fab697-500e-41da-bea3-23de5f0ea92d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-01T04:53:13Z", "security_group_id": "0d3c7a94-da84-46ef-a063-d9587894b4da", "tenant_id": "19cf24c496684793a45dd7b144704b9f", "port_range_min": 53333, "ethertype": "IPv4", "project_id": "19cf24c496684793a45dd7b144704b9f"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-01T04:53:10Z", "revision_number": 0, "id": "802e3d58-712a-43e1-b989-63d8e2b61cb3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-01T04:53:10Z", "security_group_id": "0d3c7a94-da84-46ef-a063-d9587894b4da", "tenant_id": "19cf24c496684793a45dd7b144704b9f", "port_range_min": 22, "ethertype": "IPv4", "project_id": "19cf24c496684793a45dd7b144704b9f"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-01T04:53:10Z", "revision_number": 0, "id": "ede43ab5-7cc1-4b31-82f6-8eb7c8fb5856", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-01T04:53:10Z", "security_group_id": "0d3c7a94-da84-46ef-a063-d9587894b4da", "tenant_id": "19cf24c496684793a45dd7b144704b9f", "port_range_min": null, "ethertype": "IPv4", "project_id": "19cf24c496684793a45dd7b144704b9f"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 5671, "updated_at": "2018-08-01T04:53:12Z", "revision_number": 0, "id": "ef9ea7b7-f004-4bfe-afb9-922634695dbc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-01T04:53:12Z", "security_group_id": "0d3c7a94-da84-46ef-a063-d9587894b4da", "tenant_id": "19cf24c496684793a45dd7b144704b9f", "port_range_min": 5671, "ethertype": "IPv4", "project_id": "19cf24c496684793a45dd7b144704b9f"}], "revision_number": 7, "project_id": "19cf24c496684793a45dd7b144704b9f", "id": "0d3c7a94-da84-46ef-a063-d9587894b4da", "name": "cloudify_ims-sg_15409016-721b-4a2a-9e22-82d6011a7331"}, {"description": "Default security group", "tags": [], "tenant_id": "19cf24c496684793a45dd7b144704b9f", "created_at": "2018-08-01T04:51:44Z", "updated_at": "2018-08-01T04:51:44Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-01T04:51:44Z", "revision_number": 0, "id": "33fa2f90-548b-4d5f-b7bf-eee41d18a022", "remote_group_id": "138c54b5-40ee-4843-a9ad-b10253150dda", "remote_ip_prefix": null, "created_at": "2018-08-01T04:51:44Z", "security_group_id": "138c54b5-40ee-4843-a9ad-b10253150dda", "tenant_id": "19cf24c496684793a45dd7b144704b9f", "port_range_min": null, "ethertype": "IPv6", "project_id": "19cf24c496684793a45dd7b144704b9f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-01T04:51:44Z", "revision_number": 0, "id": "716934d7-5c85-4f9f-8993-715df82a60f7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-01T04:51:44Z", "security_group_id": "138c54b5-40ee-4843-a9ad-b10253150dda", "tenant_id": "19cf24c496684793a45dd7b144704b9f", "port_range_min": null, "ethertype": "IPv4", "project_id": "19cf24c496684793a45dd7b144704b9f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-01T04:51:44Z", "revision_number": 0, "id": "d5b71d6f-ed73-48ec-b0c1-9d0633f1c1aa", "remote_group_id": "138c54b5-40ee-4843-a9ad-b10253150dda", "remote_ip_prefix": null, "created_at": "2018-08-01T04:51:44Z", "security_group_id": "138c54b5-40ee-4843-a9ad-b10253150dda", "tenant_id": "19cf24c496684793a45dd7b144704b9f", "port_range_min": null, "ethertype": "IPv4", "project_id": "19cf24c496684793a45dd7b144704b9f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-01T04:51:44Z", "revision_number": 0, "id": "e356ef24-567c-4e3f-9f3a-1ad1b744521d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-01T04:51:44Z", "security_group_id": "138c54b5-40ee-4843-a9ad-b10253150dda", "tenant_id": "19cf24c496684793a45dd7b144704b9f", "port_range_min": null, "ethertype": "IPv6", "project_id": "19cf24c496684793a45dd7b144704b9f"}], "revision_number": 1, "project_id": "19cf24c496684793a45dd7b144704b9f", "id": "138c54b5-40ee-4843-a9ad-b10253150dda", "name": "default"}]} 2018-08-01 04:53:20,950 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-34eebb44-fa40-4af7-a195-6386502c7e33 2018-08-01 04:53:20,950 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0618600845337s 2018-08-01 04:53:20,950 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-34eebb44-fa40-4af7-a195-6386502c7e33 2018-08-01 04:53:20,954 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-08-01 04:53:20,954 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/security-groups/0d3c7a94-da84-46ef-a063-d9587894b4da.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e9fd6a778f13ea680d45a870917f3d39c6eccf93" 2018-08-01 04:53:21,191 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-16c26efc-7dca-42b2-add1-794f7bce0ae6 Content-Length: 0 Date: Wed, 01 Aug 2018 04:53:21 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-01 04:53:21,191 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/0d3c7a94-da84-46ef-a063-d9587894b4da.json used request id req-16c26efc-7dca-42b2-add1-794f7bce0ae6 2018-08-01 04:53:21,191 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.237607002258s 2018-08-01 04:53:21,192 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/0d3c7a94-da84-46ef-a063-d9587894b4da.json used request id req-16c26efc-7dca-42b2-add1-794f7bce0ae6 2018-08-01 04:53:21,192 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-08-01 04:53:21,195 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:8774/v2.1/os-keypairs/cloudify_ims-kp_15409016-721b-4a2a-9e22-82d6011a7331 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e9fd6a778f13ea680d45a870917f3d39c6eccf93" 2018-08-01 04:53:21,270 - keystoneauth.session - DEBUG - RESP: [202] Date: Wed, 01 Aug 2018 04: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 x-openstack-request-id: req-9df1dd35-e8e9-457a-8fe2-f29baa2a5d69 x-compute-request-id: req-9df1dd35-e8e9-457a-8fe2-f29baa2a5d69 Content-Length: 0 Content-Type: application/json 2018-08-01 04:53:21,270 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/os-keypairs/cloudify_ims-kp_15409016-721b-4a2a-9e22-82d6011a7331 used request id req-9df1dd35-e8e9-457a-8fe2-f29baa2a5d69 2018-08-01 04:53:21,270 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.0779960155487s 2018-08-01 04:53:21,270 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/os-keypairs/cloudify_ims-kp_15409016-721b-4a2a-9e22-82d6011a7331 used request id req-9df1dd35-e8e9-457a-8fe2-f29baa2a5d69 2018-08-01 04:53:21,271 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-01 04:53:21,271 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9696/v2.0/routers/ed610d86-3545-4270-b4b6-510ea078b2f7/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}e9fd6a778f13ea680d45a870917f3d39c6eccf93" -d '{"subnet_id": "86f8bf75-f660-4341-864c-311876a7c5d3"}' 2018-08-01 04:53:23,160 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-ef71c24f-da4c-4085-a0c9-785018bbb99c Date: Wed, 01 Aug 2018 04:53:23 GMT RESP BODY: {"network_id": "caa94083-bb40-4231-bfe3-e21bc1a70356", "tenant_id": "19cf24c496684793a45dd7b144704b9f", "subnet_id": "86f8bf75-f660-4341-864c-311876a7c5d3", "subnet_ids": ["86f8bf75-f660-4341-864c-311876a7c5d3"], "port_id": "0dad6958-a7db-4985-9ff7-36993d92c974", "id": "ed610d86-3545-4270-b4b6-510ea078b2f7"} 2018-08-01 04:53:23,160 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/ed610d86-3545-4270-b4b6-510ea078b2f7/remove_router_interface.json used request id req-ef71c24f-da4c-4085-a0c9-785018bbb99c 2018-08-01 04:53:23,160 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.88935303688s 2018-08-01 04:53:23,161 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/ed610d86-3545-4270-b4b6-510ea078b2f7/remove_router_interface.json used request id req-ef71c24f-da4c-4085-a0c9-785018bbb99c returning object ed610d86-3545-4270-b4b6-510ea078b2f7 2018-08-01 04:53:23,161 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-01 04:53:23,162 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}e9fd6a778f13ea680d45a870917f3d39c6eccf93" 2018-08-01 04:53:23,451 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 626 X-Openstack-Request-Id: req-da6073f2-dcf1-4e95-9b58-6107a45a02c8 Date: Wed, 01 Aug 2018 04:53:23 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "e06facf3-a24e-40d5-a5ce-a0901a6e4875", "ip_address": "172.30.9.207"}]}, "description": "", "tags": [], "tenant_id": "19cf24c496684793a45dd7b144704b9f", "created_at": "2018-08-01T04:51:46Z", "admin_state_up": true, "updated_at": "2018-08-01T04:53:22Z", "revision_number": 4, "routes": [], "project_id": "19cf24c496684793a45dd7b144704b9f", "id": "ed610d86-3545-4270-b4b6-510ea078b2f7", "name": "cloudify_ims-router_15409016-721b-4a2a-9e22-82d6011a7331"}]} 2018-08-01 04:53:23,451 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-da6073f2-dcf1-4e95-9b58-6107a45a02c8 2018-08-01 04:53:23,451 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.289980173111s 2018-08-01 04:53:23,452 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-da6073f2-dcf1-4e95-9b58-6107a45a02c8 2018-08-01 04:53:23,453 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-01 04:53:23,453 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/routers/ed610d86-3545-4270-b4b6-510ea078b2f7.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e9fd6a778f13ea680d45a870917f3d39c6eccf93" 2018-08-01 04:53:24,856 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-aac4fc3b-503b-4e34-a199-ed5a2c8d461c Content-Length: 0 Date: Wed, 01 Aug 2018 04:53:24 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-01 04:53:24,856 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/routers/ed610d86-3545-4270-b4b6-510ea078b2f7.json used request id req-aac4fc3b-503b-4e34-a199-ed5a2c8d461c 2018-08-01 04:53:24,856 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.4028339386s 2018-08-01 04:53:24,856 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/routers/ed610d86-3545-4270-b4b6-510ea078b2f7.json used request id req-aac4fc3b-503b-4e34-a199-ed5a2c8d461c 2018-08-01 04:53:24,857 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-01 04:53:24,857 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}e9fd6a778f13ea680d45a870917f3d39c6eccf93" 2018-08-01 04:53:24,907 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 683 X-Openstack-Request-Id: req-1545d970-3b32-44e5-b2d8-4dcba6570766 Date: Wed, 01 Aug 2018 04:53:24 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"caa94083-bb40-4231-bfe3-e21bc1a70356","tenant_id":"19cf24c496684793a45dd7b144704b9f","created_at":"2018-08-01T04:51:45Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-01T04:51: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":"19cf24c496684793a45dd7b144704b9f","id":"86f8bf75-f660-4341-864c-311876a7c5d3","subnetpool_id":null,"name":"cloudify_ims-subnet_15409016-721b-4a2a-9e22-82d6011a7331"}]} 2018-08-01 04:53:24,908 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-1545d970-3b32-44e5-b2d8-4dcba6570766 2018-08-01 04:53:24,908 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0509748458862s 2018-08-01 04:53:24,908 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-1545d970-3b32-44e5-b2d8-4dcba6570766 2018-08-01 04:53:24,909 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-01 04:53:24,910 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/subnets/86f8bf75-f660-4341-864c-311876a7c5d3.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e9fd6a778f13ea680d45a870917f3d39c6eccf93" 2018-08-01 04:53:27,205 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-dee08ce2-0033-484f-ac4f-19fc1874f919 Date: Wed, 01 Aug 2018 04:53:27 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-01 04:53:27,205 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/86f8bf75-f660-4341-864c-311876a7c5d3.json used request id req-dee08ce2-0033-484f-ac4f-19fc1874f919 2018-08-01 04:53:27,205 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.29565119743s 2018-08-01 04:53:27,205 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/86f8bf75-f660-4341-864c-311876a7c5d3.json used request id req-dee08ce2-0033-484f-ac4f-19fc1874f919 2018-08-01 04:53:27,206 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-01 04:53:27,206 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e9fd6a778f13ea680d45a870917f3d39c6eccf93" 2018-08-01 04:53:27,518 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1157 X-Openstack-Request-Id: req-03d30f3a-2f22-4929-97f1-db32f8b3dce8 Date: Wed, 01 Aug 2018 04: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":["e06facf3-a24e-40d5-a5ce-a0901a6e4875"],"updated_at":"2018-08-01T03:28:20Z","tenant_id":"89443fd7c5cf4259bed71fca1c3fe619","created_at":"2018-08-01T03:28:13Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"89443fd7c5cf4259bed71fca1c3fe619","id":"262fe7ec-b437-40b8-908b-6eb66c149655","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-01T04:53:27Z","tenant_id":"19cf24c496684793a45dd7b144704b9f","created_at":"2018-08-01T04:51:44Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"19cf24c496684793a45dd7b144704b9f","id":"caa94083-bb40-4231-bfe3-e21bc1a70356","name":"cloudify_ims-net_15409016-721b-4a2a-9e22-82d6011a7331"}]} 2018-08-01 04:53:27,518 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-03d30f3a-2f22-4929-97f1-db32f8b3dce8 2018-08-01 04:53:27,519 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.312580108643s 2018-08-01 04:53:27,519 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-03d30f3a-2f22-4929-97f1-db32f8b3dce8 2018-08-01 04:53:27,520 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-01 04:53:27,521 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/networks/caa94083-bb40-4231-bfe3-e21bc1a70356.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e9fd6a778f13ea680d45a870917f3d39c6eccf93" 2018-08-01 04:53:28,813 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-774b2faf-b012-4606-a078-28c20789be41 Date: Wed, 01 Aug 2018 04:53:28 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-01 04:53:28,813 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/caa94083-bb40-4231-bfe3-e21bc1a70356.json used request id req-774b2faf-b012-4606-a078-28c20789be41 2018-08-01 04:53:28,814 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.29329395294s 2018-08-01 04:53:28,814 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/caa94083-bb40-4231-bfe3-e21bc1a70356.json used request id req-774b2faf-b012-4606-a078-28c20789be41 2018-08-01 04:53:28,818 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-01 04:53:28,822 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e9fd6a778f13ea680d45a870917f3d39c6eccf93" 2018-08-01 04:53:29,439 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1208 Content-Type: application/json X-Openstack-Request-Id: req-6144f429-6915-4459-a6d6-6137beb71b7b Date: Wed, 01 Aug 2018 04:53:29 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://1c426f71-e315-470f-a765-a4a983e8d919/images/bd7f7a28-ed2e-4e60-8b87-636863b6a5b3/snap", "metadata": {}}], "file": "/v2/images/bd7f7a28-ed2e-4e60-8b87-636863b6a5b3/file", "owner": "19cf24c496684793a45dd7b144704b9f", "id": "bd7f7a28-ed2e-4e60-8b87-636863b6a5b3", "size": 4373348352, "self": "/v2/images/bd7f7a28-ed2e-4e60-8b87-636863b6a5b3", "disk_format": "qcow2", "direct_url": "rbd://1c426f71-e315-470f-a765-a4a983e8d919/images/bd7f7a28-ed2e-4e60-8b87-636863b6a5b3/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "updated_at": "2018-08-01T04:53:08Z", "visibility": "private", "owner_specified.shade.object": "images/cloudify_ims-img_15409016-721b-4a2a-9e22-82d6011a7331", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "cloudify_ims-img_15409016-721b-4a2a-9e22-82d6011a7331", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "created_at": "2018-08-01T04:52:14Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-01 04:53:29,439 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-6144f429-6915-4459-a6d6-6137beb71b7b 2018-08-01 04:53:29,439 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.620805025101s 2018-08-01 04:53:29,439 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-6144f429-6915-4459-a6d6-6137beb71b7b 2018-08-01 04:53:29,441 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-01 04:53:29,445 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9292/v2/images/bd7f7a28-ed2e-4e60-8b87-636863b6a5b3 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e9fd6a778f13ea680d45a870917f3d39c6eccf93" 2018-08-01 04:53:30,678 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-b762ed29-17dc-456b-a9ca-51983e1f6c5a Date: Wed, 01 Aug 2018 04:53:30 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 04:53:30,678 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/bd7f7a28-ed2e-4e60-8b87-636863b6a5b3 used request id req-b762ed29-17dc-456b-a9ca-51983e1f6c5a 2018-08-01 04:53:30,679 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.23682785034s 2018-08-01 04:53:30,679 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/bd7f7a28-ed2e-4e60-8b87-636863b6a5b3 used request id req-b762ed29-17dc-456b-a9ca-51983e1f6c5a 2018-08-01 04:53:30,679 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-01 04:53:30,682 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21: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}f0ec4501b356554c3083431936062d4d2f89a8d7" 2018-08-01 04:53:30,706 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04: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-9e831c54-c49a-4c1a-9648-684a3de925ab x-compute-request-id: req-9e831c54-c49a-4c1a-9648-684a3de925ab Content-Encoding: gzip Content-Length: 477 Content-Type: application/json RESP BODY: {"flavors": [{"name": "shaker-flavor_ada014ec-51b2-4b16-abc8-039585ddedf9", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/80cad012-10a6-4ee0-be06-4098e5231e52", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/80cad012-10a6-4ee0-be06-4098e5231e52", "rel": "bookmark"}], "ram": 512, "OS-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": "80cad012-10a6-4ee0-be06-4098e5231e52"}, {"name": "cloudify_ims-flavor_15409016-721b-4a2a-9e22-82d6011a7331", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/b71ce95a-ac88-4f79-9e9f-fe5e1bfbc42f", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/b71ce95a-ac88-4f79-9e9f-fe5e1bfbc42f", "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": "b71ce95a-ac88-4f79-9e9f-fe5e1bfbc42f"}, {"name": "vmtp-flavor_455f0502-39b9-4683-ab46-623f9d25bfec", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/e80222cd-7913-499f-adff-4da7988d266d", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/e80222cd-7913-499f-adff-4da7988d266d", "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": "e80222cd-7913-499f-adff-4da7988d266d"}]} 2018-08-01 04:53:30,706 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-9e831c54-c49a-4c1a-9648-684a3de925ab 2018-08-01 04:53:30,707 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0271661281586s 2018-08-01 04:53:30,707 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-9e831c54-c49a-4c1a-9648-684a3de925ab 2018-08-01 04:53:30,709 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-01 04:53:30,712 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:8774/v2.1/flavors/b71ce95a-ac88-4f79-9e9f-fe5e1bfbc42f -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f0ec4501b356554c3083431936062d4d2f89a8d7" 2018-08-01 04:53:30,748 - keystoneauth.session - DEBUG - RESP: [202] Date: Wed, 01 Aug 2018 04: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 x-openstack-request-id: req-7445fe6f-2733-406c-a779-4ca872654890 x-compute-request-id: req-7445fe6f-2733-406c-a779-4ca872654890 Content-Length: 0 Content-Type: application/json 2018-08-01 04:53:30,748 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/b71ce95a-ac88-4f79-9e9f-fe5e1bfbc42f used request id req-7445fe6f-2733-406c-a779-4ca872654890 2018-08-01 04:53:30,748 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0389358997345s 2018-08-01 04:53:30,748 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/b71ce95a-ac88-4f79-9e9f-fe5e1bfbc42f used request id req-7445fe6f-2733-406c-a779-4ca872654890 2018-08-01 04:53:30,749 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-01 04:53:30,752 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}f0ec4501b356554c3083431936062d4d2f89a8d7" 2018-08-01 04:53:30,893 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:53:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a3aecaed-c16e-426e-88f0-40d23f7f09f7 Content-Encoding: gzip Content-Length: 844 Content-Type: application/json RESP BODY: {"users": [{"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/0f8a0650d1a846e88ba44704b50255c1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0f8a0650d1a846e88ba44704b50255c1", "email": "glance@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/130b7ea936644204a37124e676ddf428"}, "domain_id": "default", "enabled": true, "options": {}, "id": "130b7ea936644204a37124e676ddf428", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/1476f1d37caa49ec90baf29b9d92850d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1476f1d37caa49ec90baf29b9d92850d", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cloudify_ims-user_15409016-721b-4a2a-9e22-82d6011a7331", "links": {"self": "http://172.30.9.21:5000/v3/users/1f2b58cb35bb4b868fc668bc74a61a95"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "1f2b58cb35bb4b868fc668bc74a61a95", "domain_id": "default", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/386874e6c2464a43ba93f0248a95595b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "386874e6c2464a43ba93f0248a95595b", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/3cb1fd184ec34300aba849c010464d1a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3cb1fd184ec34300aba849c010464d1a", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/749556e27c83423fb69e649d00450103"}, "domain_id": "default", "enabled": true, "options": {}, "id": "749556e27c83423fb69e649d00450103", "email": "admin@example.com", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.21:5000/v3/users/b6122bbf2037491bb9db6c47618110d1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b6122bbf2037491bb9db6c47618110d1", "email": "swift@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/c09ff16c1a614c8bbc73ec74064357a4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c09ff16c1a614c8bbc73ec74064357a4", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/c1daa0d43666493abbd83fb1577cff74"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c1daa0d43666493abbd83fb1577cff74", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/d1cc4ab5045f48be8e12d229b3b59cac"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d1cc4ab5045f48be8e12d229b3b59cac", "email": "cinder@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.21:5000/v3/users/d32629a0e7364688b6a82d496d6e354d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d32629a0e7364688b6a82d496d6e354d", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/d5ee6c90793c4cbeb762d8c68db45d5c"}, "domain_id": "cc40371ace4f4c2e9452fa2c52c1368e", "enabled": true, "options": {}, "id": "d5ee6c90793c4cbeb762d8c68db45d5c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/d91fd39b379e480e825eb2aa75b847b7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d91fd39b379e480e825eb2aa75b847b7", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/ecd8a45bf2844011921c3e9caab06794"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ecd8a45bf2844011921c3e9caab06794", "email": "heat@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-08-01 04:53:30,893 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-a3aecaed-c16e-426e-88f0-40d23f7f09f7 2018-08-01 04:53:30,894 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.144533872604s 2018-08-01 04:53:30,894 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-a3aecaed-c16e-426e-88f0-40d23f7f09f7 2018-08-01 04:53:30,900 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-01 04:53:30,903 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/users/1f2b58cb35bb4b868fc668bc74a61a95 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f0ec4501b356554c3083431936062d4d2f89a8d7" 2018-08-01 04:53:31,012 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:53:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-59d2e1bb-79b5-4eb5-aec7-95c5072885c5 Content-Encoding: gzip Content-Length: 230 Content-Type: application/json RESP BODY: {"user": {"name": "cloudify_ims-user_15409016-721b-4a2a-9e22-82d6011a7331", "links": {"self": "http://172.30.9.21:5000/v3/users/1f2b58cb35bb4b868fc668bc74a61a95"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "1f2b58cb35bb4b868fc668bc74a61a95", "description": null}} 2018-08-01 04:53:31,012 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users/1f2b58cb35bb4b868fc668bc74a61a95 used request id req-59d2e1bb-79b5-4eb5-aec7-95c5072885c5 2018-08-01 04:53:31,013 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.112662792206s 2018-08-01 04:53:31,013 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users/1f2b58cb35bb4b868fc668bc74a61a95 used request id req-59d2e1bb-79b5-4eb5-aec7-95c5072885c5 2018-08-01 04:53:31,014 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-08-01 04:53:31,017 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:5000/v3/users/1f2b58cb35bb4b868fc668bc74a61a95 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f0ec4501b356554c3083431936062d4d2f89a8d7" 2018-08-01 04:53:31,310 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 01 Aug 2018 04:53:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5350a3b6-ec3d-4d4a-a15a-892414e3fdd9 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-01 04:53:31,311 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/1f2b58cb35bb4b868fc668bc74a61a95 used request id req-5350a3b6-ec3d-4d4a-a15a-892414e3fdd9 2018-08-01 04:53:31,311 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.29706788063s 2018-08-01 04:53:31,311 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/1f2b58cb35bb4b868fc668bc74a61a95 used request id req-5350a3b6-ec3d-4d4a-a15a-892414e3fdd9 2018-08-01 04:53:31,317 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-01 04:53:31,320 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}f0ec4501b356554c3083431936062d4d2f89a8d7" 2018-08-01 04:53:31,423 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:53:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-72fb6634-c975-4462-bc49-406305c0e181 Content-Encoding: gzip Content-Length: 387 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: cloudify_ims", "links": {"self": "http://172.30.9.21:5000/v3/projects/19cf24c496684793a45dd7b144704b9f"}, "tags": [], "enabled": true, "id": "19cf24c496684793a45dd7b144704b9f", "parent_id": "default", "domain_id": "default", "name": "cloudify_ims-project_15409016-721b-4a2a-9e22-82d6011a7331"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/89443fd7c5cf4259bed71fca1c3fe619"}, "tags": [], "enabled": true, "id": "89443fd7c5cf4259bed71fca1c3fe619", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/90aa95516c664aef94b667c55fdaffe9"}, "tags": [], "enabled": true, "id": "90aa95516c664aef94b667c55fdaffe9", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-08-01 04:53:31,423 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects used request id req-72fb6634-c975-4462-bc49-406305c0e181 2018-08-01 04:53:31,423 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.105852127075s 2018-08-01 04:53:31,423 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects used request id req-72fb6634-c975-4462-bc49-406305c0e181 2018-08-01 04:53:31,428 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-08-01 04:53:31,432 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:5000/v3/projects/19cf24c496684793a45dd7b144704b9f -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f0ec4501b356554c3083431936062d4d2f89a8d7" 2018-08-01 04:53:31,600 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 01 Aug 2018 04:53:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c2392dd7-5701-4a7b-9968-bf28a29ef595 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-01 04:53:31,600 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/19cf24c496684793a45dd7b144704b9f used request id req-c2392dd7-5701-4a7b-9968-bf28a29ef595 2018-08-01 04:53:31,601 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.172771930695s 2018-08-01 04:53:31,601 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/19cf24c496684793a45dd7b144704b9f used request id req-c2392dd7-5701-4a7b-9968-bf28a29ef595 2018-08-01 04:53:31,601 - xtesting.ci.run_tests - ERROR - The test case 'cloudify_ims' failed. 2018-08-01 04:53:31,629 - xtesting.ci.run_tests - INFO - Loading test case 'heat_ims'... 2018-08-01 04:53:31,657 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-01 04:53:31,657 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-01 04:53:31,657 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-01 04:53:31,657 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-01 04:53:31,657 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-01 04:53:31,657 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-01 04:53:31,657 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-01 04:53:31,658 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-01 04:53:31,658 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-01 04:53:31,658 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-01 04:53:31,658 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-01 04:53:31,658 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-01 04:53:31,658 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-01 04:53:31,658 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-01 04:53:31,658 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-01 04:53:31,658 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-01 04:53:31,658 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-01 04:53:31,658 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-01 04:53:31,659 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-01 04:53:31,659 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-01 04:53:31,659 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-01 04:53:31,659 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-01 04:53:31,661 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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-01 04:53:31,666 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:53:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2c422f32-d7b1-4d47-a111-c13b60810ec9 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-01 04:53:31,666 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-2c422f32-d7b1-4d47-a111-c13b60810ec9 2018-08-01 04:53:31,667 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-08-01 04:53:32,061 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ed1e3c9b852e426e8d791112d2fd4701", "name": "member"}, {"id": "147f18c7e1e349fc8e383440249c4c73", "name": "reader"}, {"id": "86fab6e3eccc4f5f9bd58caee92e2693", "name": "admin"}], "expires_at": "2018-08-01T05:53:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "90aa95516c664aef94b667c55fdaffe9", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:8004/v1/90aa95516c664aef94b667c55fdaffe9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5af2a23f0d4746a18ce9987becf49813"}, {"url": "http://192.30.9.7:8004/v1/90aa95516c664aef94b667c55fdaffe9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d6722b9f2184abb8e7b581d10709b51"}, {"url": "http://192.30.9.7:8004/v1/90aa95516c664aef94b667c55fdaffe9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc81206c7ec74b63a868c84343e2355a"}], "type": "orchestration", "id": "032123c5c07d477ab419a77fddb5ca2b", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/90aa95516c664aef94b667c55fdaffe9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00197bc0507d42718c9de1a1f3ff7fa9"}, {"url": "http://192.30.9.7:8776/v2/90aa95516c664aef94b667c55fdaffe9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "186c94a5205743a68de2c02795dd12cf"}, {"url": "http://192.30.9.7:8776/v2/90aa95516c664aef94b667c55fdaffe9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32c49f45893f4074a75a056facd63fc5"}], "type": "volumev2", "id": "09ef7c245fd9479f97ffee152dae0c8e", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27e89bb29a0d43ce83aefd4cae0f7bd7"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "295d31abf3f44d85b346281cd9c04740"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d685797f4b164aa48837a822ed32598b"}], "type": "alarming", "id": "0f8615b3651c41099fe76f0fa5b23dd1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f0c9b6089cd4f558ee73fabe48d842a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "551cf56b00bd4d038a8694d11700f2ef"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9ea08b0116c4412eaded9a074baa4211"}], "type": "image", "id": "17038717f3f0408e8c9d5af024ea0aab", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "17647a3a3a00479b9213e6f6cf7a30ea", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c2328ef964c4156917122cfb247f0c4"}, {"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33d0ce77838b4a0fbe56c50f7b1e4d71"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38b745fc1fe14a8691a6fb2553ade0e0"}], "type": "event", "id": "1d35633c710f4d9c88e1f50abe614b06", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/90aa95516c664aef94b667c55fdaffe9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dcebb246e8d42fab040b053411c0957"}, {"url": "http://192.30.9.7:8776/v3/90aa95516c664aef94b667c55fdaffe9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92f3de4ac4f44b9a95bdb5c3f0c34d51"}, {"url": "http://172.30.9.21:8776/v3/90aa95516c664aef94b667c55fdaffe9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f92025e32c9344f587283e14c1506699"}], "type": "volumev3", "id": "27b85f80d71f464183ff256181f71b43", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0f1136276d75402689a9c377621253ce"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b943f44b606457c91b7d5098b199be0"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b47ac34c09dc4c05b1ca4c869d47eaeb"}], "type": "metric", "id": "5a0ae06ba8b741ffb51d39c9adb9451c", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10bc7f20cf92414cb6d088da882341c5"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "53c0109d8bd545ef83f6d70ce101d52d"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d3688eabec1484e8c6549a46b35b25f"}], "type": "cloudformation", "id": "64e449782da244a4b49ea375e297a3ea", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/90aa95516c664aef94b667c55fdaffe9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8713e9b13a6e43c59e8aa6d6cd510b2b"}, {"url": "http://192.30.9.7:8776/v1/90aa95516c664aef94b667c55fdaffe9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b073433cdd0f4518882ecf0e413ae4af"}, {"url": "http://172.30.9.21:8776/v1/90aa95516c664aef94b667c55fdaffe9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fc41a1400c1945199a7f0758b5566e31"}], "type": "volume", "id": "6951fb022adb46feaa04f1020c483fd1", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "247e0a42582047fb8b1a74db1f38edf7"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37ed8998a3894a91b69a9e4f00e62b69"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b11d1b5d1d9043d88291c85c92eb73f4"}], "type": "placement", "id": "83e7ef9cff3b4731b936862816b9afd9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "432bfc9d0c4249dd9ccda5421e19b9e2"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f93c2c146b149cbb3483078f52c4bdf"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd4fdce564324509818028dc78641d8d"}], "type": "network", "id": "94871ebfcb5240ebb8b1c19b8739272c", "name": "neutron"}, {"endpoints": [{"url": "http://12.0.0.40:8080/v1/AUTH_90aa95516c664aef94b667c55fdaffe9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2333bd642dd5455c8f03d343d974704d"}, {"url": "http://12.0.0.40:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c3a57c4832a74174a0c0889da1e1364b"}, {"url": "http://172.30.9.21:8080/v1/AUTH_90aa95516c664aef94b667c55fdaffe9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f27db37221fb446f86228761531722fd"}], "type": "object-store", "id": "b008c8aea7694b57822ddc559b6dfc45", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "038ac873a08f40dab615db1106f36b91"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9c064a815b5c40c0bb0beee1dee18b58"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa33b6fd9ec24bfb9e27785b76bc205d"}], "type": "identity", "id": "de72ed0871ef4a7bab6d7ea0bbfa8d90", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c04b9806aca48e692c506107e0bd3a6"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "449f60307ac54b799d4527d2070f35db"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d69efddbf8af404a9b303b99cfb12f43"}], "type": "compute", "id": "eb2dd02d9ef54f67b42600e437ecb401", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "749556e27c83423fb69e649d00450103"}, "audit_ids": ["YLGJs0opQdi0mH0FznuL_A"], "issued_at": "2018-08-01T04:53:32.000000Z"}} 2018-08-01 04:53:32,064 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-01 04:53:32,065 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21: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}8444ae634294352e562433968968cf4674963d5e" 2018-08-01 04:53:32,340 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-52987d2e-00cd-4ba7-8ddc-ec593247038a Date: Wed, 01 Aug 2018 04:53:32 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"262fe7ec-b437-40b8-908b-6eb66c149655","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"89443fd7c5cf4259bed71fca1c3fe619","status":"ACTIVE","subnets":["e06facf3-a24e-40d5-a5ce-a0901a6e4875"],"description":"","tags":[],"updated_at":"2018-08-01T03:28:20Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"89443fd7c5cf4259bed71fca1c3fe619","created_at":"2018-08-01T03:28:13Z","provider:network_type":"flat"}]} 2018-08-01 04:53:32,340 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json?router%3Aexternal=True used request id req-52987d2e-00cd-4ba7-8ddc-ec593247038a 2018-08-01 04:53:32,340 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.275861024857s 2018-08-01 04:53:32,340 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json?router%3Aexternal=True used request id req-52987d2e-00cd-4ba7-8ddc-ec593247038a 2018-08-01 04:53:32,344 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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-01 04:53:32,350 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 01 Aug 2018 04:53:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a43a7b42-ec77-448b-b411-c058b63c061e 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.21:5000/v3/", "rel": "self"}]}]}} 2018-08-01 04:53:32,350 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/ used request id req-a43a7b42-ec77-448b-b411-c058b63c061e 2018-08-01 04:53:32,351 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-01 04:53:32,354 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}8444ae634294352e562433968968cf4674963d5e" 2018-08-01 04:53:32,458 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:53:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-38769dc8-8133-4e97-bd3a-ca145806b81d Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.21:5000/v3/domains/cc40371ace4f4c2e9452fa2c52c1368e"}, "tags": [], "enabled": true, "id": "cc40371ace4f4c2e9452fa2c52c1368e", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains", "previous": null, "next": null}} 2018-08-01 04:53:32,458 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains used request id req-38769dc8-8133-4e97-bd3a-ca145806b81d 2018-08-01 04:53:32,458 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.107378959656s 2018-08-01 04:53:32,458 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains used request id req-38769dc8-8133-4e97-bd3a-ca145806b81d 2018-08-01 04:53:32,465 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-08-01 04:53:32,468 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}8444ae634294352e562433968968cf4674963d5e" -d '{"project": {"description": "Created by OPNFV Functest: heat_ims", "enabled": true, "domain_id": "default", "name": "heat_ims-project_ac19ae67-8a04-434b-b065-8d594a8926e1"}}' 2018-08-01 04:53:32,623 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 01 Aug 2018 04:53:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-344af8e6-2068-43c9-ae0e-e5a981c1b2f9 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.21:5000/v3/projects/cb07e8418d69451592b95ae8f2017d7c"}, "tags": [], "enabled": true, "id": "cb07e8418d69451592b95ae8f2017d7c", "parent_id": "default", "domain_id": "default", "name": "heat_ims-project_ac19ae67-8a04-434b-b065-8d594a8926e1"}} 2018-08-01 04:53:32,623 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-344af8e6-2068-43c9-ae0e-e5a981c1b2f9 2018-08-01 04:53:32,623 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.157810926437s 2018-08-01 04:53:32,623 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-344af8e6-2068-43c9-ae0e-e5a981c1b2f9 2018-08-01 04:53:32,624 - 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'cb07e8418d69451592b95ae8f2017d7c', '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_ac19ae67-8a04-434b-b065-8d594a8926e1'}) 2018-08-01 04:53:32,630 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-08-01 04:53:32,634 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}8444ae634294352e562433968968cf4674963d5e" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "60f5d0ff-dc27-4a4d-a4b8-35473e348cd9", "email": null, "name": "heat_ims-user_ac19ae67-8a04-434b-b065-8d594a8926e1"}}' 2018-08-01 04:53:33,007 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 01 Aug 2018 04:53:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cb4ef304-cbeb-4baf-9afe-01e2f0bb2036 Content-Length: 323 Content-Type: application/json RESP BODY: {"user": {"name": "heat_ims-user_ac19ae67-8a04-434b-b065-8d594a8926e1", "links": {"self": "http://172.30.9.21:5000/v3/users/39a67e8266a941419221c6c2899087f6"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "39a67e8266a941419221c6c2899087f6", "domain_id": "default", "password_expires_at": null}} 2018-08-01 04:53:33,007 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/users used request id req-cb4ef304-cbeb-4baf-9afe-01e2f0bb2036 2018-08-01 04:53:33,008 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.377252101898s 2018-08-01 04:53:33,008 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/users used request id req-cb4ef304-cbeb-4baf-9afe-01e2f0bb2036 2018-08-01 04:53:33,009 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'39a67e8266a941419221c6c2899087f6', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'heat_ims-user_ac19ae67-8a04-434b-b065-8d594a8926e1'}) 2018-08-01 04:53:33,012 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-01 04:53:33,015 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8444ae634294352e562433968968cf4674963d5e" 2018-08-01 04:53:33,114 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:53:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f7927e1c-3b3c-4fd8-9821-70a69cb8a46c Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "147f18c7e1e349fc8e383440249c4c73", "links": {"self": "http://172.30.9.21:5000/v3/roles/147f18c7e1e349fc8e383440249c4c73"}, "name": "reader"}, {"domain_id": null, "id": "730dcac60af740de8f4eb572d8499268", "links": {"self": "http://172.30.9.21:5000/v3/roles/730dcac60af740de8f4eb572d8499268"}, "name": "swiftoperator"}, {"domain_id": null, "id": "86fab6e3eccc4f5f9bd58caee92e2693", "links": {"self": "http://172.30.9.21:5000/v3/roles/86fab6e3eccc4f5f9bd58caee92e2693"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b2b3ff44e054497fa64f6525e0e6195b", "links": {"self": "http://172.30.9.21:5000/v3/roles/b2b3ff44e054497fa64f6525e0e6195b"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ed1e3c9b852e426e8d791112d2fd4701", "links": {"self": "http://172.30.9.21:5000/v3/roles/ed1e3c9b852e426e8d791112d2fd4701"}, "name": "member"}, {"domain_id": null, "id": "f5c89a4293d34be3af121f401210ef46", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5c89a4293d34be3af121f401210ef46"}, "name": "ResellerAdmin"}]} 2018-08-01 04:53:33,114 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-f7927e1c-3b3c-4fd8-9821-70a69cb8a46c 2018-08-01 04:53:33,114 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.10197687149s 2018-08-01 04:53:33,114 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-f7927e1c-3b3c-4fd8-9821-70a69cb8a46c 2018-08-01 04:53:33,119 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-01 04:53:33,122 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8444ae634294352e562433968968cf4674963d5e" 2018-08-01 04:53:33,227 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:53:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2fab5513-469b-42e3-83f6-ce1cb24b529a Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "147f18c7e1e349fc8e383440249c4c73", "links": {"self": "http://172.30.9.21:5000/v3/roles/147f18c7e1e349fc8e383440249c4c73"}, "name": "reader"}, {"domain_id": null, "id": "730dcac60af740de8f4eb572d8499268", "links": {"self": "http://172.30.9.21:5000/v3/roles/730dcac60af740de8f4eb572d8499268"}, "name": "swiftoperator"}, {"domain_id": null, "id": "86fab6e3eccc4f5f9bd58caee92e2693", "links": {"self": "http://172.30.9.21:5000/v3/roles/86fab6e3eccc4f5f9bd58caee92e2693"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b2b3ff44e054497fa64f6525e0e6195b", "links": {"self": "http://172.30.9.21:5000/v3/roles/b2b3ff44e054497fa64f6525e0e6195b"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ed1e3c9b852e426e8d791112d2fd4701", "links": {"self": "http://172.30.9.21:5000/v3/roles/ed1e3c9b852e426e8d791112d2fd4701"}, "name": "member"}, {"domain_id": null, "id": "f5c89a4293d34be3af121f401210ef46", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5c89a4293d34be3af121f401210ef46"}, "name": "ResellerAdmin"}]} 2018-08-01 04:53:33,228 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-2fab5513-469b-42e3-83f6-ce1cb24b529a 2018-08-01 04:53:33,228 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.108284950256s 2018-08-01 04:53:33,228 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-2fab5513-469b-42e3-83f6-ce1cb24b529a 2018-08-01 04:53:33,233 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-01 04:53:33,236 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8444ae634294352e562433968968cf4674963d5e" 2018-08-01 04:53:33,333 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:53:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f33fd872-f305-4e89-8169-f14276e77cc5 Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "147f18c7e1e349fc8e383440249c4c73", "links": {"self": "http://172.30.9.21:5000/v3/roles/147f18c7e1e349fc8e383440249c4c73"}, "name": "reader"}, {"domain_id": null, "id": "730dcac60af740de8f4eb572d8499268", "links": {"self": "http://172.30.9.21:5000/v3/roles/730dcac60af740de8f4eb572d8499268"}, "name": "swiftoperator"}, {"domain_id": null, "id": "86fab6e3eccc4f5f9bd58caee92e2693", "links": {"self": "http://172.30.9.21:5000/v3/roles/86fab6e3eccc4f5f9bd58caee92e2693"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b2b3ff44e054497fa64f6525e0e6195b", "links": {"self": "http://172.30.9.21:5000/v3/roles/b2b3ff44e054497fa64f6525e0e6195b"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ed1e3c9b852e426e8d791112d2fd4701", "links": {"self": "http://172.30.9.21:5000/v3/roles/ed1e3c9b852e426e8d791112d2fd4701"}, "name": "member"}, {"domain_id": null, "id": "f5c89a4293d34be3af121f401210ef46", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5c89a4293d34be3af121f401210ef46"}, "name": "ResellerAdmin"}]} 2018-08-01 04:53:33,334 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-f33fd872-f305-4e89-8169-f14276e77cc5 2018-08-01 04:53:33,334 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.100924015045s 2018-08-01 04:53:33,334 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-f33fd872-f305-4e89-8169-f14276e77cc5 2018-08-01 04:53:33,339 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-01 04:53:33,343 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}8444ae634294352e562433968968cf4674963d5e" 2018-08-01 04:53:33,447 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:53:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d88150a8-8fb6-403a-bc5c-1bb6ce897105 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-01 04:53:33,448 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains/default used request id req-d88150a8-8fb6-403a-bc5c-1bb6ce897105 2018-08-01 04:53:33,448 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.108328104019s 2018-08-01 04:53:33,448 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains/default used request id req-d88150a8-8fb6-403a-bc5c-1bb6ce897105 2018-08-01 04:53:33,449 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-01 04:53:33,452 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}8444ae634294352e562433968968cf4674963d5e" 2018-08-01 04:53:33,587 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:53:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8ac7b913-61ba-4115-9da7-921173523a05 Content-Encoding: gzip Content-Length: 837 Content-Type: application/json RESP BODY: {"users": [{"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/0f8a0650d1a846e88ba44704b50255c1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0f8a0650d1a846e88ba44704b50255c1", "email": "glance@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/130b7ea936644204a37124e676ddf428"}, "domain_id": "default", "enabled": true, "options": {}, "id": "130b7ea936644204a37124e676ddf428", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/1476f1d37caa49ec90baf29b9d92850d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1476f1d37caa49ec90baf29b9d92850d", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/386874e6c2464a43ba93f0248a95595b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "386874e6c2464a43ba93f0248a95595b", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat_ims-user_ac19ae67-8a04-434b-b065-8d594a8926e1", "links": {"self": "http://172.30.9.21:5000/v3/users/39a67e8266a941419221c6c2899087f6"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "39a67e8266a941419221c6c2899087f6", "domain_id": "default", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/3cb1fd184ec34300aba849c010464d1a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3cb1fd184ec34300aba849c010464d1a", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/749556e27c83423fb69e649d00450103"}, "domain_id": "default", "enabled": true, "options": {}, "id": "749556e27c83423fb69e649d00450103", "email": "admin@example.com", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.21:5000/v3/users/b6122bbf2037491bb9db6c47618110d1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b6122bbf2037491bb9db6c47618110d1", "email": "swift@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/c09ff16c1a614c8bbc73ec74064357a4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c09ff16c1a614c8bbc73ec74064357a4", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/c1daa0d43666493abbd83fb1577cff74"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c1daa0d43666493abbd83fb1577cff74", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/d1cc4ab5045f48be8e12d229b3b59cac"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d1cc4ab5045f48be8e12d229b3b59cac", "email": "cinder@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.21:5000/v3/users/d32629a0e7364688b6a82d496d6e354d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d32629a0e7364688b6a82d496d6e354d", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/d5ee6c90793c4cbeb762d8c68db45d5c"}, "domain_id": "cc40371ace4f4c2e9452fa2c52c1368e", "enabled": true, "options": {}, "id": "d5ee6c90793c4cbeb762d8c68db45d5c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/d91fd39b379e480e825eb2aa75b847b7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d91fd39b379e480e825eb2aa75b847b7", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/ecd8a45bf2844011921c3e9caab06794"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ecd8a45bf2844011921c3e9caab06794", "email": "heat@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-08-01 04:53:33,588 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-8ac7b913-61ba-4115-9da7-921173523a05 2018-08-01 04:53:33,588 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.138711929321s 2018-08-01 04:53:33,588 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-8ac7b913-61ba-4115-9da7-921173523a05 2018-08-01 04:53:33,600 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-01 04:53:33,603 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21: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}8444ae634294352e562433968968cf4674963d5e" 2018-08-01 04:53:33,706 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:53:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ae70ee1f-5e71-4589-b8c0-eb507f0717a8 Content-Encoding: gzip Content-Length: 393 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/90aa95516c664aef94b667c55fdaffe9"}, "tags": [], "enabled": true, "id": "90aa95516c664aef94b667c55fdaffe9", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: heat_ims", "links": {"self": "http://172.30.9.21:5000/v3/projects/cb07e8418d69451592b95ae8f2017d7c"}, "tags": [], "enabled": true, "id": "cb07e8418d69451592b95ae8f2017d7c", "parent_id": "default", "domain_id": "default", "name": "heat_ims-project_ac19ae67-8a04-434b-b065-8d594a8926e1"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/89443fd7c5cf4259bed71fca1c3fe619"}, "tags": [], "enabled": true, "id": "89443fd7c5cf4259bed71fca1c3fe619", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-08-01 04:53:33,706 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?domain_id=default used request id req-ae70ee1f-5e71-4589-b8c0-eb507f0717a8 2018-08-01 04:53:33,706 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.106203079224s 2018-08-01 04:53:33,706 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?domain_id=default used request id req-ae70ee1f-5e71-4589-b8c0-eb507f0717a8 2018-08-01 04:53:33,714 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-01 04:53:33,717 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:5000/v3/role_assignments?user.id=39a67e8266a941419221c6c2899087f6&role.id=ed1e3c9b852e426e8d791112d2fd4701&scope.project.id=cb07e8418d69451592b95ae8f2017d7c" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8444ae634294352e562433968968cf4674963d5e" 2018-08-01 04:53:33,824 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:53:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-163195cb-af5b-4131-be4e-6712e4074d05 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.21:5000/v3/role_assignments?user.id=39a67e8266a941419221c6c2899087f6&role.id=ed1e3c9b852e426e8d791112d2fd4701&scope.project.id=cb07e8418d69451592b95ae8f2017d7c", "previous": null, "next": null}} 2018-08-01 04:53:33,825 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/role_assignments?user.id=39a67e8266a941419221c6c2899087f6&role.id=ed1e3c9b852e426e8d791112d2fd4701&scope.project.id=cb07e8418d69451592b95ae8f2017d7c used request id req-163195cb-af5b-4131-be4e-6712e4074d05 2018-08-01 04:53:33,825 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.110695123672s 2018-08-01 04:53:33,825 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/role_assignments?user.id=39a67e8266a941419221c6c2899087f6&role.id=ed1e3c9b852e426e8d791112d2fd4701&scope.project.id=cb07e8418d69451592b95ae8f2017d7c used request id req-163195cb-af5b-4131-be4e-6712e4074d05 2018-08-01 04:53:33,828 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-01 04:53:33,832 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:5000/v3/projects/cb07e8418d69451592b95ae8f2017d7c/users/39a67e8266a941419221c6c2899087f6/roles/ed1e3c9b852e426e8d791112d2fd4701 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8444ae634294352e562433968968cf4674963d5e" 2018-08-01 04:53:33,973 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 01 Aug 2018 04:53:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c009841a-2add-437f-90a0-ea5ad5caf2e5 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-01 04:53:33,973 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/cb07e8418d69451592b95ae8f2017d7c/users/39a67e8266a941419221c6c2899087f6/roles/ed1e3c9b852e426e8d791112d2fd4701 used request id req-c009841a-2add-437f-90a0-ea5ad5caf2e5 2018-08-01 04:53:33,973 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.144464969635s 2018-08-01 04:53:33,973 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/cb07e8418d69451592b95ae8f2017d7c/users/39a67e8266a941419221c6c2899087f6/roles/ed1e3c9b852e426e8d791112d2fd4701 used request id req-c009841a-2add-437f-90a0-ea5ad5caf2e5 2018-08-01 04:53:33,974 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'heat_ims-project_ac19ae67-8a04-434b-b065-8d594a8926e1', 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'cb07e8418d69451592b95ae8f2017d7c', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': '60f5d0ff-dc27-4a4d-a4b8-35473e348cd9', 'username': u'heat_ims-user_ac19ae67-8a04-434b-b065-8d594a8926e1', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.21: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-01 04:53:33,975 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-01 04:53:33,975 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-01 04:53:33,976 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-01 04:53:33,976 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-01 04:53:33,976 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-01 04:53:33,976 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-01 04:53:33,976 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-01 04:53:33,976 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-01 04:53:33,976 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-01 04:53:33,976 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-01 04:53:33,977 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-01 04:53:33,977 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-01 04:53:33,977 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-01 04:53:33,977 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-01 04:53:33,977 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-01 04:53:33,977 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-01 04:53:33,977 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-01 04:53:33,977 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-01 04:53:33,977 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-01 04:53:33,978 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-01 04:53:33,978 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-01 04:53:33,978 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-01 04:53:33,979 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'heat_ims-user_ac19ae67-8a04-434b-b065-8d594a8926e1', 'password': '60f5d0ff-dc27-4a4d-a4b8-35473e348cd9', 'project_name': 'heat_ims-project_ac19ae67-8a04-434b-b065-8d594a8926e1', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.21:5000/v3', 'project_id': 'cb07e8418d69451592b95ae8f2017d7c', 'project_domain_name': 'Default'} 2018-08-01 04:53:34,009 - 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-01 04:53:34,010 - xtesting.ci.run_tests - INFO - Running test case 'heat_ims'... 2018-08-01 04:53:34,015 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-01 04:53:34,017 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}8444ae634294352e562433968968cf4674963d5e" 2018-08-01 04:53:34,119 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:53:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aeb5631b-8394-45ad-8af7-83efbc0d191c Content-Encoding: gzip Content-Length: 384 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/89443fd7c5cf4259bed71fca1c3fe619"}, "tags": [], "enabled": true, "id": "89443fd7c5cf4259bed71fca1c3fe619", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/90aa95516c664aef94b667c55fdaffe9"}, "tags": [], "enabled": true, "id": "90aa95516c664aef94b667c55fdaffe9", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: heat_ims", "links": {"self": "http://172.30.9.21:5000/v3/projects/cb07e8418d69451592b95ae8f2017d7c"}, "tags": [], "enabled": true, "id": "cb07e8418d69451592b95ae8f2017d7c", "parent_id": "default", "domain_id": "default", "name": "heat_ims-project_ac19ae67-8a04-434b-b065-8d594a8926e1"}]} 2018-08-01 04:53:34,119 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects used request id req-aeb5631b-8394-45ad-8af7-83efbc0d191c 2018-08-01 04:53:34,119 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.104295015335s 2018-08-01 04:53:34,119 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects used request id req-aeb5631b-8394-45ad-8af7-83efbc0d191c 2018-08-01 04:53:34,121 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.quotas 2018-08-01 04:53:34,122 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9696/v2.0/quotas/cb07e8418d69451592b95ae8f2017d7c.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}8444ae634294352e562433968968cf4674963d5e" -d '{"quota": {"security_group": 20, "security_group_rule": 100, "port": 50}}' 2018-08-01 04:53:34,398 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 186 X-Openstack-Request-Id: req-2a82387c-8929-420b-b411-b1d04758e247 Date: Wed, 01 Aug 2018 04:53:34 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-01 04:53:34,398 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/quotas/cb07e8418d69451592b95ae8f2017d7c.json used request id req-2a82387c-8929-420b-b411-b1d04758e247 2018-08-01 04:53:34,398 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.quotas in 0.276499986649s 2018-08-01 04:53:34,398 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/quotas/cb07e8418d69451592b95ae8f2017d7c.json used request id req-2a82387c-8929-420b-b411-b1d04758e247 2018-08-01 04:53:34,402 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-01 04:53:34,405 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8444ae634294352e562433968968cf4674963d5e" 2018-08-01 04:53:34,510 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:53:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ce657532-f56f-4bc1-b46a-4fd491588174 Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "147f18c7e1e349fc8e383440249c4c73", "links": {"self": "http://172.30.9.21:5000/v3/roles/147f18c7e1e349fc8e383440249c4c73"}, "name": "reader"}, {"domain_id": null, "id": "730dcac60af740de8f4eb572d8499268", "links": {"self": "http://172.30.9.21:5000/v3/roles/730dcac60af740de8f4eb572d8499268"}, "name": "swiftoperator"}, {"domain_id": null, "id": "86fab6e3eccc4f5f9bd58caee92e2693", "links": {"self": "http://172.30.9.21:5000/v3/roles/86fab6e3eccc4f5f9bd58caee92e2693"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b2b3ff44e054497fa64f6525e0e6195b", "links": {"self": "http://172.30.9.21:5000/v3/roles/b2b3ff44e054497fa64f6525e0e6195b"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ed1e3c9b852e426e8d791112d2fd4701", "links": {"self": "http://172.30.9.21:5000/v3/roles/ed1e3c9b852e426e8d791112d2fd4701"}, "name": "member"}, {"domain_id": null, "id": "f5c89a4293d34be3af121f401210ef46", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5c89a4293d34be3af121f401210ef46"}, "name": "ResellerAdmin"}]} 2018-08-01 04:53:34,510 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-ce657532-f56f-4bc1-b46a-4fd491588174 2018-08-01 04:53:34,510 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.107986927032s 2018-08-01 04:53:34,510 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-ce657532-f56f-4bc1-b46a-4fd491588174 2018-08-01 04:53:34,515 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.roles 2018-08-01 04:53:34,517 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}8444ae634294352e562433968968cf4674963d5e" -d '{"role": {"name": "heat_stack_owner"}}' 2018-08-01 04:53:34,629 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 01 Aug 2018 04:53:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bed4ffa7-8741-43b3-b96b-0b08ebcc3ae5 Content-Length: 187 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "ad67d551a0ed4d878f5d7550caae0aea", "links": {"self": "http://172.30.9.21:5000/v3/roles/ad67d551a0ed4d878f5d7550caae0aea"}, "name": "heat_stack_owner"}} 2018-08-01 04:53:34,630 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-bed4ffa7-8741-43b3-b96b-0b08ebcc3ae5 2018-08-01 04:53:34,630 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.roles in 0.114985942841s 2018-08-01 04:53:34,630 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/roles used request id req-bed4ffa7-8741-43b3-b96b-0b08ebcc3ae5 2018-08-01 04:53:34,634 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-01 04:53:34,637 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8444ae634294352e562433968968cf4674963d5e" 2018-08-01 04:53:34,731 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:53:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8a7862db-9b92-46ec-a858-63fc7a9f89ad Content-Encoding: gzip Content-Length: 411 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "147f18c7e1e349fc8e383440249c4c73", "links": {"self": "http://172.30.9.21:5000/v3/roles/147f18c7e1e349fc8e383440249c4c73"}, "name": "reader"}, {"domain_id": null, "id": "730dcac60af740de8f4eb572d8499268", "links": {"self": "http://172.30.9.21:5000/v3/roles/730dcac60af740de8f4eb572d8499268"}, "name": "swiftoperator"}, {"domain_id": null, "id": "86fab6e3eccc4f5f9bd58caee92e2693", "links": {"self": "http://172.30.9.21:5000/v3/roles/86fab6e3eccc4f5f9bd58caee92e2693"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ad67d551a0ed4d878f5d7550caae0aea", "links": {"self": "http://172.30.9.21:5000/v3/roles/ad67d551a0ed4d878f5d7550caae0aea"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "b2b3ff44e054497fa64f6525e0e6195b", "links": {"self": "http://172.30.9.21:5000/v3/roles/b2b3ff44e054497fa64f6525e0e6195b"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ed1e3c9b852e426e8d791112d2fd4701", "links": {"self": "http://172.30.9.21:5000/v3/roles/ed1e3c9b852e426e8d791112d2fd4701"}, "name": "member"}, {"domain_id": null, "id": "f5c89a4293d34be3af121f401210ef46", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5c89a4293d34be3af121f401210ef46"}, "name": "ResellerAdmin"}]} 2018-08-01 04:53:34,731 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-8a7862db-9b92-46ec-a858-63fc7a9f89ad 2018-08-01 04:53:34,731 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0974540710449s 2018-08-01 04:53:34,731 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-8a7862db-9b92-46ec-a858-63fc7a9f89ad 2018-08-01 04:53:34,736 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-01 04:53:34,740 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}8444ae634294352e562433968968cf4674963d5e" 2018-08-01 04:53:34,847 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:53:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9a8e1e7e-9851-4776-9e44-0136ba935ed9 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-01 04:53:34,847 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains/default used request id req-9a8e1e7e-9851-4776-9e44-0136ba935ed9 2018-08-01 04:53:34,847 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.110383987427s 2018-08-01 04:53:34,847 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains/default used request id req-9a8e1e7e-9851-4776-9e44-0136ba935ed9 2018-08-01 04:53:34,848 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-01 04:53:34,851 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}8444ae634294352e562433968968cf4674963d5e" 2018-08-01 04:53:34,887 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:53:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6cf00057-db4d-44b6-b3aa-95e69b698659 Content-Encoding: gzip Content-Length: 837 Content-Type: application/json RESP BODY: {"users": [{"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/0f8a0650d1a846e88ba44704b50255c1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0f8a0650d1a846e88ba44704b50255c1", "email": "glance@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/130b7ea936644204a37124e676ddf428"}, "domain_id": "default", "enabled": true, "options": {}, "id": "130b7ea936644204a37124e676ddf428", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/1476f1d37caa49ec90baf29b9d92850d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1476f1d37caa49ec90baf29b9d92850d", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/386874e6c2464a43ba93f0248a95595b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "386874e6c2464a43ba93f0248a95595b", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat_ims-user_ac19ae67-8a04-434b-b065-8d594a8926e1", "links": {"self": "http://172.30.9.21:5000/v3/users/39a67e8266a941419221c6c2899087f6"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "39a67e8266a941419221c6c2899087f6", "domain_id": "default", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/3cb1fd184ec34300aba849c010464d1a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3cb1fd184ec34300aba849c010464d1a", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/749556e27c83423fb69e649d00450103"}, "domain_id": "default", "enabled": true, "options": {}, "id": "749556e27c83423fb69e649d00450103", "email": "admin@example.com", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.21:5000/v3/users/b6122bbf2037491bb9db6c47618110d1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b6122bbf2037491bb9db6c47618110d1", "email": "swift@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/c09ff16c1a614c8bbc73ec74064357a4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c09ff16c1a614c8bbc73ec74064357a4", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/c1daa0d43666493abbd83fb1577cff74"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c1daa0d43666493abbd83fb1577cff74", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/d1cc4ab5045f48be8e12d229b3b59cac"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d1cc4ab5045f48be8e12d229b3b59cac", "email": "cinder@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.21:5000/v3/users/d32629a0e7364688b6a82d496d6e354d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d32629a0e7364688b6a82d496d6e354d", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/d5ee6c90793c4cbeb762d8c68db45d5c"}, "domain_id": "cc40371ace4f4c2e9452fa2c52c1368e", "enabled": true, "options": {}, "id": "d5ee6c90793c4cbeb762d8c68db45d5c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/d91fd39b379e480e825eb2aa75b847b7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d91fd39b379e480e825eb2aa75b847b7", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/ecd8a45bf2844011921c3e9caab06794"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ecd8a45bf2844011921c3e9caab06794", "email": "heat@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-08-01 04:53:34,887 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-6cf00057-db4d-44b6-b3aa-95e69b698659 2018-08-01 04:53:34,887 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0391929149628s 2018-08-01 04:53:34,888 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-6cf00057-db4d-44b6-b3aa-95e69b698659 2018-08-01 04:53:34,899 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-01 04:53:34,902 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21: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}8444ae634294352e562433968968cf4674963d5e" 2018-08-01 04:53:35,004 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:53:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a81cfece-e533-43cc-9a12-4edc853e3b89 Content-Encoding: gzip Content-Length: 393 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/90aa95516c664aef94b667c55fdaffe9"}, "tags": [], "enabled": true, "id": "90aa95516c664aef94b667c55fdaffe9", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: heat_ims", "links": {"self": "http://172.30.9.21:5000/v3/projects/cb07e8418d69451592b95ae8f2017d7c"}, "tags": [], "enabled": true, "id": "cb07e8418d69451592b95ae8f2017d7c", "parent_id": "default", "domain_id": "default", "name": "heat_ims-project_ac19ae67-8a04-434b-b065-8d594a8926e1"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/89443fd7c5cf4259bed71fca1c3fe619"}, "tags": [], "enabled": true, "id": "89443fd7c5cf4259bed71fca1c3fe619", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-08-01 04:53:35,004 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?domain_id=default used request id req-a81cfece-e533-43cc-9a12-4edc853e3b89 2018-08-01 04:53:35,005 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.105571985245s 2018-08-01 04:53:35,005 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?domain_id=default used request id req-a81cfece-e533-43cc-9a12-4edc853e3b89 2018-08-01 04:53:35,012 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-01 04:53:35,015 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:5000/v3/role_assignments?user.id=39a67e8266a941419221c6c2899087f6&role.id=ad67d551a0ed4d878f5d7550caae0aea&scope.project.id=cb07e8418d69451592b95ae8f2017d7c" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8444ae634294352e562433968968cf4674963d5e" 2018-08-01 04:53:35,122 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:53:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2af37f7f-bcf3-42df-be14-5ed593e5a306 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.21:5000/v3/role_assignments?user.id=39a67e8266a941419221c6c2899087f6&role.id=ad67d551a0ed4d878f5d7550caae0aea&scope.project.id=cb07e8418d69451592b95ae8f2017d7c", "previous": null, "next": null}} 2018-08-01 04:53:35,122 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/role_assignments?user.id=39a67e8266a941419221c6c2899087f6&role.id=ad67d551a0ed4d878f5d7550caae0aea&scope.project.id=cb07e8418d69451592b95ae8f2017d7c used request id req-2af37f7f-bcf3-42df-be14-5ed593e5a306 2018-08-01 04:53:35,122 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.110167980194s 2018-08-01 04:53:35,123 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/role_assignments?user.id=39a67e8266a941419221c6c2899087f6&role.id=ad67d551a0ed4d878f5d7550caae0aea&scope.project.id=cb07e8418d69451592b95ae8f2017d7c used request id req-2af37f7f-bcf3-42df-be14-5ed593e5a306 2018-08-01 04:53:35,126 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-01 04:53:35,129 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:5000/v3/projects/cb07e8418d69451592b95ae8f2017d7c/users/39a67e8266a941419221c6c2899087f6/roles/ad67d551a0ed4d878f5d7550caae0aea -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8444ae634294352e562433968968cf4674963d5e" 2018-08-01 04:53:35,278 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 01 Aug 2018 04:53:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c881ab51-0d7e-4c4f-8f9e-d3ae1efec2f4 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-01 04:53:35,279 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/cb07e8418d69451592b95ae8f2017d7c/users/39a67e8266a941419221c6c2899087f6/roles/ad67d551a0ed4d878f5d7550caae0aea used request id req-c881ab51-0d7e-4c4f-8f9e-d3ae1efec2f4 2018-08-01 04:53:35,279 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.152761936188s 2018-08-01 04:53:35,279 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/cb07e8418d69451592b95ae8f2017d7c/users/39a67e8266a941419221c6c2899087f6/roles/ad67d551a0ed4d878f5d7550caae0aea used request id req-c881ab51-0d7e-4c4f-8f9e-d3ae1efec2f4 2018-08-01 04:53:35,280 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-08-01 04:53:35,281 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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-01 04:53:35,287 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:53:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-07dc0a4f-a77d-4ee8-ade9-6581c59c7d8d Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-01 04:53:35,287 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-07dc0a4f-a77d-4ee8-ade9-6581c59c7d8d 2018-08-01 04:53:35,288 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-08-01 04:53:35,704 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ed1e3c9b852e426e8d791112d2fd4701", "name": "member"}, {"id": "ad67d551a0ed4d878f5d7550caae0aea", "name": "heat_stack_owner"}, {"id": "147f18c7e1e349fc8e383440249c4c73", "name": "reader"}], "expires_at": "2018-08-01T05:53:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cb07e8418d69451592b95ae8f2017d7c", "name": "heat_ims-project_ac19ae67-8a04-434b-b065-8d594a8926e1"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5af2a23f0d4746a18ce9987becf49813"}, {"url": "http://192.30.9.7:8004/v1/cb07e8418d69451592b95ae8f2017d7c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d6722b9f2184abb8e7b581d10709b51"}, {"url": "http://192.30.9.7:8004/v1/cb07e8418d69451592b95ae8f2017d7c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc81206c7ec74b63a868c84343e2355a"}], "type": "orchestration", "id": "032123c5c07d477ab419a77fddb5ca2b", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/cb07e8418d69451592b95ae8f2017d7c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00197bc0507d42718c9de1a1f3ff7fa9"}, {"url": "http://192.30.9.7:8776/v2/cb07e8418d69451592b95ae8f2017d7c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "186c94a5205743a68de2c02795dd12cf"}, {"url": "http://192.30.9.7:8776/v2/cb07e8418d69451592b95ae8f2017d7c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32c49f45893f4074a75a056facd63fc5"}], "type": "volumev2", "id": "09ef7c245fd9479f97ffee152dae0c8e", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27e89bb29a0d43ce83aefd4cae0f7bd7"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "295d31abf3f44d85b346281cd9c04740"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d685797f4b164aa48837a822ed32598b"}], "type": "alarming", "id": "0f8615b3651c41099fe76f0fa5b23dd1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f0c9b6089cd4f558ee73fabe48d842a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "551cf56b00bd4d038a8694d11700f2ef"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9ea08b0116c4412eaded9a074baa4211"}], "type": "image", "id": "17038717f3f0408e8c9d5af024ea0aab", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "17647a3a3a00479b9213e6f6cf7a30ea", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c2328ef964c4156917122cfb247f0c4"}, {"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33d0ce77838b4a0fbe56c50f7b1e4d71"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38b745fc1fe14a8691a6fb2553ade0e0"}], "type": "event", "id": "1d35633c710f4d9c88e1f50abe614b06", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/cb07e8418d69451592b95ae8f2017d7c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dcebb246e8d42fab040b053411c0957"}, {"url": "http://192.30.9.7:8776/v3/cb07e8418d69451592b95ae8f2017d7c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92f3de4ac4f44b9a95bdb5c3f0c34d51"}, {"url": "http://172.30.9.21:8776/v3/cb07e8418d69451592b95ae8f2017d7c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f92025e32c9344f587283e14c1506699"}], "type": "volumev3", "id": "27b85f80d71f464183ff256181f71b43", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0f1136276d75402689a9c377621253ce"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b943f44b606457c91b7d5098b199be0"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b47ac34c09dc4c05b1ca4c869d47eaeb"}], "type": "metric", "id": "5a0ae06ba8b741ffb51d39c9adb9451c", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10bc7f20cf92414cb6d088da882341c5"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "53c0109d8bd545ef83f6d70ce101d52d"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d3688eabec1484e8c6549a46b35b25f"}], "type": "cloudformation", "id": "64e449782da244a4b49ea375e297a3ea", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/cb07e8418d69451592b95ae8f2017d7c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8713e9b13a6e43c59e8aa6d6cd510b2b"}, {"url": "http://192.30.9.7:8776/v1/cb07e8418d69451592b95ae8f2017d7c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b073433cdd0f4518882ecf0e413ae4af"}, {"url": "http://172.30.9.21:8776/v1/cb07e8418d69451592b95ae8f2017d7c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fc41a1400c1945199a7f0758b5566e31"}], "type": "volume", "id": "6951fb022adb46feaa04f1020c483fd1", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "247e0a42582047fb8b1a74db1f38edf7"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37ed8998a3894a91b69a9e4f00e62b69"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b11d1b5d1d9043d88291c85c92eb73f4"}], "type": "placement", "id": "83e7ef9cff3b4731b936862816b9afd9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "432bfc9d0c4249dd9ccda5421e19b9e2"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f93c2c146b149cbb3483078f52c4bdf"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd4fdce564324509818028dc78641d8d"}], "type": "network", "id": "94871ebfcb5240ebb8b1c19b8739272c", "name": "neutron"}, {"endpoints": [{"url": "http://12.0.0.40:8080/v1/AUTH_cb07e8418d69451592b95ae8f2017d7c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2333bd642dd5455c8f03d343d974704d"}, {"url": "http://12.0.0.40:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c3a57c4832a74174a0c0889da1e1364b"}, {"url": "http://172.30.9.21:8080/v1/AUTH_cb07e8418d69451592b95ae8f2017d7c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f27db37221fb446f86228761531722fd"}], "type": "object-store", "id": "b008c8aea7694b57822ddc559b6dfc45", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "038ac873a08f40dab615db1106f36b91"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9c064a815b5c40c0bb0beee1dee18b58"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa33b6fd9ec24bfb9e27785b76bc205d"}], "type": "identity", "id": "de72ed0871ef4a7bab6d7ea0bbfa8d90", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c04b9806aca48e692c506107e0bd3a6"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "449f60307ac54b799d4527d2070f35db"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d69efddbf8af404a9b303b99cfb12f43"}], "type": "compute", "id": "eb2dd02d9ef54f67b42600e437ecb401", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "heat_ims-user_ac19ae67-8a04-434b-b065-8d594a8926e1", "id": "39a67e8266a941419221c6c2899087f6"}, "audit_ids": ["YS_vuiOZQf6MeFXnxIHDFQ"], "issued_at": "2018-08-01T04:53:35.000000Z"}} 2018-08-01 04:53:35,705 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}0910264bccd9882772f9f48a9e0ee08c6d67f5be" -d '{"keypair": {"name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1"}}' 2018-08-01 04:53:36,033 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04: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-75a1e7d8-58f0-4432-b250-c0f2006b5e35 x-compute-request-id: req-75a1e7d8-58f0-4432-b250-c0f2006b5e35 Content-Encoding: gzip Content-Length: 1803 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDbqGeS0Iouu5NQJSa4mw+OdTrs/ZscnxexcJA9cziBosc48kwwaniLhDNhkud+jKRJaN1nhAjoGQ9AYsjJyHA9IXZohnXmQMoEm9cLkXykdqd+qCJAKOQgxTSYnR3bURO7XiBIbCWiCc9ezMf5q497guU8dR0a5Kx0yOLUbhwbZ+cD5d1QYACDqPe8S9H9INO1WA8nzAvswv4j5C/GnOgxyws5PzacfNVNYgOXRUUijsdmhfM38LBnpcHiMLbpBjMgTzA+vCrfpw4JXrtu1PcSgRGPNM5bqN0eo8Mi3Xhxqa3QzTSjDFwgLKxJs7zGXZ3KBbB1CygXT6bN+rsZ3wST Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEA26hnktCKLruTUCUmuJsPjnU67P2bHJ8XsXCQPXM4gaLHOPJM\nMGp4i4QzYZLnfoykSWjdZ4QI6BkPQGLIychwPSF2aIZ15kDKBJvXC5F8pHanfqgi\nQCjkIMU0mJ0d21ETu14gSGwlognPXszH+auPe4LlPHUdGuSsdMji1G4cG2fnA+Xd\nUGAAg6j3vEvR/SDTtVgPJ8wL7ML+I+QvxpzoMcsLOT82nHzVTWIDl0VFIo7HZoXz\nN/CwZ6XB4jC26QYzIE8wPrwq36cOCV67btT3EoERjzTOW6jdHqPDIt14camt0M00\nowxcICysSbO8xl2dygWwdQsoF0+mzfq7Gd8EkwIDAQABAoIBAEGaIRzK5YohgVSd\nU9wsi0/bmTawY0QAC751xM5lfAnTiLZsPu7yzX+1gvbwPe0gqew2wnEpENPosBJl\nrlv9XfAT7142Uj3rOap4tJgC4nvn6Aw+wMPysndLDnNJ8WHP7Bm4eeHHUtH7JhDF\nDjB12Ytkw3vz6jZe91aFrKEPJZvVNWFMJYAOhYf17CTL/HE97bVCycwoQ3eKgxTy\nG7IJ+BNDKXw05C2S/y5U96cG0aGPxfcmWvU8MNw8brVwB5F0psVMteBTA55DXSno\nKAlaSjVkzaKfKkDuUvxJQbquLlyWBeS+KENbGXx0Q/e1jB5Z1oK72+8KQyqGmcQG\nQepNyQkCgYEA+nPHHDolsMw1PlrEZPTBR7C2fr+gToL6QV59oRBxhpqj+IhrtCFI\nOVhvLXp82mwkyYI/xHTiQjyvKLftFUu5Nrk1ZAv2PWuRtGbwiw8ZaOJWABU+U8k+\ny3ZVhxQE+Hh4tGYAtwLw+it85Hmefwi6uun8Wmv0g2j9scsxtCZoZE0CgYEA4IYA\nxCUL2KMK4Sv0aX+SlTJ+V0cKU80HmeVWb3n4WDJO/oEvyrLhrUus0spWl7nwrMZ2\nXXyBRyWY0iPVJp++YUiX+98os+aycHehhpXtwmDjZMXF0ARx1tGsDULjoTlQVQBH\n4VW4d2YFgmoprFcVH0SBoVWCBWrzt6KI6dr+/F8CgYEAp0m0Ql94k3ojSk4YhpKR\nk5AupcTbj/WesREreuzf15ftVHHS9xOQCXXPdSIuyTqY69xLOa8U/kdIfDs2ahYV\nVb8qMXRn+qiiP0zO+SORxmQAK7gE1LREdGTLRhmSJGFbxqunaJbXXVK07mtp+dJb\n38Ow4rjfLvNvGVXvEjThX7UCgYA7IY+aGNeh2m7HFrhsAHkuafn0KnWB1IGn+kpl\nWY4aTEWZqZRYofvllASUD03277V/C1WpEV1Ky5AP5/f/EBsnq+K7Ju6lUqC0Fg2o\nUFwp0TKSG7QZMNJ6bQYPCArDL0EE4eoMYnMOnwPccPFAvj6F2Zj6UHbJzn0ZY+kD\nDfYRqQKBgCdzEFH02tHKqIt99lb0Ve6u89JANYD9pv4bw/pOesjgMJLk9MQKvUds\n7iuN3XtM6gfi4Rxom7ir9P5ObDwuakv7Q/Dc/cbg2YRL/n5o0lPha6JkbqsUueir\nlRb9bg6lp6kc5/G+72TLOI6zHKrMBSZV4mfjDc2YrQOYyA69i9Sm\n-----END RSA PRIVATE KEY-----\n", "user_id": "39a67e8266a941419221c6c2899087f6", "name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "fingerprint": "c8:a4:fa:54:c3:83:25:0d:b6:e3:b3:40:35:ac:33:7a"}} 2018-08-01 04:53:36,033 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/os-keypairs used request id req-75a1e7d8-58f0-4432-b250-c0f2006b5e35 2018-08-01 04:53:36,034 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.75301194191s 2018-08-01 04:53:36,034 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/os-keypairs used request id req-75a1e7d8-58f0-4432-b250-c0f2006b5e35 2018-08-01 04:53:36,035 - functest.opnfv_tests.vnf.ims.heat_ims - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDbqGeS0Iouu5NQJSa4mw+OdTrs/ZscnxexcJA9cziBosc48kwwaniLhDNhkud+jKRJaN1nhAjoGQ9AYsjJyHA9IXZohnXmQMoEm9cLkXykdqd+qCJAKOQgxTSYnR3bURO7XiBIbCWiCc9ezMf5q497guU8dR0a5Kx0yOLUbhwbZ+cD5d1QYACDqPe8S9H9INO1WA8nzAvswv4j5C/GnOgxyws5PzacfNVNYgOXRUUijsdmhfM38LBnpcHiMLbpBjMgTzA+vCrfpw4JXrtu1PcSgRGPNM5bqN0eo8Mi3Xhxqa3QzTSjDFwgLKxJs7zGXZ3KBbB1CygXT6bN+rsZ3wST Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEA26hnktCKLruTUCUmuJsPjnU67P2bHJ8XsXCQPXM4gaLHOPJM\nMGp4i4QzYZLnfoykSWjdZ4QI6BkPQGLIychwPSF2aIZ15kDKBJvXC5F8pHanfqgi\nQCjkIMU0mJ0d21ETu14gSGwlognPXszH+auPe4LlPHUdGuSsdMji1G4cG2fnA+Xd\nUGAAg6j3vEvR/SDTtVgPJ8wL7ML+I+QvxpzoMcsLOT82nHzVTWIDl0VFIo7HZoXz\nN/CwZ6XB4jC26QYzIE8wPrwq36cOCV67btT3EoERjzTOW6jdHqPDIt14camt0M00\nowxcICysSbO8xl2dygWwdQsoF0+mzfq7Gd8EkwIDAQABAoIBAEGaIRzK5YohgVSd\nU9wsi0/bmTawY0QAC751xM5lfAnTiLZsPu7yzX+1gvbwPe0gqew2wnEpENPosBJl\nrlv9XfAT7142Uj3rOap4tJgC4nvn6Aw+wMPysndLDnNJ8WHP7Bm4eeHHUtH7JhDF\nDjB12Ytkw3vz6jZe91aFrKEPJZvVNWFMJYAOhYf17CTL/HE97bVCycwoQ3eKgxTy\nG7IJ+BNDKXw05C2S/y5U96cG0aGPxfcmWvU8MNw8brVwB5F0psVMteBTA55DXSno\nKAlaSjVkzaKfKkDuUvxJQbquLlyWBeS+KENbGXx0Q/e1jB5Z1oK72+8KQyqGmcQG\nQepNyQkCgYEA+nPHHDolsMw1PlrEZPTBR7C2fr+gToL6QV59oRBxhpqj+IhrtCFI\nOVhvLXp82mwkyYI/xHTiQjyvKLftFUu5Nrk1ZAv2PWuRtGbwiw8ZaOJWABU+U8k+\ny3ZVhxQE+Hh4tGYAtwLw+it85Hmefwi6uun8Wmv0g2j9scsxtCZoZE0CgYEA4IYA\nxCUL2KMK4Sv0aX+SlTJ+V0cKU80HmeVWb3n4WDJO/oEvyrLhrUus0spWl7nwrMZ2\nXXyBRyWY0iPVJp++YUiX+98os+aycHehhpXtwmDjZMXF0ARx1tGsDULjoTlQVQBH\n4VW4d2YFgmoprFcVH0SBoVWCBWrzt6KI6dr+/F8CgYEAp0m0Ql94k3ojSk4YhpKR\nk5AupcTbj/WesREreuzf15ftVHHS9xOQCXXPdSIuyTqY69xLOa8U/kdIfDs2ahYV\nVb8qMXRn+qiiP0zO+SORxmQAK7gE1LREdGTLRhmSJGFbxqunaJbXXVK07mtp+dJb\n38Ow4rjfLvNvGVXvEjThX7UCgYA7IY+aGNeh2m7HFrhsAHkuafn0KnWB1IGn+kpl\nWY4aTEWZqZRYofvllASUD03277V/C1WpEV1Ky5AP5/f/EBsnq+K7Ju6lUqC0Fg2o\nUFwp0TKSG7QZMNJ6bQYPCArDL0EE4eoMYnMOnwPccPFAvj6F2Zj6UHbJzn0ZY+kD\nDfYRqQKBgCdzEFH02tHKqIt99lb0Ve6u89JANYD9pv4bw/pOesjgMJLk9MQKvUds\n7iuN3XtM6gfi4Rxom7ir9P5ObDwuakv7Q/Dc/cbg2YRL/n5o0lPha6JkbqsUueir\nlRb9bg6lp6kc5/G+72TLOI6zHKrMBSZV4mfjDc2YrQOYyA69i9Sm\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'39a67e8266a941419221c6c2899087f6', 'name': u'heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1', 'created_at': '2018-08-01T04:53:36.035111', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'cb07e8418d69451592b95ae8f2017d7c', 'name': 'heat_ims-project_ac19ae67-8a04-434b-b065-8d594a8926e1', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'c8:a4:fa:54:c3:83:25:0d:b6:e3:b3:40:35:ac:33:7a', 'type': 'ssh', 'id': u'heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1'}) 2018-08-01 04:53:36,035 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img 2018-08-01 04:53:37,519 - shade - DEBUG - Image file /home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img md5:81360220b4382d4b91eef0ebaf46a661 sha256:c32842906fda865db9034d5a3159ad979a5432d2fec0864c6f6bed7b7de7338e 2018-08-01 04:53:37,521 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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-01 04:53:37,526 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 754 Date: Wed, 01 Aug 2018 04:53:37 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.6", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}]} 2018-08-01 04:53:37,531 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-01 04:53:37,534 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 04:53:37,765 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-b848fb7d-76ac-4cc9-b75b-97afb5cdd86f Date: Wed, 01 Aug 2018 04:53:37 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-01 04:53:37,765 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-b848fb7d-76ac-4cc9-b75b-97afb5cdd86f 2018-08-01 04:53:37,765 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.234288930893s 2018-08-01 04:53:37,765 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-b848fb7d-76ac-4cc9-b75b-97afb5cdd86f 2018-08-01 04:53:37,770 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-01 04:53:37,773 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" -d '{"owner_specified.shade.md5": "81360220b4382d4b91eef0ebaf46a661", "owner_specified.shade.sha256": "c32842906fda865db9034d5a3159ad979a5432d2fec0864c6f6bed7b7de7338e", "owner_specified.shade.object": "images/heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1"}' 2018-08-01 04:53:38,106 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 876 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/5ee586ea-c13f-471b-8079-57178d06ca87 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-ff13ce3a-6540-48d2-9317-3733b44dd75c Date: Wed, 01 Aug 2018 04:53:38 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/5ee586ea-c13f-471b-8079-57178d06ca87/file", "owner": "cb07e8418d69451592b95ae8f2017d7c", "id": "5ee586ea-c13f-471b-8079-57178d06ca87", "size": null, "self": "/v2/images/5ee586ea-c13f-471b-8079-57178d06ca87", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "c32842906fda865db9034d5a3159ad979a5432d2fec0864c6f6bed7b7de7338e", "updated_at": "2018-08-01T04:53:38Z", "visibility": "private", "owner_specified.shade.object": "images/heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "81360220b4382d4b91eef0ebaf46a661", "name": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "checksum": null, "created_at": "2018-08-01T04:53:38Z", "protected": false} 2018-08-01 04:53:38,106 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-ff13ce3a-6540-48d2-9317-3733b44dd75c 2018-08-01 04:53:38,106 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.335470199585s 2018-08-01 04:53:38,106 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-ff13ce3a-6540-48d2-9317-3733b44dd75c returning object 5ee586ea-c13f-471b-8079-57178d06ca87 2018-08-01 04:53:38,107 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-01 04:53:38,111 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9292/v2/images/5ee586ea-c13f-471b-8079-57178d06ca87/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}0910264bccd9882772f9f48a9e0ee08c6d67f5be" -d '' 2018-08-01 04:53:42,573 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-08d5b830-2e60-4da2-98cf-b5631d2febdc Date: Wed, 01 Aug 2018 04:53: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-01 04:53:42,573 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/5ee586ea-c13f-471b-8079-57178d06ca87/file used request id req-08d5b830-2e60-4da2-98cf-b5631d2febdc 2018-08-01 04:53:42,573 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 4.46618199348s 2018-08-01 04:53:42,574 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/5ee586ea-c13f-471b-8079-57178d06ca87/file used request id req-08d5b830-2e60-4da2-98cf-b5631d2febdc 2018-08-01 04:53:42,574 - functest.core.singlevm - DEBUG - image: Munch({u'status': u'queued', u'owner_specified.shade.object': u'images/heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2018-08-01T04:53:38Z', u'owner_specified.shade.sha256': u'c32842906fda865db9034d5a3159ad979a5432d2fec0864c6f6bed7b7de7338e', u'locations': [], u'min_disk': 0, u'visibility': u'private', u'file': u'/v2/images/5ee586ea-c13f-471b-8079-57178d06ca87/file', u'owner': u'cb07e8418d69451592b95ae8f2017d7c', u'virtual_size': None, u'owner_specified.shade.md5': u'81360220b4382d4b91eef0ebaf46a661', u'id': u'5ee586ea-c13f-471b-8079-57178d06ca87', u'size': None, u'name': u'heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1', u'checksum': None, u'self': u'/v2/images/5ee586ea-c13f-471b-8079-57178d06ca87', u'disk_format': u'qcow2', u'protected': False, u'created_at': u'2018-08-01T04:53:38Z', u'schema': u'/v2/schemas/image'}) 2018-08-01 04:53:42,575 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-01 04:53:42,578 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}8444ae634294352e562433968968cf4674963d5e" -d '{"flavor": {"vcpus": 2, "ram": 2048, "name": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 25, "id": null, "swap": 0}}' 2018-08-01 04:53:42,821 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:53: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-ca058a82-d254-472d-b79d-03154ebcc8ff x-compute-request-id: req-ca058a82-d254-472d-b79d-03154ebcc8ff Content-Encoding: gzip Content-Length: 313 Content-Type: application/json RESP BODY: {"flavor": {"name": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/d408bbdd-eb67-4274-af5f-12cad1e36091", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/d408bbdd-eb67-4274-af5f-12cad1e36091", "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": "d408bbdd-eb67-4274-af5f-12cad1e36091"}} 2018-08-01 04:53:42,821 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-ca058a82-d254-472d-b79d-03154ebcc8ff 2018-08-01 04:53:42,821 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.246024847031s 2018-08-01 04:53:42,821 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-ca058a82-d254-472d-b79d-03154ebcc8ff 2018-08-01 04:53:42,822 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1', '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'90aa95516c664aef94b667c55fdaffe9', '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'd408bbdd-eb67-4274-af5f-12cad1e36091', 'swap': 0}) 2018-08-01 04:53:42,823 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-01 04:53:42,826 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/flavors/d408bbdd-eb67-4274-af5f-12cad1e36091/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}8444ae634294352e562433968968cf4674963d5e" -d '{"extra_specs": {}}' 2018-08-01 04:53:42,846 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:53: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-694167d3-c551-41d2-8b2e-9467468be7dc x-compute-request-id: req-694167d3-c551-41d2-8b2e-9467468be7dc Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-01 04:53:42,846 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors/d408bbdd-eb67-4274-af5f-12cad1e36091/os-extra_specs used request id req-694167d3-c551-41d2-8b2e-9467468be7dc 2018-08-01 04:53:42,846 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.022882938385s 2018-08-01 04:53:42,846 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors/d408bbdd-eb67-4274-af5f-12cad1e36091/os-extra_specs used request id req-694167d3-c551-41d2-8b2e-9467468be7dc 2018-08-01 04:53:42,847 - functest.opnfv_tests.vnf.ims.heat_ims - INFO - Create Heat Stack 2018-08-01 04:53:43,625 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.POST.stacks 2018-08-01 04:53:43,627 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/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}0910264bccd9882772f9f48a9e0ee08c6d67f5be" -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_ac19ae67-8a04-434b-b065-8d594a8926e1", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "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": "262fe7ec-b437-40b8-908b-6eb66c149655", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "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-01 04:53:54,646 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 01 Aug 2018 04:53:43 GMT Server: Apache x-openstack-request-id: req-03254346-8de8-4141-ab01-821d750e996f Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62 Content-Length: 217 Content-Type: application/json RESP BODY: {"stack": {"id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}]}} 2018-08-01 04:53:54,646 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks used request id req-03254346-8de8-4141-ab01-821d750e996f 2018-08-01 04:53:54,646 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.POST.stacks in 11.0213849545s 2018-08-01 04:53:54,646 - shade.request_ids - DEBUG - POST call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks used request id req-03254346-8de8-4141-ab01-821d750e996f 2018-08-01 04:53:54,647 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 04:53:54,650 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/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}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 04:53:54,857 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 04:53:54 GMT Server: Apache x-openstack-request-id: req-799e077a-b4c3-4a1f-9e89-256291647aa8 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/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-01 04:53:55,106 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:53:54 GMT Server: Apache x-openstack-request-id: req-a561d11a-89c3-4ca4-b058-a369a9a12f8b Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 334 Content-Type: application/json RESP BODY: {"events": [{"resource_name": "clearwater-opnfv", "event_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/resources/clearwater-opnfv/events/0cf4405d-0609-4c8b-bb4b-16bce7f898e1", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/resources/clearwater-opnfv", "rel": "resource"}, {"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "stack"}], "logical_resource_id": "clearwater-opnfv", "resource_status_reason": "Stack CREATE started", "resource_status": "CREATE_IN_PROGRESS", "physical_resource_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "id": "0cf4405d-0609-4c8b-bb4b-16bce7f898e1"}]} 2018-08-01 04:53:55,106 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?sort_dir=asc&sort_dir=asc used request id req-a561d11a-89c3-4ca4-b058-a369a9a12f8b 2018-08-01 04:53:55,106 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.459186077118s 2018-08-01 04:53:55,107 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?sort_dir=asc&sort_dir=asc used request id req-a561d11a-89c3-4ca4-b058-a369a9a12f8b 2018-08-01 04:54:00,113 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 04:54:00,116 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=0cf4405d-0609-4c8b-bb4b-16bce7f898e1&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 04:54:00,972 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 04:54:00 GMT Server: Apache x-openstack-request-id: req-d3a13ced-f752-46b4-bf7c-854a20e7f22e Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=0cf4405d-0609-4c8b-bb4b-16bce7f898e1&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 04:54:01,252 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:54:00 GMT Server: Apache x-openstack-request-id: req-d0b389cb-7174-467d-ac67-a30d6235e131 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 513 Content-Type: application/json RESP BODY: {"events": [{"resource_name": "mgmt_network", "event_time": "2018-08-01T04:53:55Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/resources/mgmt_network/events/17932733-f28a-4eb7-bdf4-36752295ae8d", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/resources/mgmt_network", "rel": "resource"}, {"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "stack"}], "logical_resource_id": "mgmt_network", "resource_status_reason": "state changed", "resource_status": "CREATE_IN_PROGRESS", "physical_resource_id": "clearwater-opnfv-mgmt_network-x6m2s77zhaer", "id": "17932733-f28a-4eb7-bdf4-36752295ae8d"}, {"resource_name": "sig_network", "event_time": "2018-08-01T04:53:56Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/resources/sig_network/events/5047704c-9e11-4e76-9aae-202174ae4700", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/resources/sig_network", "rel": "resource"}, {"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "stack"}], "logical_resource_id": "sig_network", "resource_status_reason": "state changed", "resource_status": "CREATE_IN_PROGRESS", "physical_resource_id": "clearwater-opnfv-sig_network-wu4ijapm7pty", "id": "5047704c-9e11-4e76-9aae-202174ae4700"}, {"resource_name": "security_groups", "event_time": "2018-08-01T04:53:57Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/resources/security_groups/events/cd865690-a647-4f1f-8150-ddf643ce3fce", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/resources/security_groups", "rel": "resource"}, {"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "stack"}], "logical_resource_id": "security_groups", "resource_status_reason": "state changed", "resource_status": "CREATE_IN_PROGRESS", "physical_resource_id": "clearwater-opnfv-security_groups-ow3lpjmtjfg6", "id": "cd865690-a647-4f1f-8150-ddf643ce3fce"}]} 2018-08-01 04:54:01,252 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=0cf4405d-0609-4c8b-bb4b-16bce7f898e1&sort_dir=asc&marker=0cf4405d-0609-4c8b-bb4b-16bce7f898e1&sort_dir=asc used request id req-d0b389cb-7174-467d-ac67-a30d6235e131 2018-08-01 04:54:01,252 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 1.13909316063s 2018-08-01 04:54:01,252 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=0cf4405d-0609-4c8b-bb4b-16bce7f898e1&sort_dir=asc&marker=0cf4405d-0609-4c8b-bb4b-16bce7f898e1&sort_dir=asc used request id req-d0b389cb-7174-467d-ac67-a30d6235e131 2018-08-01 04:54:06,257 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 04:54:06,259 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=cd865690-a647-4f1f-8150-ddf643ce3fce&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 04:54:06,511 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 04:54:06 GMT Server: Apache x-openstack-request-id: req-041c38ef-3b8f-4749-9c07-ece24fd288eb Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=cd865690-a647-4f1f-8150-ddf643ce3fce&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 04:54:06,894 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:54:06 GMT Server: Apache x-openstack-request-id: req-389e22e5-6d71-4e4b-b824-44843355a9fe Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 04:54:06,895 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=cd865690-a647-4f1f-8150-ddf643ce3fce&sort_dir=asc&marker=cd865690-a647-4f1f-8150-ddf643ce3fce&sort_dir=asc used request id req-389e22e5-6d71-4e4b-b824-44843355a9fe 2018-08-01 04:54:06,895 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.637987852097s 2018-08-01 04:54:06,895 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=cd865690-a647-4f1f-8150-ddf643ce3fce&sort_dir=asc&marker=cd865690-a647-4f1f-8150-ddf643ce3fce&sort_dir=asc used request id req-389e22e5-6d71-4e4b-b824-44843355a9fe 2018-08-01 04:54:11,901 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 04:54:11,905 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=cd865690-a647-4f1f-8150-ddf643ce3fce&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 04:54:12,124 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 04:54:11 GMT Server: Apache x-openstack-request-id: req-f5cc5fb4-f212-4c64-8dd8-2120097892cd Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=cd865690-a647-4f1f-8150-ddf643ce3fce&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 04:54:12,357 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:54:12 GMT Server: Apache x-openstack-request-id: req-cd6e249f-5cf5-4454-bad0-2d5295457986 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 444 Content-Type: application/json RESP BODY: {"events": [{"resource_name": "sig_network", "event_time": "2018-08-01T04:54:10Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/resources/sig_network/events/b9754b21-7ec3-43a1-ba4e-d3dc6aee0806", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/resources/sig_network", "rel": "resource"}, {"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "stack"}], "logical_resource_id": "sig_network", "resource_status_reason": "state changed", "resource_status": "CREATE_COMPLETE", "physical_resource_id": "a95b8d1a-5fdb-4040-a2e3-ad0fec224d89", "id": "b9754b21-7ec3-43a1-ba4e-d3dc6aee0806"}, {"resource_name": "mgmt_network", "event_time": "2018-08-01T04:54:10Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/resources/mgmt_network/events/7df847cd-859a-4e8f-bbd5-84b77b34bc76", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/resources/mgmt_network", "rel": "resource"}, {"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "stack"}], "logical_resource_id": "mgmt_network", "resource_status_reason": "state changed", "resource_status": "CREATE_COMPLETE", "physical_resource_id": "dba2a688-9858-4d0f-882f-1f81e996e520", "id": "7df847cd-859a-4e8f-bbd5-84b77b34bc76"}]} 2018-08-01 04:54:12,357 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=cd865690-a647-4f1f-8150-ddf643ce3fce&sort_dir=asc&marker=cd865690-a647-4f1f-8150-ddf643ce3fce&sort_dir=asc used request id req-cd6e249f-5cf5-4454-bad0-2d5295457986 2018-08-01 04:54:12,357 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.456120014191s 2018-08-01 04:54:12,358 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=cd865690-a647-4f1f-8150-ddf643ce3fce&sort_dir=asc&marker=cd865690-a647-4f1f-8150-ddf643ce3fce&sort_dir=asc used request id req-cd6e249f-5cf5-4454-bad0-2d5295457986 2018-08-01 04:54:17,364 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 04:54:17,368 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=7df847cd-859a-4e8f-bbd5-84b77b34bc76&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 04:54:17,592 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 04:54:17 GMT Server: Apache x-openstack-request-id: req-e49879dc-0185-48d6-b790-2a5d6146b305 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=7df847cd-859a-4e8f-bbd5-84b77b34bc76&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 04:54:17,838 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:54:17 GMT Server: Apache x-openstack-request-id: req-171e6aa2-85e9-41ba-8554-a83f1e2a3ef3 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 04:54:17,838 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=7df847cd-859a-4e8f-bbd5-84b77b34bc76&sort_dir=asc&marker=7df847cd-859a-4e8f-bbd5-84b77b34bc76&sort_dir=asc used request id req-171e6aa2-85e9-41ba-8554-a83f1e2a3ef3 2018-08-01 04:54:17,838 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.473381996155s 2018-08-01 04:54:17,838 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=7df847cd-859a-4e8f-bbd5-84b77b34bc76&sort_dir=asc&marker=7df847cd-859a-4e8f-bbd5-84b77b34bc76&sort_dir=asc used request id req-171e6aa2-85e9-41ba-8554-a83f1e2a3ef3 2018-08-01 04:54:22,844 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 04:54:22,847 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=7df847cd-859a-4e8f-bbd5-84b77b34bc76&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 04:54:22,875 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 04:54:22 GMT Server: Apache x-openstack-request-id: req-af401fc5-78cf-452e-b259-07e0e20c87a0 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=7df847cd-859a-4e8f-bbd5-84b77b34bc76&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 04:54:23,514 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:54:22 GMT Server: Apache x-openstack-request-id: req-e5394250-b482-4452-bca3-a04827afca1c Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 454 Content-Type: application/json RESP BODY: {"events": [{"resource_name": "security_groups", "event_time": "2018-08-01T04:54:19Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/resources/security_groups/events/7cc90f85-b6e8-40dd-8ca1-72ef72e434eb", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/resources/security_groups", "rel": "resource"}, {"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "stack"}], "logical_resource_id": "security_groups", "resource_status_reason": "state changed", "resource_status": "CREATE_COMPLETE", "physical_resource_id": "97fe99c2-36ae-46e9-8b4a-a0cb5ef6065b", "id": "7cc90f85-b6e8-40dd-8ca1-72ef72e434eb"}, {"resource_name": "dns", "event_time": "2018-08-01T04:54:19Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/resources/dns/events/8fbbfe2e-45a3-4278-97e1-c5b40246ebf2", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/resources/dns", "rel": "resource"}, {"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "stack"}], "logical_resource_id": "dns", "resource_status_reason": "state changed", "resource_status": "CREATE_IN_PROGRESS", "physical_resource_id": "clearwater-opnfv-dns-hdoiv5rzxgbc", "id": "8fbbfe2e-45a3-4278-97e1-c5b40246ebf2"}]} 2018-08-01 04:54:23,514 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=7df847cd-859a-4e8f-bbd5-84b77b34bc76&sort_dir=asc&marker=7df847cd-859a-4e8f-bbd5-84b77b34bc76&sort_dir=asc used request id req-e5394250-b482-4452-bca3-a04827afca1c 2018-08-01 04:54:23,515 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.670135974884s 2018-08-01 04:54:23,515 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=7df847cd-859a-4e8f-bbd5-84b77b34bc76&sort_dir=asc&marker=7df847cd-859a-4e8f-bbd5-84b77b34bc76&sort_dir=asc used request id req-e5394250-b482-4452-bca3-a04827afca1c 2018-08-01 04:54:28,521 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 04:54:28,524 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=8fbbfe2e-45a3-4278-97e1-c5b40246ebf2&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 04:54:28,752 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 04:54:28 GMT Server: Apache x-openstack-request-id: req-987f6dc2-0690-4cb9-b9b0-088a34ffb4cd Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=8fbbfe2e-45a3-4278-97e1-c5b40246ebf2&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 04:54:28,794 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:54:28 GMT Server: Apache x-openstack-request-id: req-3c67799f-cbe9-4dda-8532-0846b263b46e Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 04:54:28,794 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=8fbbfe2e-45a3-4278-97e1-c5b40246ebf2&sort_dir=asc&marker=8fbbfe2e-45a3-4278-97e1-c5b40246ebf2&sort_dir=asc used request id req-3c67799f-cbe9-4dda-8532-0846b263b46e 2018-08-01 04:54:28,794 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.272917032242s 2018-08-01 04:54:28,795 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=8fbbfe2e-45a3-4278-97e1-c5b40246ebf2&sort_dir=asc&marker=8fbbfe2e-45a3-4278-97e1-c5b40246ebf2&sort_dir=asc used request id req-3c67799f-cbe9-4dda-8532-0846b263b46e 2018-08-01 04:54:33,797 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 04:54:33,800 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=8fbbfe2e-45a3-4278-97e1-c5b40246ebf2&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 04:54:34,004 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 04:54:33 GMT Server: Apache x-openstack-request-id: req-1ea66de0-6e3a-49f6-bf68-252b48598b81 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=8fbbfe2e-45a3-4278-97e1-c5b40246ebf2&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 04:54:34,047 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:54:34 GMT Server: Apache x-openstack-request-id: req-6bd1e5a9-27dc-4b2b-bb7c-1fbc75d05900 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 04:54:34,047 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=8fbbfe2e-45a3-4278-97e1-c5b40246ebf2&sort_dir=asc&marker=8fbbfe2e-45a3-4278-97e1-c5b40246ebf2&sort_dir=asc used request id req-6bd1e5a9-27dc-4b2b-bb7c-1fbc75d05900 2018-08-01 04:54:34,047 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.249944925308s 2018-08-01 04:54:34,047 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=8fbbfe2e-45a3-4278-97e1-c5b40246ebf2&sort_dir=asc&marker=8fbbfe2e-45a3-4278-97e1-c5b40246ebf2&sort_dir=asc used request id req-6bd1e5a9-27dc-4b2b-bb7c-1fbc75d05900 2018-08-01 04:54:34,048 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 04:54:34,051 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 04:54:34,760 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 04:54:34 GMT Server: Apache x-openstack-request-id: req-d13e8687-d346-46e4-be3c-010485f21449 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 04:54:35,064 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:54:34 GMT Server: Apache x-openstack-request-id: req-4c7a10be-886b-4b05-b7dd-e415fb7dca2e Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 04:54:35,065 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-4c7a10be-886b-4b05-b7dd-e415fb7dca2e 2018-08-01 04:54:35,065 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 1.01705503464s 2018-08-01 04:54:35,066 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-4c7a10be-886b-4b05-b7dd-e415fb7dca2e 2018-08-01 04:54:40,068 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 04:54:40,071 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=8fbbfe2e-45a3-4278-97e1-c5b40246ebf2&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 04:54:40,099 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 04:54:40 GMT Server: Apache x-openstack-request-id: req-7757e444-f258-45f2-b293-6be0da85fffe Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=8fbbfe2e-45a3-4278-97e1-c5b40246ebf2&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 04:54:40,749 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:54:40 GMT Server: Apache x-openstack-request-id: req-d63418e8-d9ec-420f-a847-4fade023ffba Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 04:54:40,749 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=8fbbfe2e-45a3-4278-97e1-c5b40246ebf2&sort_dir=asc&marker=8fbbfe2e-45a3-4278-97e1-c5b40246ebf2&sort_dir=asc used request id req-d63418e8-d9ec-420f-a847-4fade023ffba 2018-08-01 04:54:40,749 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.681265830994s 2018-08-01 04:54:40,749 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=8fbbfe2e-45a3-4278-97e1-c5b40246ebf2&sort_dir=asc&marker=8fbbfe2e-45a3-4278-97e1-c5b40246ebf2&sort_dir=asc used request id req-d63418e8-d9ec-420f-a847-4fade023ffba 2018-08-01 04:54:45,755 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 04:54:45,758 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=8fbbfe2e-45a3-4278-97e1-c5b40246ebf2&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 04:54:45,786 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 04:54:45 GMT Server: Apache x-openstack-request-id: req-5c358411-3358-4b41-9847-7800c14e9d0a Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=8fbbfe2e-45a3-4278-97e1-c5b40246ebf2&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 04:54:45,829 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:54:45 GMT Server: Apache x-openstack-request-id: req-c2aab844-15bb-458c-8893-f0491f8b9266 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 04:54:45,829 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=8fbbfe2e-45a3-4278-97e1-c5b40246ebf2&sort_dir=asc&marker=8fbbfe2e-45a3-4278-97e1-c5b40246ebf2&sort_dir=asc used request id req-c2aab844-15bb-458c-8893-f0491f8b9266 2018-08-01 04:54:45,829 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0735189914703s 2018-08-01 04:54:45,829 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=8fbbfe2e-45a3-4278-97e1-c5b40246ebf2&sort_dir=asc&marker=8fbbfe2e-45a3-4278-97e1-c5b40246ebf2&sort_dir=asc used request id req-c2aab844-15bb-458c-8893-f0491f8b9266 2018-08-01 04:54:45,830 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 04:54:45,833 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 04:54:45,861 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 04:54:45 GMT Server: Apache x-openstack-request-id: req-53bcefc3-fcd0-4db7-8834-ae8afb5f39f5 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 04:54:46,487 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:54:45 GMT Server: Apache x-openstack-request-id: req-6397cf42-aae0-4422-8401-daefb6ebf6d0 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 04:54:46,487 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-6397cf42-aae0-4422-8401-daefb6ebf6d0 2018-08-01 04:54:46,488 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.657693147659s 2018-08-01 04:54:46,488 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-6397cf42-aae0-4422-8401-daefb6ebf6d0 2018-08-01 04:54:51,490 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 04:54:51,493 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=8fbbfe2e-45a3-4278-97e1-c5b40246ebf2&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 04:54:51,521 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 04:54:51 GMT Server: Apache x-openstack-request-id: req-828375d2-03f8-414b-be46-5b17d840e162 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=8fbbfe2e-45a3-4278-97e1-c5b40246ebf2&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 04:54:51,734 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:54:51 GMT Server: Apache x-openstack-request-id: req-1608bda8-fc5a-4dae-a4c8-39ccfd13b05e Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 04:54:51,734 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=8fbbfe2e-45a3-4278-97e1-c5b40246ebf2&sort_dir=asc&marker=8fbbfe2e-45a3-4278-97e1-c5b40246ebf2&sort_dir=asc used request id req-1608bda8-fc5a-4dae-a4c8-39ccfd13b05e 2018-08-01 04:54:51,734 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.243882894516s 2018-08-01 04:54:51,734 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=8fbbfe2e-45a3-4278-97e1-c5b40246ebf2&sort_dir=asc&marker=8fbbfe2e-45a3-4278-97e1-c5b40246ebf2&sort_dir=asc used request id req-1608bda8-fc5a-4dae-a4c8-39ccfd13b05e 2018-08-01 04:54:56,740 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 04:54:56,743 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=8fbbfe2e-45a3-4278-97e1-c5b40246ebf2&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 04:54:56,771 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 04:54:56 GMT Server: Apache x-openstack-request-id: req-950eeb14-f446-465e-aa3f-911dee32f613 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=8fbbfe2e-45a3-4278-97e1-c5b40246ebf2&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 04:54:57,427 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:54:56 GMT Server: Apache x-openstack-request-id: req-b3aa3bc5-e1c7-451a-a8db-1f9e5fe267e3 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 04:54:57,427 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=8fbbfe2e-45a3-4278-97e1-c5b40246ebf2&sort_dir=asc&marker=8fbbfe2e-45a3-4278-97e1-c5b40246ebf2&sort_dir=asc used request id req-b3aa3bc5-e1c7-451a-a8db-1f9e5fe267e3 2018-08-01 04:54:57,427 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.686949014664s 2018-08-01 04:54:57,428 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=8fbbfe2e-45a3-4278-97e1-c5b40246ebf2&sort_dir=asc&marker=8fbbfe2e-45a3-4278-97e1-c5b40246ebf2&sort_dir=asc used request id req-b3aa3bc5-e1c7-451a-a8db-1f9e5fe267e3 2018-08-01 04:54:57,428 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 04:54:57,431 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 04:54:57,458 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 04:54:57 GMT Server: Apache x-openstack-request-id: req-e30e714b-f253-4ef4-88a4-04ea06b6f9e5 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 04:54:57,501 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:54:57 GMT Server: Apache x-openstack-request-id: req-d734eb88-8f0b-4fd2-aa79-3199a71f2bef Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 04:54:57,501 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-d734eb88-8f0b-4fd2-aa79-3199a71f2bef 2018-08-01 04:54:57,502 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0733561515808s 2018-08-01 04:54:57,502 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-d734eb88-8f0b-4fd2-aa79-3199a71f2bef 2018-08-01 04:55:02,504 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 04:55:02,507 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=8fbbfe2e-45a3-4278-97e1-c5b40246ebf2&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 04:55:03,151 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 04:55:02 GMT Server: Apache x-openstack-request-id: req-c839b5c0-933b-4ba8-9279-8f8927ed8657 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=8fbbfe2e-45a3-4278-97e1-c5b40246ebf2&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 04:55:03,812 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:55:03 GMT Server: Apache x-openstack-request-id: req-ab85e650-094c-42cb-af78-7c5efee12b37 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 04:55:03,812 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=8fbbfe2e-45a3-4278-97e1-c5b40246ebf2&sort_dir=asc&marker=8fbbfe2e-45a3-4278-97e1-c5b40246ebf2&sort_dir=asc used request id req-ab85e650-094c-42cb-af78-7c5efee12b37 2018-08-01 04:55:03,812 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 1.30766582489s 2018-08-01 04:55:03,812 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=8fbbfe2e-45a3-4278-97e1-c5b40246ebf2&sort_dir=asc&marker=8fbbfe2e-45a3-4278-97e1-c5b40246ebf2&sort_dir=asc used request id req-ab85e650-094c-42cb-af78-7c5efee12b37 2018-08-01 04:55:08,814 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 04:55:08,817 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=8fbbfe2e-45a3-4278-97e1-c5b40246ebf2&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 04:55:08,846 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 04:55:08 GMT Server: Apache x-openstack-request-id: req-95b02b07-ff34-43ac-bf21-02aeb018b865 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=8fbbfe2e-45a3-4278-97e1-c5b40246ebf2&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 04:55:08,888 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:55:08 GMT Server: Apache x-openstack-request-id: req-a174f1ab-664c-4c9e-a71b-d6c3b8264410 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 04:55:08,888 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=8fbbfe2e-45a3-4278-97e1-c5b40246ebf2&sort_dir=asc&marker=8fbbfe2e-45a3-4278-97e1-c5b40246ebf2&sort_dir=asc used request id req-a174f1ab-664c-4c9e-a71b-d6c3b8264410 2018-08-01 04:55:08,889 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0744738578796s 2018-08-01 04:55:08,889 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=8fbbfe2e-45a3-4278-97e1-c5b40246ebf2&sort_dir=asc&marker=8fbbfe2e-45a3-4278-97e1-c5b40246ebf2&sort_dir=asc used request id req-a174f1ab-664c-4c9e-a71b-d6c3b8264410 2018-08-01 04:55:08,889 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 04:55:08,892 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 04:55:09,566 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 04:55:08 GMT Server: Apache x-openstack-request-id: req-d70a5b43-af1e-41c8-9625-620805446058 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 04:55:09,609 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:55:09 GMT Server: Apache x-openstack-request-id: req-3270b95a-071e-46a0-b693-336e63fc0769 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 04:55:09,610 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-3270b95a-071e-46a0-b693-336e63fc0769 2018-08-01 04:55:09,610 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.720200061798s 2018-08-01 04:55:09,610 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-3270b95a-071e-46a0-b693-336e63fc0769 2018-08-01 04:55:14,617 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 04:55:14,621 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=8fbbfe2e-45a3-4278-97e1-c5b40246ebf2&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 04:55:15,260 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 04:55:14 GMT Server: Apache x-openstack-request-id: req-ce61a0e5-91d1-4314-bf7c-582ba6bfa559 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=8fbbfe2e-45a3-4278-97e1-c5b40246ebf2&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 04:55:15,303 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:55:15 GMT Server: Apache x-openstack-request-id: req-4c396fda-fadf-40ae-a47d-eb5730d0cb5a Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 04:55:15,303 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=8fbbfe2e-45a3-4278-97e1-c5b40246ebf2&sort_dir=asc&marker=8fbbfe2e-45a3-4278-97e1-c5b40246ebf2&sort_dir=asc used request id req-4c396fda-fadf-40ae-a47d-eb5730d0cb5a 2018-08-01 04:55:15,304 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.686417102814s 2018-08-01 04:55:15,304 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=8fbbfe2e-45a3-4278-97e1-c5b40246ebf2&sort_dir=asc&marker=8fbbfe2e-45a3-4278-97e1-c5b40246ebf2&sort_dir=asc used request id req-4c396fda-fadf-40ae-a47d-eb5730d0cb5a 2018-08-01 04:55:20,310 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 04:55:20,313 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=8fbbfe2e-45a3-4278-97e1-c5b40246ebf2&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 04:55:20,341 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 04:55:20 GMT Server: Apache x-openstack-request-id: req-5b7e1a90-ff72-4781-be6c-a42ae7f58eef Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=8fbbfe2e-45a3-4278-97e1-c5b40246ebf2&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 04:55:20,383 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:55:20 GMT Server: Apache x-openstack-request-id: req-870e5e89-5b1d-499e-af95-55c7229de505 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 04:55:20,383 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=8fbbfe2e-45a3-4278-97e1-c5b40246ebf2&sort_dir=asc&marker=8fbbfe2e-45a3-4278-97e1-c5b40246ebf2&sort_dir=asc used request id req-870e5e89-5b1d-499e-af95-55c7229de505 2018-08-01 04:55:20,383 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0731098651886s 2018-08-01 04:55:20,383 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=8fbbfe2e-45a3-4278-97e1-c5b40246ebf2&sort_dir=asc&marker=8fbbfe2e-45a3-4278-97e1-c5b40246ebf2&sort_dir=asc used request id req-870e5e89-5b1d-499e-af95-55c7229de505 2018-08-01 04:55:20,384 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 04:55:20,386 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 04:55:21,012 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 04:55:20 GMT Server: Apache x-openstack-request-id: req-27569a27-1cee-4077-996c-52e3e760d919 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 04:55:21,647 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:55:21 GMT Server: Apache x-openstack-request-id: req-188dc0d0-c653-4028-9984-18452b2fc0bd Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 04:55:21,647 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-188dc0d0-c653-4028-9984-18452b2fc0bd 2018-08-01 04:55:21,647 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 1.26350808144s 2018-08-01 04:55:21,648 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-188dc0d0-c653-4028-9984-18452b2fc0bd 2018-08-01 04:55:26,654 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 04:55:26,658 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=8fbbfe2e-45a3-4278-97e1-c5b40246ebf2&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 04:55:27,396 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 04:55:26 GMT Server: Apache x-openstack-request-id: req-25052a8c-6e85-4265-9fab-858bab8a2223 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=8fbbfe2e-45a3-4278-97e1-c5b40246ebf2&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 04:55:27,439 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:55:27 GMT Server: Apache x-openstack-request-id: req-6fc2e090-cd6a-470e-816b-5f5eb43983b2 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 04:55:27,439 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=8fbbfe2e-45a3-4278-97e1-c5b40246ebf2&sort_dir=asc&marker=8fbbfe2e-45a3-4278-97e1-c5b40246ebf2&sort_dir=asc used request id req-6fc2e090-cd6a-470e-816b-5f5eb43983b2 2018-08-01 04:55:27,440 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.784776926041s 2018-08-01 04:55:27,440 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=8fbbfe2e-45a3-4278-97e1-c5b40246ebf2&sort_dir=asc&marker=8fbbfe2e-45a3-4278-97e1-c5b40246ebf2&sort_dir=asc used request id req-6fc2e090-cd6a-470e-816b-5f5eb43983b2 2018-08-01 04:55:32,445 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 04:55:32,448 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=8fbbfe2e-45a3-4278-97e1-c5b40246ebf2&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 04:55:32,476 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 04:55:32 GMT Server: Apache x-openstack-request-id: req-9fd39143-e71c-4ab6-99ce-65257c9866c3 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=8fbbfe2e-45a3-4278-97e1-c5b40246ebf2&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 04:55:32,519 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:55:32 GMT Server: Apache x-openstack-request-id: req-76334d01-27af-465c-a7a1-45724137acac Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 04:55:32,520 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=8fbbfe2e-45a3-4278-97e1-c5b40246ebf2&sort_dir=asc&marker=8fbbfe2e-45a3-4278-97e1-c5b40246ebf2&sort_dir=asc used request id req-76334d01-27af-465c-a7a1-45724137acac 2018-08-01 04:55:32,520 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0741019248962s 2018-08-01 04:55:32,520 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=8fbbfe2e-45a3-4278-97e1-c5b40246ebf2&sort_dir=asc&marker=8fbbfe2e-45a3-4278-97e1-c5b40246ebf2&sort_dir=asc used request id req-76334d01-27af-465c-a7a1-45724137acac 2018-08-01 04:55:32,520 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 04:55:32,523 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 04:55:32,551 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 04:55:32 GMT Server: Apache x-openstack-request-id: req-d384bf74-27ea-48e7-8a9a-43cdce28392b Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 04:55:33,295 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:55:32 GMT Server: Apache x-openstack-request-id: req-8d4ea115-7784-4b84-824c-13285eaada57 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 04:55:33,295 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-8d4ea115-7784-4b84-824c-13285eaada57 2018-08-01 04:55:33,295 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.774462938309s 2018-08-01 04:55:33,295 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-8d4ea115-7784-4b84-824c-13285eaada57 2018-08-01 04:55:38,302 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 04:55:38,305 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=8fbbfe2e-45a3-4278-97e1-c5b40246ebf2&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 04:55:38,927 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 04:55:38 GMT Server: Apache x-openstack-request-id: req-343f5b6a-5125-4779-bb97-7cd3360318d0 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=8fbbfe2e-45a3-4278-97e1-c5b40246ebf2&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 04:55:38,970 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:55:38 GMT Server: Apache x-openstack-request-id: req-230e371c-8c5d-49c9-aa63-15c12b3c86b0 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 04:55:38,970 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=8fbbfe2e-45a3-4278-97e1-c5b40246ebf2&sort_dir=asc&marker=8fbbfe2e-45a3-4278-97e1-c5b40246ebf2&sort_dir=asc used request id req-230e371c-8c5d-49c9-aa63-15c12b3c86b0 2018-08-01 04:55:38,971 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.66835808754s 2018-08-01 04:55:38,971 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=8fbbfe2e-45a3-4278-97e1-c5b40246ebf2&sort_dir=asc&marker=8fbbfe2e-45a3-4278-97e1-c5b40246ebf2&sort_dir=asc used request id req-230e371c-8c5d-49c9-aa63-15c12b3c86b0 2018-08-01 04:55:43,977 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 04:55:43,980 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=8fbbfe2e-45a3-4278-97e1-c5b40246ebf2&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 04:55:44,009 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 04:55:43 GMT Server: Apache x-openstack-request-id: req-4a80089d-3977-45c0-a659-b671c9a413aa Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=8fbbfe2e-45a3-4278-97e1-c5b40246ebf2&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 04:55:44,052 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:55:44 GMT Server: Apache x-openstack-request-id: req-6a0ee44d-7b2c-4427-a370-57c3ddd26c19 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 04:55:44,052 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=8fbbfe2e-45a3-4278-97e1-c5b40246ebf2&sort_dir=asc&marker=8fbbfe2e-45a3-4278-97e1-c5b40246ebf2&sort_dir=asc used request id req-6a0ee44d-7b2c-4427-a370-57c3ddd26c19 2018-08-01 04:55:44,052 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0748808383942s 2018-08-01 04:55:44,052 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=8fbbfe2e-45a3-4278-97e1-c5b40246ebf2&sort_dir=asc&marker=8fbbfe2e-45a3-4278-97e1-c5b40246ebf2&sort_dir=asc used request id req-6a0ee44d-7b2c-4427-a370-57c3ddd26c19 2018-08-01 04:55:44,053 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 04:55:44,055 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 04:55:44,084 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 04:55:44 GMT Server: Apache x-openstack-request-id: req-cf0c3d67-fb08-414f-b548-5b8852a5c1d8 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 04:55:44,126 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:55:44 GMT Server: Apache x-openstack-request-id: req-05ac7b15-7095-480e-838a-43f88106388e Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 04:55:44,126 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-05ac7b15-7095-480e-838a-43f88106388e 2018-08-01 04:55:44,126 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.073212146759s 2018-08-01 04:55:44,126 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-05ac7b15-7095-480e-838a-43f88106388e 2018-08-01 04:55:49,133 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 04:55:49,136 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=8fbbfe2e-45a3-4278-97e1-c5b40246ebf2&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 04:55:49,164 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 04:55:49 GMT Server: Apache x-openstack-request-id: req-81da8d87-f121-4860-9de5-49f197e7a52f Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=8fbbfe2e-45a3-4278-97e1-c5b40246ebf2&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 04:55:49,207 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:55:49 GMT Server: Apache x-openstack-request-id: req-eaf60be7-2124-4231-abc5-129970198f83 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 04:55:49,207 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=8fbbfe2e-45a3-4278-97e1-c5b40246ebf2&sort_dir=asc&marker=8fbbfe2e-45a3-4278-97e1-c5b40246ebf2&sort_dir=asc used request id req-eaf60be7-2124-4231-abc5-129970198f83 2018-08-01 04:55:49,207 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.074187040329s 2018-08-01 04:55:49,207 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=8fbbfe2e-45a3-4278-97e1-c5b40246ebf2&sort_dir=asc&marker=8fbbfe2e-45a3-4278-97e1-c5b40246ebf2&sort_dir=asc used request id req-eaf60be7-2124-4231-abc5-129970198f83 2018-08-01 04:55:54,213 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 04:55:54,216 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=8fbbfe2e-45a3-4278-97e1-c5b40246ebf2&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 04:55:54,244 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 04:55:54 GMT Server: Apache x-openstack-request-id: req-da03f3d1-ba12-4932-a654-daa08535b31f Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=8fbbfe2e-45a3-4278-97e1-c5b40246ebf2&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 04:55:54,287 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:55:54 GMT Server: Apache x-openstack-request-id: req-8fd92125-dbd4-4449-a8fd-15a01328adda Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 04:55:54,287 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=8fbbfe2e-45a3-4278-97e1-c5b40246ebf2&sort_dir=asc&marker=8fbbfe2e-45a3-4278-97e1-c5b40246ebf2&sort_dir=asc used request id req-8fd92125-dbd4-4449-a8fd-15a01328adda 2018-08-01 04:55:54,287 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0736548900604s 2018-08-01 04:55:54,287 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=8fbbfe2e-45a3-4278-97e1-c5b40246ebf2&sort_dir=asc&marker=8fbbfe2e-45a3-4278-97e1-c5b40246ebf2&sort_dir=asc used request id req-8fd92125-dbd4-4449-a8fd-15a01328adda 2018-08-01 04:55:54,288 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 04:55:54,290 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 04:55:55,135 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 04:55:54 GMT Server: Apache x-openstack-request-id: req-351bad11-b8b7-4e06-a38f-0f92f8203090 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 04:55:55,178 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:55:55 GMT Server: Apache x-openstack-request-id: req-963987fe-01c5-4bf9-b323-cea0a9d4e80f Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 04:55:55,178 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-963987fe-01c5-4bf9-b323-cea0a9d4e80f 2018-08-01 04:55:55,178 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.890316009521s 2018-08-01 04:55:55,179 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-963987fe-01c5-4bf9-b323-cea0a9d4e80f 2018-08-01 04:56:00,185 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 04:56:00,189 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=8fbbfe2e-45a3-4278-97e1-c5b40246ebf2&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 04:56:00,216 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 04:56:00 GMT Server: Apache x-openstack-request-id: req-51f29c48-317d-47b7-a244-c5ffd8f778bd Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=8fbbfe2e-45a3-4278-97e1-c5b40246ebf2&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 04:56:00,258 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:56:00 GMT Server: Apache x-openstack-request-id: req-0734e4e0-da5d-4f65-aa4b-f81c83be9d94 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 04:56:00,258 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=8fbbfe2e-45a3-4278-97e1-c5b40246ebf2&sort_dir=asc&marker=8fbbfe2e-45a3-4278-97e1-c5b40246ebf2&sort_dir=asc used request id req-0734e4e0-da5d-4f65-aa4b-f81c83be9d94 2018-08-01 04:56:00,259 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0729019641876s 2018-08-01 04:56:00,259 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=8fbbfe2e-45a3-4278-97e1-c5b40246ebf2&sort_dir=asc&marker=8fbbfe2e-45a3-4278-97e1-c5b40246ebf2&sort_dir=asc used request id req-0734e4e0-da5d-4f65-aa4b-f81c83be9d94 2018-08-01 04:56:05,265 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 04:56:05,268 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=8fbbfe2e-45a3-4278-97e1-c5b40246ebf2&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 04:56:05,297 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 04:56:05 GMT Server: Apache x-openstack-request-id: req-ccd47700-5c7d-4152-a64c-84d9b9e5c5d7 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=8fbbfe2e-45a3-4278-97e1-c5b40246ebf2&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 04:56:05,339 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:56:05 GMT Server: Apache x-openstack-request-id: req-9eb0557a-09b1-4356-833e-6cb38b05ef28 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 04:56:05,339 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=8fbbfe2e-45a3-4278-97e1-c5b40246ebf2&sort_dir=asc&marker=8fbbfe2e-45a3-4278-97e1-c5b40246ebf2&sort_dir=asc used request id req-9eb0557a-09b1-4356-833e-6cb38b05ef28 2018-08-01 04:56:05,340 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0746030807495s 2018-08-01 04:56:05,340 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=8fbbfe2e-45a3-4278-97e1-c5b40246ebf2&sort_dir=asc&marker=8fbbfe2e-45a3-4278-97e1-c5b40246ebf2&sort_dir=asc used request id req-9eb0557a-09b1-4356-833e-6cb38b05ef28 2018-08-01 04:56:05,340 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 04:56:05,343 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 04:56:05,373 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 04:56:05 GMT Server: Apache x-openstack-request-id: req-ceb1b2fc-e77a-4fa6-bcf0-2c0759dbd8e5 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 04:56:05,416 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:56:05 GMT Server: Apache x-openstack-request-id: req-f376e412-9f7f-4a69-8a1e-895633cefa12 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 04:56:05,416 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-f376e412-9f7f-4a69-8a1e-895633cefa12 2018-08-01 04:56:05,417 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0761871337891s 2018-08-01 04:56:05,417 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-f376e412-9f7f-4a69-8a1e-895633cefa12 2018-08-01 04:56:10,423 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 04:56:10,427 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=8fbbfe2e-45a3-4278-97e1-c5b40246ebf2&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 04:56:10,458 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 04:56:10 GMT Server: Apache x-openstack-request-id: req-291a6c9e-c0e1-44fe-8b04-c64b834b27b0 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=8fbbfe2e-45a3-4278-97e1-c5b40246ebf2&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 04:56:10,501 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:56:10 GMT Server: Apache x-openstack-request-id: req-25d9e05d-bbfc-4e58-8072-5bfdb6a109a2 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 04:56:10,501 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=8fbbfe2e-45a3-4278-97e1-c5b40246ebf2&sort_dir=asc&marker=8fbbfe2e-45a3-4278-97e1-c5b40246ebf2&sort_dir=asc used request id req-25d9e05d-bbfc-4e58-8072-5bfdb6a109a2 2018-08-01 04:56:10,501 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0776188373566s 2018-08-01 04:56:10,502 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=8fbbfe2e-45a3-4278-97e1-c5b40246ebf2&sort_dir=asc&marker=8fbbfe2e-45a3-4278-97e1-c5b40246ebf2&sort_dir=asc used request id req-25d9e05d-bbfc-4e58-8072-5bfdb6a109a2 2018-08-01 04:56:15,507 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 04:56:15,510 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=8fbbfe2e-45a3-4278-97e1-c5b40246ebf2&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 04:56:15,555 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 04:56:15 GMT Server: Apache x-openstack-request-id: req-315d2150-663e-4f6b-969f-ba390a8c22b8 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=8fbbfe2e-45a3-4278-97e1-c5b40246ebf2&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 04:56:15,598 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:56:15 GMT Server: Apache x-openstack-request-id: req-52714fef-dba7-4394-b8e1-33f2964f929a Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 04:56:15,598 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=8fbbfe2e-45a3-4278-97e1-c5b40246ebf2&sort_dir=asc&marker=8fbbfe2e-45a3-4278-97e1-c5b40246ebf2&sort_dir=asc used request id req-52714fef-dba7-4394-b8e1-33f2964f929a 2018-08-01 04:56:15,599 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0910251140594s 2018-08-01 04:56:15,599 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=8fbbfe2e-45a3-4278-97e1-c5b40246ebf2&sort_dir=asc&marker=8fbbfe2e-45a3-4278-97e1-c5b40246ebf2&sort_dir=asc used request id req-52714fef-dba7-4394-b8e1-33f2964f929a 2018-08-01 04:56:15,599 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 04:56:15,602 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 04:56:16,224 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 04:56:15 GMT Server: Apache x-openstack-request-id: req-809651bc-3cf2-4a1c-82a5-9091c94f2b9c Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 04:56:16,856 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:56:16 GMT Server: Apache x-openstack-request-id: req-9fe61633-c4ee-4801-9755-51caea194c5e Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 04:56:16,856 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-9fe61633-c4ee-4801-9755-51caea194c5e 2018-08-01 04:56:16,856 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 1.25668406487s 2018-08-01 04:56:16,856 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-9fe61633-c4ee-4801-9755-51caea194c5e 2018-08-01 04:56:21,861 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 04:56:21,864 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=8fbbfe2e-45a3-4278-97e1-c5b40246ebf2&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 04:56:21,892 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 04:56:21 GMT Server: Apache x-openstack-request-id: req-85787f58-9e59-4e59-9e82-b0aae0fab4c1 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=8fbbfe2e-45a3-4278-97e1-c5b40246ebf2&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 04:56:21,935 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:56:21 GMT Server: Apache x-openstack-request-id: req-9ac47288-2a27-44a5-b2f0-a6d04b524c25 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 04:56:21,935 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=8fbbfe2e-45a3-4278-97e1-c5b40246ebf2&sort_dir=asc&marker=8fbbfe2e-45a3-4278-97e1-c5b40246ebf2&sort_dir=asc used request id req-9ac47288-2a27-44a5-b2f0-a6d04b524c25 2018-08-01 04:56:21,936 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0745189189911s 2018-08-01 04:56:21,936 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=8fbbfe2e-45a3-4278-97e1-c5b40246ebf2&sort_dir=asc&marker=8fbbfe2e-45a3-4278-97e1-c5b40246ebf2&sort_dir=asc used request id req-9ac47288-2a27-44a5-b2f0-a6d04b524c25 2018-08-01 04:56:26,942 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 04:56:26,945 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=8fbbfe2e-45a3-4278-97e1-c5b40246ebf2&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 04:56:26,975 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 04:56:26 GMT Server: Apache x-openstack-request-id: req-e8e75412-9343-4d61-95b6-607300534dfd Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=8fbbfe2e-45a3-4278-97e1-c5b40246ebf2&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 04:56:27,019 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:56:26 GMT Server: Apache x-openstack-request-id: req-720bea7a-22a6-4629-8639-29890c37bb52 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 446 Content-Type: application/json RESP BODY: {"events": [{"resource_name": "dns", "event_time": "2018-08-01T04:56:22Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/resources/dns/events/8aa6183e-102c-47b7-bcd0-6ce1de5ebb5f", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/resources/dns", "rel": "resource"}, {"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "stack"}], "logical_resource_id": "dns", "resource_status_reason": "state changed", "resource_status": "CREATE_COMPLETE", "physical_resource_id": "f7cadb3d-5fbc-4dde-90c5-210fd628466e", "id": "8aa6183e-102c-47b7-bcd0-6ce1de5ebb5f"}, {"resource_name": "ellis", "event_time": "2018-08-01T04:56:23Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/resources/ellis/events/c2aebf4f-eb57-4592-b539-ead1f48a65cf", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/resources/ellis", "rel": "resource"}, {"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "stack"}], "logical_resource_id": "ellis", "resource_status_reason": "state changed", "resource_status": "CREATE_IN_PROGRESS", "physical_resource_id": "clearwater-opnfv-ellis-pmcukrovhs2h", "id": "c2aebf4f-eb57-4592-b539-ead1f48a65cf"}]} 2018-08-01 04:56:27,020 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=8fbbfe2e-45a3-4278-97e1-c5b40246ebf2&sort_dir=asc&marker=8fbbfe2e-45a3-4278-97e1-c5b40246ebf2&sort_dir=asc used request id req-720bea7a-22a6-4629-8639-29890c37bb52 2018-08-01 04:56:27,020 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.077996969223s 2018-08-01 04:56:27,020 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=8fbbfe2e-45a3-4278-97e1-c5b40246ebf2&sort_dir=asc&marker=8fbbfe2e-45a3-4278-97e1-c5b40246ebf2&sort_dir=asc used request id req-720bea7a-22a6-4629-8639-29890c37bb52 2018-08-01 04:56:32,026 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 04:56:32,030 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=c2aebf4f-eb57-4592-b539-ead1f48a65cf&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 04:56:32,058 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 04:56:32 GMT Server: Apache x-openstack-request-id: req-ce3cb358-6233-4259-89e1-2926187b8570 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=c2aebf4f-eb57-4592-b539-ead1f48a65cf&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 04:56:32,101 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:56:32 GMT Server: Apache x-openstack-request-id: req-49758e27-1b93-43cd-abba-a81f01d27991 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 04:56:32,101 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=c2aebf4f-eb57-4592-b539-ead1f48a65cf&sort_dir=asc&marker=c2aebf4f-eb57-4592-b539-ead1f48a65cf&sort_dir=asc used request id req-49758e27-1b93-43cd-abba-a81f01d27991 2018-08-01 04:56:32,101 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.074404001236s 2018-08-01 04:56:32,101 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=c2aebf4f-eb57-4592-b539-ead1f48a65cf&sort_dir=asc&marker=c2aebf4f-eb57-4592-b539-ead1f48a65cf&sort_dir=asc used request id req-49758e27-1b93-43cd-abba-a81f01d27991 2018-08-01 04:56:37,104 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 04:56:37,107 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=c2aebf4f-eb57-4592-b539-ead1f48a65cf&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 04:56:37,714 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 04:56:37 GMT Server: Apache x-openstack-request-id: req-caadc373-7894-45ef-bc38-31460da44628 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=c2aebf4f-eb57-4592-b539-ead1f48a65cf&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 04:56:37,757 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:56:37 GMT Server: Apache x-openstack-request-id: req-93398f71-0d13-4c07-8d95-90d9be68678a Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 04:56:37,757 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=c2aebf4f-eb57-4592-b539-ead1f48a65cf&sort_dir=asc&marker=c2aebf4f-eb57-4592-b539-ead1f48a65cf&sort_dir=asc used request id req-93398f71-0d13-4c07-8d95-90d9be68678a 2018-08-01 04:56:37,758 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.653043985367s 2018-08-01 04:56:37,758 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=c2aebf4f-eb57-4592-b539-ead1f48a65cf&sort_dir=asc&marker=c2aebf4f-eb57-4592-b539-ead1f48a65cf&sort_dir=asc used request id req-93398f71-0d13-4c07-8d95-90d9be68678a 2018-08-01 04:56:37,758 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 04:56:37,761 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 04:56:37,790 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 04:56:37 GMT Server: Apache x-openstack-request-id: req-8754896d-011f-4169-9a7a-4237504bcfb6 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 04:56:37,833 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:56:37 GMT Server: Apache x-openstack-request-id: req-159ecb87-46e8-44aa-92ba-5fe6e946e4eb Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 04:56:37,833 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-159ecb87-46e8-44aa-92ba-5fe6e946e4eb 2018-08-01 04:56:37,833 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.074539899826s 2018-08-01 04:56:37,833 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-159ecb87-46e8-44aa-92ba-5fe6e946e4eb 2018-08-01 04:56:42,835 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 04:56:42,839 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=c2aebf4f-eb57-4592-b539-ead1f48a65cf&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 04:56:42,867 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 04:56:42 GMT Server: Apache x-openstack-request-id: req-5c9b5c84-c375-46a9-9b91-bcfef2c9438a Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=c2aebf4f-eb57-4592-b539-ead1f48a65cf&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 04:56:42,910 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:56:42 GMT Server: Apache x-openstack-request-id: req-50c3bc3a-4520-4280-a30c-354475f0bca5 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 04:56:42,910 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=c2aebf4f-eb57-4592-b539-ead1f48a65cf&sort_dir=asc&marker=c2aebf4f-eb57-4592-b539-ead1f48a65cf&sort_dir=asc used request id req-50c3bc3a-4520-4280-a30c-354475f0bca5 2018-08-01 04:56:42,910 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0745899677277s 2018-08-01 04:56:42,910 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=c2aebf4f-eb57-4592-b539-ead1f48a65cf&sort_dir=asc&marker=c2aebf4f-eb57-4592-b539-ead1f48a65cf&sort_dir=asc used request id req-50c3bc3a-4520-4280-a30c-354475f0bca5 2018-08-01 04:56:47,913 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 04:56:47,917 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=c2aebf4f-eb57-4592-b539-ead1f48a65cf&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 04:56:47,945 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 04:56:47 GMT Server: Apache x-openstack-request-id: req-b18b2230-3361-4005-9910-ed27577d8de3 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=c2aebf4f-eb57-4592-b539-ead1f48a65cf&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 04:56:47,987 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:56:47 GMT Server: Apache x-openstack-request-id: req-5ec9d9e3-8ea1-4dfb-adfb-e2d480427b3a Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 04:56:47,988 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=c2aebf4f-eb57-4592-b539-ead1f48a65cf&sort_dir=asc&marker=c2aebf4f-eb57-4592-b539-ead1f48a65cf&sort_dir=asc used request id req-5ec9d9e3-8ea1-4dfb-adfb-e2d480427b3a 2018-08-01 04:56:47,988 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.074010848999s 2018-08-01 04:56:47,988 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=c2aebf4f-eb57-4592-b539-ead1f48a65cf&sort_dir=asc&marker=c2aebf4f-eb57-4592-b539-ead1f48a65cf&sort_dir=asc used request id req-5ec9d9e3-8ea1-4dfb-adfb-e2d480427b3a 2018-08-01 04:56:47,989 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 04:56:47,991 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 04:56:48,019 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 04:56:47 GMT Server: Apache x-openstack-request-id: req-935cc053-6574-4388-b102-58d0626836bd Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 04:56:48,062 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:56:48 GMT Server: Apache x-openstack-request-id: req-7293e2ea-02fd-4f14-a91c-1d830dab206e Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 04:56:48,063 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-7293e2ea-02fd-4f14-a91c-1d830dab206e 2018-08-01 04:56:48,063 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.074227809906s 2018-08-01 04:56:48,063 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-7293e2ea-02fd-4f14-a91c-1d830dab206e 2018-08-01 04:56:53,066 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 04:56:53,070 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=c2aebf4f-eb57-4592-b539-ead1f48a65cf&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 04:56:53,098 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 04:56:53 GMT Server: Apache x-openstack-request-id: req-cc64e888-e461-4fdc-a777-cfd388176a1d Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=c2aebf4f-eb57-4592-b539-ead1f48a65cf&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 04:56:53,141 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:56:53 GMT Server: Apache x-openstack-request-id: req-417ad4b3-39e3-4919-bce2-cd0e3e477853 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 04:56:53,141 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=c2aebf4f-eb57-4592-b539-ead1f48a65cf&sort_dir=asc&marker=c2aebf4f-eb57-4592-b539-ead1f48a65cf&sort_dir=asc used request id req-417ad4b3-39e3-4919-bce2-cd0e3e477853 2018-08-01 04:56:53,141 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0747861862183s 2018-08-01 04:56:53,141 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=c2aebf4f-eb57-4592-b539-ead1f48a65cf&sort_dir=asc&marker=c2aebf4f-eb57-4592-b539-ead1f48a65cf&sort_dir=asc used request id req-417ad4b3-39e3-4919-bce2-cd0e3e477853 2018-08-01 04:56:58,147 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 04:56:58,150 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=c2aebf4f-eb57-4592-b539-ead1f48a65cf&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 04:56:58,179 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 04:56:58 GMT Server: Apache x-openstack-request-id: req-fe6e5436-df06-41ed-b780-f7a6890b903b Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=c2aebf4f-eb57-4592-b539-ead1f48a65cf&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 04:56:58,223 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:56:58 GMT Server: Apache x-openstack-request-id: req-be9a2936-e3ab-4d1d-89c8-e754a1f6dfa9 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 04:56:58,223 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=c2aebf4f-eb57-4592-b539-ead1f48a65cf&sort_dir=asc&marker=c2aebf4f-eb57-4592-b539-ead1f48a65cf&sort_dir=asc used request id req-be9a2936-e3ab-4d1d-89c8-e754a1f6dfa9 2018-08-01 04:56:58,223 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0754661560059s 2018-08-01 04:56:58,223 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=c2aebf4f-eb57-4592-b539-ead1f48a65cf&sort_dir=asc&marker=c2aebf4f-eb57-4592-b539-ead1f48a65cf&sort_dir=asc used request id req-be9a2936-e3ab-4d1d-89c8-e754a1f6dfa9 2018-08-01 04:56:58,224 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 04:56:58,227 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 04:56:58,254 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 04:56:58 GMT Server: Apache x-openstack-request-id: req-38716653-090a-43da-97aa-46f8e51401f1 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 04:56:58,296 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:56:58 GMT Server: Apache x-openstack-request-id: req-f89a8d1d-8856-4c5c-8a26-4b91f90ee41d Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 04:56:58,297 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-f89a8d1d-8856-4c5c-8a26-4b91f90ee41d 2018-08-01 04:56:58,297 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.072900056839s 2018-08-01 04:56:58,297 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-f89a8d1d-8856-4c5c-8a26-4b91f90ee41d 2018-08-01 04:57:03,303 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 04:57:03,306 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=c2aebf4f-eb57-4592-b539-ead1f48a65cf&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 04:57:03,351 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 04:57:03 GMT Server: Apache x-openstack-request-id: req-415c0e60-761b-4a51-bb2d-35f2fe1b50e9 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=c2aebf4f-eb57-4592-b539-ead1f48a65cf&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 04:57:03,398 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:57:03 GMT Server: Apache x-openstack-request-id: req-4b416af2-ce0e-4eb6-bf4c-962c7ceff092 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 04:57:03,398 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=c2aebf4f-eb57-4592-b539-ead1f48a65cf&sort_dir=asc&marker=c2aebf4f-eb57-4592-b539-ead1f48a65cf&sort_dir=asc used request id req-4b416af2-ce0e-4eb6-bf4c-962c7ceff092 2018-08-01 04:57:03,398 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0948240756989s 2018-08-01 04:57:03,398 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=c2aebf4f-eb57-4592-b539-ead1f48a65cf&sort_dir=asc&marker=c2aebf4f-eb57-4592-b539-ead1f48a65cf&sort_dir=asc used request id req-4b416af2-ce0e-4eb6-bf4c-962c7ceff092 2018-08-01 04:57:08,400 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 04:57:08,403 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=c2aebf4f-eb57-4592-b539-ead1f48a65cf&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 04:57:08,432 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 04:57:08 GMT Server: Apache x-openstack-request-id: req-97007e80-07a6-45ba-930c-1e5b394ea3f3 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=c2aebf4f-eb57-4592-b539-ead1f48a65cf&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 04:57:08,475 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:57:08 GMT Server: Apache x-openstack-request-id: req-688dd390-572d-475a-82a0-b42390de5ffb Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 04:57:08,475 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=c2aebf4f-eb57-4592-b539-ead1f48a65cf&sort_dir=asc&marker=c2aebf4f-eb57-4592-b539-ead1f48a65cf&sort_dir=asc used request id req-688dd390-572d-475a-82a0-b42390de5ffb 2018-08-01 04:57:08,475 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0750160217285s 2018-08-01 04:57:08,476 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=c2aebf4f-eb57-4592-b539-ead1f48a65cf&sort_dir=asc&marker=c2aebf4f-eb57-4592-b539-ead1f48a65cf&sort_dir=asc used request id req-688dd390-572d-475a-82a0-b42390de5ffb 2018-08-01 04:57:08,476 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 04:57:08,479 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 04:57:08,507 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 04:57:08 GMT Server: Apache x-openstack-request-id: req-4a602fdb-9b9b-4dcd-9990-e060183e82d8 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 04:57:08,549 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:57:08 GMT Server: Apache x-openstack-request-id: req-13f6b4c2-ff3a-4a48-b536-d7744c41b694 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 04:57:08,549 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-13f6b4c2-ff3a-4a48-b536-d7744c41b694 2018-08-01 04:57:08,550 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0733711719513s 2018-08-01 04:57:08,550 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-13f6b4c2-ff3a-4a48-b536-d7744c41b694 2018-08-01 04:57:13,556 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 04:57:13,559 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=c2aebf4f-eb57-4592-b539-ead1f48a65cf&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 04:57:13,587 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 04:57:13 GMT Server: Apache x-openstack-request-id: req-dbf95b9b-a68a-43b9-ac12-2eebd10bda67 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=c2aebf4f-eb57-4592-b539-ead1f48a65cf&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 04:57:13,630 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:57:13 GMT Server: Apache x-openstack-request-id: req-424a4a47-65cf-47ae-b3cb-c3b65cd131b5 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 04:57:13,630 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=c2aebf4f-eb57-4592-b539-ead1f48a65cf&sort_dir=asc&marker=c2aebf4f-eb57-4592-b539-ead1f48a65cf&sort_dir=asc used request id req-424a4a47-65cf-47ae-b3cb-c3b65cd131b5 2018-08-01 04:57:13,631 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0740098953247s 2018-08-01 04:57:13,631 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=c2aebf4f-eb57-4592-b539-ead1f48a65cf&sort_dir=asc&marker=c2aebf4f-eb57-4592-b539-ead1f48a65cf&sort_dir=asc used request id req-424a4a47-65cf-47ae-b3cb-c3b65cd131b5 2018-08-01 04:57:18,637 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 04:57:18,640 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=c2aebf4f-eb57-4592-b539-ead1f48a65cf&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 04:57:18,668 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 04:57:18 GMT Server: Apache x-openstack-request-id: req-1c23a3af-d8a1-46c5-8a81-dc58b93067a1 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=c2aebf4f-eb57-4592-b539-ead1f48a65cf&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 04:57:18,711 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:57:18 GMT Server: Apache x-openstack-request-id: req-d042916b-7606-4c98-ad01-8821d3b6d8af Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 04:57:18,711 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=c2aebf4f-eb57-4592-b539-ead1f48a65cf&sort_dir=asc&marker=c2aebf4f-eb57-4592-b539-ead1f48a65cf&sort_dir=asc used request id req-d042916b-7606-4c98-ad01-8821d3b6d8af 2018-08-01 04:57:18,711 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0744669437408s 2018-08-01 04:57:18,712 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=c2aebf4f-eb57-4592-b539-ead1f48a65cf&sort_dir=asc&marker=c2aebf4f-eb57-4592-b539-ead1f48a65cf&sort_dir=asc used request id req-d042916b-7606-4c98-ad01-8821d3b6d8af 2018-08-01 04:57:18,712 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 04:57:18,715 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 04:57:18,742 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 04:57:18 GMT Server: Apache x-openstack-request-id: req-18abdeb5-9acc-47d7-ac98-01a411c46449 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 04:57:18,785 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:57:18 GMT Server: Apache x-openstack-request-id: req-51409a4d-727a-4a01-9bcc-ea3997c96660 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 04:57:18,786 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-51409a4d-727a-4a01-9bcc-ea3997c96660 2018-08-01 04:57:18,786 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0735869407654s 2018-08-01 04:57:18,786 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-51409a4d-727a-4a01-9bcc-ea3997c96660 2018-08-01 04:57:23,793 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 04:57:23,796 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=c2aebf4f-eb57-4592-b539-ead1f48a65cf&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 04:57:23,825 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 04:57:23 GMT Server: Apache x-openstack-request-id: req-c2b5aace-716a-4515-b52a-2f6985057334 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=c2aebf4f-eb57-4592-b539-ead1f48a65cf&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 04:57:23,868 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:57:23 GMT Server: Apache x-openstack-request-id: req-5f18b885-6ec8-4c58-bd04-7c974838721b Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 04:57:23,868 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=c2aebf4f-eb57-4592-b539-ead1f48a65cf&sort_dir=asc&marker=c2aebf4f-eb57-4592-b539-ead1f48a65cf&sort_dir=asc used request id req-5f18b885-6ec8-4c58-bd04-7c974838721b 2018-08-01 04:57:23,868 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0754780769348s 2018-08-01 04:57:23,869 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=c2aebf4f-eb57-4592-b539-ead1f48a65cf&sort_dir=asc&marker=c2aebf4f-eb57-4592-b539-ead1f48a65cf&sort_dir=asc used request id req-5f18b885-6ec8-4c58-bd04-7c974838721b 2018-08-01 04:57:28,874 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 04:57:28,877 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=c2aebf4f-eb57-4592-b539-ead1f48a65cf&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 04:57:28,905 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 04:57:28 GMT Server: Apache x-openstack-request-id: req-fa2ab74a-1246-42cd-a666-2528882ace59 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=c2aebf4f-eb57-4592-b539-ead1f48a65cf&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 04:57:28,947 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:57:28 GMT Server: Apache x-openstack-request-id: req-85ee2ffe-17c3-4b2b-972d-edf782063578 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 04:57:28,947 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=c2aebf4f-eb57-4592-b539-ead1f48a65cf&sort_dir=asc&marker=c2aebf4f-eb57-4592-b539-ead1f48a65cf&sort_dir=asc used request id req-85ee2ffe-17c3-4b2b-972d-edf782063578 2018-08-01 04:57:28,947 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0729579925537s 2018-08-01 04:57:28,948 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=c2aebf4f-eb57-4592-b539-ead1f48a65cf&sort_dir=asc&marker=c2aebf4f-eb57-4592-b539-ead1f48a65cf&sort_dir=asc used request id req-85ee2ffe-17c3-4b2b-972d-edf782063578 2018-08-01 04:57:28,948 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 04:57:28,951 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 04:57:28,981 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 04:57:28 GMT Server: Apache x-openstack-request-id: req-266b4768-7051-468c-ba3c-cc9fb6782671 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 04:57:29,023 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:57:28 GMT Server: Apache x-openstack-request-id: req-2be3f90f-cb86-47a2-a9c9-69b2b2209bbd Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 04:57:29,023 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-2be3f90f-cb86-47a2-a9c9-69b2b2209bbd 2018-08-01 04:57:29,023 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0751371383667s 2018-08-01 04:57:29,024 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-2be3f90f-cb86-47a2-a9c9-69b2b2209bbd 2018-08-01 04:57:34,030 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 04:57:34,033 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=c2aebf4f-eb57-4592-b539-ead1f48a65cf&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 04:57:34,077 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 04:57:34 GMT Server: Apache x-openstack-request-id: req-b02b30b6-6a80-44d8-b14d-1d83437c0633 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=c2aebf4f-eb57-4592-b539-ead1f48a65cf&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 04:57:34,121 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:57:34 GMT Server: Apache x-openstack-request-id: req-fa6b6f93-af42-4609-9a77-7b7c71a179e8 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 04:57:34,122 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=c2aebf4f-eb57-4592-b539-ead1f48a65cf&sort_dir=asc&marker=c2aebf4f-eb57-4592-b539-ead1f48a65cf&sort_dir=asc used request id req-fa6b6f93-af42-4609-9a77-7b7c71a179e8 2018-08-01 04:57:34,122 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0911149978638s 2018-08-01 04:57:34,122 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=c2aebf4f-eb57-4592-b539-ead1f48a65cf&sort_dir=asc&marker=c2aebf4f-eb57-4592-b539-ead1f48a65cf&sort_dir=asc used request id req-fa6b6f93-af42-4609-9a77-7b7c71a179e8 2018-08-01 04:57:39,128 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 04:57:39,131 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=c2aebf4f-eb57-4592-b539-ead1f48a65cf&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 04:57:39,160 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 04:57:39 GMT Server: Apache x-openstack-request-id: req-22829f8e-5287-49f0-a7c4-da6cbc41eeaa Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=c2aebf4f-eb57-4592-b539-ead1f48a65cf&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 04:57:39,203 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:57:39 GMT Server: Apache x-openstack-request-id: req-0436b503-1457-448f-810f-d3cf04e40eee Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 04:57:39,203 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=c2aebf4f-eb57-4592-b539-ead1f48a65cf&sort_dir=asc&marker=c2aebf4f-eb57-4592-b539-ead1f48a65cf&sort_dir=asc used request id req-0436b503-1457-448f-810f-d3cf04e40eee 2018-08-01 04:57:39,204 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0753509998322s 2018-08-01 04:57:39,204 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=c2aebf4f-eb57-4592-b539-ead1f48a65cf&sort_dir=asc&marker=c2aebf4f-eb57-4592-b539-ead1f48a65cf&sort_dir=asc used request id req-0436b503-1457-448f-810f-d3cf04e40eee 2018-08-01 04:57:39,204 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 04:57:39,207 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 04:57:39,236 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 04:57:39 GMT Server: Apache x-openstack-request-id: req-23d6cfce-9dea-4c6f-9430-579613514e57 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 04:57:39,873 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:57:39 GMT Server: Apache x-openstack-request-id: req-f942c276-2a1f-4d5a-8139-b2a4e56ab40b Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 04:57:39,873 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-f942c276-2a1f-4d5a-8139-b2a4e56ab40b 2018-08-01 04:57:39,873 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.668678045273s 2018-08-01 04:57:39,874 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-f942c276-2a1f-4d5a-8139-b2a4e56ab40b 2018-08-01 04:57:44,880 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 04:57:44,885 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=c2aebf4f-eb57-4592-b539-ead1f48a65cf&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 04:57:44,929 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 04:57:44 GMT Server: Apache x-openstack-request-id: req-e9bb9dbe-85b8-486f-b507-1ce4ad92e49f Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=c2aebf4f-eb57-4592-b539-ead1f48a65cf&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 04:57:44,970 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:57:44 GMT Server: Apache x-openstack-request-id: req-0f908d52-42ae-4c75-9ef2-4503df2cde90 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 04:57:44,971 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=c2aebf4f-eb57-4592-b539-ead1f48a65cf&sort_dir=asc&marker=c2aebf4f-eb57-4592-b539-ead1f48a65cf&sort_dir=asc used request id req-0f908d52-42ae-4c75-9ef2-4503df2cde90 2018-08-01 04:57:44,971 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0898349285126s 2018-08-01 04:57:44,971 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=c2aebf4f-eb57-4592-b539-ead1f48a65cf&sort_dir=asc&marker=c2aebf4f-eb57-4592-b539-ead1f48a65cf&sort_dir=asc used request id req-0f908d52-42ae-4c75-9ef2-4503df2cde90 2018-08-01 04:57:49,976 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 04:57:49,980 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=c2aebf4f-eb57-4592-b539-ead1f48a65cf&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 04:57:50,009 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 04:57:49 GMT Server: Apache x-openstack-request-id: req-213ea174-1055-4061-bfa9-112ab289c3ea Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=c2aebf4f-eb57-4592-b539-ead1f48a65cf&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 04:57:50,052 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:57:50 GMT Server: Apache x-openstack-request-id: req-b94f78d4-c59e-416f-9ce3-39d0ea397a6f Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 04:57:50,052 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=c2aebf4f-eb57-4592-b539-ead1f48a65cf&sort_dir=asc&marker=c2aebf4f-eb57-4592-b539-ead1f48a65cf&sort_dir=asc used request id req-b94f78d4-c59e-416f-9ce3-39d0ea397a6f 2018-08-01 04:57:50,053 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0758321285248s 2018-08-01 04:57:50,053 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=c2aebf4f-eb57-4592-b539-ead1f48a65cf&sort_dir=asc&marker=c2aebf4f-eb57-4592-b539-ead1f48a65cf&sort_dir=asc used request id req-b94f78d4-c59e-416f-9ce3-39d0ea397a6f 2018-08-01 04:57:50,053 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 04:57:50,056 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 04:57:50,083 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 04:57:50 GMT Server: Apache x-openstack-request-id: req-6bf52745-0f77-4956-b535-51d6c689c713 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 04:57:50,113 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:57:50 GMT Server: Apache x-openstack-request-id: req-6664d2b7-c2d8-48c3-87a8-f7c59361df15 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 04:57:50,113 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-6664d2b7-c2d8-48c3-87a8-f7c59361df15 2018-08-01 04:57:50,113 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0597839355469s 2018-08-01 04:57:50,114 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-6664d2b7-c2d8-48c3-87a8-f7c59361df15 2018-08-01 04:57:55,120 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 04:57:55,123 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=c2aebf4f-eb57-4592-b539-ead1f48a65cf&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 04:57:55,150 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 04:57:55 GMT Server: Apache x-openstack-request-id: req-3aa6bbea-c4c3-4d78-ad1a-18026bfb4f13 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=c2aebf4f-eb57-4592-b539-ead1f48a65cf&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 04:57:55,193 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:57:55 GMT Server: Apache x-openstack-request-id: req-4259a4c7-f422-4ae7-85c4-b95280fe34fa Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 04:57:55,193 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=c2aebf4f-eb57-4592-b539-ead1f48a65cf&sort_dir=asc&marker=c2aebf4f-eb57-4592-b539-ead1f48a65cf&sort_dir=asc used request id req-4259a4c7-f422-4ae7-85c4-b95280fe34fa 2018-08-01 04:57:55,193 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.073038816452s 2018-08-01 04:57:55,193 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=c2aebf4f-eb57-4592-b539-ead1f48a65cf&sort_dir=asc&marker=c2aebf4f-eb57-4592-b539-ead1f48a65cf&sort_dir=asc used request id req-4259a4c7-f422-4ae7-85c4-b95280fe34fa 2018-08-01 04:58:00,199 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 04:58:00,202 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=c2aebf4f-eb57-4592-b539-ead1f48a65cf&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 04:58:00,231 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 04:58:00 GMT Server: Apache x-openstack-request-id: req-2cae59aa-d5dd-4706-99a6-30bca33343cf Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=c2aebf4f-eb57-4592-b539-ead1f48a65cf&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 04:58:00,274 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:58:00 GMT Server: Apache x-openstack-request-id: req-3474284d-e2c1-4ee9-8a5b-0777ca79b871 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 04:58:00,274 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=c2aebf4f-eb57-4592-b539-ead1f48a65cf&sort_dir=asc&marker=c2aebf4f-eb57-4592-b539-ead1f48a65cf&sort_dir=asc used request id req-3474284d-e2c1-4ee9-8a5b-0777ca79b871 2018-08-01 04:58:00,274 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0747630596161s 2018-08-01 04:58:00,275 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=c2aebf4f-eb57-4592-b539-ead1f48a65cf&sort_dir=asc&marker=c2aebf4f-eb57-4592-b539-ead1f48a65cf&sort_dir=asc used request id req-3474284d-e2c1-4ee9-8a5b-0777ca79b871 2018-08-01 04:58:00,275 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 04:58:00,278 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 04:58:00,307 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 04:58:00 GMT Server: Apache x-openstack-request-id: req-d3b7f700-cc65-4385-8dae-a7e69356bbc0 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 04:58:00,349 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:58:00 GMT Server: Apache x-openstack-request-id: req-6f166820-e483-43b2-a59b-55e92fec9284 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 04:58:00,349 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-6f166820-e483-43b2-a59b-55e92fec9284 2018-08-01 04:58:00,350 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0744800567627s 2018-08-01 04:58:00,350 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-6f166820-e483-43b2-a59b-55e92fec9284 2018-08-01 04:58:05,358 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 04:58:05,362 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=c2aebf4f-eb57-4592-b539-ead1f48a65cf&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 04:58:05,391 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 04:58:05 GMT Server: Apache x-openstack-request-id: req-922a7274-c4c0-4bed-8305-ece95bacaa7c Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=c2aebf4f-eb57-4592-b539-ead1f48a65cf&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 04:58:05,434 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:58:05 GMT Server: Apache x-openstack-request-id: req-f042681b-3f35-4d7f-b961-102bb0b525ea Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 04:58:05,434 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=c2aebf4f-eb57-4592-b539-ead1f48a65cf&sort_dir=asc&marker=c2aebf4f-eb57-4592-b539-ead1f48a65cf&sort_dir=asc used request id req-f042681b-3f35-4d7f-b961-102bb0b525ea 2018-08-01 04:58:05,434 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0762650966644s 2018-08-01 04:58:05,434 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=c2aebf4f-eb57-4592-b539-ead1f48a65cf&sort_dir=asc&marker=c2aebf4f-eb57-4592-b539-ead1f48a65cf&sort_dir=asc used request id req-f042681b-3f35-4d7f-b961-102bb0b525ea 2018-08-01 04:58:10,440 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 04:58:10,443 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=c2aebf4f-eb57-4592-b539-ead1f48a65cf&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 04:58:10,471 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 04:58:10 GMT Server: Apache x-openstack-request-id: req-d286e62e-de69-47e0-991a-17ea0a32723c Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=c2aebf4f-eb57-4592-b539-ead1f48a65cf&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 04:58:10,514 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:58:10 GMT Server: Apache x-openstack-request-id: req-c2c92b37-6b99-4613-9fc3-91136564f0a9 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 04:58:10,514 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=c2aebf4f-eb57-4592-b539-ead1f48a65cf&sort_dir=asc&marker=c2aebf4f-eb57-4592-b539-ead1f48a65cf&sort_dir=asc used request id req-c2c92b37-6b99-4613-9fc3-91136564f0a9 2018-08-01 04:58:10,514 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0739181041718s 2018-08-01 04:58:10,515 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=c2aebf4f-eb57-4592-b539-ead1f48a65cf&sort_dir=asc&marker=c2aebf4f-eb57-4592-b539-ead1f48a65cf&sort_dir=asc used request id req-c2c92b37-6b99-4613-9fc3-91136564f0a9 2018-08-01 04:58:10,515 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 04:58:10,518 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 04:58:10,553 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 04:58:10 GMT Server: Apache x-openstack-request-id: req-24bc5d3f-a305-4aac-85e9-b60d8fdfd8f0 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 04:58:10,595 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:58:10 GMT Server: Apache x-openstack-request-id: req-36fbd33f-d7d7-40b0-97f1-c8a9836f9b0f Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 04:58:10,596 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-36fbd33f-d7d7-40b0-97f1-c8a9836f9b0f 2018-08-01 04:58:10,596 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0806241035461s 2018-08-01 04:58:10,596 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-36fbd33f-d7d7-40b0-97f1-c8a9836f9b0f 2018-08-01 04:58:15,599 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 04:58:15,602 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=c2aebf4f-eb57-4592-b539-ead1f48a65cf&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 04:58:15,630 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 04:58:15 GMT Server: Apache x-openstack-request-id: req-3a06bebc-cf9a-4fe1-a157-51b62aefd255 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=c2aebf4f-eb57-4592-b539-ead1f48a65cf&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 04:58:15,676 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:58:15 GMT Server: Apache x-openstack-request-id: req-cd811cc6-cbfd-4bd4-b03d-3a294fb72962 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 712 Content-Type: application/json RESP BODY: {"events": [{"resource_name": "ellis", "event_time": "2018-08-01T04:58:13Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/resources/ellis/events/62ac64a5-8202-46e7-a4d1-5122d0541c96", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/resources/ellis", "rel": "resource"}, {"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "stack"}], "logical_resource_id": "ellis", "resource_status_reason": "state changed", "resource_status": "CREATE_COMPLETE", "physical_resource_id": "b397f8dc-b06b-4705-a506-024a0466a715", "id": "62ac64a5-8202-46e7-a4d1-5122d0541c96"}, {"resource_name": "dime", "event_time": "2018-08-01T04:58:13Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/resources/dime/events/a5cfbea2-bea4-4057-8a21-df99962df04e", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/resources/dime", "rel": "resource"}, {"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "stack"}], "logical_resource_id": "dime", "resource_status_reason": "state changed", "resource_status": "CREATE_IN_PROGRESS", "physical_resource_id": "clearwater-opnfv-dime-jua2vmjb74lv", "id": "a5cfbea2-bea4-4057-8a21-df99962df04e"}, {"resource_name": "homer", "event_time": "2018-08-01T04:58:13Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/resources/homer/events/d0348920-0393-459a-bb32-ea1fabf352c1", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/resources/homer", "rel": "resource"}, {"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "stack"}], "logical_resource_id": "homer", "resource_status_reason": "state changed", "resource_status": "CREATE_IN_PROGRESS", "physical_resource_id": "clearwater-opnfv-homer-7ojd4vo42jap", "id": "d0348920-0393-459a-bb32-ea1fabf352c1"}, {"resource_name": "bono", "event_time": "2018-08-01T04:58:13Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/resources/bono/events/e1fc64d5-51f4-449b-9fa7-f72549b8114b", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/resources/bono", "rel": "resource"}, {"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "stack"}], "logical_resource_id": "bono", "resource_status_reason": "state changed", "resource_status": "CREATE_IN_PROGRESS", "physical_resource_id": "clearwater-opnfv-bono-yodic2sjpl43", "id": "e1fc64d5-51f4-449b-9fa7-f72549b8114b"}, {"resource_name": "vellum", "event_time": "2018-08-01T04:58:13Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/resources/vellum/events/d8020630-e19b-4450-b8b5-f4656fcc2416", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/resources/vellum", "rel": "resource"}, {"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "stack"}], "logical_resource_id": "vellum", "resource_status_reason": "state changed", "resource_status": "CREATE_IN_PROGRESS", "physical_resource_id": "clearwater-opnfv-vellum-e6nfr6wfpndf", "id": "d8020630-e19b-4450-b8b5-f4656fcc2416"}, {"resource_name": "sprout", "event_time": "2018-08-01T04:58:13Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/resources/sprout/events/5dd2deb4-c4b6-462b-9e7b-f8975107bc14", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/resources/sprout", "rel": "resource"}, {"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "stack"}], "logical_resource_id": "sprout", "resource_status_reason": "state changed", "resource_status": "CREATE_IN_PROGRESS", "physical_resource_id": "clearwater-opnfv-sprout-5a4e2u6yupln", "id": "5dd2deb4-c4b6-462b-9e7b-f8975107bc14"}]} 2018-08-01 04:58:15,677 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=c2aebf4f-eb57-4592-b539-ead1f48a65cf&sort_dir=asc&marker=c2aebf4f-eb57-4592-b539-ead1f48a65cf&sort_dir=asc used request id req-cd811cc6-cbfd-4bd4-b03d-3a294fb72962 2018-08-01 04:58:15,677 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0777359008789s 2018-08-01 04:58:15,677 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=c2aebf4f-eb57-4592-b539-ead1f48a65cf&sort_dir=asc&marker=c2aebf4f-eb57-4592-b539-ead1f48a65cf&sort_dir=asc used request id req-cd811cc6-cbfd-4bd4-b03d-3a294fb72962 2018-08-01 04:58:20,684 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 04:58:20,687 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=5dd2deb4-c4b6-462b-9e7b-f8975107bc14&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 04:58:20,732 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 04:58:20 GMT Server: Apache x-openstack-request-id: req-14cfc3a8-21b8-4855-8971-44461f576387 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=5dd2deb4-c4b6-462b-9e7b-f8975107bc14&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 04:58:20,775 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:58:20 GMT Server: Apache x-openstack-request-id: req-67951954-4e96-4aca-8d83-249851320ee6 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 04:58:20,775 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=5dd2deb4-c4b6-462b-9e7b-f8975107bc14&sort_dir=asc&marker=5dd2deb4-c4b6-462b-9e7b-f8975107bc14&sort_dir=asc used request id req-67951954-4e96-4aca-8d83-249851320ee6 2018-08-01 04:58:20,775 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0908131599426s 2018-08-01 04:58:20,776 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=5dd2deb4-c4b6-462b-9e7b-f8975107bc14&sort_dir=asc&marker=5dd2deb4-c4b6-462b-9e7b-f8975107bc14&sort_dir=asc used request id req-67951954-4e96-4aca-8d83-249851320ee6 2018-08-01 04:58:25,779 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 04:58:25,782 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=5dd2deb4-c4b6-462b-9e7b-f8975107bc14&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 04:58:25,810 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 04:58:25 GMT Server: Apache x-openstack-request-id: req-4c2779c4-6ba8-41cb-a128-7582539c7686 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=5dd2deb4-c4b6-462b-9e7b-f8975107bc14&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 04:58:25,853 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:58:25 GMT Server: Apache x-openstack-request-id: req-516ac4b6-5b5f-4ae7-b900-aa51da6263d4 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 04:58:25,853 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=5dd2deb4-c4b6-462b-9e7b-f8975107bc14&sort_dir=asc&marker=5dd2deb4-c4b6-462b-9e7b-f8975107bc14&sort_dir=asc used request id req-516ac4b6-5b5f-4ae7-b900-aa51da6263d4 2018-08-01 04:58:25,853 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.073755979538s 2018-08-01 04:58:25,854 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=5dd2deb4-c4b6-462b-9e7b-f8975107bc14&sort_dir=asc&marker=5dd2deb4-c4b6-462b-9e7b-f8975107bc14&sort_dir=asc used request id req-516ac4b6-5b5f-4ae7-b900-aa51da6263d4 2018-08-01 04:58:25,854 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 04:58:25,857 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 04:58:25,884 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 04:58:25 GMT Server: Apache x-openstack-request-id: req-ba86b9b9-7fea-4598-8989-ba9360d069c6 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 04:58:25,910 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:58:25 GMT Server: Apache x-openstack-request-id: req-178573bd-b567-4898-8347-72e25c464d95 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 04:58:25,911 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-178573bd-b567-4898-8347-72e25c464d95 2018-08-01 04:58:25,911 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0566790103912s 2018-08-01 04:58:25,911 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-178573bd-b567-4898-8347-72e25c464d95 2018-08-01 04:58:30,918 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 04:58:30,922 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=5dd2deb4-c4b6-462b-9e7b-f8975107bc14&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 04:58:30,953 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 04:58:30 GMT Server: Apache x-openstack-request-id: req-d0794b13-061f-425e-9173-b8a058efca28 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=5dd2deb4-c4b6-462b-9e7b-f8975107bc14&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 04:58:30,995 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:58:30 GMT Server: Apache x-openstack-request-id: req-160426ef-47e2-41c5-95d2-17550fdecdd5 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 04:58:30,995 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=5dd2deb4-c4b6-462b-9e7b-f8975107bc14&sort_dir=asc&marker=5dd2deb4-c4b6-462b-9e7b-f8975107bc14&sort_dir=asc used request id req-160426ef-47e2-41c5-95d2-17550fdecdd5 2018-08-01 04:58:30,996 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0773911476135s 2018-08-01 04:58:30,996 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=5dd2deb4-c4b6-462b-9e7b-f8975107bc14&sort_dir=asc&marker=5dd2deb4-c4b6-462b-9e7b-f8975107bc14&sort_dir=asc used request id req-160426ef-47e2-41c5-95d2-17550fdecdd5 2018-08-01 04:58:36,002 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 04:58:36,005 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=5dd2deb4-c4b6-462b-9e7b-f8975107bc14&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 04:58:36,050 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 04:58:36 GMT Server: Apache x-openstack-request-id: req-929fbd12-6e9e-474f-88e9-54cdb7fbbb15 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=5dd2deb4-c4b6-462b-9e7b-f8975107bc14&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 04:58:36,093 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:58:36 GMT Server: Apache x-openstack-request-id: req-0da9ca24-5292-4283-b901-0da5ca02d7b3 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 04:58:36,093 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=5dd2deb4-c4b6-462b-9e7b-f8975107bc14&sort_dir=asc&marker=5dd2deb4-c4b6-462b-9e7b-f8975107bc14&sort_dir=asc used request id req-0da9ca24-5292-4283-b901-0da5ca02d7b3 2018-08-01 04:58:36,093 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0912709236145s 2018-08-01 04:58:36,093 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=5dd2deb4-c4b6-462b-9e7b-f8975107bc14&sort_dir=asc&marker=5dd2deb4-c4b6-462b-9e7b-f8975107bc14&sort_dir=asc used request id req-0da9ca24-5292-4283-b901-0da5ca02d7b3 2018-08-01 04:58:36,094 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 04:58:36,097 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 04:58:36,124 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 04:58:36 GMT Server: Apache x-openstack-request-id: req-85946bb3-f12d-4f17-8d15-74f101ec7a86 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 04:58:36,169 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:58:36 GMT Server: Apache x-openstack-request-id: req-8241434c-1d3c-4a72-a950-2743f483ab83 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 04:58:36,169 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-8241434c-1d3c-4a72-a950-2743f483ab83 2018-08-01 04:58:36,169 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0748550891876s 2018-08-01 04:58:36,169 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-8241434c-1d3c-4a72-a950-2743f483ab83 2018-08-01 04:58:41,171 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 04:58:41,174 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=5dd2deb4-c4b6-462b-9e7b-f8975107bc14&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 04:58:41,202 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 04:58:41 GMT Server: Apache x-openstack-request-id: req-47ec9e0f-df3a-49c2-80f5-2f20843f0bdb Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=5dd2deb4-c4b6-462b-9e7b-f8975107bc14&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 04:58:41,245 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:58:41 GMT Server: Apache x-openstack-request-id: req-55683649-2ec7-4709-b72c-9b27b8ece61d Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 04:58:41,245 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=5dd2deb4-c4b6-462b-9e7b-f8975107bc14&sort_dir=asc&marker=5dd2deb4-c4b6-462b-9e7b-f8975107bc14&sort_dir=asc used request id req-55683649-2ec7-4709-b72c-9b27b8ece61d 2018-08-01 04:58:41,246 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0746259689331s 2018-08-01 04:58:41,246 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=5dd2deb4-c4b6-462b-9e7b-f8975107bc14&sort_dir=asc&marker=5dd2deb4-c4b6-462b-9e7b-f8975107bc14&sort_dir=asc used request id req-55683649-2ec7-4709-b72c-9b27b8ece61d 2018-08-01 04:58:46,252 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 04:58:46,255 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=5dd2deb4-c4b6-462b-9e7b-f8975107bc14&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 04:58:46,284 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 04:58:46 GMT Server: Apache x-openstack-request-id: req-33253e5e-789f-427d-ab58-0428c83b5a27 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=5dd2deb4-c4b6-462b-9e7b-f8975107bc14&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 04:58:46,327 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:58:46 GMT Server: Apache x-openstack-request-id: req-bb234f26-f12a-4479-a59f-05ed9a8fe022 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 04:58:46,328 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=5dd2deb4-c4b6-462b-9e7b-f8975107bc14&sort_dir=asc&marker=5dd2deb4-c4b6-462b-9e7b-f8975107bc14&sort_dir=asc used request id req-bb234f26-f12a-4479-a59f-05ed9a8fe022 2018-08-01 04:58:46,328 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0758059024811s 2018-08-01 04:58:46,328 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=5dd2deb4-c4b6-462b-9e7b-f8975107bc14&sort_dir=asc&marker=5dd2deb4-c4b6-462b-9e7b-f8975107bc14&sort_dir=asc used request id req-bb234f26-f12a-4479-a59f-05ed9a8fe022 2018-08-01 04:58:46,329 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 04:58:46,331 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 04:58:46,375 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 04:58:46 GMT Server: Apache x-openstack-request-id: req-6ffff9d7-d870-4189-ad8b-aaa2488db83c Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 04:58:46,418 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:58:46 GMT Server: Apache x-openstack-request-id: req-df61d6f8-4f19-4865-8ef8-99fb8c066bcd Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 04:58:46,419 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-df61d6f8-4f19-4865-8ef8-99fb8c066bcd 2018-08-01 04:58:46,419 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0900831222534s 2018-08-01 04:58:46,419 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-df61d6f8-4f19-4865-8ef8-99fb8c066bcd 2018-08-01 04:58:51,421 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 04:58:51,425 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=5dd2deb4-c4b6-462b-9e7b-f8975107bc14&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 04:58:51,472 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 04:58:51 GMT Server: Apache x-openstack-request-id: req-95478d93-a539-4773-88ab-95f61d08c4d8 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=5dd2deb4-c4b6-462b-9e7b-f8975107bc14&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 04:58:51,515 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:58:51 GMT Server: Apache x-openstack-request-id: req-24bb82fa-5d4a-4bce-b24c-950ae40bd6be Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 04:58:51,515 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=5dd2deb4-c4b6-462b-9e7b-f8975107bc14&sort_dir=asc&marker=5dd2deb4-c4b6-462b-9e7b-f8975107bc14&sort_dir=asc used request id req-24bb82fa-5d4a-4bce-b24c-950ae40bd6be 2018-08-01 04:58:51,515 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0937948226929s 2018-08-01 04:58:51,516 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=5dd2deb4-c4b6-462b-9e7b-f8975107bc14&sort_dir=asc&marker=5dd2deb4-c4b6-462b-9e7b-f8975107bc14&sort_dir=asc used request id req-24bb82fa-5d4a-4bce-b24c-950ae40bd6be 2018-08-01 04:58:56,517 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 04:58:56,521 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=5dd2deb4-c4b6-462b-9e7b-f8975107bc14&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 04:58:56,549 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 04:58:56 GMT Server: Apache x-openstack-request-id: req-3a8701b1-2689-4486-98da-c064e51cb97b Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=5dd2deb4-c4b6-462b-9e7b-f8975107bc14&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 04:58:56,592 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:58:56 GMT Server: Apache x-openstack-request-id: req-fae35db5-a354-4725-a1aa-075fae5fa073 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 440 Content-Type: application/json RESP BODY: {"events": [{"resource_name": "dime", "event_time": "2018-08-01T04:58:53Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/resources/dime/events/9be05d31-af5d-4f0f-8d2e-43f8c6b8fd6f", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/resources/dime", "rel": "resource"}, {"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "stack"}], "logical_resource_id": "dime", "resource_status_reason": "state changed", "resource_status": "CREATE_COMPLETE", "physical_resource_id": "0c25c4a0-898e-4595-b5b6-ae32e79e3261", "id": "9be05d31-af5d-4f0f-8d2e-43f8c6b8fd6f"}, {"resource_name": "bono", "event_time": "2018-08-01T04:58:55Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/resources/bono/events/d370f258-d8ac-4c03-b9ec-7b54c05ffa74", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/resources/bono", "rel": "resource"}, {"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "stack"}], "logical_resource_id": "bono", "resource_status_reason": "state changed", "resource_status": "CREATE_COMPLETE", "physical_resource_id": "7564679b-6459-4ea0-bf5b-9155ae8aef2e", "id": "d370f258-d8ac-4c03-b9ec-7b54c05ffa74"}]} 2018-08-01 04:58:56,592 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=5dd2deb4-c4b6-462b-9e7b-f8975107bc14&sort_dir=asc&marker=5dd2deb4-c4b6-462b-9e7b-f8975107bc14&sort_dir=asc used request id req-fae35db5-a354-4725-a1aa-075fae5fa073 2018-08-01 04:58:56,593 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0749979019165s 2018-08-01 04:58:56,593 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=5dd2deb4-c4b6-462b-9e7b-f8975107bc14&sort_dir=asc&marker=5dd2deb4-c4b6-462b-9e7b-f8975107bc14&sort_dir=asc used request id req-fae35db5-a354-4725-a1aa-075fae5fa073 2018-08-01 04:59:01,596 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 04:59:01,599 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=d370f258-d8ac-4c03-b9ec-7b54c05ffa74&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 04:59:01,627 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 04:59:01 GMT Server: Apache x-openstack-request-id: req-15b68270-2da2-4a2f-b5f6-9cbfc1bbb009 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=d370f258-d8ac-4c03-b9ec-7b54c05ffa74&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 04:59:01,847 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:59:01 GMT Server: Apache x-openstack-request-id: req-19af6b71-0a6c-4ef8-ab59-9e257d9ab0b4 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 04:59:01,847 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=d370f258-d8ac-4c03-b9ec-7b54c05ffa74&sort_dir=asc&marker=d370f258-d8ac-4c03-b9ec-7b54c05ffa74&sort_dir=asc used request id req-19af6b71-0a6c-4ef8-ab59-9e257d9ab0b4 2018-08-01 04:59:01,847 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.251303911209s 2018-08-01 04:59:01,847 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=d370f258-d8ac-4c03-b9ec-7b54c05ffa74&sort_dir=asc&marker=d370f258-d8ac-4c03-b9ec-7b54c05ffa74&sort_dir=asc used request id req-19af6b71-0a6c-4ef8-ab59-9e257d9ab0b4 2018-08-01 04:59:06,853 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 04:59:06,856 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=d370f258-d8ac-4c03-b9ec-7b54c05ffa74&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 04:59:06,884 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 04:59:06 GMT Server: Apache x-openstack-request-id: req-877c94dd-a1e6-4db5-83c6-5d029bcfc1da Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=d370f258-d8ac-4c03-b9ec-7b54c05ffa74&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 04:59:07,542 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:59:06 GMT Server: Apache x-openstack-request-id: req-ff1d26f2-8699-475d-bb71-6bf869538b62 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 440 Content-Type: application/json RESP BODY: {"events": [{"resource_name": "homer", "event_time": "2018-08-01T04:59:05Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/resources/homer/events/16d831da-99dc-4ad4-9a92-9f0cfab9db7d", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/resources/homer", "rel": "resource"}, {"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "stack"}], "logical_resource_id": "homer", "resource_status_reason": "state changed", "resource_status": "CREATE_COMPLETE", "physical_resource_id": "36ad1e41-4194-460b-80d1-dca56fc65757", "id": "16d831da-99dc-4ad4-9a92-9f0cfab9db7d"}, {"resource_name": "sprout", "event_time": "2018-08-01T04:59:05Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/resources/sprout/events/ff3243d0-3cfc-404d-a691-e30ec66dce47", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/resources/sprout", "rel": "resource"}, {"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "stack"}], "logical_resource_id": "sprout", "resource_status_reason": "state changed", "resource_status": "CREATE_COMPLETE", "physical_resource_id": "8201dda1-ace8-4372-b7ab-be1df27fe462", "id": "ff3243d0-3cfc-404d-a691-e30ec66dce47"}]} 2018-08-01 04:59:07,542 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=d370f258-d8ac-4c03-b9ec-7b54c05ffa74&sort_dir=asc&marker=d370f258-d8ac-4c03-b9ec-7b54c05ffa74&sort_dir=asc used request id req-ff1d26f2-8699-475d-bb71-6bf869538b62 2018-08-01 04:59:07,542 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.688668966293s 2018-08-01 04:59:07,543 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=d370f258-d8ac-4c03-b9ec-7b54c05ffa74&sort_dir=asc&marker=d370f258-d8ac-4c03-b9ec-7b54c05ffa74&sort_dir=asc used request id req-ff1d26f2-8699-475d-bb71-6bf869538b62 2018-08-01 04:59:12,549 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 04:59:12,552 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 04:59:12,727 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 04:59:12 GMT Server: Apache x-openstack-request-id: req-85d2df2a-bec8-4482-9288-2eb06b5f9d87 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 04:59:12,770 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:59:12 GMT Server: Apache x-openstack-request-id: req-d170108f-2cbb-4df4-8d2e-9b6859b09773 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 04:59:12,770 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-d170108f-2cbb-4df4-8d2e-9b6859b09773 2018-08-01 04:59:12,770 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.221518039703s 2018-08-01 04:59:12,771 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-d170108f-2cbb-4df4-8d2e-9b6859b09773 2018-08-01 04:59:17,775 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 04:59:17,778 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 04:59:17,806 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 04:59:17 GMT Server: Apache x-openstack-request-id: req-edc9c9cf-70ed-48af-9e5c-d65b9630f25f Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 04:59:17,849 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:59:17 GMT Server: Apache x-openstack-request-id: req-12b632d6-a2dc-4d13-ba01-6a0a2ee5b74d Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 04:59:17,849 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-12b632d6-a2dc-4d13-ba01-6a0a2ee5b74d 2018-08-01 04:59:17,850 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0744121074677s 2018-08-01 04:59:17,850 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-12b632d6-a2dc-4d13-ba01-6a0a2ee5b74d 2018-08-01 04:59:17,850 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 04:59:17,853 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 04:59:18,477 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 04:59:17 GMT Server: Apache x-openstack-request-id: req-50e9a676-881f-4aec-abe0-cdc16c0e702a Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 04:59:18,531 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:59:18 GMT Server: Apache x-openstack-request-id: req-ba6df073-f032-46b9-95e9-065280666de8 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 04:59:18,532 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-ba6df073-f032-46b9-95e9-065280666de8 2018-08-01 04:59:18,532 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.681259870529s 2018-08-01 04:59:18,532 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-ba6df073-f032-46b9-95e9-065280666de8 2018-08-01 04:59:23,539 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 04:59:23,543 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 04:59:24,283 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 04:59:23 GMT Server: Apache x-openstack-request-id: req-8093e003-4cc5-4b8c-8db7-7b2feccf20cf Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 04:59:24,326 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:59:24 GMT Server: Apache x-openstack-request-id: req-ba8effee-8a02-49b2-9415-0eaa95b3e528 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 04:59:24,326 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-ba8effee-8a02-49b2-9415-0eaa95b3e528 2018-08-01 04:59:24,327 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.787553071976s 2018-08-01 04:59:24,327 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-ba8effee-8a02-49b2-9415-0eaa95b3e528 2018-08-01 04:59:29,333 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 04:59:29,336 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 04:59:29,364 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 04:59:29 GMT Server: Apache x-openstack-request-id: req-1f9da165-c0d9-4d6a-96a2-73e2de07f3e4 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 04:59:29,406 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:59:29 GMT Server: Apache x-openstack-request-id: req-2544da4a-79d3-4619-bbcf-fc410e3bb4c0 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 04:59:29,406 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-2544da4a-79d3-4619-bbcf-fc410e3bb4c0 2018-08-01 04:59:29,406 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.073431968689s 2018-08-01 04:59:29,406 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-2544da4a-79d3-4619-bbcf-fc410e3bb4c0 2018-08-01 04:59:29,407 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 04:59:29,410 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 04:59:30,011 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 04:59:29 GMT Server: Apache x-openstack-request-id: req-149bed11-3939-44e6-9675-d96f407a34b6 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 04:59:30,055 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:59:30 GMT Server: Apache x-openstack-request-id: req-db70be2a-ef1c-42f5-825e-ae5c92144e51 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 04:59:30,055 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-db70be2a-ef1c-42f5-825e-ae5c92144e51 2018-08-01 04:59:30,055 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.648317098618s 2018-08-01 04:59:30,056 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-db70be2a-ef1c-42f5-825e-ae5c92144e51 2018-08-01 04:59:35,063 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 04:59:35,066 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 04:59:35,352 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 04:59:35 GMT Server: Apache x-openstack-request-id: req-9536c9d3-1e56-42b3-b939-87753302ceb4 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 04:59:35,395 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:59:35 GMT Server: Apache x-openstack-request-id: req-e9d64685-0f24-45c6-a9d3-5573f62c026f Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 04:59:35,396 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-e9d64685-0f24-45c6-a9d3-5573f62c026f 2018-08-01 04:59:35,396 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.332879066467s 2018-08-01 04:59:35,396 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-e9d64685-0f24-45c6-a9d3-5573f62c026f 2018-08-01 04:59:40,401 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 04:59:40,404 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 04:59:40,448 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 04:59:40 GMT Server: Apache x-openstack-request-id: req-3fabddc0-199f-4c4b-809d-c4c88fc71462 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 04:59:40,665 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:59:40 GMT Server: Apache x-openstack-request-id: req-29e89e01-7e4e-4ac6-ab13-2a8d6c518dcf Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 04:59:40,665 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-29e89e01-7e4e-4ac6-ab13-2a8d6c518dcf 2018-08-01 04:59:40,665 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.263914108276s 2018-08-01 04:59:40,666 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-29e89e01-7e4e-4ac6-ab13-2a8d6c518dcf 2018-08-01 04:59:40,666 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 04:59:40,669 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 04:59:40,695 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 04:59:40 GMT Server: Apache x-openstack-request-id: req-2e2c3751-1533-4407-baf9-8a44bed6944f Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 04:59:40,738 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:59:40 GMT Server: Apache x-openstack-request-id: req-b9995468-4fb7-4a8f-a8aa-3f44fdf15e9a Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 04:59:40,738 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-b9995468-4fb7-4a8f-a8aa-3f44fdf15e9a 2018-08-01 04:59:40,739 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0724060535431s 2018-08-01 04:59:40,739 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-b9995468-4fb7-4a8f-a8aa-3f44fdf15e9a 2018-08-01 04:59:45,745 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 04:59:45,749 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 04:59:45,777 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 04:59:45 GMT Server: Apache x-openstack-request-id: req-7f569402-d082-4f9b-9e21-3e8cfc6fb233 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 04:59:45,819 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:59:45 GMT Server: Apache x-openstack-request-id: req-f1bedb97-84af-4454-bb5a-6b30e3d894f6 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 04:59:45,819 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-f1bedb97-84af-4454-bb5a-6b30e3d894f6 2018-08-01 04:59:45,820 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0739259719849s 2018-08-01 04:59:45,820 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-f1bedb97-84af-4454-bb5a-6b30e3d894f6 2018-08-01 04:59:50,826 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 04:59:50,829 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 04:59:51,052 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 04:59:50 GMT Server: Apache x-openstack-request-id: req-98cbb825-aa4c-4dbc-95cd-71cfed0438e6 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 04:59:51,095 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:59:51 GMT Server: Apache x-openstack-request-id: req-12f2abb0-1b34-41b9-b2ad-493d7468b0f0 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 04:59:51,095 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-12f2abb0-1b34-41b9-b2ad-493d7468b0f0 2018-08-01 04:59:51,095 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.269309997559s 2018-08-01 04:59:51,096 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-12f2abb0-1b34-41b9-b2ad-493d7468b0f0 2018-08-01 04:59:51,096 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 04:59:51,099 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 04:59:51,126 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 04:59:51 GMT Server: Apache x-openstack-request-id: req-5a48d78f-e2cb-4b44-9604-5cc2fd4e658e Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 04:59:51,169 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:59:51 GMT Server: Apache x-openstack-request-id: req-024d90a6-e3ea-4a69-b0f8-c54a814d5b32 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 04:59:51,169 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-024d90a6-e3ea-4a69-b0f8-c54a814d5b32 2018-08-01 04:59:51,169 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0730841159821s 2018-08-01 04:59:51,170 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-024d90a6-e3ea-4a69-b0f8-c54a814d5b32 2018-08-01 04:59:56,172 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 04:59:56,175 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 04:59:56,204 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 04:59:56 GMT Server: Apache x-openstack-request-id: req-5eefde16-4079-4e50-ba48-b2aea4c9d21a Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 04:59:56,854 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 04:59:56 GMT Server: Apache x-openstack-request-id: req-cf4c34c4-a676-4a1c-868f-f7f7b0fa60fe Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 04:59:56,854 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-cf4c34c4-a676-4a1c-868f-f7f7b0fa60fe 2018-08-01 04:59:56,854 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.681571006775s 2018-08-01 04:59:56,854 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-cf4c34c4-a676-4a1c-868f-f7f7b0fa60fe 2018-08-01 05:00:01,860 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:00:01,863 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:00:02,485 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:00:01 GMT Server: Apache x-openstack-request-id: req-a61dbd02-7afb-4223-8e2f-c0a90477c5ce Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:00:02,528 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:00:02 GMT Server: Apache x-openstack-request-id: req-764ba309-5d61-4913-b7b5-7eb6a7161669 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:00:02,528 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-764ba309-5d61-4913-b7b5-7eb6a7161669 2018-08-01 05:00:02,528 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.667849063873s 2018-08-01 05:00:02,529 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-764ba309-5d61-4913-b7b5-7eb6a7161669 2018-08-01 05:00:02,529 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:00:02,532 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:00:02,559 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:00:02 GMT Server: Apache x-openstack-request-id: req-51a76ff6-3d43-45dd-ba0b-ddcf2048910c Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:00:02,783 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:00:02 GMT Server: Apache x-openstack-request-id: req-0ef7adef-5825-4ace-9d65-54e7ff0499f2 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:00:02,783 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-0ef7adef-5825-4ace-9d65-54e7ff0499f2 2018-08-01 05:00:02,783 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.253895998001s 2018-08-01 05:00:02,783 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-0ef7adef-5825-4ace-9d65-54e7ff0499f2 2018-08-01 05:00:07,790 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:00:07,793 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:00:08,429 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:00:07 GMT Server: Apache x-openstack-request-id: req-aea29c7d-b2f8-44e2-9778-e1f1c0f06538 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:00:08,473 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:00:08 GMT Server: Apache x-openstack-request-id: req-ec469909-f2c1-4094-8721-8d83988e6763 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:00:08,474 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-ec469909-f2c1-4094-8721-8d83988e6763 2018-08-01 05:00:08,474 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.683418035507s 2018-08-01 05:00:08,474 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-ec469909-f2c1-4094-8721-8d83988e6763 2018-08-01 05:00:13,480 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:00:13,483 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:00:14,126 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:00:13 GMT Server: Apache x-openstack-request-id: req-a0186652-c1d7-43fb-847a-2c8672073e9f Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:00:14,167 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:00:14 GMT Server: Apache x-openstack-request-id: req-97f43c8f-7e87-48f3-ab68-55b8d60fa979 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:00:14,168 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-97f43c8f-7e87-48f3-ab68-55b8d60fa979 2018-08-01 05:00:14,168 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.687884092331s 2018-08-01 05:00:14,168 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-97f43c8f-7e87-48f3-ab68-55b8d60fa979 2018-08-01 05:00:14,169 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:00:14,172 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:00:14,199 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:00:14 GMT Server: Apache x-openstack-request-id: req-daca8122-9a81-4926-a81d-3d76bbe4184c Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:00:14,242 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:00:14 GMT Server: Apache x-openstack-request-id: req-5f15ee88-6f5e-413d-af55-b9f2c3649bdc Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:00:14,243 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-5f15ee88-6f5e-413d-af55-b9f2c3649bdc 2018-08-01 05:00:14,243 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0740020275116s 2018-08-01 05:00:14,243 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-5f15ee88-6f5e-413d-af55-b9f2c3649bdc 2018-08-01 05:00:19,250 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:00:19,253 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:00:19,297 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:00:19 GMT Server: Apache x-openstack-request-id: req-588b1c2b-8f26-4e10-a281-b2dd02424f02 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:00:19,339 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:00:19 GMT Server: Apache x-openstack-request-id: req-4458e611-2a64-48e7-a5a1-3139f953f94b Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:00:19,340 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-4458e611-2a64-48e7-a5a1-3139f953f94b 2018-08-01 05:00:19,340 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0896718502045s 2018-08-01 05:00:19,340 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-4458e611-2a64-48e7-a5a1-3139f953f94b 2018-08-01 05:00:24,346 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:00:24,349 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:00:24,376 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:00:24 GMT Server: Apache x-openstack-request-id: req-104c0fc6-26cd-46ef-8997-9fe8633a9fdf Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:00:25,013 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:00:24 GMT Server: Apache x-openstack-request-id: req-33b67ec4-90ab-4667-8061-098e5338e604 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:00:25,013 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-33b67ec4-90ab-4667-8061-098e5338e604 2018-08-01 05:00:25,013 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.667482852936s 2018-08-01 05:00:25,014 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-33b67ec4-90ab-4667-8061-098e5338e604 2018-08-01 05:00:25,014 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:00:25,017 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:00:25,241 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:00:25 GMT Server: Apache x-openstack-request-id: req-c0a95d30-0f04-4294-864c-b264e9570caf Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:00:25,866 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:00:25 GMT Server: Apache x-openstack-request-id: req-271629be-3ae9-4c85-a6bb-c687310ad2e5 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:00:25,867 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-271629be-3ae9-4c85-a6bb-c687310ad2e5 2018-08-01 05:00:25,867 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.852312088013s 2018-08-01 05:00:25,867 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-271629be-3ae9-4c85-a6bb-c687310ad2e5 2018-08-01 05:00:30,874 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:00:30,877 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:00:30,905 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:00:30 GMT Server: Apache x-openstack-request-id: req-cdbdb842-3f44-4d34-ac6f-cd79603cb947 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:00:31,117 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:00:30 GMT Server: Apache x-openstack-request-id: req-bc894237-46eb-452b-b29a-d36158e4e0cf Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:00:31,117 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-bc894237-46eb-452b-b29a-d36158e4e0cf 2018-08-01 05:00:31,118 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.243587017059s 2018-08-01 05:00:31,118 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-bc894237-46eb-452b-b29a-d36158e4e0cf 2018-08-01 05:00:36,124 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:00:36,127 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:00:36,348 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:00:36 GMT Server: Apache x-openstack-request-id: req-e5939620-f939-4649-983a-4dccfffb24d8 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:00:36,577 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:00:36 GMT Server: Apache x-openstack-request-id: req-78897c07-7d02-44e2-ae6a-d7f1f4c95aa5 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:00:36,577 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-78897c07-7d02-44e2-ae6a-d7f1f4c95aa5 2018-08-01 05:00:36,578 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.453506946564s 2018-08-01 05:00:36,578 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-78897c07-7d02-44e2-ae6a-d7f1f4c95aa5 2018-08-01 05:00:36,578 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:00:36,582 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:00:37,227 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:00:36 GMT Server: Apache x-openstack-request-id: req-84027f02-9357-448e-980a-0ceb5340973b Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:00:37,270 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:00:37 GMT Server: Apache x-openstack-request-id: req-a79bf8f0-9e83-462e-9610-f5979b68b8f4 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:00:37,270 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-a79bf8f0-9e83-462e-9610-f5979b68b8f4 2018-08-01 05:00:37,270 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.692043781281s 2018-08-01 05:00:37,271 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-a79bf8f0-9e83-462e-9610-f5979b68b8f4 2018-08-01 05:00:42,277 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:00:42,281 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:00:42,496 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:00:42 GMT Server: Apache x-openstack-request-id: req-b8c08d47-1772-4afa-9216-584201ef260b Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:00:42,540 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:00:42 GMT Server: Apache x-openstack-request-id: req-e0e04940-ac27-425c-a659-53960cb8409b Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:00:42,540 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-e0e04940-ac27-425c-a659-53960cb8409b 2018-08-01 05:00:42,541 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.262799024582s 2018-08-01 05:00:42,541 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-e0e04940-ac27-425c-a659-53960cb8409b 2018-08-01 05:00:47,542 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:00:47,545 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:00:47,573 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:00:47 GMT Server: Apache x-openstack-request-id: req-474ccdf2-1d7c-445f-99ed-15236dad43cb Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:00:47,615 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:00:47 GMT Server: Apache x-openstack-request-id: req-3bf1b093-eb94-4605-a7b8-6b7a2abe342b Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:00:47,615 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-3bf1b093-eb94-4605-a7b8-6b7a2abe342b 2018-08-01 05:00:47,615 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0727300643921s 2018-08-01 05:00:47,615 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-3bf1b093-eb94-4605-a7b8-6b7a2abe342b 2018-08-01 05:00:47,616 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:00:47,618 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:00:47,832 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:00:47 GMT Server: Apache x-openstack-request-id: req-f9a7c72d-b6e7-491a-822d-f2bcba941311 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:00:47,858 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:00:47 GMT Server: Apache x-openstack-request-id: req-fac5dbb7-fda9-484b-addb-e4cec643bd25 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:00:47,858 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-fac5dbb7-fda9-484b-addb-e4cec643bd25 2018-08-01 05:00:47,859 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.242667198181s 2018-08-01 05:00:47,859 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-fac5dbb7-fda9-484b-addb-e4cec643bd25 2018-08-01 05:00:52,863 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:00:52,866 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:00:52,893 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:00:52 GMT Server: Apache x-openstack-request-id: req-e86775b9-4e88-4a65-b7b5-e7816d3a7e8d Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:00:53,123 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:00:52 GMT Server: Apache x-openstack-request-id: req-4bcc3f79-27d6-49c2-8f48-3a98dac32a1a Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:00:53,123 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-4bcc3f79-27d6-49c2-8f48-3a98dac32a1a 2018-08-01 05:00:53,123 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.259963989258s 2018-08-01 05:00:53,124 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-4bcc3f79-27d6-49c2-8f48-3a98dac32a1a 2018-08-01 05:00:58,129 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:00:58,133 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:00:58,160 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:00:58 GMT Server: Apache x-openstack-request-id: req-031d4749-d040-4299-9749-c52a2b186d57 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:00:58,203 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:00:58 GMT Server: Apache x-openstack-request-id: req-8482e191-32ce-47ed-9548-7a9faa9e87b8 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:00:58,203 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-8482e191-32ce-47ed-9548-7a9faa9e87b8 2018-08-01 05:00:58,203 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0737509727478s 2018-08-01 05:00:58,204 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-8482e191-32ce-47ed-9548-7a9faa9e87b8 2018-08-01 05:00:58,204 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:00:58,207 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:00:58,235 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:00:58 GMT Server: Apache x-openstack-request-id: req-46bcd274-f3af-4aa1-89b3-a50ba299dcaf Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:00:58,333 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:00:58 GMT Server: Apache x-openstack-request-id: req-022b88fb-950c-432f-9b6c-8100b1863764 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:00:58,333 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-022b88fb-950c-432f-9b6c-8100b1863764 2018-08-01 05:00:58,333 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.12889289856s 2018-08-01 05:00:58,333 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-022b88fb-950c-432f-9b6c-8100b1863764 2018-08-01 05:01:03,340 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:01:03,343 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:01:03,371 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:01:03 GMT Server: Apache x-openstack-request-id: req-6daa075d-a68a-4914-be8a-0fea6b809bda Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:01:03,413 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:01:03 GMT Server: Apache x-openstack-request-id: req-6d348519-5880-490e-8b9e-acd7058a0592 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:01:03,413 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-6d348519-5880-490e-8b9e-acd7058a0592 2018-08-01 05:01:03,413 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0733540058136s 2018-08-01 05:01:03,413 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-6d348519-5880-490e-8b9e-acd7058a0592 2018-08-01 05:01:08,416 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:01:08,419 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:01:08,463 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:01:08 GMT Server: Apache x-openstack-request-id: req-46a0eac3-d618-48c1-9a40-e98172b655f5 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:01:08,695 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:01:08 GMT Server: Apache x-openstack-request-id: req-b7491151-3943-4e93-b8be-b0765c243d6c Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:01:08,695 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-b7491151-3943-4e93-b8be-b0765c243d6c 2018-08-01 05:01:08,695 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.279099941254s 2018-08-01 05:01:08,695 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-b7491151-3943-4e93-b8be-b0765c243d6c 2018-08-01 05:01:08,696 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:01:08,698 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:01:08,725 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:01:08 GMT Server: Apache x-openstack-request-id: req-df998376-723c-43f3-a2ca-eedde13fcf86 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:01:08,768 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:01:08 GMT Server: Apache x-openstack-request-id: req-38352f3a-3db7-4822-8aab-9ad1e0c42265 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:01:08,768 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-38352f3a-3db7-4822-8aab-9ad1e0c42265 2018-08-01 05:01:08,768 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0721030235291s 2018-08-01 05:01:08,768 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-38352f3a-3db7-4822-8aab-9ad1e0c42265 2018-08-01 05:01:13,775 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:01:13,778 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:01:13,806 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:01:13 GMT Server: Apache x-openstack-request-id: req-f87542c7-5b86-4a2f-b5bf-4c3d9932fb5a Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:01:13,848 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:01:13 GMT Server: Apache x-openstack-request-id: req-4887cf2b-0833-41db-932e-3dc5914da3d3 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:01:13,848 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-4887cf2b-0833-41db-932e-3dc5914da3d3 2018-08-01 05:01:13,848 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0730547904968s 2018-08-01 05:01:13,849 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-4887cf2b-0833-41db-932e-3dc5914da3d3 2018-08-01 05:01:18,854 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:01:18,857 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:01:18,886 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:01:18 GMT Server: Apache x-openstack-request-id: req-b8be2c86-bfd4-4621-b6ef-7f5f9c8f9774 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:01:19,117 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:01:18 GMT Server: Apache x-openstack-request-id: req-53cef8f0-8514-4c7b-80e8-7936ffee1b77 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:01:19,118 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-53cef8f0-8514-4c7b-80e8-7936ffee1b77 2018-08-01 05:01:19,118 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.263546943665s 2018-08-01 05:01:19,118 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-53cef8f0-8514-4c7b-80e8-7936ffee1b77 2018-08-01 05:01:19,119 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:01:19,121 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:01:19,149 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:01:19 GMT Server: Apache x-openstack-request-id: req-dbeb7328-f905-4368-8722-997f59672a75 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:01:19,192 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:01:19 GMT Server: Apache x-openstack-request-id: req-d253a85f-57b0-406e-8848-841a96d09fad Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:01:19,192 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-d253a85f-57b0-406e-8848-841a96d09fad 2018-08-01 05:01:19,192 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0735030174255s 2018-08-01 05:01:19,193 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-d253a85f-57b0-406e-8848-841a96d09fad 2018-08-01 05:01:24,199 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:01:24,203 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:01:24,231 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:01:24 GMT Server: Apache x-openstack-request-id: req-c94a9050-3261-4bda-8e35-ef222fbb1c38 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:01:24,274 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:01:24 GMT Server: Apache x-openstack-request-id: req-3c1e475c-214c-4ba3-8798-63a22810938f Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:01:24,274 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-3c1e475c-214c-4ba3-8798-63a22810938f 2018-08-01 05:01:24,275 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0749959945679s 2018-08-01 05:01:24,275 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-3c1e475c-214c-4ba3-8798-63a22810938f 2018-08-01 05:01:29,276 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:01:29,279 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:01:29,310 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:01:29 GMT Server: Apache x-openstack-request-id: req-fa4be734-2eae-492a-9129-32734f0df5cc Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:01:29,485 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:01:29 GMT Server: Apache x-openstack-request-id: req-1ec6242e-869f-46ff-ae4b-2599edccd05a Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:01:29,485 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-1ec6242e-869f-46ff-ae4b-2599edccd05a 2018-08-01 05:01:29,485 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.20849609375s 2018-08-01 05:01:29,485 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-1ec6242e-869f-46ff-ae4b-2599edccd05a 2018-08-01 05:01:29,486 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:01:29,489 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:01:29,516 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:01:29 GMT Server: Apache x-openstack-request-id: req-a9f65c6d-ba2e-4989-844a-7ed459b563cd Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:01:29,754 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:01:29 GMT Server: Apache x-openstack-request-id: req-f4d88251-6e4e-4395-b4d5-0ef4334fdbd6 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:01:29,754 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-f4d88251-6e4e-4395-b4d5-0ef4334fdbd6 2018-08-01 05:01:29,754 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.267977952957s 2018-08-01 05:01:29,755 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-f4d88251-6e4e-4395-b4d5-0ef4334fdbd6 2018-08-01 05:01:34,761 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:01:34,765 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:01:34,794 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:01:34 GMT Server: Apache x-openstack-request-id: req-91db7519-2690-4c77-9f74-c5dd468f76d6 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:01:34,837 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:01:34 GMT Server: Apache x-openstack-request-id: req-857ed9bd-136a-457d-b3f6-d3a82ac2dff6 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:01:34,837 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-857ed9bd-136a-457d-b3f6-d3a82ac2dff6 2018-08-01 05:01:34,837 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0753860473633s 2018-08-01 05:01:34,837 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-857ed9bd-136a-457d-b3f6-d3a82ac2dff6 2018-08-01 05:01:39,838 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:01:39,841 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:01:40,058 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:01:39 GMT Server: Apache x-openstack-request-id: req-18ba050e-5ae8-4b08-934c-2dac5e092a27 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:01:40,698 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:01:40 GMT Server: Apache x-openstack-request-id: req-07ae613a-f2ea-4e2f-a496-d1fddc3cdc5b Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:01:40,699 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-07ae613a-f2ea-4e2f-a496-d1fddc3cdc5b 2018-08-01 05:01:40,699 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.860234975815s 2018-08-01 05:01:40,699 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-07ae613a-f2ea-4e2f-a496-d1fddc3cdc5b 2018-08-01 05:01:40,700 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:01:40,703 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:01:40,732 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:01:40 GMT Server: Apache x-openstack-request-id: req-ecb59684-31f0-40d4-bba5-55ceb664aba7 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:01:40,775 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:01:40 GMT Server: Apache x-openstack-request-id: req-e3a54d2b-2ff5-449d-a3a6-da832024a6ce Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:01:40,775 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-e3a54d2b-2ff5-449d-a3a6-da832024a6ce 2018-08-01 05:01:40,776 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0757029056549s 2018-08-01 05:01:40,776 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-e3a54d2b-2ff5-449d-a3a6-da832024a6ce 2018-08-01 05:01:45,782 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:01:45,786 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:01:45,813 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:01:45 GMT Server: Apache x-openstack-request-id: req-7220e810-6c38-471a-897f-f5a4160cbef6 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:01:45,856 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:01:45 GMT Server: Apache x-openstack-request-id: req-b9aa19ca-d159-4d3e-885b-54534c97fe47 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:01:45,857 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-b9aa19ca-d159-4d3e-885b-54534c97fe47 2018-08-01 05:01:45,857 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0741398334503s 2018-08-01 05:01:45,857 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-b9aa19ca-d159-4d3e-885b-54534c97fe47 2018-08-01 05:01:50,863 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:01:50,866 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:01:50,894 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:01:50 GMT Server: Apache x-openstack-request-id: req-3b75ab1f-d389-41da-b202-9966a7e4bdb6 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:01:50,937 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:01:50 GMT Server: Apache x-openstack-request-id: req-a90a42ee-62be-4cea-b027-577659612f0f Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:01:50,937 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-a90a42ee-62be-4cea-b027-577659612f0f 2018-08-01 05:01:50,937 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0743250846863s 2018-08-01 05:01:50,938 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-a90a42ee-62be-4cea-b027-577659612f0f 2018-08-01 05:01:50,938 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:01:50,941 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:01:50,968 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:01:50 GMT Server: Apache x-openstack-request-id: req-2dea84b6-0451-467c-8b13-660f4f3966c6 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:01:51,011 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:01:50 GMT Server: Apache x-openstack-request-id: req-c8cd2feb-e2ae-4b1e-a7ad-2024990e5541 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:01:51,011 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-c8cd2feb-e2ae-4b1e-a7ad-2024990e5541 2018-08-01 05:01:51,012 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0733029842377s 2018-08-01 05:01:51,012 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-c8cd2feb-e2ae-4b1e-a7ad-2024990e5541 2018-08-01 05:01:56,018 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:01:56,021 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:01:56,050 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:01:56 GMT Server: Apache x-openstack-request-id: req-c1b79ab3-f63e-450b-9d5e-dda752a28c28 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:01:56,094 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:01:56 GMT Server: Apache x-openstack-request-id: req-ed974f2e-c021-4ecc-b367-172c74900617 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:01:56,094 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-ed974f2e-c021-4ecc-b367-172c74900617 2018-08-01 05:01:56,095 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0758328437805s 2018-08-01 05:01:56,095 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-ed974f2e-c021-4ecc-b367-172c74900617 2018-08-01 05:02:01,096 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:02:01,099 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:02:01,307 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:02:01 GMT Server: Apache x-openstack-request-id: req-86a8da75-3297-4b37-b51b-8dbb4ea81f57 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:02:01,937 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:02:01 GMT Server: Apache x-openstack-request-id: req-3a94632f-9b92-4a40-809c-7f18a55d2924 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:02:01,937 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-3a94632f-9b92-4a40-809c-7f18a55d2924 2018-08-01 05:02:01,938 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.841588020325s 2018-08-01 05:02:01,938 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-3a94632f-9b92-4a40-809c-7f18a55d2924 2018-08-01 05:02:01,938 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:02:01,941 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:02:01,969 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:02:01 GMT Server: Apache x-openstack-request-id: req-aab5f790-b922-488b-adc1-2b18f720ec1b Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:02:02,011 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:02:01 GMT Server: Apache x-openstack-request-id: req-b57279d2-839a-4c3e-8539-724a7789e973 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:02:02,011 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-b57279d2-839a-4c3e-8539-724a7789e973 2018-08-01 05:02:02,011 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0727558135986s 2018-08-01 05:02:02,012 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-b57279d2-839a-4c3e-8539-724a7789e973 2018-08-01 05:02:07,015 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:02:07,018 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:02:07,050 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:02:07 GMT Server: Apache x-openstack-request-id: req-3c5c0383-91ef-4d50-8c67-64836436000a Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:02:07,296 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:02:07 GMT Server: Apache x-openstack-request-id: req-18705945-5449-4169-a410-a103fc480094 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:02:07,296 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-18705945-5449-4169-a410-a103fc480094 2018-08-01 05:02:07,296 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.28095293045s 2018-08-01 05:02:07,297 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-18705945-5449-4169-a410-a103fc480094 2018-08-01 05:02:12,303 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:02:12,306 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:02:12,334 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:02:12 GMT Server: Apache x-openstack-request-id: req-c8409d44-3229-4322-bf04-9bd841be52b9 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:02:12,376 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:02:12 GMT Server: Apache x-openstack-request-id: req-1873da12-6f26-46b5-8291-b7f51d4e0134 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:02:12,376 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-1873da12-6f26-46b5-8291-b7f51d4e0134 2018-08-01 05:02:12,376 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0736269950867s 2018-08-01 05:02:12,377 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-1873da12-6f26-46b5-8291-b7f51d4e0134 2018-08-01 05:02:12,377 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:02:12,380 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:02:12,406 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:02:12 GMT Server: Apache x-openstack-request-id: req-cf0f434f-4c64-4411-8cb0-fc03d9ec82fb Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:02:12,450 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:02:12 GMT Server: Apache x-openstack-request-id: req-8d161f38-a6cc-4ea7-8516-201da059dab0 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:02:12,450 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-8d161f38-a6cc-4ea7-8516-201da059dab0 2018-08-01 05:02:12,451 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.073343038559s 2018-08-01 05:02:12,451 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-8d161f38-a6cc-4ea7-8516-201da059dab0 2018-08-01 05:02:17,456 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:02:17,459 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:02:17,487 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:02:17 GMT Server: Apache x-openstack-request-id: req-8343ec3c-e61e-40da-829d-00518c076502 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:02:17,531 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:02:17 GMT Server: Apache x-openstack-request-id: req-4fd4e058-42d8-48f0-b129-c29af3175808 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:02:17,531 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-4fd4e058-42d8-48f0-b129-c29af3175808 2018-08-01 05:02:17,531 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0750460624695s 2018-08-01 05:02:17,532 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-4fd4e058-42d8-48f0-b129-c29af3175808 2018-08-01 05:02:22,537 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:02:22,541 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:02:23,276 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:02:22 GMT Server: Apache x-openstack-request-id: req-b0625314-0bbb-471c-941f-3013355a12c8 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:02:23,319 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:02:23 GMT Server: Apache x-openstack-request-id: req-69d7d186-1594-4ffc-a3a5-34167c283a67 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:02:23,319 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-69d7d186-1594-4ffc-a3a5-34167c283a67 2018-08-01 05:02:23,319 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.781574010849s 2018-08-01 05:02:23,320 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-69d7d186-1594-4ffc-a3a5-34167c283a67 2018-08-01 05:02:23,320 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:02:23,323 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:02:23,937 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:02:23 GMT Server: Apache x-openstack-request-id: req-67d22190-c119-4b2b-b597-ec7ee52a4bca Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:02:23,980 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:02:23 GMT Server: Apache x-openstack-request-id: req-c847e751-efde-4eb6-b643-1a56821a4899 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:02:23,980 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-c847e751-efde-4eb6-b643-1a56821a4899 2018-08-01 05:02:23,980 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.660274982452s 2018-08-01 05:02:23,981 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-c847e751-efde-4eb6-b643-1a56821a4899 2018-08-01 05:02:28,987 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:02:28,991 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:02:29,018 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:02:28 GMT Server: Apache x-openstack-request-id: req-f697de0a-1460-4ec0-9af4-32a935f1c836 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:02:29,061 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:02:29 GMT Server: Apache x-openstack-request-id: req-c4d3d2f6-944c-45ad-91c8-584bd412c643 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:02:29,061 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-c4d3d2f6-944c-45ad-91c8-584bd412c643 2018-08-01 05:02:29,061 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0734300613403s 2018-08-01 05:02:29,061 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-c4d3d2f6-944c-45ad-91c8-584bd412c643 2018-08-01 05:02:34,067 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:02:34,070 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:02:34,295 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:02:34 GMT Server: Apache x-openstack-request-id: req-5c29dafb-0456-48c4-8bfc-d19e5d94ef4e Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:02:34,337 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:02:34 GMT Server: Apache x-openstack-request-id: req-90037347-fca6-4c70-8b59-81a410c62bb4 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:02:34,338 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-90037347-fca6-4c70-8b59-81a410c62bb4 2018-08-01 05:02:34,338 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.270365953445s 2018-08-01 05:02:34,338 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-90037347-fca6-4c70-8b59-81a410c62bb4 2018-08-01 05:02:34,338 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:02:34,341 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:02:34,368 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:02:34 GMT Server: Apache x-openstack-request-id: req-d45e8b0f-ee10-4adb-930e-939752ef2ea5 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:02:34,411 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:02:34 GMT Server: Apache x-openstack-request-id: req-def53413-d896-46ee-9666-fde62cdf7222 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:02:34,411 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-def53413-d896-46ee-9666-fde62cdf7222 2018-08-01 05:02:34,412 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0729231834412s 2018-08-01 05:02:34,412 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-def53413-d896-46ee-9666-fde62cdf7222 2018-08-01 05:02:39,414 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:02:39,417 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:02:39,446 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:02:39 GMT Server: Apache x-openstack-request-id: req-923e7617-2d1c-4de2-9dfe-f48db8e992fe Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:02:39,663 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:02:39 GMT Server: Apache x-openstack-request-id: req-fde63dd8-330e-4726-b43a-c79589ece2db Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:02:39,663 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-fde63dd8-330e-4726-b43a-c79589ece2db 2018-08-01 05:02:39,663 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.24832701683s 2018-08-01 05:02:39,663 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-fde63dd8-330e-4726-b43a-c79589ece2db 2018-08-01 05:02:44,664 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:02:44,667 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:02:44,695 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:02:44 GMT Server: Apache x-openstack-request-id: req-f76180c5-e23a-4d24-86cc-6e6556cdec44 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:02:44,738 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:02:44 GMT Server: Apache x-openstack-request-id: req-b4b61177-e21d-46df-b0b4-a8bdd57542fd Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:02:44,738 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-b4b61177-e21d-46df-b0b4-a8bdd57542fd 2018-08-01 05:02:44,738 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0742318630219s 2018-08-01 05:02:44,739 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-b4b61177-e21d-46df-b0b4-a8bdd57542fd 2018-08-01 05:02:44,739 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:02:44,741 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:02:44,768 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:02:44 GMT Server: Apache x-openstack-request-id: req-95284e49-87be-4852-bdeb-4bbdadfb8d8f Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:02:44,811 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:02:44 GMT Server: Apache x-openstack-request-id: req-2378c3f1-5f33-4b91-9152-8ee6180f7f0b Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:02:44,811 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-2378c3f1-5f33-4b91-9152-8ee6180f7f0b 2018-08-01 05:02:44,811 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0721800327301s 2018-08-01 05:02:44,812 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-2378c3f1-5f33-4b91-9152-8ee6180f7f0b 2018-08-01 05:02:49,818 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:02:49,821 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:02:49,849 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:02:49 GMT Server: Apache x-openstack-request-id: req-c260a970-99ad-45eb-b844-1261523d09be Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:02:49,892 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:02:49 GMT Server: Apache x-openstack-request-id: req-04635fe1-46b3-47e7-a069-22ac57f4cfba Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:02:49,893 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-04635fe1-46b3-47e7-a069-22ac57f4cfba 2018-08-01 05:02:49,893 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0741119384766s 2018-08-01 05:02:49,893 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-04635fe1-46b3-47e7-a069-22ac57f4cfba 2018-08-01 05:02:54,895 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:02:54,898 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:02:54,925 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:02:54 GMT Server: Apache x-openstack-request-id: req-d50371d0-fdb8-45e9-8b82-c44ca879e3fa Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:02:54,968 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:02:54 GMT Server: Apache x-openstack-request-id: req-ecb2d80e-cd40-478a-a17e-add953137c7d Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:02:54,968 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-ecb2d80e-cd40-478a-a17e-add953137c7d 2018-08-01 05:02:54,968 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0726420879364s 2018-08-01 05:02:54,968 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-ecb2d80e-cd40-478a-a17e-add953137c7d 2018-08-01 05:02:54,969 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:02:54,971 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:02:54,997 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:02:54 GMT Server: Apache x-openstack-request-id: req-61f4cde7-742b-4c6a-bcdd-eaf238294fcc Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:02:55,040 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:02:54 GMT Server: Apache x-openstack-request-id: req-05c49a90-1519-4a53-abdb-224de27b57d6 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:02:55,040 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-05c49a90-1519-4a53-abdb-224de27b57d6 2018-08-01 05:02:55,040 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0709738731384s 2018-08-01 05:02:55,040 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-05c49a90-1519-4a53-abdb-224de27b57d6 2018-08-01 05:03:00,045 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:03:00,048 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:03:00,076 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:03:00 GMT Server: Apache x-openstack-request-id: req-214aacb8-69ec-42a0-8036-38af45fa52d8 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:03:00,118 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:03:00 GMT Server: Apache x-openstack-request-id: req-e813e7e7-3a4e-4f0b-9075-a8cab7a73c9e Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:03:00,119 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-e813e7e7-3a4e-4f0b-9075-a8cab7a73c9e 2018-08-01 05:03:00,119 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0731430053711s 2018-08-01 05:03:00,119 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-e813e7e7-3a4e-4f0b-9075-a8cab7a73c9e 2018-08-01 05:03:05,125 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:03:05,128 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:03:05,174 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:03:05 GMT Server: Apache x-openstack-request-id: req-1cf2b16c-dfed-4e57-9ca7-ff9c6227eab2 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:03:05,217 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:03:05 GMT Server: Apache x-openstack-request-id: req-ebb6d536-1640-4480-9589-89cf00ead388 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:03:05,217 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-ebb6d536-1640-4480-9589-89cf00ead388 2018-08-01 05:03:05,217 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.092129945755s 2018-08-01 05:03:05,217 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-ebb6d536-1640-4480-9589-89cf00ead388 2018-08-01 05:03:05,218 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:03:05,221 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:03:05,248 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:03:05 GMT Server: Apache x-openstack-request-id: req-6584a6fa-7259-4490-a98d-ec725ded5be2 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:03:05,291 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:03:05 GMT Server: Apache x-openstack-request-id: req-49ea5904-3a32-4f86-98b5-c5b688abda41 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:03:05,292 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-49ea5904-3a32-4f86-98b5-c5b688abda41 2018-08-01 05:03:05,292 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0738220214844s 2018-08-01 05:03:05,292 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-49ea5904-3a32-4f86-98b5-c5b688abda41 2018-08-01 05:03:10,299 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:03:10,302 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:03:10,330 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:03:10 GMT Server: Apache x-openstack-request-id: req-0550a1cf-4bd8-4f79-8f19-d0d529f9199d Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:03:10,373 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:03:10 GMT Server: Apache x-openstack-request-id: req-4bff7262-e816-4e41-9245-8384cf85887d Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:03:10,373 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-4bff7262-e816-4e41-9245-8384cf85887d 2018-08-01 05:03:10,374 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0744781494141s 2018-08-01 05:03:10,374 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-4bff7262-e816-4e41-9245-8384cf85887d 2018-08-01 05:03:15,380 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:03:15,383 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:03:15,412 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:03:15 GMT Server: Apache x-openstack-request-id: req-bdd91464-e4cd-4cec-ad26-91cdb0c23711 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:03:15,454 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:03:15 GMT Server: Apache x-openstack-request-id: req-4b54f3f0-aa69-4896-92c1-c5dcef3fdcbe Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:03:15,455 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-4b54f3f0-aa69-4896-92c1-c5dcef3fdcbe 2018-08-01 05:03:15,455 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.074832201004s 2018-08-01 05:03:15,455 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-4b54f3f0-aa69-4896-92c1-c5dcef3fdcbe 2018-08-01 05:03:15,455 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:03:15,458 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:03:15,487 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:03:15 GMT Server: Apache x-openstack-request-id: req-2058ddc8-68ac-4617-ad3a-95dd982fcb6b Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:03:15,530 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:03:15 GMT Server: Apache x-openstack-request-id: req-6b45200c-dc5a-4ed5-a81e-b2145ac8131e Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:03:15,530 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-6b45200c-dc5a-4ed5-a81e-b2145ac8131e 2018-08-01 05:03:15,530 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0744681358337s 2018-08-01 05:03:15,530 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-6b45200c-dc5a-4ed5-a81e-b2145ac8131e 2018-08-01 05:03:20,536 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:03:20,540 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:03:20,568 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:03:20 GMT Server: Apache x-openstack-request-id: req-c99e1a92-a250-4aae-ac79-d66712f7a29e Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:03:20,614 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:03:20 GMT Server: Apache x-openstack-request-id: req-e31bd9fc-1b51-4791-8624-b6eb55f760ea Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:03:20,614 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-e31bd9fc-1b51-4791-8624-b6eb55f760ea 2018-08-01 05:03:20,615 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.078332901001s 2018-08-01 05:03:20,615 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-e31bd9fc-1b51-4791-8624-b6eb55f760ea 2018-08-01 05:03:25,621 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:03:25,623 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:03:25,651 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:03:25 GMT Server: Apache x-openstack-request-id: req-e15d8630-5359-47ba-b190-abd195c589a2 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:03:25,695 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:03:25 GMT Server: Apache x-openstack-request-id: req-bbee9691-18c6-4566-b50e-7c9bb4ccccba Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:03:25,695 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-bbee9691-18c6-4566-b50e-7c9bb4ccccba 2018-08-01 05:03:25,695 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0745470523834s 2018-08-01 05:03:25,696 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-bbee9691-18c6-4566-b50e-7c9bb4ccccba 2018-08-01 05:03:25,696 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:03:25,699 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:03:25,727 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:03:25 GMT Server: Apache x-openstack-request-id: req-6700e1c2-9855-4b38-91c6-6f6ce8036314 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:03:25,770 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:03:25 GMT Server: Apache x-openstack-request-id: req-e0f9385a-0c7d-49f2-9b66-d3e37f795e64 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:03:25,771 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-e0f9385a-0c7d-49f2-9b66-d3e37f795e64 2018-08-01 05:03:25,771 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0745050907135s 2018-08-01 05:03:25,771 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-e0f9385a-0c7d-49f2-9b66-d3e37f795e64 2018-08-01 05:03:30,778 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:03:30,781 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:03:30,809 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:03:30 GMT Server: Apache x-openstack-request-id: req-89871013-4718-4d98-9f94-2311fdc1b548 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:03:30,852 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:03:30 GMT Server: Apache x-openstack-request-id: req-212795f5-91d7-4b95-a9b9-ec8f3918b80d Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:03:30,852 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-212795f5-91d7-4b95-a9b9-ec8f3918b80d 2018-08-01 05:03:30,852 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0740079879761s 2018-08-01 05:03:30,852 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-212795f5-91d7-4b95-a9b9-ec8f3918b80d 2018-08-01 05:03:35,858 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:03:35,862 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:03:35,891 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:03:35 GMT Server: Apache x-openstack-request-id: req-b018c289-bdc4-4a7f-8dd3-1cd013e1a12c Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:03:35,935 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:03:35 GMT Server: Apache x-openstack-request-id: req-dd110007-f80f-4210-84a4-f8d2835ec761 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:03:35,935 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-dd110007-f80f-4210-84a4-f8d2835ec761 2018-08-01 05:03:35,935 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0764391422272s 2018-08-01 05:03:35,935 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-dd110007-f80f-4210-84a4-f8d2835ec761 2018-08-01 05:03:35,935 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:03:35,937 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:03:35,963 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:03:35 GMT Server: Apache x-openstack-request-id: req-94bb4a95-0988-43ec-af32-ee3af1980448 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:03:36,004 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:03:35 GMT Server: Apache x-openstack-request-id: req-b4a87008-7afe-4ecd-9b3f-2cce131ba7ea Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:03:36,004 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-b4a87008-7afe-4ecd-9b3f-2cce131ba7ea 2018-08-01 05:03:36,004 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0686690807343s 2018-08-01 05:03:36,004 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-b4a87008-7afe-4ecd-9b3f-2cce131ba7ea 2018-08-01 05:03:41,011 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:03:41,014 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:03:41,043 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:03:41 GMT Server: Apache x-openstack-request-id: req-0acae26a-dc16-46b5-8014-4a0f07d33327 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:03:41,086 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:03:41 GMT Server: Apache x-openstack-request-id: req-5cf9c064-16ed-4765-b288-5e05826680d8 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:03:41,087 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-5cf9c064-16ed-4765-b288-5e05826680d8 2018-08-01 05:03:41,087 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0759241580963s 2018-08-01 05:03:41,087 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-5cf9c064-16ed-4765-b288-5e05826680d8 2018-08-01 05:03:46,093 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:03:46,096 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:03:46,124 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:03:46 GMT Server: Apache x-openstack-request-id: req-3edcff0a-0562-437e-a529-e9871d1849e2 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:03:46,168 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:03:46 GMT Server: Apache x-openstack-request-id: req-af3f0329-62f0-4f8e-b5be-bb56906f99c2 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:03:46,168 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-af3f0329-62f0-4f8e-b5be-bb56906f99c2 2018-08-01 05:03:46,168 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0750720500946s 2018-08-01 05:03:46,168 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-af3f0329-62f0-4f8e-b5be-bb56906f99c2 2018-08-01 05:03:46,169 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:03:46,172 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:03:46,415 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:03:46 GMT Server: Apache x-openstack-request-id: req-65a7413d-8b67-4f07-8333-605a659f87cc Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:03:46,458 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:03:46 GMT Server: Apache x-openstack-request-id: req-225fbe69-18b2-4be4-adf8-1e0cdfbf5790 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:03:46,458 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-225fbe69-18b2-4be4-adf8-1e0cdfbf5790 2018-08-01 05:03:46,458 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.289457082748s 2018-08-01 05:03:46,459 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-225fbe69-18b2-4be4-adf8-1e0cdfbf5790 2018-08-01 05:03:51,461 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:03:51,464 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:03:51,492 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:03:51 GMT Server: Apache x-openstack-request-id: req-e74d75d2-4237-4295-8146-6089c205756a Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:03:51,535 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:03:51 GMT Server: Apache x-openstack-request-id: req-b25cf714-7acf-47bd-8a9c-2c03a4ecf657 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:03:51,535 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-b25cf714-7acf-47bd-8a9c-2c03a4ecf657 2018-08-01 05:03:51,535 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0736179351807s 2018-08-01 05:03:51,535 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-b25cf714-7acf-47bd-8a9c-2c03a4ecf657 2018-08-01 05:03:56,541 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:03:56,544 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:03:56,572 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:03:56 GMT Server: Apache x-openstack-request-id: req-374ed5c7-5e6d-477a-b398-29be3b00186e Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:03:56,615 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:03:56 GMT Server: Apache x-openstack-request-id: req-19712a43-098d-4e58-8fee-57e16e5e6592 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:03:56,615 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-19712a43-098d-4e58-8fee-57e16e5e6592 2018-08-01 05:03:56,615 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0737881660461s 2018-08-01 05:03:56,615 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-19712a43-098d-4e58-8fee-57e16e5e6592 2018-08-01 05:03:56,616 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:03:56,618 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:03:56,645 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:03:56 GMT Server: Apache x-openstack-request-id: req-0204fbaf-5309-45f4-8d72-010394cc1a30 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:03:56,820 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:03:56 GMT Server: Apache x-openstack-request-id: req-ebe3cdf0-e4ca-4565-9167-6dc2ca0f3d5e Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:03:56,820 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-ebe3cdf0-e4ca-4565-9167-6dc2ca0f3d5e 2018-08-01 05:03:56,820 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.204587936401s 2018-08-01 05:03:56,821 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-ebe3cdf0-e4ca-4565-9167-6dc2ca0f3d5e 2018-08-01 05:04:01,827 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:04:01,831 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:04:01,862 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:04:01 GMT Server: Apache x-openstack-request-id: req-f5ee7b7f-45a1-4377-9ea0-4bdb97f3e2a3 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:04:01,904 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:04:01 GMT Server: Apache x-openstack-request-id: req-4462f5f9-90aa-414c-89a7-d1c7dd66b4e7 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:04:01,904 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-4462f5f9-90aa-414c-89a7-d1c7dd66b4e7 2018-08-01 05:04:01,904 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0765120983124s 2018-08-01 05:04:01,905 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-4462f5f9-90aa-414c-89a7-d1c7dd66b4e7 2018-08-01 05:04:06,910 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:04:06,914 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:04:06,943 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:04:06 GMT Server: Apache x-openstack-request-id: req-a6213d7a-dfce-4274-89ef-5324912e5c20 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:04:06,986 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:04:06 GMT Server: Apache x-openstack-request-id: req-6696da1b-2ae4-4dc2-ac0e-b13bd46d5e91 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:04:06,986 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-6696da1b-2ae4-4dc2-ac0e-b13bd46d5e91 2018-08-01 05:04:06,986 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0756440162659s 2018-08-01 05:04:06,986 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-6696da1b-2ae4-4dc2-ac0e-b13bd46d5e91 2018-08-01 05:04:06,987 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:04:06,989 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:04:07,016 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:04:06 GMT Server: Apache x-openstack-request-id: req-caee77f0-3b20-4995-ba9b-740723c84dcb Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:04:07,241 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:04:07 GMT Server: Apache x-openstack-request-id: req-7023b6b0-c687-4a74-9a26-9bef80bd81ef Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:04:07,241 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-7023b6b0-c687-4a74-9a26-9bef80bd81ef 2018-08-01 05:04:07,241 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.254179954529s 2018-08-01 05:04:07,242 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-7023b6b0-c687-4a74-9a26-9bef80bd81ef 2018-08-01 05:04:12,248 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:04:12,251 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:04:12,279 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:04:12 GMT Server: Apache x-openstack-request-id: req-8c0f9b23-8e7b-48ad-b996-29aaf4e2c814 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:04:12,321 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:04:12 GMT Server: Apache x-openstack-request-id: req-170ba7f4-3547-4291-80e7-8f2c5601b0f1 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:04:12,321 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-170ba7f4-3547-4291-80e7-8f2c5601b0f1 2018-08-01 05:04:12,322 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0731720924377s 2018-08-01 05:04:12,322 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-170ba7f4-3547-4291-80e7-8f2c5601b0f1 2018-08-01 05:04:17,328 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:04:17,330 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:04:17,358 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:04:17 GMT Server: Apache x-openstack-request-id: req-c8db1920-6304-4296-8d83-d7bfa3cc9b97 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:04:17,401 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:04:17 GMT Server: Apache x-openstack-request-id: req-d1494558-977c-4f3f-ad49-edb158d62976 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:04:17,401 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-d1494558-977c-4f3f-ad49-edb158d62976 2018-08-01 05:04:17,401 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0732741355896s 2018-08-01 05:04:17,401 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-d1494558-977c-4f3f-ad49-edb158d62976 2018-08-01 05:04:17,402 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:04:17,404 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:04:17,431 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:04:17 GMT Server: Apache x-openstack-request-id: req-2c8206ab-ffa9-45f3-a4e1-feafa5826a91 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:04:17,474 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:04:17 GMT Server: Apache x-openstack-request-id: req-a441096f-cd44-4ac2-97bc-4bb14819e68b Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:04:17,475 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-a441096f-cd44-4ac2-97bc-4bb14819e68b 2018-08-01 05:04:17,475 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0729191303253s 2018-08-01 05:04:17,475 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-a441096f-cd44-4ac2-97bc-4bb14819e68b 2018-08-01 05:04:22,482 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:04:22,485 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:04:22,513 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:04:22 GMT Server: Apache x-openstack-request-id: req-7b8dadc5-5ee7-4d19-9db0-413ca2f09419 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:04:22,555 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:04:22 GMT Server: Apache x-openstack-request-id: req-55b7af1f-6bfe-4b4f-8a2f-e13b01bd00c9 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:04:22,556 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-55b7af1f-6bfe-4b4f-8a2f-e13b01bd00c9 2018-08-01 05:04:22,556 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0737960338593s 2018-08-01 05:04:22,556 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-55b7af1f-6bfe-4b4f-8a2f-e13b01bd00c9 2018-08-01 05:04:27,561 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:04:27,564 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:04:27,593 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:04:27 GMT Server: Apache x-openstack-request-id: req-f2633bee-577d-4846-8beb-e0b76c61d36a Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:04:27,635 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:04:27 GMT Server: Apache x-openstack-request-id: req-b40b6e14-8055-4b6c-98d5-bac836a86d83 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:04:27,635 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-b40b6e14-8055-4b6c-98d5-bac836a86d83 2018-08-01 05:04:27,635 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0738701820374s 2018-08-01 05:04:27,636 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-b40b6e14-8055-4b6c-98d5-bac836a86d83 2018-08-01 05:04:27,636 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:04:27,639 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:04:27,833 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:04:27 GMT Server: Apache x-openstack-request-id: req-31a0ba2f-7b59-41b3-a627-3404337bb84e Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:04:28,009 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:04:27 GMT Server: Apache x-openstack-request-id: req-635ed889-0f9a-44a9-8cf4-e8ea987fd80b Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:04:28,009 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-635ed889-0f9a-44a9-8cf4-e8ea987fd80b 2018-08-01 05:04:28,009 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.372673034668s 2018-08-01 05:04:28,009 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-635ed889-0f9a-44a9-8cf4-e8ea987fd80b 2018-08-01 05:04:33,012 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:04:33,015 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:04:33,048 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:04:33 GMT Server: Apache x-openstack-request-id: req-7a491dc8-57a6-4f17-8855-50b99e62006f Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:04:33,095 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:04:33 GMT Server: Apache x-openstack-request-id: req-54084192-8a1a-473e-946e-cb70ea05ecd6 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:04:33,095 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-54084192-8a1a-473e-946e-cb70ea05ecd6 2018-08-01 05:04:33,095 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0829858779907s 2018-08-01 05:04:33,096 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-54084192-8a1a-473e-946e-cb70ea05ecd6 2018-08-01 05:04:38,101 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:04:38,104 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:04:38,132 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:04:38 GMT Server: Apache x-openstack-request-id: req-e67c2c53-a9bd-49bd-98df-111ea6df68ce Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:04:38,175 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:04:38 GMT Server: Apache x-openstack-request-id: req-503bfe82-bcdf-4a26-93df-bae14523c1ea Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:04:38,175 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-503bfe82-bcdf-4a26-93df-bae14523c1ea 2018-08-01 05:04:38,175 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0738248825073s 2018-08-01 05:04:38,176 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-503bfe82-bcdf-4a26-93df-bae14523c1ea 2018-08-01 05:04:38,176 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:04:38,179 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:04:38,207 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:04:38 GMT Server: Apache x-openstack-request-id: req-efd86d12-332c-46c5-aef8-28b2c28cead7 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:04:38,250 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:04:38 GMT Server: Apache x-openstack-request-id: req-2bbbc323-6cc4-430a-84b4-44f6befd2f91 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:04:38,250 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-2bbbc323-6cc4-430a-84b4-44f6befd2f91 2018-08-01 05:04:38,250 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0737838745117s 2018-08-01 05:04:38,250 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-2bbbc323-6cc4-430a-84b4-44f6befd2f91 2018-08-01 05:04:43,257 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:04:43,260 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:04:43,452 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:04:43 GMT Server: Apache x-openstack-request-id: req-a8e3a021-fc34-42c2-96cc-9ab9788eb9ad Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:04:43,495 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:04:43 GMT Server: Apache x-openstack-request-id: req-27eb159d-2f1d-497e-bd7c-f2dfb70ad80a Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:04:43,495 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-27eb159d-2f1d-497e-bd7c-f2dfb70ad80a 2018-08-01 05:04:43,495 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.238076925278s 2018-08-01 05:04:43,496 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-27eb159d-2f1d-497e-bd7c-f2dfb70ad80a 2018-08-01 05:04:48,498 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:04:48,501 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:04:48,529 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:04:48 GMT Server: Apache x-openstack-request-id: req-26bc757a-3429-4f50-85df-f91585936380 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:04:48,571 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:04:48 GMT Server: Apache x-openstack-request-id: req-d2d4eef8-0dd7-4b06-a17a-d80c48b802d6 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:04:48,571 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-d2d4eef8-0dd7-4b06-a17a-d80c48b802d6 2018-08-01 05:04:48,571 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.072949886322s 2018-08-01 05:04:48,572 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-d2d4eef8-0dd7-4b06-a17a-d80c48b802d6 2018-08-01 05:04:48,572 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:04:48,575 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:04:48,602 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:04:48 GMT Server: Apache x-openstack-request-id: req-89938875-2649-44b3-bca9-d833f0106e58 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:04:48,778 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:04:48 GMT Server: Apache x-openstack-request-id: req-6b9fae15-88e6-4ee9-9b94-d5ed2b4dccf4 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:04:48,778 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-6b9fae15-88e6-4ee9-9b94-d5ed2b4dccf4 2018-08-01 05:04:48,778 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.205694913864s 2018-08-01 05:04:48,778 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-6b9fae15-88e6-4ee9-9b94-d5ed2b4dccf4 2018-08-01 05:04:53,785 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:04:53,788 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:04:53,999 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:04:53 GMT Server: Apache x-openstack-request-id: req-b74fbe57-b21b-469b-a80e-930d17ea14f6 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:04:54,041 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:04:54 GMT Server: Apache x-openstack-request-id: req-fcef4d7e-c608-44f2-bd65-852c4474ff35 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:04:54,041 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-fcef4d7e-c608-44f2-bd65-852c4474ff35 2018-08-01 05:04:54,042 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.256141901016s 2018-08-01 05:04:54,042 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-fcef4d7e-c608-44f2-bd65-852c4474ff35 2018-08-01 05:04:59,048 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:04:59,051 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:04:59,079 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:04:59 GMT Server: Apache x-openstack-request-id: req-12431957-7e4f-4c86-86c5-896347c8f6d6 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:04:59,309 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:04:59 GMT Server: Apache x-openstack-request-id: req-f1b34c5c-4a52-4866-9466-1c068f6336a6 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:04:59,309 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-f1b34c5c-4a52-4866-9466-1c068f6336a6 2018-08-01 05:04:59,309 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.261430025101s 2018-08-01 05:04:59,309 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-f1b34c5c-4a52-4866-9466-1c068f6336a6 2018-08-01 05:04:59,310 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:04:59,313 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:04:59,340 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:04:59 GMT Server: Apache x-openstack-request-id: req-b815fd7d-2923-4feb-b7fb-f32859e8e1a1 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:04:59,382 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:04:59 GMT Server: Apache x-openstack-request-id: req-0a0a07f1-4cbe-43c3-80bc-a211787e1a89 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:04:59,383 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-0a0a07f1-4cbe-43c3-80bc-a211787e1a89 2018-08-01 05:04:59,383 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0726790428162s 2018-08-01 05:04:59,383 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-0a0a07f1-4cbe-43c3-80bc-a211787e1a89 2018-08-01 05:05:04,385 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:05:04,387 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:05:04,415 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:05:04 GMT Server: Apache x-openstack-request-id: req-f8c9d051-ee39-47f1-bd5a-a62f04ff315d Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:05:04,458 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:05:04 GMT Server: Apache x-openstack-request-id: req-fa12caa7-083b-41ee-a3c4-54144d428dcb Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:05:04,458 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-fa12caa7-083b-41ee-a3c4-54144d428dcb 2018-08-01 05:05:04,458 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0729179382324s 2018-08-01 05:05:04,458 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-fa12caa7-083b-41ee-a3c4-54144d428dcb 2018-08-01 05:05:09,464 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:05:09,467 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:05:09,689 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:05:09 GMT Server: Apache x-openstack-request-id: req-93aebc3c-b8da-4085-9a91-21722e1a2897 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:05:09,732 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:05:09 GMT Server: Apache x-openstack-request-id: req-debfc79c-f49b-488d-b1e0-f1249511ba20 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:05:09,732 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-debfc79c-f49b-488d-b1e0-f1249511ba20 2018-08-01 05:05:09,732 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.267664909363s 2018-08-01 05:05:09,732 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-debfc79c-f49b-488d-b1e0-f1249511ba20 2018-08-01 05:05:09,733 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:05:09,736 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:05:09,763 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:05:09 GMT Server: Apache x-openstack-request-id: req-dbd26c0e-f818-4f97-b194-e743ddd5c3ba Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:05:09,805 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:05:09 GMT Server: Apache x-openstack-request-id: req-f64a0d61-df87-4bd4-b04b-4704791d347e Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:05:09,806 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-f64a0d61-df87-4bd4-b04b-4704791d347e 2018-08-01 05:05:09,806 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0728709697723s 2018-08-01 05:05:09,806 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-f64a0d61-df87-4bd4-b04b-4704791d347e 2018-08-01 05:05:14,813 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:05:14,816 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:05:14,843 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:05:14 GMT Server: Apache x-openstack-request-id: req-f3d320bb-c09c-4b04-971f-846028a437b3 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:05:14,884 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:05:14 GMT Server: Apache x-openstack-request-id: req-e9bb58dc-0ade-49d7-b846-146961fd43a3 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:05:14,885 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-e9bb58dc-0ade-49d7-b846-146961fd43a3 2018-08-01 05:05:14,885 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0719618797302s 2018-08-01 05:05:14,885 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-e9bb58dc-0ade-49d7-b846-146961fd43a3 2018-08-01 05:05:19,891 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:05:19,895 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:05:19,924 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:05:19 GMT Server: Apache x-openstack-request-id: req-6fca2125-57fa-435f-8cd4-160562832e37 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:05:19,967 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:05:19 GMT Server: Apache x-openstack-request-id: req-07768d13-4bb2-480d-92f8-bdc3e799d1dc Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:05:19,967 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-07768d13-4bb2-480d-92f8-bdc3e799d1dc 2018-08-01 05:05:19,967 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0756640434265s 2018-08-01 05:05:19,967 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-07768d13-4bb2-480d-92f8-bdc3e799d1dc 2018-08-01 05:05:19,968 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:05:19,970 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:05:19,997 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:05:19 GMT Server: Apache x-openstack-request-id: req-46a8af8e-8dd9-4db4-93f9-2bb9cc3fd756 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:05:20,026 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:05:19 GMT Server: Apache x-openstack-request-id: req-f1b911fb-e2a1-4ebe-8139-8b37dc106e88 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:05:20,026 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-f1b911fb-e2a1-4ebe-8139-8b37dc106e88 2018-08-01 05:05:20,026 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0585670471191s 2018-08-01 05:05:20,027 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-f1b911fb-e2a1-4ebe-8139-8b37dc106e88 2018-08-01 05:05:25,033 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:05:25,036 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:05:25,064 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:05:25 GMT Server: Apache x-openstack-request-id: req-af0ef8f3-a3a3-4d64-9d74-659e6e7d3d76 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:05:25,306 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:05:25 GMT Server: Apache x-openstack-request-id: req-4ff48210-13de-463a-94ff-7b01daa274e7 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:05:25,307 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-4ff48210-13de-463a-94ff-7b01daa274e7 2018-08-01 05:05:25,307 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.273167848587s 2018-08-01 05:05:25,307 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-4ff48210-13de-463a-94ff-7b01daa274e7 2018-08-01 05:05:30,309 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:05:30,312 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:05:30,510 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:05:30 GMT Server: Apache x-openstack-request-id: req-49923ba8-3650-4e42-af82-b68802fd6a7b Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:05:30,553 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:05:30 GMT Server: Apache x-openstack-request-id: req-5aad593e-f66b-4cb2-8ee5-f9c3bd719572 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:05:30,553 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-5aad593e-f66b-4cb2-8ee5-f9c3bd719572 2018-08-01 05:05:30,553 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.244646072388s 2018-08-01 05:05:30,554 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-5aad593e-f66b-4cb2-8ee5-f9c3bd719572 2018-08-01 05:05:30,554 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:05:30,557 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:05:30,584 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:05:30 GMT Server: Apache x-openstack-request-id: req-3540ea0c-8f58-45a8-b898-8fbd706a55fe Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:05:30,612 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:05:30 GMT Server: Apache x-openstack-request-id: req-458bbf36-406e-4306-92da-08afb1f5b95b Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:05:30,613 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-458bbf36-406e-4306-92da-08afb1f5b95b 2018-08-01 05:05:30,613 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0584859848022s 2018-08-01 05:05:30,613 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-458bbf36-406e-4306-92da-08afb1f5b95b 2018-08-01 05:05:35,618 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:05:35,622 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:05:35,650 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:05:35 GMT Server: Apache x-openstack-request-id: req-2cc5e6e8-2b67-43c9-9c60-7f41e574217a Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:05:35,694 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:05:35 GMT Server: Apache x-openstack-request-id: req-ae27f807-aedb-4959-b2a2-6d1a7aa20f64 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:05:35,694 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-ae27f807-aedb-4959-b2a2-6d1a7aa20f64 2018-08-01 05:05:35,694 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0754318237305s 2018-08-01 05:05:35,694 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-ae27f807-aedb-4959-b2a2-6d1a7aa20f64 2018-08-01 05:05:40,700 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:05:40,703 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:05:40,918 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:05:40 GMT Server: Apache x-openstack-request-id: req-1ae7b7c8-29fc-4da8-996e-fe77b2c8d4c2 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:05:41,155 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:05:40 GMT Server: Apache x-openstack-request-id: req-92f72e18-9268-4851-8fcf-a4ce135b8a64 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:05:41,155 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-92f72e18-9268-4851-8fcf-a4ce135b8a64 2018-08-01 05:05:41,156 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.455109119415s 2018-08-01 05:05:41,156 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-92f72e18-9268-4851-8fcf-a4ce135b8a64 2018-08-01 05:05:41,156 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:05:41,159 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:05:41,187 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:05:41 GMT Server: Apache x-openstack-request-id: req-fc44a5eb-8ea3-4708-974b-8b64003a1b91 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:05:41,421 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:05:41 GMT Server: Apache x-openstack-request-id: req-3ada54b2-d55d-4dbb-8337-f0ad0938b315 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:05:41,421 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-3ada54b2-d55d-4dbb-8337-f0ad0938b315 2018-08-01 05:05:41,421 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.264922142029s 2018-08-01 05:05:41,422 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-3ada54b2-d55d-4dbb-8337-f0ad0938b315 2018-08-01 05:05:46,428 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:05:46,432 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:05:46,460 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:05:46 GMT Server: Apache x-openstack-request-id: req-4ca72f40-1330-4154-93f7-7c17c4a81a81 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:05:46,699 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:05:46 GMT Server: Apache x-openstack-request-id: req-c11a764c-ae7c-4e14-83c4-efc852718db2 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:05:46,699 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-c11a764c-ae7c-4e14-83c4-efc852718db2 2018-08-01 05:05:46,699 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.270509004593s 2018-08-01 05:05:46,699 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-c11a764c-ae7c-4e14-83c4-efc852718db2 2018-08-01 05:05:51,702 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:05:51,705 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:05:51,922 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:05:51 GMT Server: Apache x-openstack-request-id: req-dae56df4-77ea-4554-b831-6c490e8ac714 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:05:52,149 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:05:51 GMT Server: Apache x-openstack-request-id: req-47bd9ab3-9959-4c98-b8ee-42b4f846a1e1 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:05:52,149 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-47bd9ab3-9959-4c98-b8ee-42b4f846a1e1 2018-08-01 05:05:52,149 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.447226047516s 2018-08-01 05:05:52,150 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-47bd9ab3-9959-4c98-b8ee-42b4f846a1e1 2018-08-01 05:05:52,150 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:05:52,154 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:05:52,366 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:05:52 GMT Server: Apache x-openstack-request-id: req-93c197c1-466f-4513-979e-b10077f237bc Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:05:52,409 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:05:52 GMT Server: Apache x-openstack-request-id: req-0e265a79-e2a3-43a1-9489-3403fa0e035e Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:05:52,410 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-0e265a79-e2a3-43a1-9489-3403fa0e035e 2018-08-01 05:05:52,410 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.259474992752s 2018-08-01 05:05:52,410 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-0e265a79-e2a3-43a1-9489-3403fa0e035e 2018-08-01 05:05:57,412 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:05:57,414 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:05:57,440 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:05:57 GMT Server: Apache x-openstack-request-id: req-020702c5-4c60-4e34-8854-6f24f36253b1 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:05:57,661 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:05:57 GMT Server: Apache x-openstack-request-id: req-c5a84078-db43-4115-bd72-214ffa108173 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:05:57,661 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-c5a84078-db43-4115-bd72-214ffa108173 2018-08-01 05:05:57,661 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.248811006546s 2018-08-01 05:05:57,661 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-c5a84078-db43-4115-bd72-214ffa108173 2018-08-01 05:06:02,667 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:06:02,670 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:06:02,889 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:06:02 GMT Server: Apache x-openstack-request-id: req-c2cc92ad-0db4-47c4-9d03-a997cbec9ab6 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:06:03,140 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:06:02 GMT Server: Apache x-openstack-request-id: req-90bad1ff-a424-4c3d-af89-a34cc6c313a4 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:06:03,141 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-90bad1ff-a424-4c3d-af89-a34cc6c313a4 2018-08-01 05:06:03,141 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.47344994545s 2018-08-01 05:06:03,141 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-90bad1ff-a424-4c3d-af89-a34cc6c313a4 2018-08-01 05:06:03,142 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:06:03,145 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:06:03,354 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:06:03 GMT Server: Apache x-openstack-request-id: req-0fe45dd1-0bd4-4cce-8457-ee149e7c756e Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:06:03,397 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:06:03 GMT Server: Apache x-openstack-request-id: req-d96dec4d-2a18-4c39-a165-3626f9928a88 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:06:03,397 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-d96dec4d-2a18-4c39-a165-3626f9928a88 2018-08-01 05:06:03,397 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.255648136139s 2018-08-01 05:06:03,398 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-d96dec4d-2a18-4c39-a165-3626f9928a88 2018-08-01 05:06:08,404 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:06:08,408 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:06:08,437 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:06:08 GMT Server: Apache x-openstack-request-id: req-988f0c74-7664-4efb-a55b-fcde98ad5e23 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:06:08,675 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:06:08 GMT Server: Apache x-openstack-request-id: req-20b75a50-e8d1-4d0b-998c-c9bab7383904 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:06:08,675 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-20b75a50-e8d1-4d0b-998c-c9bab7383904 2018-08-01 05:06:08,675 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.270816087723s 2018-08-01 05:06:08,676 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-20b75a50-e8d1-4d0b-998c-c9bab7383904 2018-08-01 05:06:13,681 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:06:13,685 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:06:13,713 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:06:13 GMT Server: Apache x-openstack-request-id: req-57806f30-b6a4-4ed3-af09-fbc2c983f3c9 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:06:13,756 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:06:13 GMT Server: Apache x-openstack-request-id: req-ca0e194e-8f44-4425-9a37-50cc5781dac5 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:06:13,756 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-ca0e194e-8f44-4425-9a37-50cc5781dac5 2018-08-01 05:06:13,756 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0746650695801s 2018-08-01 05:06:13,757 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-ca0e194e-8f44-4425-9a37-50cc5781dac5 2018-08-01 05:06:13,757 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:06:13,760 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:06:13,787 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:06:13 GMT Server: Apache x-openstack-request-id: req-2425773b-9d29-4870-8cee-559f3a37f1ff Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:06:13,830 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:06:13 GMT Server: Apache x-openstack-request-id: req-366b0c50-1cad-4edd-815f-93f77b5df50e Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:06:13,830 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-366b0c50-1cad-4edd-815f-93f77b5df50e 2018-08-01 05:06:13,830 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0730979442596s 2018-08-01 05:06:13,831 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-366b0c50-1cad-4edd-815f-93f77b5df50e 2018-08-01 05:06:18,833 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:06:18,836 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:06:19,060 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:06:18 GMT Server: Apache x-openstack-request-id: req-9fa17c4f-3586-4937-aed4-39edbe68fdf1 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:06:19,102 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:06:19 GMT Server: Apache x-openstack-request-id: req-356a10e8-e97e-4979-94a0-5e5da560ebc9 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:06:19,103 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-356a10e8-e97e-4979-94a0-5e5da560ebc9 2018-08-01 05:06:19,103 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.269560098648s 2018-08-01 05:06:19,103 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-356a10e8-e97e-4979-94a0-5e5da560ebc9 2018-08-01 05:06:24,109 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:06:24,113 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:06:24,143 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:06:24 GMT Server: Apache x-openstack-request-id: req-97f38e5f-8d79-47ca-b2c9-8554749c7052 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:06:24,185 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:06:24 GMT Server: Apache x-openstack-request-id: req-c9573c3b-feb4-4c07-97ec-1acab5b9ab88 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:06:24,185 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-c9573c3b-feb4-4c07-97ec-1acab5b9ab88 2018-08-01 05:06:24,185 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0761561393738s 2018-08-01 05:06:24,186 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-c9573c3b-feb4-4c07-97ec-1acab5b9ab88 2018-08-01 05:06:24,186 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:06:24,189 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:06:24,219 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:06:24 GMT Server: Apache x-openstack-request-id: req-5ba0a6e3-0a34-4e1f-a185-aa4736aa941f Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:06:24,262 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:06:24 GMT Server: Apache x-openstack-request-id: req-e9340832-c519-4f15-82d6-4cc8460865c4 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:06:24,262 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-e9340832-c519-4f15-82d6-4cc8460865c4 2018-08-01 05:06:24,262 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0757539272308s 2018-08-01 05:06:24,262 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-e9340832-c519-4f15-82d6-4cc8460865c4 2018-08-01 05:06:29,267 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:06:29,270 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:06:29,299 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:06:29 GMT Server: Apache x-openstack-request-id: req-0f15dc76-8a81-4f2a-8a2a-25f598b86dd0 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:06:29,341 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:06:29 GMT Server: Apache x-openstack-request-id: req-7c26ddde-920f-4114-bafd-36807fa37f33 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:06:29,341 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-7c26ddde-920f-4114-bafd-36807fa37f33 2018-08-01 05:06:29,341 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0734310150146s 2018-08-01 05:06:29,341 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-7c26ddde-920f-4114-bafd-36807fa37f33 2018-08-01 05:06:34,347 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:06:34,350 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:06:34,378 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:06:34 GMT Server: Apache x-openstack-request-id: req-2ab019fe-c967-429d-a97c-90386749febf Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:06:34,421 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:06:34 GMT Server: Apache x-openstack-request-id: req-b8dfb665-651d-4465-8e52-63ee95da7498 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:06:34,421 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-b8dfb665-651d-4465-8e52-63ee95da7498 2018-08-01 05:06:34,422 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0740580558777s 2018-08-01 05:06:34,422 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-b8dfb665-651d-4465-8e52-63ee95da7498 2018-08-01 05:06:34,422 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:06:34,425 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:06:34,453 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:06:34 GMT Server: Apache x-openstack-request-id: req-9fc0bc5b-fc2e-4d59-964f-37c174813614 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:06:34,495 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:06:34 GMT Server: Apache x-openstack-request-id: req-446ff69c-eb65-493d-9e73-5572bb8e2d37 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:06:34,495 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-446ff69c-eb65-493d-9e73-5572bb8e2d37 2018-08-01 05:06:34,496 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0730531215668s 2018-08-01 05:06:34,496 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-446ff69c-eb65-493d-9e73-5572bb8e2d37 2018-08-01 05:06:39,503 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:06:39,506 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:06:39,535 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:06:39 GMT Server: Apache x-openstack-request-id: req-1f89eb09-85c4-4fb4-8ce3-82a27754d3f9 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:06:39,757 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:06:39 GMT Server: Apache x-openstack-request-id: req-a345bd73-2ffd-40b4-955a-85bb09f4b81a Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:06:39,757 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-a345bd73-2ffd-40b4-955a-85bb09f4b81a 2018-08-01 05:06:39,757 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.254423141479s 2018-08-01 05:06:39,757 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-a345bd73-2ffd-40b4-955a-85bb09f4b81a 2018-08-01 05:06:44,763 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:06:44,766 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:06:44,794 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:06:44 GMT Server: Apache x-openstack-request-id: req-e5ad7c02-8a42-4820-b526-069d376b91da Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:06:44,837 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:06:44 GMT Server: Apache x-openstack-request-id: req-a9e0a34e-8577-421d-ae25-fc9a23f7c07a Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:06:44,837 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-a9e0a34e-8577-421d-ae25-fc9a23f7c07a 2018-08-01 05:06:44,838 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0740449428558s 2018-08-01 05:06:44,838 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-a9e0a34e-8577-421d-ae25-fc9a23f7c07a 2018-08-01 05:06:44,838 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:06:44,841 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:06:44,868 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:06:44 GMT Server: Apache x-openstack-request-id: req-f074dedc-085d-406d-b457-ca028c2e89de Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:06:45,101 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:06:44 GMT Server: Apache x-openstack-request-id: req-303cfde9-009d-41bf-93f1-e7024f7a21ec Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:06:45,102 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-303cfde9-009d-41bf-93f1-e7024f7a21ec 2018-08-01 05:06:45,102 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.263360977173s 2018-08-01 05:06:45,102 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-303cfde9-009d-41bf-93f1-e7024f7a21ec 2018-08-01 05:06:50,109 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:06:50,112 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:06:50,140 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:06:50 GMT Server: Apache x-openstack-request-id: req-01b1fff9-27d3-4520-b4a3-56249ba5c8bf Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:06:50,183 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:06:50 GMT Server: Apache x-openstack-request-id: req-6874047f-0c17-433d-818f-868dbc3eb4e8 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:06:50,183 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-6874047f-0c17-433d-818f-868dbc3eb4e8 2018-08-01 05:06:50,183 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0740628242493s 2018-08-01 05:06:50,184 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-6874047f-0c17-433d-818f-868dbc3eb4e8 2018-08-01 05:06:55,189 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:06:55,192 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:06:55,220 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:06:55 GMT Server: Apache x-openstack-request-id: req-7165003c-f816-464d-90d3-01d4bfcffe4b Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:06:55,453 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:06:55 GMT Server: Apache x-openstack-request-id: req-6b09eb38-e82d-4250-b51f-fb2d037efc06 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:06:55,453 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-6b09eb38-e82d-4250-b51f-fb2d037efc06 2018-08-01 05:06:55,453 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.263663053513s 2018-08-01 05:06:55,453 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-6b09eb38-e82d-4250-b51f-fb2d037efc06 2018-08-01 05:06:55,454 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:06:55,457 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:06:55,483 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:06:55 GMT Server: Apache x-openstack-request-id: req-d43bd96e-ef22-431e-9ed9-dad04f58591e Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:06:55,527 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:06:55 GMT Server: Apache x-openstack-request-id: req-92b8e3fd-7d9c-4bc8-b35c-2e0cb56b2434 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:06:55,527 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-92b8e3fd-7d9c-4bc8-b35c-2e0cb56b2434 2018-08-01 05:06:55,527 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0733880996704s 2018-08-01 05:06:55,528 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-92b8e3fd-7d9c-4bc8-b35c-2e0cb56b2434 2018-08-01 05:07:00,534 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:07:00,538 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:07:00,565 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:07:00 GMT Server: Apache x-openstack-request-id: req-a361b872-4f7a-48da-a87e-573b81996726 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:07:00,608 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:07:00 GMT Server: Apache x-openstack-request-id: req-92f0f9a8-5ea5-412a-99e8-00523a25a313 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:07:00,608 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-92f0f9a8-5ea5-412a-99e8-00523a25a313 2018-08-01 05:07:00,609 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0737299919128s 2018-08-01 05:07:00,609 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-92f0f9a8-5ea5-412a-99e8-00523a25a313 2018-08-01 05:07:05,614 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:07:05,617 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:07:05,645 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:07:05 GMT Server: Apache x-openstack-request-id: req-978aa2dd-56d3-4ceb-94c6-45600d7181d4 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:07:05,874 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:07:05 GMT Server: Apache x-openstack-request-id: req-3989e67a-0bb2-48cc-b341-b9c4e41d9cb7 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:07:05,874 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-3989e67a-0bb2-48cc-b341-b9c4e41d9cb7 2018-08-01 05:07:05,874 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.25981092453s 2018-08-01 05:07:05,875 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-3989e67a-0bb2-48cc-b341-b9c4e41d9cb7 2018-08-01 05:07:05,875 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:07:05,878 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:07:05,904 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:07:05 GMT Server: Apache x-openstack-request-id: req-e69d32be-18ae-4ef2-8828-62209d928d3e Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:07:05,931 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:07:05 GMT Server: Apache x-openstack-request-id: req-9e00cfbc-4f71-4d50-830a-b0368df89f33 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:07:05,932 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-9e00cfbc-4f71-4d50-830a-b0368df89f33 2018-08-01 05:07:05,932 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0565178394318s 2018-08-01 05:07:05,932 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-9e00cfbc-4f71-4d50-830a-b0368df89f33 2018-08-01 05:07:10,939 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:07:10,942 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:07:11,152 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:07:10 GMT Server: Apache x-openstack-request-id: req-7f20d28e-4a78-498a-8c07-5875d59076af Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:07:11,196 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:07:11 GMT Server: Apache x-openstack-request-id: req-e8457ba7-e8ae-4c95-a86a-3bace389b82c Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:07:11,196 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-e8457ba7-e8ae-4c95-a86a-3bace389b82c 2018-08-01 05:07:11,196 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.257109165192s 2018-08-01 05:07:11,196 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-e8457ba7-e8ae-4c95-a86a-3bace389b82c 2018-08-01 05:07:16,201 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:07:16,205 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:07:16,233 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:07:16 GMT Server: Apache x-openstack-request-id: req-559448ae-194f-4378-835a-e4131d39f47c Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:07:16,275 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:07:16 GMT Server: Apache x-openstack-request-id: req-847ae6e0-8c36-4b7c-a6d9-29578e683057 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:07:16,276 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-847ae6e0-8c36-4b7c-a6d9-29578e683057 2018-08-01 05:07:16,276 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0740239620209s 2018-08-01 05:07:16,276 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-847ae6e0-8c36-4b7c-a6d9-29578e683057 2018-08-01 05:07:16,277 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:07:16,279 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:07:16,306 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:07:16 GMT Server: Apache x-openstack-request-id: req-3eda59fa-a55b-46c6-b773-3ea177b44405 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:07:16,518 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:07:16 GMT Server: Apache x-openstack-request-id: req-dbbe4faa-e7d7-4f77-9233-1fca946bbd1d Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:07:16,519 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-dbbe4faa-e7d7-4f77-9233-1fca946bbd1d 2018-08-01 05:07:16,519 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.242177963257s 2018-08-01 05:07:16,519 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-dbbe4faa-e7d7-4f77-9233-1fca946bbd1d 2018-08-01 05:07:21,526 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:07:21,529 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:07:21,759 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:07:21 GMT Server: Apache x-openstack-request-id: req-19764a4d-e44d-4c5a-831c-78471cd435de Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:07:21,987 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:07:21 GMT Server: Apache x-openstack-request-id: req-9d67f795-c45b-4166-bce7-cb202f7917a0 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:07:21,987 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-9d67f795-c45b-4166-bce7-cb202f7917a0 2018-08-01 05:07:21,987 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.460968971252s 2018-08-01 05:07:21,987 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-9d67f795-c45b-4166-bce7-cb202f7917a0 2018-08-01 05:07:26,993 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:07:26,996 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:07:27,025 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:07:26 GMT Server: Apache x-openstack-request-id: req-6c20df02-be2d-40a0-99f7-5dd7dd580ebd Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:07:27,067 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:07:27 GMT Server: Apache x-openstack-request-id: req-86a19fc9-0611-4a3a-9c9c-bfa1230e7e03 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:07:27,068 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-86a19fc9-0611-4a3a-9c9c-bfa1230e7e03 2018-08-01 05:07:27,068 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0746910572052s 2018-08-01 05:07:27,068 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-86a19fc9-0611-4a3a-9c9c-bfa1230e7e03 2018-08-01 05:07:27,069 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:07:27,071 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:07:27,267 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:07:27 GMT Server: Apache x-openstack-request-id: req-643448aa-7acd-49e2-99fb-d057c0b3b81f Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:07:27,311 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:07:27 GMT Server: Apache x-openstack-request-id: req-510dcd92-f57c-4933-80e4-51f745d60a6f Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:07:27,312 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-510dcd92-f57c-4933-80e4-51f745d60a6f 2018-08-01 05:07:27,312 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.243089199066s 2018-08-01 05:07:27,312 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-510dcd92-f57c-4933-80e4-51f745d60a6f 2018-08-01 05:07:32,319 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:07:32,322 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:07:32,350 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:07:32 GMT Server: Apache x-openstack-request-id: req-ef1b9e7d-5162-4382-b1b7-9a4228e23b47 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:07:32,393 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:07:32 GMT Server: Apache x-openstack-request-id: req-42e4b295-4c04-439d-9173-1bcacf5a721a Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:07:32,393 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-42e4b295-4c04-439d-9173-1bcacf5a721a 2018-08-01 05:07:32,393 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0740730762482s 2018-08-01 05:07:32,393 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-42e4b295-4c04-439d-9173-1bcacf5a721a 2018-08-01 05:07:37,399 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:07:37,402 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:07:37,618 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:07:37 GMT Server: Apache x-openstack-request-id: req-1c2386bd-6161-41e5-a716-07f95fd88553 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:07:37,661 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:07:37 GMT Server: Apache x-openstack-request-id: req-717137d3-79bf-445c-ad29-5aff851ca44f Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:07:37,661 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-717137d3-79bf-445c-ad29-5aff851ca44f 2018-08-01 05:07:37,661 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.261824846268s 2018-08-01 05:07:37,661 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-717137d3-79bf-445c-ad29-5aff851ca44f 2018-08-01 05:07:37,662 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:07:37,665 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:07:37,692 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:07:37 GMT Server: Apache x-openstack-request-id: req-3e75619f-8132-48fd-ad33-d5380c753a7d Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:07:37,736 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:07:37 GMT Server: Apache x-openstack-request-id: req-a5aa595e-108d-43aa-968f-abdeaab436f3 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:07:37,736 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-a5aa595e-108d-43aa-968f-abdeaab436f3 2018-08-01 05:07:37,736 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0739970207214s 2018-08-01 05:07:37,736 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-a5aa595e-108d-43aa-968f-abdeaab436f3 2018-08-01 05:07:42,743 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:07:42,746 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:07:42,774 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:07:42 GMT Server: Apache x-openstack-request-id: req-3b9427d5-a6d6-4edd-81dd-0deacb8af199 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:07:42,816 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:07:42 GMT Server: Apache x-openstack-request-id: req-ab649ad0-6461-445f-a519-65fb931d9817 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:07:42,816 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-ab649ad0-6461-445f-a519-65fb931d9817 2018-08-01 05:07:42,817 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0732328891754s 2018-08-01 05:07:42,817 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-ab649ad0-6461-445f-a519-65fb931d9817 2018-08-01 05:07:47,822 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:07:47,826 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:07:47,854 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:07:47 GMT Server: Apache x-openstack-request-id: req-1f54af13-6b32-49fe-a9b8-be7415579f40 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:07:47,896 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:07:47 GMT Server: Apache x-openstack-request-id: req-3926ac9f-4ddc-4aa0-bd57-dd4fd5771b48 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:07:47,896 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-3926ac9f-4ddc-4aa0-bd57-dd4fd5771b48 2018-08-01 05:07:47,897 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0738589763641s 2018-08-01 05:07:47,897 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-3926ac9f-4ddc-4aa0-bd57-dd4fd5771b48 2018-08-01 05:07:47,897 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:07:47,900 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:07:47,929 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:07:47 GMT Server: Apache x-openstack-request-id: req-8dc56559-3c19-4f0f-8ef1-6247d39f279d Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:07:47,971 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:07:47 GMT Server: Apache x-openstack-request-id: req-f1f35a9b-b503-4f65-b45c-27ac1bcd63f3 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:07:47,971 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-f1f35a9b-b503-4f65-b45c-27ac1bcd63f3 2018-08-01 05:07:47,971 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.073478937149s 2018-08-01 05:07:47,971 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-f1f35a9b-b503-4f65-b45c-27ac1bcd63f3 2018-08-01 05:07:52,978 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:07:52,981 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:07:53,009 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:07:52 GMT Server: Apache x-openstack-request-id: req-13a83e22-f965-4f53-8e6a-912170921e02 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:07:53,051 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:07:53 GMT Server: Apache x-openstack-request-id: req-801b80d8-6f1b-4603-aed7-435134287352 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:07:53,051 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-801b80d8-6f1b-4603-aed7-435134287352 2018-08-01 05:07:53,051 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0733029842377s 2018-08-01 05:07:53,052 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-801b80d8-6f1b-4603-aed7-435134287352 2018-08-01 05:07:58,057 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:07:58,060 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:07:58,271 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:07:58 GMT Server: Apache x-openstack-request-id: req-04c2a327-bda3-475f-a968-905ba38e920b Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:07:58,314 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:07:58 GMT Server: Apache x-openstack-request-id: req-0ac940a0-8740-4198-b5a2-07f07c8e7d6b Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:07:58,314 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-0ac940a0-8740-4198-b5a2-07f07c8e7d6b 2018-08-01 05:07:58,314 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.256776094437s 2018-08-01 05:07:58,315 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-0ac940a0-8740-4198-b5a2-07f07c8e7d6b 2018-08-01 05:07:58,315 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:07:58,318 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:07:58,532 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:07:58 GMT Server: Apache x-openstack-request-id: req-1bb86628-a2e5-4551-ab7a-b7354700c840 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:07:58,852 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:07:58 GMT Server: Apache x-openstack-request-id: req-a93d9aaa-d854-4bcc-beaa-d9ca8e1c044a Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:07:58,852 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-a93d9aaa-d854-4bcc-beaa-d9ca8e1c044a 2018-08-01 05:07:58,852 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.537024974823s 2018-08-01 05:07:58,853 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-a93d9aaa-d854-4bcc-beaa-d9ca8e1c044a 2018-08-01 05:08:03,859 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:08:03,863 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:08:03,891 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:08:03 GMT Server: Apache x-openstack-request-id: req-600b99fe-722d-43e5-ad4d-6f5a504f3c6d Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:08:03,933 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:08:03 GMT Server: Apache x-openstack-request-id: req-0382f3b1-20d5-47bd-b02c-6f333e6c5553 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:08:03,933 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-0382f3b1-20d5-47bd-b02c-6f333e6c5553 2018-08-01 05:08:03,934 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0739419460297s 2018-08-01 05:08:03,934 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-0382f3b1-20d5-47bd-b02c-6f333e6c5553 2018-08-01 05:08:08,936 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:08:08,940 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:08:08,971 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:08:08 GMT Server: Apache x-openstack-request-id: req-aa539cc6-0873-4ab5-b422-50edb26c5549 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:08:09,015 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:08:08 GMT Server: Apache x-openstack-request-id: req-f16e4765-f6f6-4076-bbe8-5a557942377e Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:08:09,015 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-f16e4765-f6f6-4076-bbe8-5a557942377e 2018-08-01 05:08:09,015 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0785748958588s 2018-08-01 05:08:09,015 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-f16e4765-f6f6-4076-bbe8-5a557942377e 2018-08-01 05:08:09,016 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:08:09,018 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:08:09,046 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:08:09 GMT Server: Apache x-openstack-request-id: req-f7ebf1ac-6249-44b6-adf3-94bf409a1f95 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:08:09,090 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:08:09 GMT Server: Apache x-openstack-request-id: req-47b43fbc-87cc-4c78-88f8-3f986b123eb5 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:08:09,090 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-47b43fbc-87cc-4c78-88f8-3f986b123eb5 2018-08-01 05:08:09,090 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0742688179016s 2018-08-01 05:08:09,091 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-47b43fbc-87cc-4c78-88f8-3f986b123eb5 2018-08-01 05:08:14,093 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:08:14,096 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:08:14,128 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:08:14 GMT Server: Apache x-openstack-request-id: req-6985e47e-02c5-400d-97db-873f26597152 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:08:14,171 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:08:14 GMT Server: Apache x-openstack-request-id: req-d00eecfd-bfec-4378-b247-958817c84131 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:08:14,171 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-d00eecfd-bfec-4378-b247-958817c84131 2018-08-01 05:08:14,171 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0779120922089s 2018-08-01 05:08:14,171 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-d00eecfd-bfec-4378-b247-958817c84131 2018-08-01 05:08:19,177 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:08:19,180 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:08:19,209 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:08:19 GMT Server: Apache x-openstack-request-id: req-f1cd4c7c-8ee6-4fa9-aa7c-ebd37308dcb0 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:08:19,252 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:08:19 GMT Server: Apache x-openstack-request-id: req-6a039e58-7b1b-4f09-8ae5-777ca2685d2c Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:08:19,252 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-6a039e58-7b1b-4f09-8ae5-777ca2685d2c 2018-08-01 05:08:19,252 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0750398635864s 2018-08-01 05:08:19,253 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-6a039e58-7b1b-4f09-8ae5-777ca2685d2c 2018-08-01 05:08:19,253 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:08:19,256 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:08:19,283 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:08:19 GMT Server: Apache x-openstack-request-id: req-47f857eb-0744-4088-a3c8-5c39440e95bd Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:08:19,325 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:08:19 GMT Server: Apache x-openstack-request-id: req-9a8211b5-d8a1-41bd-abac-cfa821044b8b Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:08:19,325 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-9a8211b5-d8a1-41bd-abac-cfa821044b8b 2018-08-01 05:08:19,325 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0721700191498s 2018-08-01 05:08:19,326 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-9a8211b5-d8a1-41bd-abac-cfa821044b8b 2018-08-01 05:08:24,332 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:08:24,335 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:08:24,365 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:08:24 GMT Server: Apache x-openstack-request-id: req-43b99094-864b-46c0-b3bb-cc82371fb6b5 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:08:24,407 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:08:24 GMT Server: Apache x-openstack-request-id: req-0e395be4-1aa7-4af5-aace-43fe5464cc69 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:08:24,407 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-0e395be4-1aa7-4af5-aace-43fe5464cc69 2018-08-01 05:08:24,407 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0748779773712s 2018-08-01 05:08:24,408 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-0e395be4-1aa7-4af5-aace-43fe5464cc69 2018-08-01 05:08:29,413 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:08:29,417 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:08:29,444 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:08:29 GMT Server: Apache x-openstack-request-id: req-015b0e91-656f-4de1-a70e-d0aeb265e5e2 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:08:29,488 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:08:29 GMT Server: Apache x-openstack-request-id: req-cd76348b-ce86-43fa-8cc4-91ad385b7ac9 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:08:29,488 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-cd76348b-ce86-43fa-8cc4-91ad385b7ac9 2018-08-01 05:08:29,488 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.074431180954s 2018-08-01 05:08:29,488 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-cd76348b-ce86-43fa-8cc4-91ad385b7ac9 2018-08-01 05:08:29,489 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:08:29,492 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:08:29,519 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:08:29 GMT Server: Apache x-openstack-request-id: req-cfe0dd08-9b04-4dcd-aac6-76e70e3789d8 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:08:29,562 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:08:29 GMT Server: Apache x-openstack-request-id: req-fa077591-2137-48a0-a6af-4dc6c494b66e Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:08:29,562 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-fa077591-2137-48a0-a6af-4dc6c494b66e 2018-08-01 05:08:29,562 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0730390548706s 2018-08-01 05:08:29,562 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-fa077591-2137-48a0-a6af-4dc6c494b66e 2018-08-01 05:08:34,569 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:08:34,572 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:08:34,763 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:08:34 GMT Server: Apache x-openstack-request-id: req-7178b968-ce51-43c0-a6e8-0853c140454a Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:08:34,805 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:08:34 GMT Server: Apache x-openstack-request-id: req-d9fb9df7-e6ad-4eb4-9d93-19cdedf8edea Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:08:34,805 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-d9fb9df7-e6ad-4eb4-9d93-19cdedf8edea 2018-08-01 05:08:34,805 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.235749006271s 2018-08-01 05:08:34,805 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-d9fb9df7-e6ad-4eb4-9d93-19cdedf8edea 2018-08-01 05:08:39,811 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:08:39,814 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:08:39,844 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:08:39 GMT Server: Apache x-openstack-request-id: req-57ef21bb-7f9f-45cd-99e8-9376e0cfc4c9 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:08:39,886 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:08:39 GMT Server: Apache x-openstack-request-id: req-e8e9369c-1789-42b7-9b81-633e31099a8c Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:08:39,887 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-e8e9369c-1789-42b7-9b81-633e31099a8c 2018-08-01 05:08:39,887 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0755469799042s 2018-08-01 05:08:39,887 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-e8e9369c-1789-42b7-9b81-633e31099a8c 2018-08-01 05:08:39,888 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:08:39,890 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:08:39,918 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:08:39 GMT Server: Apache x-openstack-request-id: req-db8f094e-e0a8-4e31-9f07-d7ef94872fb5 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:08:39,960 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:08:39 GMT Server: Apache x-openstack-request-id: req-23091efe-7e1c-401f-b297-3dc7bf65be82 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:08:39,961 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-23091efe-7e1c-401f-b297-3dc7bf65be82 2018-08-01 05:08:39,961 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0730550289154s 2018-08-01 05:08:39,961 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-23091efe-7e1c-401f-b297-3dc7bf65be82 2018-08-01 05:08:44,968 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:08:44,970 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:08:44,999 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:08:44 GMT Server: Apache x-openstack-request-id: req-b65dcfc2-5b76-41b1-a41f-2dfd8a655078 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:08:45,042 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:08:45 GMT Server: Apache x-openstack-request-id: req-749de06d-6da6-4127-a116-0280d85db818 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:08:45,042 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-749de06d-6da6-4127-a116-0280d85db818 2018-08-01 05:08:45,042 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0743720531464s 2018-08-01 05:08:45,042 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-749de06d-6da6-4127-a116-0280d85db818 2018-08-01 05:08:50,048 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:08:50,051 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:08:50,079 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:08:50 GMT Server: Apache x-openstack-request-id: req-35bb65d8-952b-42d3-97ee-c12d2bb4cf4a Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:08:50,122 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:08:50 GMT Server: Apache x-openstack-request-id: req-8a27a9b3-4bc0-4d34-9aa3-f7852c4435fd Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:08:50,122 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-8a27a9b3-4bc0-4d34-9aa3-f7852c4435fd 2018-08-01 05:08:50,122 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0738620758057s 2018-08-01 05:08:50,123 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-8a27a9b3-4bc0-4d34-9aa3-f7852c4435fd 2018-08-01 05:08:50,123 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:08:50,126 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:08:50,153 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:08:50 GMT Server: Apache x-openstack-request-id: req-e9ef2120-2073-43aa-89f1-ed05cd2fb37f Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:08:50,197 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:08:50 GMT Server: Apache x-openstack-request-id: req-0f7c6c2f-3214-43ad-b026-da3c679e91fa Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:08:50,197 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-0f7c6c2f-3214-43ad-b026-da3c679e91fa 2018-08-01 05:08:50,197 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0737299919128s 2018-08-01 05:08:50,197 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-0f7c6c2f-3214-43ad-b026-da3c679e91fa 2018-08-01 05:08:55,204 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:08:55,207 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:08:55,234 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:08:55 GMT Server: Apache x-openstack-request-id: req-5079bc55-1389-4d8b-bcd0-e80f526f2576 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:08:55,277 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:08:55 GMT Server: Apache x-openstack-request-id: req-64803d55-652b-4739-850a-a574c790c14d Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:08:55,277 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-64803d55-652b-4739-850a-a574c790c14d 2018-08-01 05:08:55,277 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0731019973755s 2018-08-01 05:08:55,277 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-64803d55-652b-4739-850a-a574c790c14d 2018-08-01 05:09:00,281 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:09:00,284 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:09:00,328 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:09:00 GMT Server: Apache x-openstack-request-id: req-c6188ed3-f4bc-426a-8445-4abb5c847919 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:09:00,371 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:09:00 GMT Server: Apache x-openstack-request-id: req-5b7488bd-ea6e-4c8b-beaf-d415deef66cc Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:09:00,372 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-5b7488bd-ea6e-4c8b-beaf-d415deef66cc 2018-08-01 05:09:00,372 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0904750823975s 2018-08-01 05:09:00,372 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-5b7488bd-ea6e-4c8b-beaf-d415deef66cc 2018-08-01 05:09:00,372 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:09:00,375 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:09:00,401 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:09:00 GMT Server: Apache x-openstack-request-id: req-f58f1b75-ba6f-4693-a1df-c595b899eabc Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:09:00,445 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:09:00 GMT Server: Apache x-openstack-request-id: req-2c8fbc6c-3e6f-44c8-8f36-1c0f5fa1820e Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:09:00,445 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-2c8fbc6c-3e6f-44c8-8f36-1c0f5fa1820e 2018-08-01 05:09:00,445 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0727291107178s 2018-08-01 05:09:00,446 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-2c8fbc6c-3e6f-44c8-8f36-1c0f5fa1820e 2018-08-01 05:09:05,452 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:09:05,455 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:09:05,483 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:09:05 GMT Server: Apache x-openstack-request-id: req-27e3726a-3048-4ead-8545-131ed261e187 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:09:05,526 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:09:05 GMT Server: Apache x-openstack-request-id: req-ac87e951-a568-4a9e-a9cd-ad0845d5b8a1 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:09:05,526 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-ac87e951-a568-4a9e-a9cd-ad0845d5b8a1 2018-08-01 05:09:05,526 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0739109516144s 2018-08-01 05:09:05,527 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-ac87e951-a568-4a9e-a9cd-ad0845d5b8a1 2018-08-01 05:09:10,533 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:09:10,536 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:09:10,563 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:09:10 GMT Server: Apache x-openstack-request-id: req-fe2724c6-f32c-42fd-8775-c23a38fe34a3 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:09:10,606 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:09:10 GMT Server: Apache x-openstack-request-id: req-78c9d11e-9dff-499d-978c-9a202cf81510 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:09:10,606 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-78c9d11e-9dff-499d-978c-9a202cf81510 2018-08-01 05:09:10,607 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0737159252167s 2018-08-01 05:09:10,607 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-78c9d11e-9dff-499d-978c-9a202cf81510 2018-08-01 05:09:10,607 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:09:10,610 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:09:10,639 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:09:10 GMT Server: Apache x-openstack-request-id: req-30dd09b8-8974-4621-8aa5-da781f84f28a Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:09:10,682 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:09:10 GMT Server: Apache x-openstack-request-id: req-a1b7e99a-9f13-4820-a7aa-d50c5a31dc5d Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:09:10,682 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-a1b7e99a-9f13-4820-a7aa-d50c5a31dc5d 2018-08-01 05:09:10,683 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0751678943634s 2018-08-01 05:09:10,683 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-a1b7e99a-9f13-4820-a7aa-d50c5a31dc5d 2018-08-01 05:09:15,689 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:09:15,693 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:09:15,721 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:09:15 GMT Server: Apache x-openstack-request-id: req-64abac10-d44c-4dd5-b13e-2fb0b3633655 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:09:15,763 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:09:15 GMT Server: Apache x-openstack-request-id: req-c1548113-7a6f-4ce0-993f-895b11e3add4 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:09:15,764 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-c1548113-7a6f-4ce0-993f-895b11e3add4 2018-08-01 05:09:15,764 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0740299224854s 2018-08-01 05:09:15,764 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-c1548113-7a6f-4ce0-993f-895b11e3add4 2018-08-01 05:09:20,769 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:09:20,773 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:09:20,800 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:09:20 GMT Server: Apache x-openstack-request-id: req-1eb6c9c6-89d4-4dcf-8246-2065560c7d03 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:09:20,842 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:09:20 GMT Server: Apache x-openstack-request-id: req-713e96b7-3948-4c5a-9fc2-1f98e524b0d6 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:09:20,843 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-713e96b7-3948-4c5a-9fc2-1f98e524b0d6 2018-08-01 05:09:20,843 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0731019973755s 2018-08-01 05:09:20,843 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-713e96b7-3948-4c5a-9fc2-1f98e524b0d6 2018-08-01 05:09:20,844 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:09:20,846 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:09:20,873 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:09:20 GMT Server: Apache x-openstack-request-id: req-ed4fa6ae-2b78-4aad-8e4b-4e36a520b31c Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:09:20,917 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:09:20 GMT Server: Apache x-openstack-request-id: req-21b0bb3a-a47f-406e-9f22-4564b7e99fbc Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:09:20,918 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-21b0bb3a-a47f-406e-9f22-4564b7e99fbc 2018-08-01 05:09:20,918 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0741670131683s 2018-08-01 05:09:20,918 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-21b0bb3a-a47f-406e-9f22-4564b7e99fbc 2018-08-01 05:09:25,924 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:09:25,928 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:09:25,957 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:09:25 GMT Server: Apache x-openstack-request-id: req-8291bb52-8a93-47bb-8aab-996fa5935ce5 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:09:26,000 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:09:25 GMT Server: Apache x-openstack-request-id: req-53123b08-c75d-46e5-9fe1-ef7e883cf89a Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:09:26,000 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-53123b08-c75d-46e5-9fe1-ef7e883cf89a 2018-08-01 05:09:26,000 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0753638744354s 2018-08-01 05:09:26,000 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-53123b08-c75d-46e5-9fe1-ef7e883cf89a 2018-08-01 05:09:31,006 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:09:31,009 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:09:31,036 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:09:31 GMT Server: Apache x-openstack-request-id: req-1620f5ef-6dee-4394-b240-3a47398075a9 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:09:31,079 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:09:31 GMT Server: Apache x-openstack-request-id: req-0bdef9f5-eb93-4842-97e1-f7a571870cd7 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:09:31,079 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-0bdef9f5-eb93-4842-97e1-f7a571870cd7 2018-08-01 05:09:31,079 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.072674036026s 2018-08-01 05:09:31,079 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-0bdef9f5-eb93-4842-97e1-f7a571870cd7 2018-08-01 05:09:31,080 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:09:31,082 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:09:31,109 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:09:31 GMT Server: Apache x-openstack-request-id: req-038c24f2-4115-4b5f-af74-16a8892cb2c5 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:09:31,154 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:09:31 GMT Server: Apache x-openstack-request-id: req-0ba67536-8189-4938-96b0-158e2608e039 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:09:31,154 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-0ba67536-8189-4938-96b0-158e2608e039 2018-08-01 05:09:31,154 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0743680000305s 2018-08-01 05:09:31,155 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-0ba67536-8189-4938-96b0-158e2608e039 2018-08-01 05:09:36,161 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:09:36,164 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:09:36,193 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:09:36 GMT Server: Apache x-openstack-request-id: req-17bb4821-1528-43a5-b866-6b3008c47ea6 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:09:36,236 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:09:36 GMT Server: Apache x-openstack-request-id: req-7d51c21d-2353-48dd-a5b6-69a6758b9cd3 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:09:36,237 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-7d51c21d-2353-48dd-a5b6-69a6758b9cd3 2018-08-01 05:09:36,237 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0755259990692s 2018-08-01 05:09:36,237 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-7d51c21d-2353-48dd-a5b6-69a6758b9cd3 2018-08-01 05:09:41,243 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:09:41,246 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:09:41,274 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:09:41 GMT Server: Apache x-openstack-request-id: req-4830a270-d929-4cf4-815b-5ebb033e3580 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:09:41,319 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:09:41 GMT Server: Apache x-openstack-request-id: req-74be37fe-255b-440a-b1b7-57c4f9466c04 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:09:41,319 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-74be37fe-255b-440a-b1b7-57c4f9466c04 2018-08-01 05:09:41,319 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0764210224152s 2018-08-01 05:09:41,320 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-74be37fe-255b-440a-b1b7-57c4f9466c04 2018-08-01 05:09:41,320 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:09:41,323 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:09:41,538 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:09:41 GMT Server: Apache x-openstack-request-id: req-c72194f0-527b-4201-bc37-6bed1e972814 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:09:41,582 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:09:41 GMT Server: Apache x-openstack-request-id: req-1e116686-bea9-4195-a02d-eba2dabea71d Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:09:41,582 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-1e116686-bea9-4195-a02d-eba2dabea71d 2018-08-01 05:09:41,582 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.261608123779s 2018-08-01 05:09:41,582 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-1e116686-bea9-4195-a02d-eba2dabea71d 2018-08-01 05:09:46,585 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:09:46,588 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:09:46,616 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:09:46 GMT Server: Apache x-openstack-request-id: req-84d972fe-af33-4ad8-b30e-bc4436867272 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:09:46,662 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:09:46 GMT Server: Apache x-openstack-request-id: req-829dac2d-03a4-48e6-b5b6-4bdc82c9dbdc Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:09:46,662 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-829dac2d-03a4-48e6-b5b6-4bdc82c9dbdc 2018-08-01 05:09:46,662 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.076849937439s 2018-08-01 05:09:46,663 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-829dac2d-03a4-48e6-b5b6-4bdc82c9dbdc 2018-08-01 05:09:51,668 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:09:51,672 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:09:51,700 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:09:51 GMT Server: Apache x-openstack-request-id: req-ffcc328e-0bf6-48f9-8a24-861d4d87b7b1 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:09:51,743 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:09:51 GMT Server: Apache x-openstack-request-id: req-c4010a77-48f6-4824-aefe-99d5bb372b83 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:09:51,743 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-c4010a77-48f6-4824-aefe-99d5bb372b83 2018-08-01 05:09:51,744 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0750079154968s 2018-08-01 05:09:51,744 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-c4010a77-48f6-4824-aefe-99d5bb372b83 2018-08-01 05:09:51,744 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:09:51,747 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:09:51,775 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:09:51 GMT Server: Apache x-openstack-request-id: req-772a2657-166c-4078-b7ea-b44ec975b3a7 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:09:51,817 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:09:51 GMT Server: Apache x-openstack-request-id: req-5e6ee7d7-4bf5-4889-b838-c836ba022e9b Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:09:51,818 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-5e6ee7d7-4bf5-4889-b838-c836ba022e9b 2018-08-01 05:09:51,818 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0732529163361s 2018-08-01 05:09:51,818 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-5e6ee7d7-4bf5-4889-b838-c836ba022e9b 2018-08-01 05:09:56,821 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:09:56,824 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:09:56,851 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:09:56 GMT Server: Apache x-openstack-request-id: req-665af5eb-e2a3-4c96-8bf0-8819256077f1 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:09:56,894 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:09:56 GMT Server: Apache x-openstack-request-id: req-64f0e7af-7823-4b22-8791-3a5185c8d0e3 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:09:56,895 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-64f0e7af-7823-4b22-8791-3a5185c8d0e3 2018-08-01 05:09:56,895 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0738298892975s 2018-08-01 05:09:56,895 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-64f0e7af-7823-4b22-8791-3a5185c8d0e3 2018-08-01 05:10:01,901 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:10:01,904 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:10:01,932 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:10:01 GMT Server: Apache x-openstack-request-id: req-300bc7bb-1a77-47f7-aa42-181d4ab6eb4d Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:10:02,155 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:10:01 GMT Server: Apache x-openstack-request-id: req-0e0320a5-0d60-45f3-a96b-bb7fe6580a8e Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:10:02,156 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-0e0320a5-0d60-45f3-a96b-bb7fe6580a8e 2018-08-01 05:10:02,156 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.254846811295s 2018-08-01 05:10:02,156 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-0e0320a5-0d60-45f3-a96b-bb7fe6580a8e 2018-08-01 05:10:02,157 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:10:02,160 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:10:02,187 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:10:02 GMT Server: Apache x-openstack-request-id: req-3b7c0da5-9566-4b3d-aa64-9c50f9ce5ccc Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:10:02,416 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:10:02 GMT Server: Apache x-openstack-request-id: req-0666e522-7fb2-401a-a22a-5c0250cfc63b Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:10:02,416 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-0666e522-7fb2-401a-a22a-5c0250cfc63b 2018-08-01 05:10:02,417 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.259677171707s 2018-08-01 05:10:02,417 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-0666e522-7fb2-401a-a22a-5c0250cfc63b 2018-08-01 05:10:07,423 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:10:07,427 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:10:07,455 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:10:07 GMT Server: Apache x-openstack-request-id: req-4380ffd8-7001-4862-8a01-819192e5f306 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:10:07,499 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:10:07 GMT Server: Apache x-openstack-request-id: req-a3e07d7c-5fe3-4edd-823e-4b19705e0162 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:10:07,499 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-a3e07d7c-5fe3-4edd-823e-4b19705e0162 2018-08-01 05:10:07,499 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0754129886627s 2018-08-01 05:10:07,499 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-a3e07d7c-5fe3-4edd-823e-4b19705e0162 2018-08-01 05:10:12,502 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:10:12,505 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:10:12,533 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:10:12 GMT Server: Apache x-openstack-request-id: req-b97522f9-6cb9-4892-ae0f-145b8d6fddc2 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:10:12,579 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:10:12 GMT Server: Apache x-openstack-request-id: req-89cd2703-11ac-4c04-a870-4831f5e92196 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:10:12,579 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-89cd2703-11ac-4c04-a870-4831f5e92196 2018-08-01 05:10:12,579 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0770869255066s 2018-08-01 05:10:12,579 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-89cd2703-11ac-4c04-a870-4831f5e92196 2018-08-01 05:10:12,580 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:10:12,582 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:10:12,609 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:10:12 GMT Server: Apache x-openstack-request-id: req-0d3f7ed1-e776-4442-b68a-8798166d3812 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:10:12,653 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:10:12 GMT Server: Apache x-openstack-request-id: req-90ce086d-6ace-437b-8326-e028d514b6cb Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:10:12,653 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-90ce086d-6ace-437b-8326-e028d514b6cb 2018-08-01 05:10:12,653 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0730178356171s 2018-08-01 05:10:12,653 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-90ce086d-6ace-437b-8326-e028d514b6cb 2018-08-01 05:10:17,656 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:10:17,659 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:10:17,689 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:10:17 GMT Server: Apache x-openstack-request-id: req-5efb7c43-f9e4-42e1-9cf0-14898c437126 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:10:17,732 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:10:17 GMT Server: Apache x-openstack-request-id: req-04897712-2a6d-49da-9983-2651465c1205 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:10:17,732 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-04897712-2a6d-49da-9983-2651465c1205 2018-08-01 05:10:17,732 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0758979320526s 2018-08-01 05:10:17,733 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-04897712-2a6d-49da-9983-2651465c1205 2018-08-01 05:10:22,738 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:10:22,742 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:10:22,770 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:10:22 GMT Server: Apache x-openstack-request-id: req-eba15105-a202-4d3c-93ed-5c984deb5789 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:10:22,813 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:10:22 GMT Server: Apache x-openstack-request-id: req-e96e0c9e-faa3-4810-8ba0-532bb79c3fe3 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:10:22,814 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-e96e0c9e-faa3-4810-8ba0-532bb79c3fe3 2018-08-01 05:10:22,814 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0749599933624s 2018-08-01 05:10:22,814 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-e96e0c9e-faa3-4810-8ba0-532bb79c3fe3 2018-08-01 05:10:22,814 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:10:22,817 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:10:22,847 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:10:22 GMT Server: Apache x-openstack-request-id: req-fbcb3d6d-f0b4-4c68-8510-1a59b5d2d5d3 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:10:22,891 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:10:22 GMT Server: Apache x-openstack-request-id: req-1bb95829-10dd-4300-a040-d688f9541f6f Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:10:22,892 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-1bb95829-10dd-4300-a040-d688f9541f6f 2018-08-01 05:10:22,892 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0771429538727s 2018-08-01 05:10:22,892 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-1bb95829-10dd-4300-a040-d688f9541f6f 2018-08-01 05:10:27,894 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:10:27,897 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:10:27,926 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:10:27 GMT Server: Apache x-openstack-request-id: req-1daa41cf-89f3-4546-a947-b40376d5f1e8 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:10:28,151 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:10:27 GMT Server: Apache x-openstack-request-id: req-45ff3a17-7805-48eb-b3b0-4c031171e574 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:10:28,152 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-45ff3a17-7805-48eb-b3b0-4c031171e574 2018-08-01 05:10:28,152 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.257706165314s 2018-08-01 05:10:28,152 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-45ff3a17-7805-48eb-b3b0-4c031171e574 2018-08-01 05:10:33,158 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:10:33,161 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:10:33,354 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:10:33 GMT Server: Apache x-openstack-request-id: req-d0809838-2e6e-4f69-8c85-039c00882c6b Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:10:33,396 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:10:33 GMT Server: Apache x-openstack-request-id: req-7e57c567-16f6-48a7-bd88-1a2a3f10b2a1 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:10:33,397 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-7e57c567-16f6-48a7-bd88-1a2a3f10b2a1 2018-08-01 05:10:33,397 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.238538980484s 2018-08-01 05:10:33,397 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-7e57c567-16f6-48a7-bd88-1a2a3f10b2a1 2018-08-01 05:10:33,397 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:10:33,400 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:10:33,429 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:10:33 GMT Server: Apache x-openstack-request-id: req-2169e4e2-c5d8-4a28-8aa0-b578677278cb Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:10:33,472 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:10:33 GMT Server: Apache x-openstack-request-id: req-bc0c2e42-6370-40a5-b7f6-a799bd0d33ce Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:10:33,472 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-bc0c2e42-6370-40a5-b7f6-a799bd0d33ce 2018-08-01 05:10:33,472 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0745570659637s 2018-08-01 05:10:33,472 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-bc0c2e42-6370-40a5-b7f6-a799bd0d33ce 2018-08-01 05:10:38,475 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:10:38,478 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:10:38,701 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:10:38 GMT Server: Apache x-openstack-request-id: req-cbc5dd1a-cd17-4097-8b8a-9234bf14b31b Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:10:38,746 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:10:38 GMT Server: Apache x-openstack-request-id: req-81779489-2e21-4d4f-a53b-6c96f24f22b1 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:10:38,746 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-81779489-2e21-4d4f-a53b-6c96f24f22b1 2018-08-01 05:10:38,747 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.271601915359s 2018-08-01 05:10:38,747 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-81779489-2e21-4d4f-a53b-6c96f24f22b1 2018-08-01 05:10:43,753 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:10:43,756 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:10:43,784 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:10:43 GMT Server: Apache x-openstack-request-id: req-5254cd1a-d32e-4737-b876-b344a37a6557 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:10:43,826 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:10:43 GMT Server: Apache x-openstack-request-id: req-ca38401d-33e4-4280-ace2-cc52e0a96d3a Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:10:43,826 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-ca38401d-33e4-4280-ace2-cc52e0a96d3a 2018-08-01 05:10:43,827 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.073657989502s 2018-08-01 05:10:43,827 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-ca38401d-33e4-4280-ace2-cc52e0a96d3a 2018-08-01 05:10:43,827 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:10:43,830 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:10:43,859 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:10:43 GMT Server: Apache x-openstack-request-id: req-6af93383-5cf6-4b1f-b8ba-cde01507f86a Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:10:43,902 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:10:43 GMT Server: Apache x-openstack-request-id: req-96fc83d6-7ff4-43af-891d-1cb4a9a7a80c Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:10:43,903 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-96fc83d6-7ff4-43af-891d-1cb4a9a7a80c 2018-08-01 05:10:43,903 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0751709938049s 2018-08-01 05:10:43,903 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-96fc83d6-7ff4-43af-891d-1cb4a9a7a80c 2018-08-01 05:10:48,910 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:10:48,913 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:10:49,132 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:10:48 GMT Server: Apache x-openstack-request-id: req-0854153c-ba4c-4e82-8ace-e67bd0ae84b2 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:10:49,174 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:10:49 GMT Server: Apache x-openstack-request-id: req-d2c5115f-78c8-4e09-a7af-e0b76b95216d Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:10:49,174 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-d2c5115f-78c8-4e09-a7af-e0b76b95216d 2018-08-01 05:10:49,174 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.264281988144s 2018-08-01 05:10:49,175 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-d2c5115f-78c8-4e09-a7af-e0b76b95216d 2018-08-01 05:10:54,179 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:10:54,182 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:10:54,213 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:10:54 GMT Server: Apache x-openstack-request-id: req-cfa41bfd-4339-4292-bc7c-da4328fd2f9a Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:10:54,255 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:10:54 GMT Server: Apache x-openstack-request-id: req-df64c7c2-73d8-47b8-b5eb-9aa2ea2cfecb Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:10:54,255 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-df64c7c2-73d8-47b8-b5eb-9aa2ea2cfecb 2018-08-01 05:10:54,256 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0763580799103s 2018-08-01 05:10:54,256 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-df64c7c2-73d8-47b8-b5eb-9aa2ea2cfecb 2018-08-01 05:10:54,256 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:10:54,259 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:10:54,288 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:10:54 GMT Server: Apache x-openstack-request-id: req-7f8dcd1c-3579-46a9-837b-497919c1ae63 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:10:54,331 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:10:54 GMT Server: Apache x-openstack-request-id: req-9cd2dc9a-add8-4412-a8f2-cce82689dbb9 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:10:54,331 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-9cd2dc9a-add8-4412-a8f2-cce82689dbb9 2018-08-01 05:10:54,332 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0749809741974s 2018-08-01 05:10:54,332 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-9cd2dc9a-add8-4412-a8f2-cce82689dbb9 2018-08-01 05:10:59,338 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:10:59,341 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:10:59,552 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:10:59 GMT Server: Apache x-openstack-request-id: req-998d59f6-ef36-42e8-a3e9-28bc183cb602 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:10:59,594 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:10:59 GMT Server: Apache x-openstack-request-id: req-72a9f351-be3a-40f3-81fe-a78255fcae89 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:10:59,595 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-72a9f351-be3a-40f3-81fe-a78255fcae89 2018-08-01 05:10:59,595 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.256008863449s 2018-08-01 05:10:59,595 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-72a9f351-be3a-40f3-81fe-a78255fcae89 2018-08-01 05:11:04,601 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:11:04,604 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:11:04,808 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:11:04 GMT Server: Apache x-openstack-request-id: req-e268e772-6b8f-4a7d-96d2-a82214cc66a8 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:11:04,851 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:11:04 GMT Server: Apache x-openstack-request-id: req-f41ac298-f1de-4841-a8c4-4584bd670955 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:11:04,851 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-f41ac298-f1de-4841-a8c4-4584bd670955 2018-08-01 05:11:04,852 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.250773906708s 2018-08-01 05:11:04,852 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-f41ac298-f1de-4841-a8c4-4584bd670955 2018-08-01 05:11:04,852 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:11:04,855 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:11:05,080 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:11:04 GMT Server: Apache x-openstack-request-id: req-d9396a81-3830-4caf-be8a-bf483b1b4898 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:11:05,124 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:11:05 GMT Server: Apache x-openstack-request-id: req-992deb9f-e3d2-4675-aaba-9e43d8e9d0fa Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:11:05,124 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-992deb9f-e3d2-4675-aaba-9e43d8e9d0fa 2018-08-01 05:11:05,124 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.27166891098s 2018-08-01 05:11:05,125 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-992deb9f-e3d2-4675-aaba-9e43d8e9d0fa 2018-08-01 05:11:10,131 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:11:10,135 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:11:10,162 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:11:10 GMT Server: Apache x-openstack-request-id: req-fb633074-985e-4ebc-b9ac-6079525c98da Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:11:10,370 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:11:10 GMT Server: Apache x-openstack-request-id: req-759c9bfc-d72c-40a7-b956-0c51d6bfaa82 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:11:10,370 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-759c9bfc-d72c-40a7-b956-0c51d6bfaa82 2018-08-01 05:11:10,370 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.238960981369s 2018-08-01 05:11:10,371 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-759c9bfc-d72c-40a7-b956-0c51d6bfaa82 2018-08-01 05:11:15,376 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:11:15,380 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:11:15,408 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:11:15 GMT Server: Apache x-openstack-request-id: req-3e7c6a76-b6ae-411f-aadc-f9809a693287 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:11:15,451 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:11:15 GMT Server: Apache x-openstack-request-id: req-a5e3efae-cfea-403b-a52e-ac8a43fa7cd6 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:11:15,451 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-a5e3efae-cfea-403b-a52e-ac8a43fa7cd6 2018-08-01 05:11:15,451 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0744888782501s 2018-08-01 05:11:15,451 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-a5e3efae-cfea-403b-a52e-ac8a43fa7cd6 2018-08-01 05:11:15,452 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:11:15,455 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:11:15,483 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:11:15 GMT Server: Apache x-openstack-request-id: req-12d21d2b-6197-4c40-a8f9-66f703ae4ab5 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:11:15,720 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:11:15 GMT Server: Apache x-openstack-request-id: req-86a1279c-7596-4c7d-a8c6-50a19e033e6c Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:11:15,721 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-86a1279c-7596-4c7d-a8c6-50a19e033e6c 2018-08-01 05:11:15,721 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.268748998642s 2018-08-01 05:11:15,721 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-86a1279c-7596-4c7d-a8c6-50a19e033e6c 2018-08-01 05:11:20,728 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:11:20,731 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:11:20,759 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:11:20 GMT Server: Apache x-openstack-request-id: req-57d68a64-fcc1-4f02-bdb2-9b51d16f5f93 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:11:20,802 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:11:20 GMT Server: Apache x-openstack-request-id: req-e0c81ea4-0fba-43cb-9a77-bf929f987d0c Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:11:20,802 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-e0c81ea4-0fba-43cb-9a77-bf929f987d0c 2018-08-01 05:11:20,802 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.073823928833s 2018-08-01 05:11:20,802 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-e0c81ea4-0fba-43cb-9a77-bf929f987d0c 2018-08-01 05:11:25,808 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:11:25,811 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:11:26,039 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:11:25 GMT Server: Apache x-openstack-request-id: req-b2e89f9c-9390-4230-a6a8-c9715c5f8ef9 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:11:26,081 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:11:26 GMT Server: Apache x-openstack-request-id: req-0f008094-1eef-4c3c-b7b6-ed7e0688b2c8 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:11:26,081 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-0f008094-1eef-4c3c-b7b6-ed7e0688b2c8 2018-08-01 05:11:26,081 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.272756814957s 2018-08-01 05:11:26,081 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-0f008094-1eef-4c3c-b7b6-ed7e0688b2c8 2018-08-01 05:11:26,082 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:11:26,084 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:11:26,113 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:11:26 GMT Server: Apache x-openstack-request-id: req-2271c938-60d2-4e7f-af02-049d9a11dc84 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:11:26,156 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:11:26 GMT Server: Apache x-openstack-request-id: req-1f1422d6-06c4-4b8a-a5a0-bd20ad63b6a1 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:11:26,156 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-1f1422d6-06c4-4b8a-a5a0-bd20ad63b6a1 2018-08-01 05:11:26,156 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0741050243378s 2018-08-01 05:11:26,156 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-1f1422d6-06c4-4b8a-a5a0-bd20ad63b6a1 2018-08-01 05:11:31,163 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:11:31,166 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:11:31,194 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:11:31 GMT Server: Apache x-openstack-request-id: req-fd5bca5f-3982-47be-8ce9-693697e56649 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:11:31,238 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:11:31 GMT Server: Apache x-openstack-request-id: req-eea6dd94-411f-473b-8032-97707a2ce47d Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:11:31,238 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-eea6dd94-411f-473b-8032-97707a2ce47d 2018-08-01 05:11:31,238 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0752060413361s 2018-08-01 05:11:31,239 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-eea6dd94-411f-473b-8032-97707a2ce47d 2018-08-01 05:11:36,244 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:11:36,248 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:11:36,277 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:11:36 GMT Server: Apache x-openstack-request-id: req-ec244676-4c1d-451f-9823-1260a77c8b09 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:11:36,320 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:11:36 GMT Server: Apache x-openstack-request-id: req-a8ac5006-58ce-40a8-9084-859a2640cfe7 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:11:36,321 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-a8ac5006-58ce-40a8-9084-859a2640cfe7 2018-08-01 05:11:36,321 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0760338306427s 2018-08-01 05:11:36,321 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-a8ac5006-58ce-40a8-9084-859a2640cfe7 2018-08-01 05:11:36,321 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:11:36,324 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:11:36,351 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:11:36 GMT Server: Apache x-openstack-request-id: req-a1f85d63-0022-4d14-87f5-9583acceec5f Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:11:36,394 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:11:36 GMT Server: Apache x-openstack-request-id: req-b759799a-de1b-4fd6-beff-5d077951f0de Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:11:36,395 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-b759799a-de1b-4fd6-beff-5d077951f0de 2018-08-01 05:11:36,395 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0731308460236s 2018-08-01 05:11:36,395 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-b759799a-de1b-4fd6-beff-5d077951f0de 2018-08-01 05:11:41,402 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:11:41,405 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:11:41,433 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:11:41 GMT Server: Apache x-openstack-request-id: req-c1edaea4-f95b-4065-8a95-82c1127c95ed Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:11:41,652 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:11:41 GMT Server: Apache x-openstack-request-id: req-8e4faf6b-16a2-4624-86a5-56dc9a81b7f0 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:11:41,653 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-8e4faf6b-16a2-4624-86a5-56dc9a81b7f0 2018-08-01 05:11:41,653 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.250669956207s 2018-08-01 05:11:41,653 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-8e4faf6b-16a2-4624-86a5-56dc9a81b7f0 2018-08-01 05:11:46,659 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:11:46,662 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:11:46,878 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:11:46 GMT Server: Apache x-openstack-request-id: req-7fae245f-194a-4eb3-9bf6-d1cec409b97f Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:11:46,921 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:11:46 GMT Server: Apache x-openstack-request-id: req-2ac8736e-9971-49e7-b574-959bc6feb5f2 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:11:46,921 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-2ac8736e-9971-49e7-b574-959bc6feb5f2 2018-08-01 05:11:46,921 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.262380123138s 2018-08-01 05:11:46,922 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-2ac8736e-9971-49e7-b574-959bc6feb5f2 2018-08-01 05:11:46,922 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:11:46,925 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:11:46,952 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:11:46 GMT Server: Apache x-openstack-request-id: req-fd46276a-7210-4af4-8643-3dbb9337dcc6 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:11:46,995 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:11:46 GMT Server: Apache x-openstack-request-id: req-fb8812c1-5aec-4ad2-b982-c32185d1b642 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:11:46,995 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-fb8812c1-5aec-4ad2-b982-c32185d1b642 2018-08-01 05:11:46,995 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0730609893799s 2018-08-01 05:11:46,996 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-fb8812c1-5aec-4ad2-b982-c32185d1b642 2018-08-01 05:11:51,998 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:11:52,002 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:11:52,029 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:11:51 GMT Server: Apache x-openstack-request-id: req-527a17d4-a2b6-44ff-ac0b-a721dcf5bdad Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:11:52,205 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:11:52 GMT Server: Apache x-openstack-request-id: req-ac0ffd12-d264-4812-9f79-45fa8ffad317 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:11:52,205 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-ac0ffd12-d264-4812-9f79-45fa8ffad317 2018-08-01 05:11:52,205 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.206191062927s 2018-08-01 05:11:52,205 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-ac0ffd12-d264-4812-9f79-45fa8ffad317 2018-08-01 05:11:57,211 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:11:57,214 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:11:57,243 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:11:57 GMT Server: Apache x-openstack-request-id: req-e42c7cef-2047-48b4-9945-134ca032763f Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:11:57,285 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:11:57 GMT Server: Apache x-openstack-request-id: req-89bf7fd8-3121-40d0-865b-34520ec05500 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:11:57,285 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-89bf7fd8-3121-40d0-865b-34520ec05500 2018-08-01 05:11:57,286 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0743639469147s 2018-08-01 05:11:57,286 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-89bf7fd8-3121-40d0-865b-34520ec05500 2018-08-01 05:11:57,286 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:11:57,288 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:11:57,316 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:11:57 GMT Server: Apache x-openstack-request-id: req-4641814e-7764-42f9-b311-a6bab1788b4c Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:11:57,523 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:11:57 GMT Server: Apache x-openstack-request-id: req-4375d10d-d70a-4550-92fe-efa045ec5325 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:11:57,523 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-4375d10d-d70a-4550-92fe-efa045ec5325 2018-08-01 05:11:57,524 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.237296819687s 2018-08-01 05:11:57,524 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-4375d10d-d70a-4550-92fe-efa045ec5325 2018-08-01 05:12:02,530 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:12:02,534 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:12:02,751 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:12:02 GMT Server: Apache x-openstack-request-id: req-7a5d3270-8fdd-4bd7-9bd0-7fd60bf17273 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:12:02,796 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:12:02 GMT Server: Apache x-openstack-request-id: req-5d431e77-d7e0-41c8-a7f0-bd2aa617855e Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:12:02,796 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-5d431e77-d7e0-41c8-a7f0-bd2aa617855e 2018-08-01 05:12:02,796 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.265477180481s 2018-08-01 05:12:02,797 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-5d431e77-d7e0-41c8-a7f0-bd2aa617855e 2018-08-01 05:12:07,801 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:12:07,804 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:12:07,832 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:12:07 GMT Server: Apache x-openstack-request-id: req-18bffb0e-9cbf-49ea-a285-474678648b3c Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:12:07,874 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:12:07 GMT Server: Apache x-openstack-request-id: req-65cfe4a0-e03d-4f08-be9b-da0ce05540c7 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:12:07,874 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-65cfe4a0-e03d-4f08-be9b-da0ce05540c7 2018-08-01 05:12:07,875 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0734128952026s 2018-08-01 05:12:07,875 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-65cfe4a0-e03d-4f08-be9b-da0ce05540c7 2018-08-01 05:12:07,875 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:12:07,878 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:12:07,905 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:12:07 GMT Server: Apache x-openstack-request-id: req-f934504d-09b6-4a43-9df9-549d4833027a Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:12:07,947 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:12:07 GMT Server: Apache x-openstack-request-id: req-b0cf6ba0-8178-42aa-a86e-7b7cb4cc16fa Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:12:07,947 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-b0cf6ba0-8178-42aa-a86e-7b7cb4cc16fa 2018-08-01 05:12:07,948 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0721549987793s 2018-08-01 05:12:07,948 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-b0cf6ba0-8178-42aa-a86e-7b7cb4cc16fa 2018-08-01 05:12:12,951 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:12:12,954 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:12:12,984 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:12:12 GMT Server: Apache x-openstack-request-id: req-15368c86-1789-4ec9-915e-658ff49740d3 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:12:13,027 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:12:12 GMT Server: Apache x-openstack-request-id: req-fd0a9568-d7a2-402b-a6fd-fb3a89553601 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:12:13,027 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-fd0a9568-d7a2-402b-a6fd-fb3a89553601 2018-08-01 05:12:13,027 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.076150894165s 2018-08-01 05:12:13,028 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-fd0a9568-d7a2-402b-a6fd-fb3a89553601 2018-08-01 05:12:18,029 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:12:18,032 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:12:18,060 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:12:18 GMT Server: Apache x-openstack-request-id: req-5d2d7ccd-bc29-4ab5-9d42-9a7b8477a2ab Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:12:18,103 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:12:18 GMT Server: Apache x-openstack-request-id: req-0ee79c07-39b4-448d-9823-6ebcd0bf6c9c Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:12:18,103 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-0ee79c07-39b4-448d-9823-6ebcd0bf6c9c 2018-08-01 05:12:18,103 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0740349292755s 2018-08-01 05:12:18,103 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-0ee79c07-39b4-448d-9823-6ebcd0bf6c9c 2018-08-01 05:12:18,104 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:12:18,106 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:12:18,318 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:12:18 GMT Server: Apache x-openstack-request-id: req-901270a0-c003-4eb0-acb1-ec586fe3e299 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:12:18,362 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:12:18 GMT Server: Apache x-openstack-request-id: req-0f719acc-fdaf-41c2-9b34-0cc331e50a74 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:12:18,362 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-0f719acc-fdaf-41c2-9b34-0cc331e50a74 2018-08-01 05:12:18,362 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.258576869965s 2018-08-01 05:12:18,363 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-0f719acc-fdaf-41c2-9b34-0cc331e50a74 2018-08-01 05:12:23,369 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:12:23,373 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:12:23,608 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:12:23 GMT Server: Apache x-openstack-request-id: req-1f2ac777-5a5c-434f-a401-8a212e2acce0 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:12:23,650 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:12:23 GMT Server: Apache x-openstack-request-id: req-f3cb6a3f-b847-44db-a1f3-ae8d0a9c9edc Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:12:23,651 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-f3cb6a3f-b847-44db-a1f3-ae8d0a9c9edc 2018-08-01 05:12:23,651 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.281116962433s 2018-08-01 05:12:23,651 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-f3cb6a3f-b847-44db-a1f3-ae8d0a9c9edc 2018-08-01 05:12:28,657 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:12:28,660 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:12:28,689 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:12:28 GMT Server: Apache x-openstack-request-id: req-207aa388-fe2d-47d4-8fb7-f0177cd9f337 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:12:28,731 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:12:28 GMT Server: Apache x-openstack-request-id: req-44f02138-31a2-4c4e-9a4f-eda4f6d0cff4 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:12:28,732 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-44f02138-31a2-4c4e-9a4f-eda4f6d0cff4 2018-08-01 05:12:28,732 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0748541355133s 2018-08-01 05:12:28,732 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-44f02138-31a2-4c4e-9a4f-eda4f6d0cff4 2018-08-01 05:12:28,733 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:12:28,735 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:12:28,763 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:12:28 GMT Server: Apache x-openstack-request-id: req-36e077a7-8750-4058-a49f-60598765cf42 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:12:28,999 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:12:28 GMT Server: Apache x-openstack-request-id: req-bc6fd6d4-c93c-407d-bd4a-a6ea4898bcbd Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:12:28,999 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-bc6fd6d4-c93c-407d-bd4a-a6ea4898bcbd 2018-08-01 05:12:28,999 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.266451835632s 2018-08-01 05:12:28,999 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-bc6fd6d4-c93c-407d-bd4a-a6ea4898bcbd 2018-08-01 05:12:34,006 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:12:34,009 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:12:34,037 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:12:34 GMT Server: Apache x-openstack-request-id: req-a8b4edd9-7299-4475-8907-dcdb502ec5b3 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:12:34,264 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:12:34 GMT Server: Apache x-openstack-request-id: req-c33372b0-8556-4c5c-93d8-63bf8532a3a1 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:12:34,265 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-c33372b0-8556-4c5c-93d8-63bf8532a3a1 2018-08-01 05:12:34,265 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.25834608078s 2018-08-01 05:12:34,265 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-c33372b0-8556-4c5c-93d8-63bf8532a3a1 2018-08-01 05:12:39,271 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:12:39,274 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:12:39,303 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:12:39 GMT Server: Apache x-openstack-request-id: req-fb1b508a-5187-49ef-807c-c795f773f246 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:12:39,530 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:12:39 GMT Server: Apache x-openstack-request-id: req-daddf3f0-afee-4228-a93b-caf2d49a9ca2 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:12:39,531 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-daddf3f0-afee-4228-a93b-caf2d49a9ca2 2018-08-01 05:12:39,531 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.259689092636s 2018-08-01 05:12:39,531 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-daddf3f0-afee-4228-a93b-caf2d49a9ca2 2018-08-01 05:12:39,532 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:12:39,535 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:12:39,743 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:12:39 GMT Server: Apache x-openstack-request-id: req-bd862263-3058-4982-8e75-4fe05be4b3bb Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:12:39,771 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:12:39 GMT Server: Apache x-openstack-request-id: req-a1ecd966-896a-41d0-8a74-d8ce648ffb11 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:12:39,771 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-a1ecd966-896a-41d0-8a74-d8ce648ffb11 2018-08-01 05:12:39,771 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.239284992218s 2018-08-01 05:12:39,771 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-a1ecd966-896a-41d0-8a74-d8ce648ffb11 2018-08-01 05:12:44,773 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:12:44,777 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:12:44,807 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:12:44 GMT Server: Apache x-openstack-request-id: req-ffc0a1ff-5fa7-4514-924d-373b305d5f37 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:12:44,850 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:12:44 GMT Server: Apache x-openstack-request-id: req-6507021e-5bdb-42da-94ac-e0297e1e81cb Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:12:44,850 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-6507021e-5bdb-42da-94ac-e0297e1e81cb 2018-08-01 05:12:44,850 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0767879486084s 2018-08-01 05:12:44,851 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-6507021e-5bdb-42da-94ac-e0297e1e81cb 2018-08-01 05:12:49,857 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:12:49,860 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:12:49,887 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:12:49 GMT Server: Apache x-openstack-request-id: req-19aafea4-d762-4d71-ac09-4eaa4a030e01 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:12:50,127 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:12:49 GMT Server: Apache x-openstack-request-id: req-d64633d7-5d5b-4670-b51a-67e136b1a5d1 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:12:50,127 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-d64633d7-5d5b-4670-b51a-67e136b1a5d1 2018-08-01 05:12:50,128 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.270826101303s 2018-08-01 05:12:50,128 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-d64633d7-5d5b-4670-b51a-67e136b1a5d1 2018-08-01 05:12:50,128 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:12:50,131 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:12:50,157 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:12:50 GMT Server: Apache x-openstack-request-id: req-256c0766-53b4-4c0b-a962-06d8a53221b2 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:12:50,200 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:12:50 GMT Server: Apache x-openstack-request-id: req-1d2c211b-768a-4bd8-8c0c-6dbc58311c93 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:12:50,200 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-1d2c211b-768a-4bd8-8c0c-6dbc58311c93 2018-08-01 05:12:50,201 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0721530914307s 2018-08-01 05:12:50,201 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-1d2c211b-768a-4bd8-8c0c-6dbc58311c93 2018-08-01 05:12:55,208 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:12:55,211 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:12:55,241 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:12:55 GMT Server: Apache x-openstack-request-id: req-93fb9a64-c28e-4eb0-82d8-029a8bf2747e Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:12:55,564 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:12:55 GMT Server: Apache x-openstack-request-id: req-1a4bff7c-ad42-4ce2-a0d8-9bb7e6de6a94 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:12:55,565 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-1a4bff7c-ad42-4ce2-a0d8-9bb7e6de6a94 2018-08-01 05:12:55,565 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.356902122498s 2018-08-01 05:12:55,565 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-1a4bff7c-ad42-4ce2-a0d8-9bb7e6de6a94 2018-08-01 05:13:00,569 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:13:00,572 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:13:00,780 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:13:00 GMT Server: Apache x-openstack-request-id: req-95c4ffa9-a599-4ea1-a19e-8d86b26c421b Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:13:00,826 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:13:00 GMT Server: Apache x-openstack-request-id: req-4bc97fcd-4265-4b7e-82f3-e0f7049626a9 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:13:00,827 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-4bc97fcd-4265-4b7e-82f3-e0f7049626a9 2018-08-01 05:13:00,827 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.257128953934s 2018-08-01 05:13:00,827 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-4bc97fcd-4265-4b7e-82f3-e0f7049626a9 2018-08-01 05:13:00,827 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:13:00,830 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:13:01,039 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:13:00 GMT Server: Apache x-openstack-request-id: req-09473a2e-5cfb-4285-a6d2-bde0fe819669 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:13:01,082 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:13:01 GMT Server: Apache x-openstack-request-id: req-f3bebf7a-dd44-496a-bc68-761982761df5 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:13:01,082 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-f3bebf7a-dd44-496a-bc68-761982761df5 2018-08-01 05:13:01,082 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.254617929459s 2018-08-01 05:13:01,083 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-f3bebf7a-dd44-496a-bc68-761982761df5 2018-08-01 05:13:06,089 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:13:06,093 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:13:06,292 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:13:06 GMT Server: Apache x-openstack-request-id: req-2e1f9ce4-3233-40f9-851c-eedcb95b44c2 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:13:06,335 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:13:06 GMT Server: Apache x-openstack-request-id: req-14a1fc8c-3005-4567-9869-37e7659ab235 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:13:06,335 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-14a1fc8c-3005-4567-9869-37e7659ab235 2018-08-01 05:13:06,335 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.245370864868s 2018-08-01 05:13:06,335 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-14a1fc8c-3005-4567-9869-37e7659ab235 2018-08-01 05:13:11,341 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:13:11,344 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:13:11,374 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:13:11 GMT Server: Apache x-openstack-request-id: req-751558c9-df7d-41f9-91a6-d74e7ec7d4bf Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:13:11,609 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:13:11 GMT Server: Apache x-openstack-request-id: req-a79a5863-059c-41b1-a7cf-cb41627f43b9 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:13:11,609 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-a79a5863-059c-41b1-a7cf-cb41627f43b9 2018-08-01 05:13:11,609 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.26797413826s 2018-08-01 05:13:11,610 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-a79a5863-059c-41b1-a7cf-cb41627f43b9 2018-08-01 05:13:11,610 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:13:11,613 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:13:11,657 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:13:11 GMT Server: Apache x-openstack-request-id: req-cf098ba7-2dfb-48c0-986d-a7264ef95cc9 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:13:11,891 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:13:11 GMT Server: Apache x-openstack-request-id: req-eb90b220-c2a0-413c-ad99-172142e81eb3 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:13:11,891 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-eb90b220-c2a0-413c-ad99-172142e81eb3 2018-08-01 05:13:11,891 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.28121304512s 2018-08-01 05:13:11,892 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-eb90b220-c2a0-413c-ad99-172142e81eb3 2018-08-01 05:13:16,898 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:13:16,902 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:13:16,930 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:13:16 GMT Server: Apache x-openstack-request-id: req-da31f494-bcad-4d44-9330-2646a1a3da0a Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:13:17,157 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:13:16 GMT Server: Apache x-openstack-request-id: req-0bc0e817-55cf-439c-904d-6bbdb3fd0908 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:13:17,157 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-0bc0e817-55cf-439c-904d-6bbdb3fd0908 2018-08-01 05:13:17,157 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.258162021637s 2018-08-01 05:13:17,157 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-0bc0e817-55cf-439c-904d-6bbdb3fd0908 2018-08-01 05:13:22,163 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:13:22,166 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:13:22,193 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:13:22 GMT Server: Apache x-openstack-request-id: req-b61e7aed-df57-4b02-91e3-aca69563721b Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:13:22,236 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:13:22 GMT Server: Apache x-openstack-request-id: req-f53bab03-ac73-48e0-8692-324ada7ad268 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:13:22,236 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-f53bab03-ac73-48e0-8692-324ada7ad268 2018-08-01 05:13:22,236 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0732679367065s 2018-08-01 05:13:22,237 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-f53bab03-ac73-48e0-8692-324ada7ad268 2018-08-01 05:13:22,237 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:13:22,240 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:13:22,267 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:13:22 GMT Server: Apache x-openstack-request-id: req-d4dfbe52-7db3-4953-90af-9cd70fcf2f44 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:13:22,309 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:13:22 GMT Server: Apache x-openstack-request-id: req-fb5dbb35-bb1c-4a26-8398-7999b9bf86c0 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:13:22,309 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-fb5dbb35-bb1c-4a26-8398-7999b9bf86c0 2018-08-01 05:13:22,309 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.071958065033s 2018-08-01 05:13:22,310 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-fb5dbb35-bb1c-4a26-8398-7999b9bf86c0 2018-08-01 05:13:27,316 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:13:27,319 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:13:27,348 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:13:27 GMT Server: Apache x-openstack-request-id: req-4e2b0777-8093-4850-94e8-3704c1bcf3fa Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:13:27,523 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:13:27 GMT Server: Apache x-openstack-request-id: req-a9fe1fa0-5a94-435f-ba78-8bb1b7aa861e Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:13:27,523 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-a9fe1fa0-5a94-435f-ba78-8bb1b7aa861e 2018-08-01 05:13:27,523 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.20682311058s 2018-08-01 05:13:27,524 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-a9fe1fa0-5a94-435f-ba78-8bb1b7aa861e 2018-08-01 05:13:32,529 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:13:32,533 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:13:32,754 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:13:32 GMT Server: Apache x-openstack-request-id: req-0d3f07d0-6bc6-48db-8d70-7de139dc3d37 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:13:32,797 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:13:32 GMT Server: Apache x-openstack-request-id: req-caf15d9e-ab2a-4590-8b38-293b3e2aaa54 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:13:32,797 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-caf15d9e-ab2a-4590-8b38-293b3e2aaa54 2018-08-01 05:13:32,797 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.267421960831s 2018-08-01 05:13:32,797 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-caf15d9e-ab2a-4590-8b38-293b3e2aaa54 2018-08-01 05:13:32,798 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:13:32,801 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:13:32,829 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:13:32 GMT Server: Apache x-openstack-request-id: req-ea24e7c5-0479-45b8-bcd3-ea899487b639 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:13:32,873 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:13:32 GMT Server: Apache x-openstack-request-id: req-bc84b0e2-30f2-440e-be08-32bfeafa7dee Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:13:32,873 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-bc84b0e2-30f2-440e-be08-32bfeafa7dee 2018-08-01 05:13:32,873 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.075129032135s 2018-08-01 05:13:32,874 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-bc84b0e2-30f2-440e-be08-32bfeafa7dee 2018-08-01 05:13:37,880 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:13:37,883 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:13:37,912 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:13:37 GMT Server: Apache x-openstack-request-id: req-e97f68e7-4435-4090-9297-df622e5f296a Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:13:37,954 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:13:37 GMT Server: Apache x-openstack-request-id: req-49bd566b-27e7-43d6-8c10-799a688cd48c Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:13:37,955 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-49bd566b-27e7-43d6-8c10-799a688cd48c 2018-08-01 05:13:37,955 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0741717815399s 2018-08-01 05:13:37,955 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-49bd566b-27e7-43d6-8c10-799a688cd48c 2018-08-01 05:13:42,961 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:13:42,963 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:13:42,990 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:13:42 GMT Server: Apache x-openstack-request-id: req-aad091bd-4db8-48d7-b4a8-a87beebee364 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:13:43,033 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:13:42 GMT Server: Apache x-openstack-request-id: req-3cfdd7f5-ddd1-42eb-a8cd-01bd8327d1b0 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:13:43,033 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-3cfdd7f5-ddd1-42eb-a8cd-01bd8327d1b0 2018-08-01 05:13:43,033 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0722789764404s 2018-08-01 05:13:43,033 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-3cfdd7f5-ddd1-42eb-a8cd-01bd8327d1b0 2018-08-01 05:13:43,034 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:13:43,037 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:13:43,064 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:13:43 GMT Server: Apache x-openstack-request-id: req-376eee2f-19d4-40cc-8123-0e74cd5c9d78 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:13:43,108 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:13:43 GMT Server: Apache x-openstack-request-id: req-3fc98944-c5d1-42b0-bc2e-2bc87481a798 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:13:43,108 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-3fc98944-c5d1-42b0-bc2e-2bc87481a798 2018-08-01 05:13:43,108 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0744218826294s 2018-08-01 05:13:43,109 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-3fc98944-c5d1-42b0-bc2e-2bc87481a798 2018-08-01 05:13:48,115 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:13:48,118 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:13:48,162 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:13:48 GMT Server: Apache x-openstack-request-id: req-724062f5-c5b2-49c3-bdb0-49e24bfd786e Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:13:48,378 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:13:48 GMT Server: Apache x-openstack-request-id: req-8c47c439-9d83-4ccb-bffa-8caf816ceeaa Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:13:48,378 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-8c47c439-9d83-4ccb-bffa-8caf816ceeaa 2018-08-01 05:13:48,379 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.262956857681s 2018-08-01 05:13:48,379 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-8c47c439-9d83-4ccb-bffa-8caf816ceeaa 2018-08-01 05:13:53,384 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:13:53,387 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:13:53,415 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:13:53 GMT Server: Apache x-openstack-request-id: req-a541f8d1-3f82-4798-868c-fd31f4041778 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:13:53,660 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:13:53 GMT Server: Apache x-openstack-request-id: req-cc4998c6-59fa-48cb-b1f7-60436492c48f Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:13:53,660 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-cc4998c6-59fa-48cb-b1f7-60436492c48f 2018-08-01 05:13:53,660 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.27560210228s 2018-08-01 05:13:53,660 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-cc4998c6-59fa-48cb-b1f7-60436492c48f 2018-08-01 05:13:53,661 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:13:53,663 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:13:53,695 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:13:53 GMT Server: Apache x-openstack-request-id: req-fdc2a3ea-82e0-4915-9a04-db9321bca4a6 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:13:53,739 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:13:53 GMT Server: Apache x-openstack-request-id: req-afe77350-022d-4d37-81b0-42a55e14f217 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:13:53,739 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-afe77350-022d-4d37-81b0-42a55e14f217 2018-08-01 05:13:53,739 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0782899856567s 2018-08-01 05:13:53,740 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-afe77350-022d-4d37-81b0-42a55e14f217 2018-08-01 05:13:58,746 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:13:58,750 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:13:58,780 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:13:58 GMT Server: Apache x-openstack-request-id: req-228ec2a0-2fd8-4e10-b735-e9b20a478d2c Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:13:58,822 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:13:58 GMT Server: Apache x-openstack-request-id: req-48369083-37da-4930-864d-4c485dbed4b6 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:13:58,823 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-48369083-37da-4930-864d-4c485dbed4b6 2018-08-01 05:13:58,823 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0763778686523s 2018-08-01 05:13:58,823 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-48369083-37da-4930-864d-4c485dbed4b6 2018-08-01 05:14:03,829 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:14:03,832 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:14:03,861 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:14:03 GMT Server: Apache x-openstack-request-id: req-ac63d67a-6161-4c52-a4b8-d3467ff111b4 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:14:03,903 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:14:03 GMT Server: Apache x-openstack-request-id: req-bd7db8ba-24d7-4490-aa9d-f203e73c2291 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:14:03,903 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-bd7db8ba-24d7-4490-aa9d-f203e73c2291 2018-08-01 05:14:03,904 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0745921134949s 2018-08-01 05:14:03,904 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-bd7db8ba-24d7-4490-aa9d-f203e73c2291 2018-08-01 05:14:03,904 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:14:03,908 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:14:03,935 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:14:03 GMT Server: Apache x-openstack-request-id: req-2b29ad5b-913d-4f17-8323-186605dff756 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:14:03,978 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:14:03 GMT Server: Apache x-openstack-request-id: req-95ce90b5-a34c-4bc1-8b97-798e3cb2bf2f Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:14:03,978 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-95ce90b5-a34c-4bc1-8b97-798e3cb2bf2f 2018-08-01 05:14:03,979 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0741250514984s 2018-08-01 05:14:03,979 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-95ce90b5-a34c-4bc1-8b97-798e3cb2bf2f 2018-08-01 05:14:08,986 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:14:08,989 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:14:09,017 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:14:08 GMT Server: Apache x-openstack-request-id: req-0115e1c1-8b3c-4859-aa52-2bd0ef638dc5 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:14:09,059 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:14:09 GMT Server: Apache x-openstack-request-id: req-074c831c-c457-4490-b132-0fb9c684b37d Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:14:09,060 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-074c831c-c457-4490-b132-0fb9c684b37d 2018-08-01 05:14:09,060 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0739200115204s 2018-08-01 05:14:09,060 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-074c831c-c457-4490-b132-0fb9c684b37d 2018-08-01 05:14:14,066 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:14:14,069 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:14:14,097 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:14:14 GMT Server: Apache x-openstack-request-id: req-9fd6061e-f723-4df9-ada3-31438abe1607 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:14:14,141 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:14:14 GMT Server: Apache x-openstack-request-id: req-02713295-f7a3-4156-b48f-c5194e73de1e Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:14:14,141 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-02713295-f7a3-4156-b48f-c5194e73de1e 2018-08-01 05:14:14,142 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0755841732025s 2018-08-01 05:14:14,142 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-02713295-f7a3-4156-b48f-c5194e73de1e 2018-08-01 05:14:14,142 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:14:14,145 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:14:14,173 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:14:14 GMT Server: Apache x-openstack-request-id: req-4c42e1cf-2bf2-472c-b7cf-fd881c108301 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:14:14,216 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:14:14 GMT Server: Apache x-openstack-request-id: req-b0af0f92-92c3-4f51-b448-ba678d5eb625 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:14:14,216 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-b0af0f92-92c3-4f51-b448-ba678d5eb625 2018-08-01 05:14:14,217 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0740909576416s 2018-08-01 05:14:14,217 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-b0af0f92-92c3-4f51-b448-ba678d5eb625 2018-08-01 05:14:19,223 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:14:19,226 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:14:19,254 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:14:19 GMT Server: Apache x-openstack-request-id: req-d76de7ab-ac9b-4169-9dfe-469a77766a55 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:14:19,298 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:14:19 GMT Server: Apache x-openstack-request-id: req-5774a98f-bbde-4c9f-9b5d-1552ef17d771 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:14:19,298 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-5774a98f-bbde-4c9f-9b5d-1552ef17d771 2018-08-01 05:14:19,299 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0750110149384s 2018-08-01 05:14:19,299 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-5774a98f-bbde-4c9f-9b5d-1552ef17d771 2018-08-01 05:14:24,300 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:14:24,303 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:14:24,332 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:14:24 GMT Server: Apache x-openstack-request-id: req-e7c5fc6d-8295-4133-a94e-7e22b24aac8a Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:14:24,374 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:14:24 GMT Server: Apache x-openstack-request-id: req-60d5cbd7-de66-4173-9fa6-6c94cb61bf11 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:14:24,374 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-60d5cbd7-de66-4173-9fa6-6c94cb61bf11 2018-08-01 05:14:24,375 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0746228694916s 2018-08-01 05:14:24,375 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-60d5cbd7-de66-4173-9fa6-6c94cb61bf11 2018-08-01 05:14:24,375 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:14:24,378 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:14:24,406 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:14:24 GMT Server: Apache x-openstack-request-id: req-ad59a742-31e7-4da1-92ba-e333844a02e7 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:14:24,432 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:14:24 GMT Server: Apache x-openstack-request-id: req-b525ece2-7e73-43a3-86b7-ed7e27814cfd Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:14:24,432 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-b525ece2-7e73-43a3-86b7-ed7e27814cfd 2018-08-01 05:14:24,432 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0565550327301s 2018-08-01 05:14:24,432 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-b525ece2-7e73-43a3-86b7-ed7e27814cfd 2018-08-01 05:14:29,439 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:14:29,442 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:14:29,470 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:14:29 GMT Server: Apache x-openstack-request-id: req-b9ed9a23-3d92-4e3e-915c-713d5accac35 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:14:29,513 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:14:29 GMT Server: Apache x-openstack-request-id: req-e5c53431-8304-412a-95cc-662954c3503c Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:14:29,513 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-e5c53431-8304-412a-95cc-662954c3503c 2018-08-01 05:14:29,513 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0743207931519s 2018-08-01 05:14:29,514 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-e5c53431-8304-412a-95cc-662954c3503c 2018-08-01 05:14:34,519 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:14:34,522 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:14:34,551 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:14:34 GMT Server: Apache x-openstack-request-id: req-0c659c91-ce78-4be7-a381-a289950472cc Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:14:34,593 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:14:34 GMT Server: Apache x-openstack-request-id: req-92978183-c9a2-4114-8757-e082ab58077f Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:14:34,593 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-92978183-c9a2-4114-8757-e082ab58077f 2018-08-01 05:14:34,593 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0735712051392s 2018-08-01 05:14:34,593 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-92978183-c9a2-4114-8757-e082ab58077f 2018-08-01 05:14:34,594 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:14:34,597 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:14:34,625 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:14:34 GMT Server: Apache x-openstack-request-id: req-368bdebc-b42f-4dc4-a83a-56bb13528f8d Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:14:34,667 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:14:34 GMT Server: Apache x-openstack-request-id: req-732f5787-7a39-4ed4-91c5-56003b777aff Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:14:34,667 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-732f5787-7a39-4ed4-91c5-56003b777aff 2018-08-01 05:14:34,667 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.07310795784s 2018-08-01 05:14:34,667 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-732f5787-7a39-4ed4-91c5-56003b777aff 2018-08-01 05:14:39,674 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:14:39,677 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:14:39,706 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:14:39 GMT Server: Apache x-openstack-request-id: req-fc9544c1-d531-495d-b154-bc55b927be06 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:14:39,749 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:14:39 GMT Server: Apache x-openstack-request-id: req-009673aa-33c3-4efe-8109-e22f274f4d66 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:14:39,749 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-009673aa-33c3-4efe-8109-e22f274f4d66 2018-08-01 05:14:39,749 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0745079517365s 2018-08-01 05:14:39,749 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-009673aa-33c3-4efe-8109-e22f274f4d66 2018-08-01 05:14:44,755 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:14:44,758 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:14:44,787 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:14:44 GMT Server: Apache x-openstack-request-id: req-05eb4fa2-f2ae-44cc-8935-4d72836925ae Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:14:45,008 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:14:44 GMT Server: Apache x-openstack-request-id: req-9b21b896-f0e5-4830-83b5-400357a05c99 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:14:45,008 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-9b21b896-f0e5-4830-83b5-400357a05c99 2018-08-01 05:14:45,008 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.253221988678s 2018-08-01 05:14:45,009 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-9b21b896-f0e5-4830-83b5-400357a05c99 2018-08-01 05:14:45,009 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:14:45,012 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:14:45,217 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:14:45 GMT Server: Apache x-openstack-request-id: req-15d7280c-5ec3-44aa-9a74-a6b55eaa6bde Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:14:45,260 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:14:45 GMT Server: Apache x-openstack-request-id: req-8f8504f1-e199-45bc-a398-9f4a524b50d5 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:14:45,260 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-8f8504f1-e199-45bc-a398-9f4a524b50d5 2018-08-01 05:14:45,260 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.250707864761s 2018-08-01 05:14:45,260 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-8f8504f1-e199-45bc-a398-9f4a524b50d5 2018-08-01 05:14:50,267 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:14:50,270 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:14:50,297 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:14:50 GMT Server: Apache x-openstack-request-id: req-e30cba30-0f04-4260-a667-0ac2e9a06ce0 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:14:50,339 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:14:50 GMT Server: Apache x-openstack-request-id: req-d94e5d06-399d-4efd-a5e1-c41302256080 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:14:50,340 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-d94e5d06-399d-4efd-a5e1-c41302256080 2018-08-01 05:14:50,340 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0724861621857s 2018-08-01 05:14:50,340 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-d94e5d06-399d-4efd-a5e1-c41302256080 2018-08-01 05:14:55,344 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:14:55,347 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:14:55,375 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:14:55 GMT Server: Apache x-openstack-request-id: req-b23bacd1-cd46-4c89-ba88-9a8a1ed197aa Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:14:55,418 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:14:55 GMT Server: Apache x-openstack-request-id: req-d570acc2-f841-4baf-86b9-3f0d22e9012f Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:14:55,418 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-d570acc2-f841-4baf-86b9-3f0d22e9012f 2018-08-01 05:14:55,418 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0740571022034s 2018-08-01 05:14:55,418 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-d570acc2-f841-4baf-86b9-3f0d22e9012f 2018-08-01 05:14:55,419 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:14:55,421 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:14:55,448 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:14:55 GMT Server: Apache x-openstack-request-id: req-d0592c07-e252-44ef-8333-5c9005015bfa Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:14:55,490 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:14:55 GMT Server: Apache x-openstack-request-id: req-a9828835-62e3-4469-964f-3e7aaeb07195 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:14:55,490 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-a9828835-62e3-4469-964f-3e7aaeb07195 2018-08-01 05:14:55,491 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0716691017151s 2018-08-01 05:14:55,491 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-a9828835-62e3-4469-964f-3e7aaeb07195 2018-08-01 05:15:00,498 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:15:00,501 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:15:00,529 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:15:00 GMT Server: Apache x-openstack-request-id: req-e45049a1-4caf-4ffd-944e-a8344992a40d Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:15:00,574 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:15:00 GMT Server: Apache x-openstack-request-id: req-f23e45db-2ff5-48de-9ca5-5ce2ad52369a Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:15:00,575 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-f23e45db-2ff5-48de-9ca5-5ce2ad52369a 2018-08-01 05:15:00,575 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0766241550446s 2018-08-01 05:15:00,575 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-f23e45db-2ff5-48de-9ca5-5ce2ad52369a 2018-08-01 05:15:05,576 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:15:05,579 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:15:05,794 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:15:05 GMT Server: Apache x-openstack-request-id: req-c7cecb50-53f6-48f4-bad6-f8fd139cf364 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:15:05,837 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:15:05 GMT Server: Apache x-openstack-request-id: req-e7960e6e-7abb-4a2c-9913-81aaf536bea1 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:15:05,837 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-e7960e6e-7abb-4a2c-9913-81aaf536bea1 2018-08-01 05:15:05,837 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.260807037354s 2018-08-01 05:15:05,838 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-e7960e6e-7abb-4a2c-9913-81aaf536bea1 2018-08-01 05:15:05,838 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:15:05,841 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:15:05,869 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:15:05 GMT Server: Apache x-openstack-request-id: req-6a463231-9958-42cb-aa6e-9b7e4128fa0f Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:15:05,911 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:15:05 GMT Server: Apache x-openstack-request-id: req-e89dfc8e-3692-4403-ac65-8d066117af3d Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:15:05,911 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-e89dfc8e-3692-4403-ac65-8d066117af3d 2018-08-01 05:15:05,912 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.07333111763s 2018-08-01 05:15:05,912 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-e89dfc8e-3692-4403-ac65-8d066117af3d 2018-08-01 05:15:10,918 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:15:10,921 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:15:10,965 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:15:10 GMT Server: Apache x-openstack-request-id: req-00cb2186-b79a-4240-8e79-f4bf54026df3 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:15:11,007 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:15:10 GMT Server: Apache x-openstack-request-id: req-e3f61cb1-45c5-4080-9ea4-9babb022d8eb Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:15:11,007 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-e3f61cb1-45c5-4080-9ea4-9babb022d8eb 2018-08-01 05:15:11,008 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0891399383545s 2018-08-01 05:15:11,008 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-e3f61cb1-45c5-4080-9ea4-9babb022d8eb 2018-08-01 05:15:16,011 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:15:16,014 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:15:16,045 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:15:16 GMT Server: Apache x-openstack-request-id: req-739312ac-4374-4960-a18a-32837c3263bb Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:15:16,090 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:15:16 GMT Server: Apache x-openstack-request-id: req-08f49c3f-e2e8-4b22-9375-c00cc3a0c3ca Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:15:16,090 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-08f49c3f-e2e8-4b22-9375-c00cc3a0c3ca 2018-08-01 05:15:16,090 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0789661407471s 2018-08-01 05:15:16,090 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-08f49c3f-e2e8-4b22-9375-c00cc3a0c3ca 2018-08-01 05:15:16,091 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:15:16,093 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:15:16,119 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:15:16 GMT Server: Apache x-openstack-request-id: req-7d6abd9b-12d2-4a54-a3ad-cb4c54385441 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:15:16,162 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:15:16 GMT Server: Apache x-openstack-request-id: req-f358645f-1c89-492b-ae8b-5c869dbf26f7 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:15:16,163 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-f358645f-1c89-492b-ae8b-5c869dbf26f7 2018-08-01 05:15:16,163 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0716559886932s 2018-08-01 05:15:16,163 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-f358645f-1c89-492b-ae8b-5c869dbf26f7 2018-08-01 05:15:21,170 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:15:21,173 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:15:21,202 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:15:21 GMT Server: Apache x-openstack-request-id: req-e80e999f-9534-4654-9677-2af7874146d7 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:15:21,244 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:15:21 GMT Server: Apache x-openstack-request-id: req-15edab8b-0dd7-49aa-9d45-a295c6493df7 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:15:21,244 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-15edab8b-0dd7-49aa-9d45-a295c6493df7 2018-08-01 05:15:21,244 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0743329524994s 2018-08-01 05:15:21,245 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-15edab8b-0dd7-49aa-9d45-a295c6493df7 2018-08-01 05:15:26,250 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:15:26,254 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:15:26,283 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:15:26 GMT Server: Apache x-openstack-request-id: req-0255f81b-49eb-4766-8f87-f0b8ac16a443 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:15:26,327 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:15:26 GMT Server: Apache x-openstack-request-id: req-ad780275-2b18-4c1c-a11d-679d92a4ac35 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:15:26,327 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-ad780275-2b18-4c1c-a11d-679d92a4ac35 2018-08-01 05:15:26,327 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0766689777374s 2018-08-01 05:15:26,328 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-ad780275-2b18-4c1c-a11d-679d92a4ac35 2018-08-01 05:15:26,328 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:15:26,331 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:15:26,378 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:15:26 GMT Server: Apache x-openstack-request-id: req-022b4be5-8cd0-49a0-b510-e26060600a80 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:15:26,421 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:15:26 GMT Server: Apache x-openstack-request-id: req-e57dcad1-015f-44c0-a144-2e2fb11d311f Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:15:26,422 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-e57dcad1-015f-44c0-a144-2e2fb11d311f 2018-08-01 05:15:26,422 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0934920310974s 2018-08-01 05:15:26,422 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-e57dcad1-015f-44c0-a144-2e2fb11d311f 2018-08-01 05:15:31,429 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:15:31,433 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:15:31,459 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:15:31 GMT Server: Apache x-openstack-request-id: req-73752ded-37dc-40ba-aa2b-6008dcd421ac Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:15:31,505 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:15:31 GMT Server: Apache x-openstack-request-id: req-fc159492-5ee8-43f8-8f9f-2b1a4325de69 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:15:31,505 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-fc159492-5ee8-43f8-8f9f-2b1a4325de69 2018-08-01 05:15:31,505 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0761289596558s 2018-08-01 05:15:31,505 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-fc159492-5ee8-43f8-8f9f-2b1a4325de69 2018-08-01 05:15:36,511 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:15:36,514 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:15:36,543 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:15:36 GMT Server: Apache x-openstack-request-id: req-0d9b5afa-e939-47ac-a531-1861a3d0ddc4 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:15:36,586 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:15:36 GMT Server: Apache x-openstack-request-id: req-5fb3a15f-59aa-4121-bbd0-e57bd2279592 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:15:36,586 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-5fb3a15f-59aa-4121-bbd0-e57bd2279592 2018-08-01 05:15:36,586 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0746209621429s 2018-08-01 05:15:36,586 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-5fb3a15f-59aa-4121-bbd0-e57bd2279592 2018-08-01 05:15:36,587 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:15:36,590 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:15:36,616 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:15:36 GMT Server: Apache x-openstack-request-id: req-1062aebf-f6b2-4147-8646-b796c010f0ec Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:15:36,658 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:15:36 GMT Server: Apache x-openstack-request-id: req-e5399a50-d3ce-4fd4-bde5-57db45360807 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:15:36,658 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-e5399a50-d3ce-4fd4-bde5-57db45360807 2018-08-01 05:15:36,659 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0716412067413s 2018-08-01 05:15:36,659 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-e5399a50-d3ce-4fd4-bde5-57db45360807 2018-08-01 05:15:41,666 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:15:41,669 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:15:41,697 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:15:41 GMT Server: Apache x-openstack-request-id: req-2764496c-ef4f-40a6-b907-eb964b10eaff Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:15:41,743 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:15:41 GMT Server: Apache x-openstack-request-id: req-1b38f674-4558-488b-8439-0ef71c7b7463 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:15:41,743 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-1b38f674-4558-488b-8439-0ef71c7b7463 2018-08-01 05:15:41,744 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0775768756866s 2018-08-01 05:15:41,744 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-1b38f674-4558-488b-8439-0ef71c7b7463 2018-08-01 05:15:46,749 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:15:46,752 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:15:46,974 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:15:46 GMT Server: Apache x-openstack-request-id: req-56a89760-b3b1-401f-9216-ac8fb9b50fa6 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:15:47,019 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:15:46 GMT Server: Apache x-openstack-request-id: req-8caa51fa-511b-4440-b92a-d9751e6eaa4d Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:15:47,019 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-8caa51fa-511b-4440-b92a-d9751e6eaa4d 2018-08-01 05:15:47,019 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.269356966019s 2018-08-01 05:15:47,019 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-8caa51fa-511b-4440-b92a-d9751e6eaa4d 2018-08-01 05:15:47,020 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:15:47,023 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:15:47,049 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:15:47 GMT Server: Apache x-openstack-request-id: req-ef84fa60-77b1-4591-b433-09a673772a96 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:15:47,093 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:15:47 GMT Server: Apache x-openstack-request-id: req-c3c720e2-3755-4e84-a95e-a515e7c9827b Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:15:47,093 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-c3c720e2-3755-4e84-a95e-a515e7c9827b 2018-08-01 05:15:47,093 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0734269618988s 2018-08-01 05:15:47,094 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-c3c720e2-3755-4e84-a95e-a515e7c9827b 2018-08-01 05:15:52,100 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:15:52,103 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:15:52,131 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:15:52 GMT Server: Apache x-openstack-request-id: req-3728e965-b4c6-4bfb-a05e-8a49a522802a Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:15:52,174 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:15:52 GMT Server: Apache x-openstack-request-id: req-c4e5d9f8-b5d0-4319-8c17-46eb6f7bdac2 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:15:52,175 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-c4e5d9f8-b5d0-4319-8c17-46eb6f7bdac2 2018-08-01 05:15:52,175 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0741548538208s 2018-08-01 05:15:52,175 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-c4e5d9f8-b5d0-4319-8c17-46eb6f7bdac2 2018-08-01 05:15:57,181 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:15:57,184 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:15:57,212 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:15:57 GMT Server: Apache x-openstack-request-id: req-3dcd0407-4cca-441e-b7f5-c8e5f77bf1e4 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:15:57,255 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:15:57 GMT Server: Apache x-openstack-request-id: req-7b3e4c7c-cd6b-493f-8610-409836ef39dc Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:15:57,255 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-7b3e4c7c-cd6b-493f-8610-409836ef39dc 2018-08-01 05:15:57,255 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.074303150177s 2018-08-01 05:15:57,256 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-7b3e4c7c-cd6b-493f-8610-409836ef39dc 2018-08-01 05:15:57,256 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:15:57,259 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:15:57,287 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:15:57 GMT Server: Apache x-openstack-request-id: req-803d215d-ce0c-44ab-813c-fdff2908f77b Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:15:57,329 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:15:57 GMT Server: Apache x-openstack-request-id: req-d0924cb6-9307-4c6a-8edb-c16adb4bb49b Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:15:57,330 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-d0924cb6-9307-4c6a-8edb-c16adb4bb49b 2018-08-01 05:15:57,330 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0735809803009s 2018-08-01 05:15:57,330 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-d0924cb6-9307-4c6a-8edb-c16adb4bb49b 2018-08-01 05:16:02,337 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:16:02,340 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:16:02,367 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:16:02 GMT Server: Apache x-openstack-request-id: req-219df743-3a7f-4b0c-ad33-0423ff3341df Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:16:02,410 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:16:02 GMT Server: Apache x-openstack-request-id: req-248821f9-bdba-41da-a159-c117497de8f6 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:16:02,410 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-248821f9-bdba-41da-a159-c117497de8f6 2018-08-01 05:16:02,410 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0730299949646s 2018-08-01 05:16:02,410 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-248821f9-bdba-41da-a159-c117497de8f6 2018-08-01 05:16:07,416 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:16:07,419 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:16:07,654 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:16:07 GMT Server: Apache x-openstack-request-id: req-a681a39c-a2b3-45bd-9f72-991a87814809 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:16:07,696 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:16:07 GMT Server: Apache x-openstack-request-id: req-b0e6b750-8352-448e-bc0f-380c1aef0573 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:16:07,697 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-b0e6b750-8352-448e-bc0f-380c1aef0573 2018-08-01 05:16:07,697 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.280566930771s 2018-08-01 05:16:07,697 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-b0e6b750-8352-448e-bc0f-380c1aef0573 2018-08-01 05:16:07,698 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:16:07,700 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:16:07,921 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:16:07 GMT Server: Apache x-openstack-request-id: req-f190a62f-aff9-42e6-a500-c65d9dfd97f5 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:16:07,963 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:16:07 GMT Server: Apache x-openstack-request-id: req-ffb465ac-9437-4f6e-908f-36b5d11b0c6f Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:16:07,963 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-ffb465ac-9437-4f6e-908f-36b5d11b0c6f 2018-08-01 05:16:07,963 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.265707015991s 2018-08-01 05:16:07,964 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-ffb465ac-9437-4f6e-908f-36b5d11b0c6f 2018-08-01 05:16:12,966 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:16:12,969 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:16:12,996 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:16:12 GMT Server: Apache x-openstack-request-id: req-13713f71-d07d-4979-a3c4-bb35dadd3217 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:16:13,038 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:16:13 GMT Server: Apache x-openstack-request-id: req-f2db5b02-427e-4108-8783-99794f1d2cf3 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:16:13,038 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-f2db5b02-427e-4108-8783-99794f1d2cf3 2018-08-01 05:16:13,039 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0726430416107s 2018-08-01 05:16:13,039 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-f2db5b02-427e-4108-8783-99794f1d2cf3 2018-08-01 05:16:18,040 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:16:18,044 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:16:18,072 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:16:18 GMT Server: Apache x-openstack-request-id: req-5a61b75b-f698-4df4-9e88-54140171de44 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:16:18,113 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:16:18 GMT Server: Apache x-openstack-request-id: req-2d745dd5-4032-47be-9bd9-0aa744798a92 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:16:18,113 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-2d745dd5-4032-47be-9bd9-0aa744798a92 2018-08-01 05:16:18,113 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0727801322937s 2018-08-01 05:16:18,114 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-2d745dd5-4032-47be-9bd9-0aa744798a92 2018-08-01 05:16:18,114 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:16:18,115 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:16:18,142 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:16:18 GMT Server: Apache x-openstack-request-id: req-a8081508-f166-406a-8db7-a0b5b1b1bf97 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:16:18,185 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:16:18 GMT Server: Apache x-openstack-request-id: req-828503ea-63cb-4568-b7d6-11199ea84881 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:16:18,185 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-828503ea-63cb-4568-b7d6-11199ea84881 2018-08-01 05:16:18,185 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0712161064148s 2018-08-01 05:16:18,185 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-828503ea-63cb-4568-b7d6-11199ea84881 2018-08-01 05:16:23,191 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:16:23,194 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:16:23,409 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:16:23 GMT Server: Apache x-openstack-request-id: req-df5877cc-84f4-43a3-a4ff-c358c5471776 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:16:23,629 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:16:23 GMT Server: Apache x-openstack-request-id: req-d9b80818-c4c0-476b-93a9-a131051cc488 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:16:23,629 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-d9b80818-c4c0-476b-93a9-a131051cc488 2018-08-01 05:16:23,630 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.43802189827s 2018-08-01 05:16:23,630 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-d9b80818-c4c0-476b-93a9-a131051cc488 2018-08-01 05:16:28,635 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:16:28,638 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:16:28,854 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:16:28 GMT Server: Apache x-openstack-request-id: req-9b195c68-701d-4cbf-8a90-648e550412c3 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:16:28,897 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:16:28 GMT Server: Apache x-openstack-request-id: req-5affe7b0-534a-4c3d-85d7-96bcf9bd8e22 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:16:28,897 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-5affe7b0-534a-4c3d-85d7-96bcf9bd8e22 2018-08-01 05:16:28,897 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.261501789093s 2018-08-01 05:16:28,897 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-5affe7b0-534a-4c3d-85d7-96bcf9bd8e22 2018-08-01 05:16:28,898 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:16:28,900 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:16:28,928 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:16:28 GMT Server: Apache x-openstack-request-id: req-85f15f31-683a-4e31-a66c-6e4452b6b608 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:16:28,955 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:16:28 GMT Server: Apache x-openstack-request-id: req-e8da1f1b-14b4-4032-b5e3-c96a3b0502ac Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:16:28,955 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-e8da1f1b-14b4-4032-b5e3-c96a3b0502ac 2018-08-01 05:16:28,955 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0575489997864s 2018-08-01 05:16:28,956 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-e8da1f1b-14b4-4032-b5e3-c96a3b0502ac 2018-08-01 05:16:33,962 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:16:33,965 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:16:33,992 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:16:33 GMT Server: Apache x-openstack-request-id: req-cf9c8386-9def-4603-a029-a8f5fcc9a791 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:16:34,035 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:16:33 GMT Server: Apache x-openstack-request-id: req-414206f1-3349-48cd-b342-13893fe0100f Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:16:34,035 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-414206f1-3349-48cd-b342-13893fe0100f 2018-08-01 05:16:34,035 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0729088783264s 2018-08-01 05:16:34,035 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-414206f1-3349-48cd-b342-13893fe0100f 2018-08-01 05:16:39,041 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:16:39,044 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:16:39,255 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:16:39 GMT Server: Apache x-openstack-request-id: req-160a851c-a5b0-4a50-bfcc-5408d7ef2355 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:16:39,299 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:16:39 GMT Server: Apache x-openstack-request-id: req-3632d6fa-6ac2-40d5-8a1b-3766aed53478 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:16:39,299 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-3632d6fa-6ac2-40d5-8a1b-3766aed53478 2018-08-01 05:16:39,299 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.257733106613s 2018-08-01 05:16:39,299 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-3632d6fa-6ac2-40d5-8a1b-3766aed53478 2018-08-01 05:16:39,300 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:16:39,303 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:16:39,331 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:16:39 GMT Server: Apache x-openstack-request-id: req-85efc1fa-440b-4a54-8c9e-451aa4a14d0c Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:16:39,358 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:16:39 GMT Server: Apache x-openstack-request-id: req-1b59fd19-4c48-4a36-a572-c01902ea72c1 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:16:39,358 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-1b59fd19-4c48-4a36-a572-c01902ea72c1 2018-08-01 05:16:39,359 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.058730840683s 2018-08-01 05:16:39,359 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-1b59fd19-4c48-4a36-a572-c01902ea72c1 2018-08-01 05:16:44,365 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:16:44,369 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:16:44,583 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:16:44 GMT Server: Apache x-openstack-request-id: req-bca76f8b-a9b0-4be9-9a02-f3d4e6af0273 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:16:44,626 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:16:44 GMT Server: Apache x-openstack-request-id: req-f3b963b4-ec85-4e1b-a4e5-8b4370e7e53a Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:16:44,626 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-f3b963b4-ec85-4e1b-a4e5-8b4370e7e53a 2018-08-01 05:16:44,626 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.26059794426s 2018-08-01 05:16:44,627 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-f3b963b4-ec85-4e1b-a4e5-8b4370e7e53a 2018-08-01 05:16:49,632 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:16:49,635 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:16:49,662 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:16:49 GMT Server: Apache x-openstack-request-id: req-10fcb37b-7a2c-4818-a811-89b1476792fe Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:16:49,704 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:16:49 GMT Server: Apache x-openstack-request-id: req-9410474f-03b4-4c60-86f7-7a7e2581dde4 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:16:49,704 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-9410474f-03b4-4c60-86f7-7a7e2581dde4 2018-08-01 05:16:49,704 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0716819763184s 2018-08-01 05:16:49,704 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-9410474f-03b4-4c60-86f7-7a7e2581dde4 2018-08-01 05:16:49,705 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:16:49,707 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:16:49,734 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:16:49 GMT Server: Apache x-openstack-request-id: req-ff24971b-5c60-46a8-82a8-9b9ae644e704 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:16:49,777 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:16:49 GMT Server: Apache x-openstack-request-id: req-ff38427e-f083-4485-8077-d9c0b934ca78 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:16:49,777 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-ff38427e-f083-4485-8077-d9c0b934ca78 2018-08-01 05:16:49,778 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0725300312042s 2018-08-01 05:16:49,778 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-ff38427e-f083-4485-8077-d9c0b934ca78 2018-08-01 05:16:54,784 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:16:54,787 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:16:54,815 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:16:54 GMT Server: Apache x-openstack-request-id: req-d87bc3b2-2592-47e2-a624-1559ccdc1005 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:16:54,858 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:16:54 GMT Server: Apache x-openstack-request-id: req-1b79ade8-029c-42f3-9325-becf752df005 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:16:54,858 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-1b79ade8-029c-42f3-9325-becf752df005 2018-08-01 05:16:54,858 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0737969875336s 2018-08-01 05:16:54,859 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-1b79ade8-029c-42f3-9325-becf752df005 2018-08-01 05:16:59,864 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:16:59,866 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:16:59,892 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:16:59 GMT Server: Apache x-openstack-request-id: req-1d249b8c-bc14-464e-87a0-ddaca309c637 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:16:59,933 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:16:59 GMT Server: Apache x-openstack-request-id: req-40fa1654-a4c4-4269-acfc-6a3bd3ff53c5 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:16:59,933 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-40fa1654-a4c4-4269-acfc-6a3bd3ff53c5 2018-08-01 05:16:59,933 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0689849853516s 2018-08-01 05:16:59,934 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-40fa1654-a4c4-4269-acfc-6a3bd3ff53c5 2018-08-01 05:16:59,934 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:16:59,935 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:17:00,148 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:16:59 GMT Server: Apache x-openstack-request-id: req-44326030-0910-40d6-8325-8aaa9f4b5fce Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:17:00,192 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:17:00 GMT Server: Apache x-openstack-request-id: req-72ddae0f-3cf3-4a3b-a079-4e3a4913b655 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:17:00,192 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-72ddae0f-3cf3-4a3b-a079-4e3a4913b655 2018-08-01 05:17:00,193 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.258645057678s 2018-08-01 05:17:00,193 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-72ddae0f-3cf3-4a3b-a079-4e3a4913b655 2018-08-01 05:17:05,199 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:17:05,202 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:17:05,229 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:17:05 GMT Server: Apache x-openstack-request-id: req-de06225c-3c1f-43a9-9dc4-4c8e187e1df3 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:17:05,465 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:17:05 GMT Server: Apache x-openstack-request-id: req-54b19129-ac5d-467d-8f8a-28f428ac22a1 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:17:05,465 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-54b19129-ac5d-467d-8f8a-28f428ac22a1 2018-08-01 05:17:05,465 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.265650987625s 2018-08-01 05:17:05,466 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-54b19129-ac5d-467d-8f8a-28f428ac22a1 2018-08-01 05:17:10,471 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:17:10,474 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:17:10,502 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:17:10 GMT Server: Apache x-openstack-request-id: req-59230a98-a47f-4f44-90cc-3e1e6e68d109 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:17:10,545 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:17:10 GMT Server: Apache x-openstack-request-id: req-22bf3cd6-b462-4d10-be98-fa8026518f56 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:17:10,545 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-22bf3cd6-b462-4d10-be98-fa8026518f56 2018-08-01 05:17:10,545 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0739290714264s 2018-08-01 05:17:10,546 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-22bf3cd6-b462-4d10-be98-fa8026518f56 2018-08-01 05:17:10,546 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:17:10,549 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:17:10,576 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:17:10 GMT Server: Apache x-openstack-request-id: req-8bd42996-d08e-4659-a3c7-ccd92d0283bf Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:17:10,602 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:17:10 GMT Server: Apache x-openstack-request-id: req-ce3d5213-08ac-4685-bde9-c691772a589b Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:17:10,602 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-ce3d5213-08ac-4685-bde9-c691772a589b 2018-08-01 05:17:10,602 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0561988353729s 2018-08-01 05:17:10,603 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-ce3d5213-08ac-4685-bde9-c691772a589b 2018-08-01 05:17:15,609 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:17:15,612 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:17:15,640 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:17:15 GMT Server: Apache x-openstack-request-id: req-5c52eae1-d081-42aa-b4bb-de5ea76ac15b Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:17:15,683 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:17:15 GMT Server: Apache x-openstack-request-id: req-2fa10210-3429-4cc2-91d2-993f3e43295c Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:17:15,683 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-2fa10210-3429-4cc2-91d2-993f3e43295c 2018-08-01 05:17:15,683 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0733239650726s 2018-08-01 05:17:15,683 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-2fa10210-3429-4cc2-91d2-993f3e43295c 2018-08-01 05:17:20,689 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:17:20,692 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:17:20,719 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:17:20 GMT Server: Apache x-openstack-request-id: req-f07e1c24-88a9-4393-be89-376fc5ae026e Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:17:20,762 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:17:20 GMT Server: Apache x-openstack-request-id: req-cd082c7f-fbb6-49cf-b5eb-4a08b8ba7b45 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:17:20,762 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-cd082c7f-fbb6-49cf-b5eb-4a08b8ba7b45 2018-08-01 05:17:20,762 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0728509426117s 2018-08-01 05:17:20,762 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-cd082c7f-fbb6-49cf-b5eb-4a08b8ba7b45 2018-08-01 05:17:20,763 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:17:20,766 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:17:20,793 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:17:20 GMT Server: Apache x-openstack-request-id: req-c16f2d41-3361-46a2-b16a-6cb3751b827f Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:17:21,019 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:17:20 GMT Server: Apache x-openstack-request-id: req-e4873fce-bbef-4e54-b417-b662d2fec2f0 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:17:21,019 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-e4873fce-bbef-4e54-b417-b662d2fec2f0 2018-08-01 05:17:21,019 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.256461143494s 2018-08-01 05:17:21,020 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-e4873fce-bbef-4e54-b417-b662d2fec2f0 2018-08-01 05:17:26,022 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:17:26,025 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:17:26,052 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:17:26 GMT Server: Apache x-openstack-request-id: req-880fa55c-f55d-4cea-ba8e-468ae35bc581 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:17:26,095 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:17:26 GMT Server: Apache x-openstack-request-id: req-3ffd7969-774c-442f-846f-909a6b89e724 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:17:26,095 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-3ffd7969-774c-442f-846f-909a6b89e724 2018-08-01 05:17:26,095 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0734100341797s 2018-08-01 05:17:26,095 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-3ffd7969-774c-442f-846f-909a6b89e724 2018-08-01 05:17:31,101 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:17:31,104 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:17:31,134 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:17:31 GMT Server: Apache x-openstack-request-id: req-7b31c53a-51f9-4a8e-89be-4a19be8d2cf0 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:17:31,177 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:17:31 GMT Server: Apache x-openstack-request-id: req-1a80ef3b-312f-4f5f-b123-24c96040f360 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:17:31,177 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-1a80ef3b-312f-4f5f-b123-24c96040f360 2018-08-01 05:17:31,177 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0758030414581s 2018-08-01 05:17:31,177 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-1a80ef3b-312f-4f5f-b123-24c96040f360 2018-08-01 05:17:31,178 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:17:31,180 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:17:31,207 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:17:31 GMT Server: Apache x-openstack-request-id: req-e7fb5ccc-dc2a-4dab-96fe-c1874334142b Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:17:31,250 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:17:31 GMT Server: Apache x-openstack-request-id: req-856ce35a-6a0d-4216-985f-e463d5a079db Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:17:31,250 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-856ce35a-6a0d-4216-985f-e463d5a079db 2018-08-01 05:17:31,250 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0719389915466s 2018-08-01 05:17:31,250 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-856ce35a-6a0d-4216-985f-e463d5a079db 2018-08-01 05:17:36,257 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:17:36,260 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:17:36,477 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:17:36 GMT Server: Apache x-openstack-request-id: req-fe313132-a34e-492f-9c52-695603b08202 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:17:36,520 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:17:36 GMT Server: Apache x-openstack-request-id: req-269ffd32-6172-4105-85a1-fe94371e27aa Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:17:36,520 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-269ffd32-6172-4105-85a1-fe94371e27aa 2018-08-01 05:17:36,521 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.263377189636s 2018-08-01 05:17:36,521 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-269ffd32-6172-4105-85a1-fe94371e27aa 2018-08-01 05:17:41,522 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:17:41,525 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:17:41,554 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:17:41 GMT Server: Apache x-openstack-request-id: req-4cae5216-cd2b-4c2c-bda6-e82fe2f1bee3 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:17:41,596 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:17:41 GMT Server: Apache x-openstack-request-id: req-bd807de1-9de9-47b4-8be9-7239552ffeb8 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:17:41,596 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-bd807de1-9de9-47b4-8be9-7239552ffeb8 2018-08-01 05:17:41,597 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0745630264282s 2018-08-01 05:17:41,597 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-bd807de1-9de9-47b4-8be9-7239552ffeb8 2018-08-01 05:17:41,597 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:17:41,600 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:17:41,627 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:17:41 GMT Server: Apache x-openstack-request-id: req-6c33d1f7-886c-476f-8ab5-e24e1a7b4542 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:17:41,669 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:17:41 GMT Server: Apache x-openstack-request-id: req-59cfe5a6-1c08-489d-b2df-0c6410c00ac4 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:17:41,670 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-59cfe5a6-1c08-489d-b2df-0c6410c00ac4 2018-08-01 05:17:41,670 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0722579956055s 2018-08-01 05:17:41,670 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-59cfe5a6-1c08-489d-b2df-0c6410c00ac4 2018-08-01 05:17:46,673 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:17:46,676 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:17:46,704 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:17:46 GMT Server: Apache x-openstack-request-id: req-1b9af8c6-beef-458e-9266-4f4e62d9e443 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:17:46,940 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:17:46 GMT Server: Apache x-openstack-request-id: req-3d8b479b-8376-4129-b610-d590d1cd2313 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:17:46,940 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-3d8b479b-8376-4129-b610-d590d1cd2313 2018-08-01 05:17:46,940 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.266556978226s 2018-08-01 05:17:46,940 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-3d8b479b-8376-4129-b610-d590d1cd2313 2018-08-01 05:17:51,946 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:17:51,949 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:17:51,977 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:17:51 GMT Server: Apache x-openstack-request-id: req-6b109631-ca51-496d-b498-c79e624f8f14 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:17:52,020 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:17:51 GMT Server: Apache x-openstack-request-id: req-6ee71815-70c8-4b82-a9c5-8c83da732ce3 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:17:52,020 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-6ee71815-70c8-4b82-a9c5-8c83da732ce3 2018-08-01 05:17:52,021 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.074156999588s 2018-08-01 05:17:52,021 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-6ee71815-70c8-4b82-a9c5-8c83da732ce3 2018-08-01 05:17:52,021 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:17:52,024 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:17:52,052 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:17:52 GMT Server: Apache x-openstack-request-id: req-0105bf50-6dac-425f-be4e-7ee0b2c629c0 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:17:52,094 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:17:52 GMT Server: Apache x-openstack-request-id: req-5bdefef4-675b-4b85-9e30-3708b31409e7 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:17:52,094 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-5bdefef4-675b-4b85-9e30-3708b31409e7 2018-08-01 05:17:52,095 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0729718208313s 2018-08-01 05:17:52,095 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-5bdefef4-675b-4b85-9e30-3708b31409e7 2018-08-01 05:17:57,096 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:17:57,099 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:17:57,126 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:17:57 GMT Server: Apache x-openstack-request-id: req-fdbd9839-3fdd-41a9-a031-52ec37051953 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:17:57,167 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:17:57 GMT Server: Apache x-openstack-request-id: req-1be8a88e-61aa-43df-8c6f-14b6bedeaef3 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:17:57,168 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-1be8a88e-61aa-43df-8c6f-14b6bedeaef3 2018-08-01 05:17:57,168 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0710458755493s 2018-08-01 05:17:57,168 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-1be8a88e-61aa-43df-8c6f-14b6bedeaef3 2018-08-01 05:18:02,174 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:18:02,177 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:18:02,387 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:18:02 GMT Server: Apache x-openstack-request-id: req-4d289625-8774-4cc0-87ee-390705eed7ed Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:18:02,605 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:18:02 GMT Server: Apache x-openstack-request-id: req-24b3ba50-bc16-4f45-9cac-11145c5e0ae3 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:18:02,605 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-24b3ba50-bc16-4f45-9cac-11145c5e0ae3 2018-08-01 05:18:02,605 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.431273937225s 2018-08-01 05:18:02,606 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-24b3ba50-bc16-4f45-9cac-11145c5e0ae3 2018-08-01 05:18:02,606 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:18:02,609 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:18:02,635 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:18:02 GMT Server: Apache x-openstack-request-id: req-d4f7d19e-6828-46aa-9261-0d90cd75cbc7 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:18:02,678 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:18:02 GMT Server: Apache x-openstack-request-id: req-4d89e656-2e2e-49fe-a2fe-a044bc8714b5 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:18:02,679 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-4d89e656-2e2e-49fe-a2fe-a044bc8714b5 2018-08-01 05:18:02,679 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0725860595703s 2018-08-01 05:18:02,679 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-4d89e656-2e2e-49fe-a2fe-a044bc8714b5 2018-08-01 05:18:07,686 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:18:07,689 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:18:07,913 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:18:07 GMT Server: Apache x-openstack-request-id: req-9b0c6c30-809e-466c-8ce4-1ba1c81365d3 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:18:07,956 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:18:07 GMT Server: Apache x-openstack-request-id: req-fbe53284-6133-4d7d-bde5-277275b94e50 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:18:07,956 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-fbe53284-6133-4d7d-bde5-277275b94e50 2018-08-01 05:18:07,956 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.270026922226s 2018-08-01 05:18:07,956 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-fbe53284-6133-4d7d-bde5-277275b94e50 2018-08-01 05:18:12,962 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:18:12,965 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:18:12,995 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:18:12 GMT Server: Apache x-openstack-request-id: req-952062d2-65e5-4123-a60f-1b58238aa60e Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:18:13,204 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:18:12 GMT Server: Apache x-openstack-request-id: req-77d1e87f-389b-4983-85fe-3efad7d10bba Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:18:13,205 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-77d1e87f-389b-4983-85fe-3efad7d10bba 2018-08-01 05:18:13,205 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.242475986481s 2018-08-01 05:18:13,205 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-77d1e87f-389b-4983-85fe-3efad7d10bba 2018-08-01 05:18:13,206 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:18:13,208 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:18:13,235 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:18:13 GMT Server: Apache x-openstack-request-id: req-eab2abd7-ea39-4b19-bb6a-d36a044624ca Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:18:13,279 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:18:13 GMT Server: Apache x-openstack-request-id: req-57fe69b6-b77c-49fc-b1fc-3ac213d37c75 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:18:13,279 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-57fe69b6-b77c-49fc-b1fc-3ac213d37c75 2018-08-01 05:18:13,279 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0734550952911s 2018-08-01 05:18:13,280 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-57fe69b6-b77c-49fc-b1fc-3ac213d37c75 2018-08-01 05:18:18,283 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:18:18,287 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:18:18,315 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:18:18 GMT Server: Apache x-openstack-request-id: req-3674887f-abfb-4aa6-8b0c-1f0b66ecc3ed Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:18:18,358 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:18:18 GMT Server: Apache x-openstack-request-id: req-7a7ab2a5-55fc-40f8-ba91-ec13f8afd2cf Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:18:18,358 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-7a7ab2a5-55fc-40f8-ba91-ec13f8afd2cf 2018-08-01 05:18:18,358 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0748410224915s 2018-08-01 05:18:18,359 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-7a7ab2a5-55fc-40f8-ba91-ec13f8afd2cf 2018-08-01 05:18:23,361 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:18:23,364 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:18:23,393 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:18:23 GMT Server: Apache x-openstack-request-id: req-d9e0dee7-a2e8-4629-9d3d-a018b643bd6a Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:18:23,435 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:18:23 GMT Server: Apache x-openstack-request-id: req-114888d1-bda4-4ac1-9c0b-203f8c187aed Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:18:23,435 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-114888d1-bda4-4ac1-9c0b-203f8c187aed 2018-08-01 05:18:23,436 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.074501991272s 2018-08-01 05:18:23,436 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-114888d1-bda4-4ac1-9c0b-203f8c187aed 2018-08-01 05:18:23,436 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:18:23,439 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:18:23,664 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:18:23 GMT Server: Apache x-openstack-request-id: req-9d68ba6d-4c8a-46ea-9c55-d4ff6b39c1c2 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:18:23,877 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:18:23 GMT Server: Apache x-openstack-request-id: req-9fc5a94f-b2a8-4b83-b60d-b766a66d6b30 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:18:23,877 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-9fc5a94f-b2a8-4b83-b60d-b766a66d6b30 2018-08-01 05:18:23,878 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.441176891327s 2018-08-01 05:18:23,878 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-9fc5a94f-b2a8-4b83-b60d-b766a66d6b30 2018-08-01 05:18:28,881 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:18:28,884 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:18:29,106 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:18:28 GMT Server: Apache x-openstack-request-id: req-c594aa75-9de9-446a-bf94-d5b72a669432 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:18:29,473 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:18:29 GMT Server: Apache x-openstack-request-id: req-93c8c919-87e4-48bf-9ef7-99e33e57f351 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:18:29,473 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-93c8c919-87e4-48bf-9ef7-99e33e57f351 2018-08-01 05:18:29,474 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.59237909317s 2018-08-01 05:18:29,474 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-93c8c919-87e4-48bf-9ef7-99e33e57f351 2018-08-01 05:18:34,479 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:18:34,482 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:18:34,700 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:18:34 GMT Server: Apache x-openstack-request-id: req-492ba0f5-f18e-49f1-8e38-4304099921a0 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:18:34,934 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:18:34 GMT Server: Apache x-openstack-request-id: req-f272fda1-ad34-4e24-b73a-07d65cc869f3 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:18:34,934 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-f272fda1-ad34-4e24-b73a-07d65cc869f3 2018-08-01 05:18:34,934 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.455206155777s 2018-08-01 05:18:34,934 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-f272fda1-ad34-4e24-b73a-07d65cc869f3 2018-08-01 05:18:34,935 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:18:34,937 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:18:34,964 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:18:34 GMT Server: Apache x-openstack-request-id: req-554daa6a-edfa-4776-871c-63b56b1ccbec Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:18:35,006 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:18:34 GMT Server: Apache x-openstack-request-id: req-f04a5728-0ed6-41e7-aea6-7f53aa624548 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:18:35,006 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-f04a5728-0ed6-41e7-aea6-7f53aa624548 2018-08-01 05:18:35,006 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0715489387512s 2018-08-01 05:18:35,007 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-f04a5728-0ed6-41e7-aea6-7f53aa624548 2018-08-01 05:18:40,008 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:18:40,012 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:18:40,040 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:18:40 GMT Server: Apache x-openstack-request-id: req-46009fe1-24f4-47b1-8c40-c7f5774d4924 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:18:40,082 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:18:40 GMT Server: Apache x-openstack-request-id: req-a40adc7a-8ead-4852-87a1-3187dfcc41f9 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:18:40,082 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-a40adc7a-8ead-4852-87a1-3187dfcc41f9 2018-08-01 05:18:40,083 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0738301277161s 2018-08-01 05:18:40,083 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-a40adc7a-8ead-4852-87a1-3187dfcc41f9 2018-08-01 05:18:45,089 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:18:45,092 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:18:45,451 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:18:45 GMT Server: Apache x-openstack-request-id: req-63b826f7-604b-4ce1-8959-ab13ea08aaea Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:18:45,493 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:18:45 GMT Server: Apache x-openstack-request-id: req-b9fe7dee-f4b3-4f74-a0cf-63881bc6587b Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:18:45,494 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-b9fe7dee-f4b3-4f74-a0cf-63881bc6587b 2018-08-01 05:18:45,494 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.405015945435s 2018-08-01 05:18:45,494 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-b9fe7dee-f4b3-4f74-a0cf-63881bc6587b 2018-08-01 05:18:45,495 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:18:45,498 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:18:45,525 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:18:45 GMT Server: Apache x-openstack-request-id: req-db3932e0-1a28-4e83-b7a9-ad52bddb356d Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:18:45,746 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:18:45 GMT Server: Apache x-openstack-request-id: req-fa3587d5-7027-4b4c-9147-1530cb209bb6 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:18:45,746 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-fa3587d5-7027-4b4c-9147-1530cb209bb6 2018-08-01 05:18:45,746 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.251209974289s 2018-08-01 05:18:45,747 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-fa3587d5-7027-4b4c-9147-1530cb209bb6 2018-08-01 05:18:50,753 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:18:50,756 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:18:50,981 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:18:50 GMT Server: Apache x-openstack-request-id: req-69dd2b81-a0e5-4333-8b06-8299652c3696 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:18:51,193 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:18:50 GMT Server: Apache x-openstack-request-id: req-358710b9-35db-4a74-9ce7-e27c1dbd9480 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:18:51,193 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-358710b9-35db-4a74-9ce7-e27c1dbd9480 2018-08-01 05:18:51,194 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.440073013306s 2018-08-01 05:18:51,194 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-358710b9-35db-4a74-9ce7-e27c1dbd9480 2018-08-01 05:18:56,200 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:18:56,203 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:18:56,230 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:18:56 GMT Server: Apache x-openstack-request-id: req-2ace8cc4-0500-4c76-a240-ba29b626a972 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:18:56,273 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:18:56 GMT Server: Apache x-openstack-request-id: req-fedb206d-8cbd-49ab-8aca-4bd595f57e44 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:18:56,273 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-fedb206d-8cbd-49ab-8aca-4bd595f57e44 2018-08-01 05:18:56,274 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0737550258636s 2018-08-01 05:18:56,274 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-fedb206d-8cbd-49ab-8aca-4bd595f57e44 2018-08-01 05:18:56,274 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:18:56,277 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:18:56,304 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:18:56 GMT Server: Apache x-openstack-request-id: req-67108a40-2f25-4a25-bce4-1385b6080bc6 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:18:56,347 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:18:56 GMT Server: Apache x-openstack-request-id: req-0dee5ff6-ead3-4af2-864b-dd0fc0e9cdce Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:18:56,347 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-0dee5ff6-ead3-4af2-864b-dd0fc0e9cdce 2018-08-01 05:18:56,347 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0729479789734s 2018-08-01 05:18:56,348 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-0dee5ff6-ead3-4af2-864b-dd0fc0e9cdce 2018-08-01 05:19:01,352 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:19:01,356 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:19:01,385 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:19:01 GMT Server: Apache x-openstack-request-id: req-f091bdcf-983c-4462-88df-24aa71166bb9 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:19:01,609 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:19:01 GMT Server: Apache x-openstack-request-id: req-e12211dc-a796-4269-8f5e-56897de97bff Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:19:01,609 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-e12211dc-a796-4269-8f5e-56897de97bff 2018-08-01 05:19:01,609 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.256456851959s 2018-08-01 05:19:01,609 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-e12211dc-a796-4269-8f5e-56897de97bff 2018-08-01 05:19:06,615 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:19:06,618 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:19:06,645 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:19:06 GMT Server: Apache x-openstack-request-id: req-56d627d6-2354-4f93-9445-88524af2468c Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:19:06,688 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:19:06 GMT Server: Apache x-openstack-request-id: req-6cc02c0c-3630-4a15-9e64-93e908a3e33a Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:19:06,689 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-6cc02c0c-3630-4a15-9e64-93e908a3e33a 2018-08-01 05:19:06,689 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0735330581665s 2018-08-01 05:19:06,689 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-6cc02c0c-3630-4a15-9e64-93e908a3e33a 2018-08-01 05:19:06,689 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:19:06,692 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:19:06,720 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:19:06 GMT Server: Apache x-openstack-request-id: req-e816a9b8-000b-417e-974e-462904e7e4bc Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:19:06,762 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:19:06 GMT Server: Apache x-openstack-request-id: req-001d0682-9694-4533-9bb6-c90a99f34393 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:19:06,762 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-001d0682-9694-4533-9bb6-c90a99f34393 2018-08-01 05:19:06,763 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0729560852051s 2018-08-01 05:19:06,763 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-001d0682-9694-4533-9bb6-c90a99f34393 2018-08-01 05:19:11,764 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:19:11,766 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:19:11,793 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:19:11 GMT Server: Apache x-openstack-request-id: req-5445e9d8-74e1-41b6-a12e-5ca93be25645 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:19:11,834 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:19:11 GMT Server: Apache x-openstack-request-id: req-ba3e3cbe-b903-486c-b080-b7b3f8892f50 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:19:11,834 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-ba3e3cbe-b903-486c-b080-b7b3f8892f50 2018-08-01 05:19:11,834 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0695428848267s 2018-08-01 05:19:11,834 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-ba3e3cbe-b903-486c-b080-b7b3f8892f50 2018-08-01 05:19:16,840 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:19:16,843 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:19:16,872 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:19:16 GMT Server: Apache x-openstack-request-id: req-5a63db3a-a0a3-4cf0-a151-ae4bb51b1fdb Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:19:17,109 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:19:16 GMT Server: Apache x-openstack-request-id: req-5cf89cc5-4108-4f29-8a48-e79dc3adc803 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:19:17,109 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-5cf89cc5-4108-4f29-8a48-e79dc3adc803 2018-08-01 05:19:17,110 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.269115924835s 2018-08-01 05:19:17,110 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-5cf89cc5-4108-4f29-8a48-e79dc3adc803 2018-08-01 05:19:17,110 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:19:17,113 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:19:17,140 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:19:17 GMT Server: Apache x-openstack-request-id: req-c2585787-618b-487c-ba1d-1eb42fc3767d Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:19:17,185 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:19:17 GMT Server: Apache x-openstack-request-id: req-b9a5e4af-ebbf-4aa5-b99d-828211461e4d Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:19:17,185 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-b9a5e4af-ebbf-4aa5-b99d-828211461e4d 2018-08-01 05:19:17,185 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0748360157013s 2018-08-01 05:19:17,186 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-b9a5e4af-ebbf-4aa5-b99d-828211461e4d 2018-08-01 05:19:22,191 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:19:22,194 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:19:22,228 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:19:22 GMT Server: Apache x-openstack-request-id: req-94d203f5-0753-4e4d-95bc-0030a0b2e878 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:19:22,270 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:19:22 GMT Server: Apache x-openstack-request-id: req-74c97a2c-dde1-49cc-950e-abb36b7e71be Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:19:22,270 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-74c97a2c-dde1-49cc-950e-abb36b7e71be 2018-08-01 05:19:22,270 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0792109966278s 2018-08-01 05:19:22,271 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-74c97a2c-dde1-49cc-950e-abb36b7e71be 2018-08-01 05:19:27,277 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:19:27,280 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:19:27,308 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:19:27 GMT Server: Apache x-openstack-request-id: req-2cc423ee-811a-4a6a-a5f6-f9264bfbd277 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:19:27,351 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:19:27 GMT Server: Apache x-openstack-request-id: req-e2ef2089-c2ea-4692-b28d-3ab609695166 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:19:27,352 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-e2ef2089-c2ea-4692-b28d-3ab609695166 2018-08-01 05:19:27,352 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0749671459198s 2018-08-01 05:19:27,352 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-e2ef2089-c2ea-4692-b28d-3ab609695166 2018-08-01 05:19:27,353 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:19:27,356 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:19:27,384 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:19:27 GMT Server: Apache x-openstack-request-id: req-19e820ca-cdb3-42b3-8863-29b2a1803b6d Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:19:27,428 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:19:27 GMT Server: Apache x-openstack-request-id: req-07b7e0a3-c45c-4084-b057-7dad64b0dec8 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:19:27,429 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-07b7e0a3-c45c-4084-b057-7dad64b0dec8 2018-08-01 05:19:27,429 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0758538246155s 2018-08-01 05:19:27,429 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-07b7e0a3-c45c-4084-b057-7dad64b0dec8 2018-08-01 05:19:32,435 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:19:32,439 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:19:32,482 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:19:32 GMT Server: Apache x-openstack-request-id: req-7b917698-7c7a-4b89-821c-74199de499a5 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:19:32,525 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:19:32 GMT Server: Apache x-openstack-request-id: req-3570ebd0-fc19-4314-9006-4f178bf11a62 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:19:32,525 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-3570ebd0-fc19-4314-9006-4f178bf11a62 2018-08-01 05:19:32,525 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0895640850067s 2018-08-01 05:19:32,525 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-3570ebd0-fc19-4314-9006-4f178bf11a62 2018-08-01 05:19:37,531 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:19:37,534 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:19:37,562 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:19:37 GMT Server: Apache x-openstack-request-id: req-b58acb12-5ce9-42a5-a75b-1e2488cd8d13 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:19:37,604 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:19:37 GMT Server: Apache x-openstack-request-id: req-6720b891-d831-430f-a51d-f4a9e8d3a9d2 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:19:37,604 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-6720b891-d831-430f-a51d-f4a9e8d3a9d2 2018-08-01 05:19:37,605 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0733139514923s 2018-08-01 05:19:37,605 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-6720b891-d831-430f-a51d-f4a9e8d3a9d2 2018-08-01 05:19:37,605 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:19:37,608 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:19:37,800 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:19:37 GMT Server: Apache x-openstack-request-id: req-210ccb8d-287d-49ca-bc64-8ffd8a9b35f1 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:19:37,843 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:19:37 GMT Server: Apache x-openstack-request-id: req-8586b755-01f8-4ddf-a624-4e414e9ababa Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:19:37,843 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-8586b755-01f8-4ddf-a624-4e414e9ababa 2018-08-01 05:19:37,843 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.237464904785s 2018-08-01 05:19:37,843 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-8586b755-01f8-4ddf-a624-4e414e9ababa 2018-08-01 05:19:42,850 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:19:42,853 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:19:42,884 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:19:42 GMT Server: Apache x-openstack-request-id: req-23b1e848-189d-4c3a-a39d-5fc694b64b7f Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:19:42,927 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:19:42 GMT Server: Apache x-openstack-request-id: req-b033fc7f-c15f-442b-88dd-1bfb93001821 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:19:42,928 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-b033fc7f-c15f-442b-88dd-1bfb93001821 2018-08-01 05:19:42,928 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0774381160736s 2018-08-01 05:19:42,928 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-b033fc7f-c15f-442b-88dd-1bfb93001821 2018-08-01 05:19:47,933 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:19:47,936 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:19:47,965 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:19:47 GMT Server: Apache x-openstack-request-id: req-308d4592-ea8b-49a6-ac22-6021a8b09576 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:19:48,141 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:19:47 GMT Server: Apache x-openstack-request-id: req-e08ef603-3c11-4a3d-8b77-8cd08bfe765e Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:19:48,142 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-e08ef603-3c11-4a3d-8b77-8cd08bfe765e 2018-08-01 05:19:48,142 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.20857000351s 2018-08-01 05:19:48,142 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-e08ef603-3c11-4a3d-8b77-8cd08bfe765e 2018-08-01 05:19:48,142 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:19:48,145 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:19:48,368 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:19:48 GMT Server: Apache x-openstack-request-id: req-15fda74a-8580-41fe-9bfa-13b343d762cd Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:19:48,411 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:19:48 GMT Server: Apache x-openstack-request-id: req-4cd146ee-5516-4e0d-ae52-fc986aea3f56 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:19:48,411 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-4cd146ee-5516-4e0d-ae52-fc986aea3f56 2018-08-01 05:19:48,411 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.268700838089s 2018-08-01 05:19:48,412 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-4cd146ee-5516-4e0d-ae52-fc986aea3f56 2018-08-01 05:19:53,415 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:19:53,417 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:19:53,633 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:19:53 GMT Server: Apache x-openstack-request-id: req-b7f72376-015a-4e41-9a16-921e63939052 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:19:53,676 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:19:53 GMT Server: Apache x-openstack-request-id: req-81685300-a04d-49a2-9870-d69bb904cfca Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:19:53,676 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-81685300-a04d-49a2-9870-d69bb904cfca 2018-08-01 05:19:53,676 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.261003017426s 2018-08-01 05:19:53,676 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-81685300-a04d-49a2-9870-d69bb904cfca 2018-08-01 05:19:58,682 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:19:58,685 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:19:58,713 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:19:58 GMT Server: Apache x-openstack-request-id: req-9643e588-fb41-484c-a2ab-41f3bdccdc61 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:19:58,755 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:19:58 GMT Server: Apache x-openstack-request-id: req-fcea7ef2-6be7-4159-9c4c-8f5c8f8b0cfc Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:19:58,756 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-fcea7ef2-6be7-4159-9c4c-8f5c8f8b0cfc 2018-08-01 05:19:58,756 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0734560489655s 2018-08-01 05:19:58,756 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-fcea7ef2-6be7-4159-9c4c-8f5c8f8b0cfc 2018-08-01 05:19:58,756 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:19:58,759 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:19:58,786 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:19:58 GMT Server: Apache x-openstack-request-id: req-d7846d86-feff-4108-9446-d3d3f89605ba Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:19:58,829 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:19:58 GMT Server: Apache x-openstack-request-id: req-a8007e7a-face-4bb4-bb5e-9b2e6147e2ab Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:19:58,829 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-a8007e7a-face-4bb4-bb5e-9b2e6147e2ab 2018-08-01 05:19:58,829 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0727109909058s 2018-08-01 05:19:58,830 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-a8007e7a-face-4bb4-bb5e-9b2e6147e2ab 2018-08-01 05:20:03,831 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:20:03,835 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:20:03,864 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:20:03 GMT Server: Apache x-openstack-request-id: req-5c843d5d-280b-417d-8a88-405fb8fb9bf0 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:20:03,906 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:20:03 GMT Server: Apache x-openstack-request-id: req-68ee1709-7350-4453-b7cf-31239941a41d Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:20:03,906 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-68ee1709-7350-4453-b7cf-31239941a41d 2018-08-01 05:20:03,906 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0746340751648s 2018-08-01 05:20:03,907 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-68ee1709-7350-4453-b7cf-31239941a41d 2018-08-01 05:20:08,912 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:20:08,915 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:20:08,944 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:20:08 GMT Server: Apache x-openstack-request-id: req-ace058bc-f714-42a1-8992-4817271dcaad Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:20:08,987 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:20:08 GMT Server: Apache x-openstack-request-id: req-65f89dc5-da9c-46a3-bc16-b8237b4e267a Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:20:08,987 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-65f89dc5-da9c-46a3-bc16-b8237b4e267a 2018-08-01 05:20:08,988 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0749011039734s 2018-08-01 05:20:08,988 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-65f89dc5-da9c-46a3-bc16-b8237b4e267a 2018-08-01 05:20:08,988 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:20:08,991 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:20:09,021 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:20:08 GMT Server: Apache x-openstack-request-id: req-d70e9c2a-f74a-4c88-88e2-9d989882f3b3 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:20:09,064 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:20:09 GMT Server: Apache x-openstack-request-id: req-a5ef06cd-497c-403c-9d6f-2f0752cfa4c4 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:20:09,064 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-a5ef06cd-497c-403c-9d6f-2f0752cfa4c4 2018-08-01 05:20:09,064 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0757479667664s 2018-08-01 05:20:09,064 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-a5ef06cd-497c-403c-9d6f-2f0752cfa4c4 2018-08-01 05:20:14,071 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:20:14,074 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:20:14,103 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:20:14 GMT Server: Apache x-openstack-request-id: req-c8239733-4e4e-4d68-88fc-f6a64cdc4443 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:20:14,146 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:20:14 GMT Server: Apache x-openstack-request-id: req-6378d6c2-d14b-4ecf-837a-ec3c11061ec9 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:20:14,146 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-6378d6c2-d14b-4ecf-837a-ec3c11061ec9 2018-08-01 05:20:14,147 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0750279426575s 2018-08-01 05:20:14,147 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-6378d6c2-d14b-4ecf-837a-ec3c11061ec9 2018-08-01 05:20:19,153 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:20:19,157 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:20:19,189 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:20:19 GMT Server: Apache x-openstack-request-id: req-38a1ecc9-87c5-4e0e-a025-15ede0d14819 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:20:19,232 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:20:19 GMT Server: Apache x-openstack-request-id: req-1982c8ae-f752-482c-9b59-5359da0903f9 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:20:19,232 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-1982c8ae-f752-482c-9b59-5359da0903f9 2018-08-01 05:20:19,233 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0791840553284s 2018-08-01 05:20:19,233 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-1982c8ae-f752-482c-9b59-5359da0903f9 2018-08-01 05:20:19,233 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:20:19,236 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:20:19,280 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:20:19 GMT Server: Apache x-openstack-request-id: req-0ff82b37-29f8-44aa-ba58-3f442d53b7b5 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:20:19,324 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:20:19 GMT Server: Apache x-openstack-request-id: req-5d7b4618-8910-461d-b5f8-9c31b8672bf0 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:20:19,324 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-5d7b4618-8910-461d-b5f8-9c31b8672bf0 2018-08-01 05:20:19,324 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0906610488892s 2018-08-01 05:20:19,324 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-5d7b4618-8910-461d-b5f8-9c31b8672bf0 2018-08-01 05:20:24,331 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:20:24,334 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:20:24,362 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:20:24 GMT Server: Apache x-openstack-request-id: req-df9ac51c-8a9e-4c81-9fb2-6ee620726ba4 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:20:24,404 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:20:24 GMT Server: Apache x-openstack-request-id: req-0c34c348-ab8d-4282-beb5-fe15e6101ced Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:20:24,404 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-0c34c348-ab8d-4282-beb5-fe15e6101ced 2018-08-01 05:20:24,404 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0729639530182s 2018-08-01 05:20:24,405 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-0c34c348-ab8d-4282-beb5-fe15e6101ced 2018-08-01 05:20:29,410 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:20:29,414 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:20:29,458 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:20:29 GMT Server: Apache x-openstack-request-id: req-ff7f5c24-6514-4ca1-968e-797f68d1d2f7 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:20:29,501 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:20:29 GMT Server: Apache x-openstack-request-id: req-1e57d265-571e-4da3-ae96-74f2d5ccc12c Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:20:29,501 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-1e57d265-571e-4da3-ae96-74f2d5ccc12c 2018-08-01 05:20:29,501 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.090546131134s 2018-08-01 05:20:29,501 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-1e57d265-571e-4da3-ae96-74f2d5ccc12c 2018-08-01 05:20:29,502 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:20:29,505 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:20:29,533 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:20:29 GMT Server: Apache x-openstack-request-id: req-2432d3b6-a109-4661-871d-ae1725aeac78 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:20:29,575 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:20:29 GMT Server: Apache x-openstack-request-id: req-e5df2851-db34-41fe-a2cd-fbe6a23b9a48 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:20:29,575 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-e5df2851-db34-41fe-a2cd-fbe6a23b9a48 2018-08-01 05:20:29,576 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0735139846802s 2018-08-01 05:20:29,576 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-e5df2851-db34-41fe-a2cd-fbe6a23b9a48 2018-08-01 05:20:34,579 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:20:34,583 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:20:34,611 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:20:34 GMT Server: Apache x-openstack-request-id: req-e08af63e-3fa2-49f6-ad87-c8ae65528c0e Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:20:34,654 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:20:34 GMT Server: Apache x-openstack-request-id: req-eebf0b62-506b-430b-a486-8c855671f62e Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:20:34,654 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-eebf0b62-506b-430b-a486-8c855671f62e 2018-08-01 05:20:34,654 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0746169090271s 2018-08-01 05:20:34,654 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-eebf0b62-506b-430b-a486-8c855671f62e 2018-08-01 05:20:39,660 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:20:39,663 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:20:39,691 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:20:39 GMT Server: Apache x-openstack-request-id: req-1b6747ea-d1aa-4b95-b21f-23e5d401a73d Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:20:39,911 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:20:39 GMT Server: Apache x-openstack-request-id: req-856306e1-4ac3-4830-93ef-19f3cc20168d Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:20:39,911 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-856306e1-4ac3-4830-93ef-19f3cc20168d 2018-08-01 05:20:39,911 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.250710964203s 2018-08-01 05:20:39,911 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-856306e1-4ac3-4830-93ef-19f3cc20168d 2018-08-01 05:20:39,912 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:20:39,915 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:20:40,119 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:20:39 GMT Server: Apache x-openstack-request-id: req-39caaf39-7d3a-4c6c-8c44-1001b58a5cd8 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:20:40,357 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:20:40 GMT Server: Apache x-openstack-request-id: req-0c8c115c-4fc7-433d-a816-f2b56d379b5f Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:20:40,357 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-0c8c115c-4fc7-433d-a816-f2b56d379b5f 2018-08-01 05:20:40,357 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.444956064224s 2018-08-01 05:20:40,357 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-0c8c115c-4fc7-433d-a816-f2b56d379b5f 2018-08-01 05:20:45,359 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:20:45,363 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:20:45,390 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:20:45 GMT Server: Apache x-openstack-request-id: req-27d7507a-05f3-4389-a79c-ed4d6fc391e9 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:20:45,433 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:20:45 GMT Server: Apache x-openstack-request-id: req-aae61b5f-9fa3-4e6f-ab91-e83ce36f419a Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:20:45,433 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-aae61b5f-9fa3-4e6f-ab91-e83ce36f419a 2018-08-01 05:20:45,433 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.073714017868s 2018-08-01 05:20:45,434 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-aae61b5f-9fa3-4e6f-ab91-e83ce36f419a 2018-08-01 05:20:50,439 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:20:50,443 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:20:50,470 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:20:50 GMT Server: Apache x-openstack-request-id: req-908688ba-8b08-41fa-b948-3a27590868a8 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:20:50,513 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:20:50 GMT Server: Apache x-openstack-request-id: req-f545057a-3e34-4222-8400-8adc0f06a833 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:20:50,513 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-f545057a-3e34-4222-8400-8adc0f06a833 2018-08-01 05:20:50,514 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0739068984985s 2018-08-01 05:20:50,514 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-f545057a-3e34-4222-8400-8adc0f06a833 2018-08-01 05:20:50,514 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:20:50,518 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:20:50,546 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:20:50 GMT Server: Apache x-openstack-request-id: req-ca6d989d-5ec3-4ba2-904f-413d3833a441 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:20:50,765 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:20:50 GMT Server: Apache x-openstack-request-id: req-58f417ba-372d-469c-9daa-8da3b0660d2e Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:20:50,765 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-58f417ba-372d-469c-9daa-8da3b0660d2e 2018-08-01 05:20:50,766 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.251046895981s 2018-08-01 05:20:50,766 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-58f417ba-372d-469c-9daa-8da3b0660d2e 2018-08-01 05:20:55,769 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:20:55,772 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:20:55,799 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:20:55 GMT Server: Apache x-openstack-request-id: req-1f0c1342-451d-41bc-9810-20d1a6db7a8c Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:20:55,842 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:20:55 GMT Server: Apache x-openstack-request-id: req-d4b83124-2b97-4be3-9bcf-242ef6e3e76a Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:20:55,842 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-d4b83124-2b97-4be3-9bcf-242ef6e3e76a 2018-08-01 05:20:55,842 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0733690261841s 2018-08-01 05:20:55,843 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-d4b83124-2b97-4be3-9bcf-242ef6e3e76a 2018-08-01 05:21:00,848 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:21:00,852 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:21:00,879 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:21:00 GMT Server: Apache x-openstack-request-id: req-1329cc82-418d-461d-b0d6-ac31b37b998a Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:21:00,921 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:21:00 GMT Server: Apache x-openstack-request-id: req-4d18c015-5f3c-4bdd-ba85-e554c19a65c7 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:21:00,922 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-4d18c015-5f3c-4bdd-ba85-e554c19a65c7 2018-08-01 05:21:00,922 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0730440616608s 2018-08-01 05:21:00,922 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-4d18c015-5f3c-4bdd-ba85-e554c19a65c7 2018-08-01 05:21:00,922 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:21:00,925 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:21:00,952 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:21:00 GMT Server: Apache x-openstack-request-id: req-b377d5f4-662f-4392-8f39-9ab936e0398b Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:21:00,995 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:21:00 GMT Server: Apache x-openstack-request-id: req-c2ae349e-5d2c-4548-b429-893aaaed8cc6 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:21:00,995 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-c2ae349e-5d2c-4548-b429-893aaaed8cc6 2018-08-01 05:21:00,995 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0726430416107s 2018-08-01 05:21:00,996 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-c2ae349e-5d2c-4548-b429-893aaaed8cc6 2018-08-01 05:21:06,002 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:21:06,005 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:21:06,033 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:21:06 GMT Server: Apache x-openstack-request-id: req-0664f5ec-4301-461a-8145-3ac8a30e5db6 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:21:06,079 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:21:06 GMT Server: Apache x-openstack-request-id: req-86806b62-84b7-430b-8f07-86873e4adb9b Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:21:06,079 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-86806b62-84b7-430b-8f07-86873e4adb9b 2018-08-01 05:21:06,079 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0769908428192s 2018-08-01 05:21:06,080 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-86806b62-84b7-430b-8f07-86873e4adb9b 2018-08-01 05:21:11,085 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:21:11,089 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:21:11,119 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:21:11 GMT Server: Apache x-openstack-request-id: req-ebb6436e-17c7-4a1b-949f-aa4aba7a3a76 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:21:11,161 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:21:11 GMT Server: Apache x-openstack-request-id: req-d9bcafb5-63a1-49e0-866b-2f1a48a3d54d Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:21:11,162 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-d9bcafb5-63a1-49e0-866b-2f1a48a3d54d 2018-08-01 05:21:11,162 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0760879516602s 2018-08-01 05:21:11,162 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-d9bcafb5-63a1-49e0-866b-2f1a48a3d54d 2018-08-01 05:21:11,163 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:21:11,165 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:21:11,193 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:21:11 GMT Server: Apache x-openstack-request-id: req-0194f647-90cd-4e63-885c-ae5eb9411d39 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:21:11,236 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:21:11 GMT Server: Apache x-openstack-request-id: req-5c9fbd49-b0aa-4470-a834-306fbe9c9f96 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:21:11,236 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-5c9fbd49-b0aa-4470-a834-306fbe9c9f96 2018-08-01 05:21:11,236 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0734360218048s 2018-08-01 05:21:11,236 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-5c9fbd49-b0aa-4470-a834-306fbe9c9f96 2018-08-01 05:21:16,243 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:21:16,246 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:21:16,274 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:21:16 GMT Server: Apache x-openstack-request-id: req-0a8595fd-6b98-404e-ac35-1e072fd80e93 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:21:16,317 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:21:16 GMT Server: Apache x-openstack-request-id: req-b9c464ae-c81c-4915-8702-c6450407cb12 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:21:16,317 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-b9c464ae-c81c-4915-8702-c6450407cb12 2018-08-01 05:21:16,317 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0739531517029s 2018-08-01 05:21:16,317 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-b9c464ae-c81c-4915-8702-c6450407cb12 2018-08-01 05:21:21,323 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:21:21,326 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:21:21,354 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:21:21 GMT Server: Apache x-openstack-request-id: req-123892b8-1810-42b9-9b7e-b116efa798b1 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:21:21,397 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:21:21 GMT Server: Apache x-openstack-request-id: req-501fb366-7e69-4e22-8f75-a6e5386a87bd Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:21:21,397 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-501fb366-7e69-4e22-8f75-a6e5386a87bd 2018-08-01 05:21:21,397 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0735430717468s 2018-08-01 05:21:21,397 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-501fb366-7e69-4e22-8f75-a6e5386a87bd 2018-08-01 05:21:21,398 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:21:21,400 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:21:21,428 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:21:21 GMT Server: Apache x-openstack-request-id: req-e3ba8324-196f-4b6f-a85e-433637e4c1c4 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:21:21,471 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:21:21 GMT Server: Apache x-openstack-request-id: req-e09af47c-fff3-489a-83ea-04401f244b77 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:21:21,471 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-e09af47c-fff3-489a-83ea-04401f244b77 2018-08-01 05:21:21,472 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0736739635468s 2018-08-01 05:21:21,472 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-e09af47c-fff3-489a-83ea-04401f244b77 2018-08-01 05:21:26,478 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:21:26,481 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:21:26,510 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:21:26 GMT Server: Apache x-openstack-request-id: req-f173e65b-3798-4950-afa2-a068c5fd9282 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:21:26,553 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:21:26 GMT Server: Apache x-openstack-request-id: req-6c0b1a91-9b6a-48fd-8f15-64e07c878178 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:21:26,553 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-6c0b1a91-9b6a-48fd-8f15-64e07c878178 2018-08-01 05:21:26,553 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0743889808655s 2018-08-01 05:21:26,553 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-6c0b1a91-9b6a-48fd-8f15-64e07c878178 2018-08-01 05:21:31,559 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:21:31,562 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:21:31,590 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:21:31 GMT Server: Apache x-openstack-request-id: req-76a997b0-a97c-4d1f-b525-f35cff6ab753 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:21:31,633 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:21:31 GMT Server: Apache x-openstack-request-id: req-266fdce7-2d1d-416f-b811-b88135a27934 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:21:31,633 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-266fdce7-2d1d-416f-b811-b88135a27934 2018-08-01 05:21:31,633 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0736308097839s 2018-08-01 05:21:31,633 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-266fdce7-2d1d-416f-b811-b88135a27934 2018-08-01 05:21:31,634 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:21:31,636 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:21:31,663 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:21:31 GMT Server: Apache x-openstack-request-id: req-5583cba1-d2c5-422c-ba02-fd4dae78204f Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:21:31,690 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:21:31 GMT Server: Apache x-openstack-request-id: req-d6abccf5-eeb3-4471-9b2b-35ef9fd951b8 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:21:31,691 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-d6abccf5-eeb3-4471-9b2b-35ef9fd951b8 2018-08-01 05:21:31,691 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0570290088654s 2018-08-01 05:21:31,691 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-d6abccf5-eeb3-4471-9b2b-35ef9fd951b8 2018-08-01 05:21:36,698 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:21:36,701 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:21:36,729 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:21:36 GMT Server: Apache x-openstack-request-id: req-df1c76d3-32ae-4fe3-9c23-2119b7dc48a9 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:21:36,771 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:21:36 GMT Server: Apache x-openstack-request-id: req-c948f06c-c146-4f72-8e52-84f91ae485ac Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:21:36,771 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-c948f06c-c146-4f72-8e52-84f91ae485ac 2018-08-01 05:21:36,772 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0733962059021s 2018-08-01 05:21:36,772 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-c948f06c-c146-4f72-8e52-84f91ae485ac 2018-08-01 05:21:41,778 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:21:41,781 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:21:41,995 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:21:41 GMT Server: Apache x-openstack-request-id: req-8389ea96-0b57-476c-bc54-4558b8da061d Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:21:42,038 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:21:41 GMT Server: Apache x-openstack-request-id: req-582fa9b1-0221-478a-a389-b4ea4336b217 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:21:42,038 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-582fa9b1-0221-478a-a389-b4ea4336b217 2018-08-01 05:21:42,038 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.260543107986s 2018-08-01 05:21:42,039 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-582fa9b1-0221-478a-a389-b4ea4336b217 2018-08-01 05:21:42,039 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:21:42,042 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:21:42,085 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:21:42 GMT Server: Apache x-openstack-request-id: req-3ee6d29f-ba22-4d58-9c06-582669142197 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:21:42,127 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:21:42 GMT Server: Apache x-openstack-request-id: req-6c0cdae9-d6c3-404a-99df-e1b7a39ecc73 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:21:42,128 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-6c0cdae9-d6c3-404a-99df-e1b7a39ecc73 2018-08-01 05:21:42,128 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0884921550751s 2018-08-01 05:21:42,128 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-6c0cdae9-d6c3-404a-99df-e1b7a39ecc73 2018-08-01 05:21:47,134 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:21:47,137 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:21:47,165 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:21:47 GMT Server: Apache x-openstack-request-id: req-a1faa7d0-13ee-4aca-9305-86ed1ce3a012 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:21:47,208 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:21:47 GMT Server: Apache x-openstack-request-id: req-698bb42f-03fd-4599-97d4-f432e175633e Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:21:47,208 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-698bb42f-03fd-4599-97d4-f432e175633e 2018-08-01 05:21:47,208 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0736830234528s 2018-08-01 05:21:47,208 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-698bb42f-03fd-4599-97d4-f432e175633e 2018-08-01 05:21:52,210 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:21:52,213 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:21:52,243 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:21:52 GMT Server: Apache x-openstack-request-id: req-414080cb-d138-4540-b80d-4798b4180063 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:21:52,287 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:21:52 GMT Server: Apache x-openstack-request-id: req-a075ee6a-fdc7-4d32-b459-c9c0a19ba877 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:21:52,287 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-a075ee6a-fdc7-4d32-b459-c9c0a19ba877 2018-08-01 05:21:52,287 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0769879817963s 2018-08-01 05:21:52,288 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-a075ee6a-fdc7-4d32-b459-c9c0a19ba877 2018-08-01 05:21:52,288 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:21:52,291 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:21:52,519 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:21:52 GMT Server: Apache x-openstack-request-id: req-51960fc7-b894-4172-acb2-f7979640b60f Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:21:52,547 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:21:52 GMT Server: Apache x-openstack-request-id: req-62516ca0-9e49-4d4a-8811-ae79cd56e97e Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:21:52,547 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-62516ca0-9e49-4d4a-8811-ae79cd56e97e 2018-08-01 05:21:52,547 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.259136915207s 2018-08-01 05:21:52,548 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-62516ca0-9e49-4d4a-8811-ae79cd56e97e 2018-08-01 05:21:57,550 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:21:57,554 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:21:57,774 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:21:57 GMT Server: Apache x-openstack-request-id: req-3a6a0541-82b4-441f-a21f-6c8c26cbbd7e Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:21:57,819 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:21:57 GMT Server: Apache x-openstack-request-id: req-0be58cd9-22cc-41ce-afb7-deffadf2d664 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:21:57,819 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-0be58cd9-22cc-41ce-afb7-deffadf2d664 2018-08-01 05:21:57,820 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.268743038177s 2018-08-01 05:21:57,820 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-0be58cd9-22cc-41ce-afb7-deffadf2d664 2018-08-01 05:22:02,824 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:22:02,827 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:22:02,857 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:22:02 GMT Server: Apache x-openstack-request-id: req-5796d7e2-a28d-4acf-9505-d4443512c217 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:22:02,899 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:22:02 GMT Server: Apache x-openstack-request-id: req-246ef4a6-ba63-4167-94c7-8d770365edfb Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:22:02,899 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-246ef4a6-ba63-4167-94c7-8d770365edfb 2018-08-01 05:22:02,899 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0753440856934s 2018-08-01 05:22:02,900 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-246ef4a6-ba63-4167-94c7-8d770365edfb 2018-08-01 05:22:02,900 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:22:02,903 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:22:02,932 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:22:02 GMT Server: Apache x-openstack-request-id: req-663730b8-5e3a-427a-b1b3-2ef058945c95 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:22:03,167 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:22:02 GMT Server: Apache x-openstack-request-id: req-863b06a0-d978-40f2-b913-85e831675bb5 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:22:03,167 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-863b06a0-d978-40f2-b913-85e831675bb5 2018-08-01 05:22:03,167 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.267063856125s 2018-08-01 05:22:03,168 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-863b06a0-d978-40f2-b913-85e831675bb5 2018-08-01 05:22:08,169 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:22:08,172 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:22:08,200 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:22:08 GMT Server: Apache x-openstack-request-id: req-5299a249-5cba-4f5e-a321-e1850a35224f Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:22:08,242 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:22:08 GMT Server: Apache x-openstack-request-id: req-daf56b66-4cca-44b1-a0ff-84a28a835844 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:22:08,242 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-daf56b66-4cca-44b1-a0ff-84a28a835844 2018-08-01 05:22:08,243 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0730540752411s 2018-08-01 05:22:08,243 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-daf56b66-4cca-44b1-a0ff-84a28a835844 2018-08-01 05:22:13,249 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:22:13,252 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:22:13,281 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:22:13 GMT Server: Apache x-openstack-request-id: req-891ad51c-2265-454f-86d3-e53cc3cfb241 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:22:13,323 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:22:13 GMT Server: Apache x-openstack-request-id: req-44b41034-9789-4983-b720-55f735ce7d74 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:22:13,323 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-44b41034-9789-4983-b720-55f735ce7d74 2018-08-01 05:22:13,323 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0743379592896s 2018-08-01 05:22:13,324 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-44b41034-9789-4983-b720-55f735ce7d74 2018-08-01 05:22:13,324 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:22:13,327 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:22:13,355 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:22:13 GMT Server: Apache x-openstack-request-id: req-7e0ce54f-31e1-4926-aaf0-454b18a8e385 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:22:13,399 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:22:13 GMT Server: Apache x-openstack-request-id: req-b59bb5e7-9124-4468-8844-02c6c686c758 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:22:13,399 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-b59bb5e7-9124-4468-8844-02c6c686c758 2018-08-01 05:22:13,399 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0747089385986s 2018-08-01 05:22:13,399 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-b59bb5e7-9124-4468-8844-02c6c686c758 2018-08-01 05:22:18,406 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:22:18,409 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:22:18,437 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:22:18 GMT Server: Apache x-openstack-request-id: req-c59dcd05-37f0-4ffb-bfd0-6165a19f4a5e Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:22:18,480 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:22:18 GMT Server: Apache x-openstack-request-id: req-324cb82f-4615-4162-a26a-ae625b77b03b Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:22:18,480 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-324cb82f-4615-4162-a26a-ae625b77b03b 2018-08-01 05:22:18,480 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0740928649902s 2018-08-01 05:22:18,480 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-324cb82f-4615-4162-a26a-ae625b77b03b 2018-08-01 05:22:23,481 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:22:23,484 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:22:23,513 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:22:23 GMT Server: Apache x-openstack-request-id: req-61dbda0b-735a-4d70-925d-9f9b5472420a Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:22:23,555 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:22:23 GMT Server: Apache x-openstack-request-id: req-e0087ae2-579c-4fd8-adfa-3f3950609dca Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:22:23,555 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-e0087ae2-579c-4fd8-adfa-3f3950609dca 2018-08-01 05:22:23,555 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0733869075775s 2018-08-01 05:22:23,555 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-e0087ae2-579c-4fd8-adfa-3f3950609dca 2018-08-01 05:22:23,556 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:22:23,557 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:22:23,588 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:22:23 GMT Server: Apache x-openstack-request-id: req-50c36758-56e4-47c0-9703-d40195f636df Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:22:23,632 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:22:23 GMT Server: Apache x-openstack-request-id: req-c5c804f0-7eef-494f-84ec-0b50d77a1e8d Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:22:23,632 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-c5c804f0-7eef-494f-84ec-0b50d77a1e8d 2018-08-01 05:22:23,632 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0766251087189s 2018-08-01 05:22:23,633 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-c5c804f0-7eef-494f-84ec-0b50d77a1e8d 2018-08-01 05:22:28,639 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:22:28,642 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:22:28,670 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:22:28 GMT Server: Apache x-openstack-request-id: req-19ae71e2-1343-4080-886a-f67ba69120b7 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:22:28,904 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:22:28 GMT Server: Apache x-openstack-request-id: req-f59bd9e8-9e3e-4848-812a-0640298432ec Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:22:28,904 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-f59bd9e8-9e3e-4848-812a-0640298432ec 2018-08-01 05:22:28,904 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.265007019043s 2018-08-01 05:22:28,905 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-f59bd9e8-9e3e-4848-812a-0640298432ec 2018-08-01 05:22:33,911 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:22:33,914 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:22:33,941 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:22:33 GMT Server: Apache x-openstack-request-id: req-8087150b-0629-403c-92b9-6833ea000a4f Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:22:33,983 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:22:33 GMT Server: Apache x-openstack-request-id: req-fac10b9f-c3fa-416d-95fa-4663ce48ac59 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:22:33,983 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-fac10b9f-c3fa-416d-95fa-4663ce48ac59 2018-08-01 05:22:33,984 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0727481842041s 2018-08-01 05:22:33,984 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-fac10b9f-c3fa-416d-95fa-4663ce48ac59 2018-08-01 05:22:33,984 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:22:33,987 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:22:34,014 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:22:33 GMT Server: Apache x-openstack-request-id: req-6eb41d57-9aa0-45cd-9234-6340c6dd3f79 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:22:34,057 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:22:34 GMT Server: Apache x-openstack-request-id: req-5d25ffa9-bdd4-4d36-af2d-bea7fecb8003 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:22:34,057 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-5d25ffa9-bdd4-4d36-af2d-bea7fecb8003 2018-08-01 05:22:34,057 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0726199150085s 2018-08-01 05:22:34,057 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-5d25ffa9-bdd4-4d36-af2d-bea7fecb8003 2018-08-01 05:22:39,064 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:22:39,067 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:22:39,094 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:22:39 GMT Server: Apache x-openstack-request-id: req-4edd8608-afeb-4afb-a54f-8813aa915901 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:22:39,138 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:22:39 GMT Server: Apache x-openstack-request-id: req-102d6818-3d75-4588-9a92-347da255d1dd Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:22:39,138 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-102d6818-3d75-4588-9a92-347da255d1dd 2018-08-01 05:22:39,138 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0741350650787s 2018-08-01 05:22:39,138 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-102d6818-3d75-4588-9a92-347da255d1dd 2018-08-01 05:22:44,144 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:22:44,147 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:22:44,176 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:22:44 GMT Server: Apache x-openstack-request-id: req-6ecae863-b0c9-4f89-83be-9dea1cc96d42 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:22:44,221 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:22:44 GMT Server: Apache x-openstack-request-id: req-0da2a2b7-8976-4d03-9485-5517b00ddcd8 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:22:44,221 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-0da2a2b7-8976-4d03-9485-5517b00ddcd8 2018-08-01 05:22:44,221 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0772528648376s 2018-08-01 05:22:44,222 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-0da2a2b7-8976-4d03-9485-5517b00ddcd8 2018-08-01 05:22:44,222 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:22:44,225 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:22:44,252 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:22:44 GMT Server: Apache x-openstack-request-id: req-180bdc60-10ef-45ae-bc56-52565f05dc11 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:22:44,295 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:22:44 GMT Server: Apache x-openstack-request-id: req-8f048388-ac7b-4728-88cc-6de9ec7e289b Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:22:44,295 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-8f048388-ac7b-4728-88cc-6de9ec7e289b 2018-08-01 05:22:44,295 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0727789402008s 2018-08-01 05:22:44,295 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-8f048388-ac7b-4728-88cc-6de9ec7e289b 2018-08-01 05:22:49,302 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:22:49,305 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:22:49,333 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:22:49 GMT Server: Apache x-openstack-request-id: req-93f0bd8a-0773-4b8b-ace9-c4f97913dc19 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:22:49,376 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:22:49 GMT Server: Apache x-openstack-request-id: req-40ebc995-b2d6-4ee5-b37e-ec138d0ffc17 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:22:49,376 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-40ebc995-b2d6-4ee5-b37e-ec138d0ffc17 2018-08-01 05:22:49,376 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0743010044098s 2018-08-01 05:22:49,377 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-40ebc995-b2d6-4ee5-b37e-ec138d0ffc17 2018-08-01 05:22:54,382 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:22:54,385 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:22:54,412 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:22:54 GMT Server: Apache x-openstack-request-id: req-c1aa9793-ed81-4462-a57c-168136368f45 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:22:54,459 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:22:54 GMT Server: Apache x-openstack-request-id: req-36366a36-c5d5-4750-9abc-6db6e6326518 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:22:54,459 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-36366a36-c5d5-4750-9abc-6db6e6326518 2018-08-01 05:22:54,459 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.076553106308s 2018-08-01 05:22:54,459 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-36366a36-c5d5-4750-9abc-6db6e6326518 2018-08-01 05:22:54,460 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:22:54,463 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:22:54,688 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:22:54 GMT Server: Apache x-openstack-request-id: req-bf5e6ca7-ac7d-4187-b705-b005426a4e90 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:22:54,733 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:22:54 GMT Server: Apache x-openstack-request-id: req-d53df6c6-a3a9-4c3a-9fe2-5fb4374c0b02 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:22:54,733 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-d53df6c6-a3a9-4c3a-9fe2-5fb4374c0b02 2018-08-01 05:22:54,733 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.273169994354s 2018-08-01 05:22:54,734 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-d53df6c6-a3a9-4c3a-9fe2-5fb4374c0b02 2018-08-01 05:22:59,740 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:22:59,743 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:22:59,772 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:22:59 GMT Server: Apache x-openstack-request-id: req-0b76584f-a3b7-4642-8805-4da14631fe94 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:22:59,816 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:22:59 GMT Server: Apache x-openstack-request-id: req-5bae6b30-1c29-4df8-9ef5-aee2aa2ab393 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:22:59,816 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-5bae6b30-1c29-4df8-9ef5-aee2aa2ab393 2018-08-01 05:22:59,817 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0760228633881s 2018-08-01 05:22:59,817 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-5bae6b30-1c29-4df8-9ef5-aee2aa2ab393 2018-08-01 05:23:04,822 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:23:04,825 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:23:04,854 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:23:04 GMT Server: Apache x-openstack-request-id: req-ea204c8c-eed9-44af-b6ef-6bc0ba92f103 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:23:04,897 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:23:04 GMT Server: Apache x-openstack-request-id: req-8e1ed263-1d0d-43cc-aca1-ef5136ba4b35 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:23:04,897 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-8e1ed263-1d0d-43cc-aca1-ef5136ba4b35 2018-08-01 05:23:04,897 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0742969512939s 2018-08-01 05:23:04,897 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-8e1ed263-1d0d-43cc-aca1-ef5136ba4b35 2018-08-01 05:23:04,898 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:23:04,900 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:23:04,927 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:23:04 GMT Server: Apache x-openstack-request-id: req-ac887f30-b642-40c1-8f94-ad7c7f72beb3 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:23:04,970 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:23:04 GMT Server: Apache x-openstack-request-id: req-86bb0495-629b-436d-b8da-69181ccc302a Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:23:04,970 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-86bb0495-629b-436d-b8da-69181ccc302a 2018-08-01 05:23:04,970 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0720250606537s 2018-08-01 05:23:04,970 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-86bb0495-629b-436d-b8da-69181ccc302a 2018-08-01 05:23:09,977 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:23:09,980 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:23:10,007 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:23:09 GMT Server: Apache x-openstack-request-id: req-f4c1afc0-d596-4e11-86ca-f130307256f9 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:23:10,051 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:23:10 GMT Server: Apache x-openstack-request-id: req-40b8d9de-f00e-45a2-8cc4-d31cf19fd0b5 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:23:10,051 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-40b8d9de-f00e-45a2-8cc4-d31cf19fd0b5 2018-08-01 05:23:10,051 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.073881149292s 2018-08-01 05:23:10,051 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-40b8d9de-f00e-45a2-8cc4-d31cf19fd0b5 2018-08-01 05:23:15,057 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:23:15,060 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:23:15,088 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:23:15 GMT Server: Apache x-openstack-request-id: req-6363d934-2538-44f9-85d0-fdb455b66633 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:23:15,310 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:23:15 GMT Server: Apache x-openstack-request-id: req-22acae8f-8361-41c0-a2ef-cfa5971a6230 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:23:15,310 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-22acae8f-8361-41c0-a2ef-cfa5971a6230 2018-08-01 05:23:15,310 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.253293991089s 2018-08-01 05:23:15,311 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-22acae8f-8361-41c0-a2ef-cfa5971a6230 2018-08-01 05:23:15,311 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:23:15,314 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:23:15,340 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:23:15 GMT Server: Apache x-openstack-request-id: req-af0dc2c5-330f-406c-b59e-28e6f0113d98 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:23:15,385 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:23:15 GMT Server: Apache x-openstack-request-id: req-966efef1-5650-4b0c-b271-b7e0fa9464cc Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:23:15,385 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-966efef1-5650-4b0c-b271-b7e0fa9464cc 2018-08-01 05:23:15,386 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0743761062622s 2018-08-01 05:23:15,386 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-966efef1-5650-4b0c-b271-b7e0fa9464cc 2018-08-01 05:23:20,393 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:23:20,396 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:23:20,424 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:23:20 GMT Server: Apache x-openstack-request-id: req-53063259-919f-43f4-aaa9-3ed2b7dc770e Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:23:20,651 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:23:20 GMT Server: Apache x-openstack-request-id: req-0ba55413-b854-4b43-9308-b84e654647a0 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:23:20,651 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-0ba55413-b854-4b43-9308-b84e654647a0 2018-08-01 05:23:20,651 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.25824713707s 2018-08-01 05:23:20,651 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-0ba55413-b854-4b43-9308-b84e654647a0 2018-08-01 05:23:25,657 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:23:25,660 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:23:25,690 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:23:25 GMT Server: Apache x-openstack-request-id: req-94b92e16-8999-4ff4-9dc0-15b5debea73e Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:23:25,732 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:23:25 GMT Server: Apache x-openstack-request-id: req-6eadb794-7870-4a35-bf3b-600278bd35e2 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:23:25,732 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-6eadb794-7870-4a35-bf3b-600278bd35e2 2018-08-01 05:23:25,732 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0749008655548s 2018-08-01 05:23:25,733 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-6eadb794-7870-4a35-bf3b-600278bd35e2 2018-08-01 05:23:25,733 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:23:25,736 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:23:25,763 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:23:25 GMT Server: Apache x-openstack-request-id: req-381e1d26-9aeb-410d-9397-0215ebaccd7f Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:23:25,806 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:23:25 GMT Server: Apache x-openstack-request-id: req-3cd2eee6-836d-4c3a-b2ad-b8ebedf3165a Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:23:25,806 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-3cd2eee6-836d-4c3a-b2ad-b8ebedf3165a 2018-08-01 05:23:25,806 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0728011131287s 2018-08-01 05:23:25,806 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-3cd2eee6-836d-4c3a-b2ad-b8ebedf3165a 2018-08-01 05:23:30,813 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:23:30,816 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:23:31,034 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:23:30 GMT Server: Apache x-openstack-request-id: req-081082ca-eb51-4b93-9e0f-f8abcaf511c9 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:23:31,079 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:23:31 GMT Server: Apache x-openstack-request-id: req-03f382de-2f4a-4076-b3f2-384aeb7e62da Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:23:31,079 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-03f382de-2f4a-4076-b3f2-384aeb7e62da 2018-08-01 05:23:31,079 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.265670061111s 2018-08-01 05:23:31,079 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-03f382de-2f4a-4076-b3f2-384aeb7e62da 2018-08-01 05:23:36,085 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:23:36,088 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:23:36,132 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:23:36 GMT Server: Apache x-openstack-request-id: req-80d34ba4-ce7a-45f3-ac45-df98fa0e7210 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:23:36,175 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:23:36 GMT Server: Apache x-openstack-request-id: req-8f9a41da-4e50-4be5-a48d-edb76fc5a11c Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:23:36,175 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-8f9a41da-4e50-4be5-a48d-edb76fc5a11c 2018-08-01 05:23:36,175 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0901579856873s 2018-08-01 05:23:36,176 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-8f9a41da-4e50-4be5-a48d-edb76fc5a11c 2018-08-01 05:23:36,176 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:23:36,179 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:23:36,380 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:23:36 GMT Server: Apache x-openstack-request-id: req-84d35ffd-53d7-4c08-b970-03b37d44ceca Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:23:36,606 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:23:36 GMT Server: Apache x-openstack-request-id: req-91e98fc6-e85e-4cf0-b1cd-c9619e0269d0 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:23:36,607 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-91e98fc6-e85e-4cf0-b1cd-c9619e0269d0 2018-08-01 05:23:36,607 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.430443048477s 2018-08-01 05:23:36,607 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-91e98fc6-e85e-4cf0-b1cd-c9619e0269d0 2018-08-01 05:23:41,614 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:23:41,617 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:23:41,644 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:23:41 GMT Server: Apache x-openstack-request-id: req-e4a16216-8ca5-490f-8216-c9accbb775f3 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:23:41,687 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:23:41 GMT Server: Apache x-openstack-request-id: req-aa5bf5f6-d9eb-4a8f-8af4-a08e5a059766 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:23:41,687 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-aa5bf5f6-d9eb-4a8f-8af4-a08e5a059766 2018-08-01 05:23:41,687 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0729291439056s 2018-08-01 05:23:41,687 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-aa5bf5f6-d9eb-4a8f-8af4-a08e5a059766 2018-08-01 05:23:46,691 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:23:46,694 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:23:46,910 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:23:46 GMT Server: Apache x-openstack-request-id: req-6a54bf7a-c1e3-4faf-accc-1b4163fdf218 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:23:46,953 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:23:46 GMT Server: Apache x-openstack-request-id: req-d61975b0-0ad3-44d8-a93b-3d9b4651b7af Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:23:46,954 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-d61975b0-0ad3-44d8-a93b-3d9b4651b7af 2018-08-01 05:23:46,954 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.262425899506s 2018-08-01 05:23:46,954 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-d61975b0-0ad3-44d8-a93b-3d9b4651b7af 2018-08-01 05:23:46,955 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:23:46,957 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:23:46,984 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:23:46 GMT Server: Apache x-openstack-request-id: req-776369a9-09e8-400a-9619-8aecf075692a Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:23:47,211 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:23:46 GMT Server: Apache x-openstack-request-id: req-3a50249e-4e87-413b-8bf7-a21c52daa384 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:23:47,211 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-3a50249e-4e87-413b-8bf7-a21c52daa384 2018-08-01 05:23:47,212 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.256833076477s 2018-08-01 05:23:47,212 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-3a50249e-4e87-413b-8bf7-a21c52daa384 2018-08-01 05:23:52,218 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:23:52,222 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:23:52,250 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:23:52 GMT Server: Apache x-openstack-request-id: req-00b2d524-b828-4b1e-af93-5a8a6aabf98b Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:23:52,295 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:23:52 GMT Server: Apache x-openstack-request-id: req-f74c9aa5-2423-489c-aab9-6441b8b074b7 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:23:52,295 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-f74c9aa5-2423-489c-aab9-6441b8b074b7 2018-08-01 05:23:52,295 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0761759281158s 2018-08-01 05:23:52,295 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-f74c9aa5-2423-489c-aab9-6441b8b074b7 2018-08-01 05:23:57,301 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:23:57,304 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:23:57,335 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:23:57 GMT Server: Apache x-openstack-request-id: req-2d7908a9-5d0a-4b4a-907d-6808cd04dafe Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:23:57,383 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:23:57 GMT Server: Apache x-openstack-request-id: req-c84b404f-9be5-45b5-8fb1-794d068cd592 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:23:57,383 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-c84b404f-9be5-45b5-8fb1-794d068cd592 2018-08-01 05:23:57,383 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0821800231934s 2018-08-01 05:23:57,384 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-c84b404f-9be5-45b5-8fb1-794d068cd592 2018-08-01 05:23:57,384 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:23:57,387 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:23:57,414 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:23:57 GMT Server: Apache x-openstack-request-id: req-1e68f8f2-9596-41db-ac5f-dac0bab41f80 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:23:57,666 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:23:57 GMT Server: Apache x-openstack-request-id: req-89231046-34df-46f3-bf59-c04043d9a970 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:23:57,667 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-89231046-34df-46f3-bf59-c04043d9a970 2018-08-01 05:23:57,667 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.282543897629s 2018-08-01 05:23:57,667 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-89231046-34df-46f3-bf59-c04043d9a970 2018-08-01 05:24:02,674 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:24:02,677 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:24:02,705 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:24:02 GMT Server: Apache x-openstack-request-id: req-054576fa-4d69-4d5e-ada2-71b4c4158f4c Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:24:02,924 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:24:02 GMT Server: Apache x-openstack-request-id: req-09b27e2f-7984-46c4-8f2c-c83f3521412f Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:24:02,924 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-09b27e2f-7984-46c4-8f2c-c83f3521412f 2018-08-01 05:24:02,924 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.25036907196s 2018-08-01 05:24:02,925 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-09b27e2f-7984-46c4-8f2c-c83f3521412f 2018-08-01 05:24:07,930 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:24:07,933 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:24:07,962 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:24:07 GMT Server: Apache x-openstack-request-id: req-73f171f9-4473-42ae-9f64-d78c2d1696ba Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:24:08,006 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:24:07 GMT Server: Apache x-openstack-request-id: req-568a3176-2fcc-4e0e-99ea-0b41e0689a37 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:24:08,006 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-568a3176-2fcc-4e0e-99ea-0b41e0689a37 2018-08-01 05:24:08,006 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.075275182724s 2018-08-01 05:24:08,006 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-568a3176-2fcc-4e0e-99ea-0b41e0689a37 2018-08-01 05:24:08,007 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:24:08,010 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:24:08,233 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:24:08 GMT Server: Apache x-openstack-request-id: req-a4307eb4-a14a-41fd-9c51-643d95d05cdd Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:24:08,477 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:24:08 GMT Server: Apache x-openstack-request-id: req-5c888fd4-a91a-4e1c-95bc-3c5678b1545e Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:24:08,478 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-5c888fd4-a91a-4e1c-95bc-3c5678b1545e 2018-08-01 05:24:08,478 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.470629930496s 2018-08-01 05:24:08,478 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-5c888fd4-a91a-4e1c-95bc-3c5678b1545e 2018-08-01 05:24:13,482 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:24:13,485 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:24:13,700 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:24:13 GMT Server: Apache x-openstack-request-id: req-8da0908a-ddb7-432c-8070-9a2cdde1398a Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:24:13,743 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:24:13 GMT Server: Apache x-openstack-request-id: req-f6f5acaa-9e00-4146-88ef-c2a9ad807dc2 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:24:13,743 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-f6f5acaa-9e00-4146-88ef-c2a9ad807dc2 2018-08-01 05:24:13,743 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.261278152466s 2018-08-01 05:24:13,743 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-f6f5acaa-9e00-4146-88ef-c2a9ad807dc2 2018-08-01 05:24:18,749 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:24:18,752 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:24:18,781 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:24:18 GMT Server: Apache x-openstack-request-id: req-9b96877e-84a0-4be8-8609-31e4f48a5a0b Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:24:18,824 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:24:18 GMT Server: Apache x-openstack-request-id: req-a2c10c12-0730-4b50-820a-5491d38c3b01 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:24:18,824 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-a2c10c12-0730-4b50-820a-5491d38c3b01 2018-08-01 05:24:18,824 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0749890804291s 2018-08-01 05:24:18,825 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-a2c10c12-0730-4b50-820a-5491d38c3b01 2018-08-01 05:24:18,825 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:24:18,828 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:24:18,855 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:24:18 GMT Server: Apache x-openstack-request-id: req-0e2b74a4-4c3f-4d2d-8120-94fc83e965c0 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:24:19,081 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:24:18 GMT Server: Apache x-openstack-request-id: req-d8b1d678-8d74-4c94-8c63-7c1b21f97a44 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:24:19,081 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-d8b1d678-8d74-4c94-8c63-7c1b21f97a44 2018-08-01 05:24:19,082 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.2562251091s 2018-08-01 05:24:19,082 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-d8b1d678-8d74-4c94-8c63-7c1b21f97a44 2018-08-01 05:24:24,084 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:24:24,086 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:24:24,304 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:24:24 GMT Server: Apache x-openstack-request-id: req-fd5fce23-9b20-4d46-ab6b-097c6a7569e6 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:24:24,517 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:24:24 GMT Server: Apache x-openstack-request-id: req-f2c82777-8481-4b52-86c5-cd6a131f1589 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:24:24,517 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-f2c82777-8481-4b52-86c5-cd6a131f1589 2018-08-01 05:24:24,518 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.433711051941s 2018-08-01 05:24:24,518 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-f2c82777-8481-4b52-86c5-cd6a131f1589 2018-08-01 05:24:29,519 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:24:29,523 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:24:29,550 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:24:29 GMT Server: Apache x-openstack-request-id: req-f103678b-9abf-46d1-83b2-7779e39437e1 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:24:29,593 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:24:29 GMT Server: Apache x-openstack-request-id: req-aebda82c-fe5d-435e-94b1-23987811acac Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:24:29,593 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-aebda82c-fe5d-435e-94b1-23987811acac 2018-08-01 05:24:29,594 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.073842048645s 2018-08-01 05:24:29,594 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-aebda82c-fe5d-435e-94b1-23987811acac 2018-08-01 05:24:29,594 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:24:29,597 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:24:29,625 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:24:29 GMT Server: Apache x-openstack-request-id: req-795d1a97-fdd7-44e4-97d6-ff6d819647f2 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:24:29,668 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:24:29 GMT Server: Apache x-openstack-request-id: req-838ee4fb-7115-4718-86d1-1c0aae3a9a6d Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:24:29,668 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-838ee4fb-7115-4718-86d1-1c0aae3a9a6d 2018-08-01 05:24:29,668 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.073746919632s 2018-08-01 05:24:29,669 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-838ee4fb-7115-4718-86d1-1c0aae3a9a6d 2018-08-01 05:24:34,675 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:24:34,678 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:24:34,707 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:24:34 GMT Server: Apache x-openstack-request-id: req-58ac13d9-af04-4521-909d-6d242cb9bd32 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:24:34,750 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:24:34 GMT Server: Apache x-openstack-request-id: req-1673565b-88e2-4e84-bb5c-0dace06cad3b Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:24:34,750 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-1673565b-88e2-4e84-bb5c-0dace06cad3b 2018-08-01 05:24:34,750 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0747349262238s 2018-08-01 05:24:34,751 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-1673565b-88e2-4e84-bb5c-0dace06cad3b 2018-08-01 05:24:39,756 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:24:39,759 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:24:39,788 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:24:39 GMT Server: Apache x-openstack-request-id: req-afbedc3c-9960-4d49-8575-d5e025317fe4 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:24:40,008 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:24:39 GMT Server: Apache x-openstack-request-id: req-ba5e76ff-2a39-4be1-afe0-66b036abe01c Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:24:40,008 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-ba5e76ff-2a39-4be1-afe0-66b036abe01c 2018-08-01 05:24:40,008 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.252098798752s 2018-08-01 05:24:40,009 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-ba5e76ff-2a39-4be1-afe0-66b036abe01c 2018-08-01 05:24:40,009 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:24:40,012 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:24:40,038 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:24:40 GMT Server: Apache x-openstack-request-id: req-ef7b0d9c-8a94-4030-aefc-7624dcce0ddc Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:24:40,081 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:24:40 GMT Server: Apache x-openstack-request-id: req-634c1b09-b2a7-42f0-b5ea-ea75cc230a7a Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:24:40,082 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-634c1b09-b2a7-42f0-b5ea-ea75cc230a7a 2018-08-01 05:24:40,082 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.072468996048s 2018-08-01 05:24:40,082 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-634c1b09-b2a7-42f0-b5ea-ea75cc230a7a 2018-08-01 05:24:45,089 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:24:45,092 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:24:45,120 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:24:45 GMT Server: Apache x-openstack-request-id: req-7c7c197d-f5a7-4ad4-a747-5522197ac2bf Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:24:45,163 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:24:45 GMT Server: Apache x-openstack-request-id: req-68ae20b6-ed58-49bb-ac05-195bd6406008 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:24:45,163 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-68ae20b6-ed58-49bb-ac05-195bd6406008 2018-08-01 05:24:45,163 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0738010406494s 2018-08-01 05:24:45,163 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-68ae20b6-ed58-49bb-ac05-195bd6406008 2018-08-01 05:24:50,169 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:24:50,172 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:24:50,399 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:24:50 GMT Server: Apache x-openstack-request-id: req-d833cd69-ad92-4860-91a6-6f2d5a4c1d39 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:24:50,620 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:24:50 GMT Server: Apache x-openstack-request-id: req-2c9239f6-873b-4173-8d25-11b419653e3d Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:24:50,621 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-2c9239f6-873b-4173-8d25-11b419653e3d 2018-08-01 05:24:50,621 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.451627016068s 2018-08-01 05:24:50,621 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-2c9239f6-873b-4173-8d25-11b419653e3d 2018-08-01 05:24:50,622 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:24:50,624 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:24:50,653 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:24:50 GMT Server: Apache x-openstack-request-id: req-818315d7-f336-433c-86ad-6e5581a05fec Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:24:50,695 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:24:50 GMT Server: Apache x-openstack-request-id: req-b668d865-3f0f-48e2-93d5-877222958201 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:24:50,696 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-b668d865-3f0f-48e2-93d5-877222958201 2018-08-01 05:24:50,696 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0740528106689s 2018-08-01 05:24:50,696 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-b668d865-3f0f-48e2-93d5-877222958201 2018-08-01 05:24:55,703 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:24:55,706 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:24:55,928 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:24:55 GMT Server: Apache x-openstack-request-id: req-e80c2234-0c4d-46bd-8a8c-903adf1597a7 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:24:56,153 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:24:55 GMT Server: Apache x-openstack-request-id: req-167fa166-b326-41c3-8766-040aac3ebfd9 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:24:56,153 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-167fa166-b326-41c3-8766-040aac3ebfd9 2018-08-01 05:24:56,153 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.450361013412s 2018-08-01 05:24:56,154 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-167fa166-b326-41c3-8766-040aac3ebfd9 2018-08-01 05:25:01,160 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:25:01,163 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:25:01,191 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:25:01 GMT Server: Apache x-openstack-request-id: req-de8bcd41-d608-42f8-a737-75d57a52509b Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:25:01,234 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:25:01 GMT Server: Apache x-openstack-request-id: req-dbe15742-ccdc-4344-a710-359a1704c33c Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:25:01,235 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-dbe15742-ccdc-4344-a710-359a1704c33c 2018-08-01 05:25:01,235 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.075031042099s 2018-08-01 05:25:01,235 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-dbe15742-ccdc-4344-a710-359a1704c33c 2018-08-01 05:25:01,236 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:25:01,238 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:25:01,265 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:25:01 GMT Server: Apache x-openstack-request-id: req-45d77c6e-0582-425e-ac40-b7b806c2fc09 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:25:01,309 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:25:01 GMT Server: Apache x-openstack-request-id: req-c8152f6c-34d4-4cf0-826f-3b51e91c39bf Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:25:01,309 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-c8152f6c-34d4-4cf0-826f-3b51e91c39bf 2018-08-01 05:25:01,309 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0733189582825s 2018-08-01 05:25:01,309 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-c8152f6c-34d4-4cf0-826f-3b51e91c39bf 2018-08-01 05:25:06,316 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:25:06,319 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:25:06,549 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:25:06 GMT Server: Apache x-openstack-request-id: req-c228897b-9e86-4ca3-bd22-d6b79b757eab Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:25:06,592 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:25:06 GMT Server: Apache x-openstack-request-id: req-9b1e9474-2b53-47ea-b212-dca48eaa8b34 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:25:06,592 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-9b1e9474-2b53-47ea-b212-dca48eaa8b34 2018-08-01 05:25:06,592 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.275562047958s 2018-08-01 05:25:06,592 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-9b1e9474-2b53-47ea-b212-dca48eaa8b34 2018-08-01 05:25:11,594 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:25:11,597 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:25:11,626 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:25:11 GMT Server: Apache x-openstack-request-id: req-b66441f4-8f0b-4d00-a96b-dc1fa6845957 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:25:11,669 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:25:11 GMT Server: Apache x-openstack-request-id: req-c0eef007-4259-43a0-a034-d79b860e965a Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:25:11,669 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-c0eef007-4259-43a0-a034-d79b860e965a 2018-08-01 05:25:11,669 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0746440887451s 2018-08-01 05:25:11,670 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-c0eef007-4259-43a0-a034-d79b860e965a 2018-08-01 05:25:11,670 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:25:11,673 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:25:11,891 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:25:11 GMT Server: Apache x-openstack-request-id: req-a1b30a44-b305-4bb2-b3ff-5b84ade7070b Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:25:11,934 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:25:11 GMT Server: Apache x-openstack-request-id: req-1fb08319-8029-4fdf-8091-2736ee87e0ab Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:25:11,934 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-1fb08319-8029-4fdf-8091-2736ee87e0ab 2018-08-01 05:25:11,934 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.263929128647s 2018-08-01 05:25:11,934 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-1fb08319-8029-4fdf-8091-2736ee87e0ab 2018-08-01 05:25:16,941 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:25:16,945 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:25:16,973 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:25:16 GMT Server: Apache x-openstack-request-id: req-08470dfa-2d41-45e2-bde7-b5ac6a7d2825 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:25:17,016 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:25:16 GMT Server: Apache x-openstack-request-id: req-412554e1-d00f-410e-a696-0c17359f4417 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:25:17,016 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-412554e1-d00f-410e-a696-0c17359f4417 2018-08-01 05:25:17,016 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.074560880661s 2018-08-01 05:25:17,016 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-412554e1-d00f-410e-a696-0c17359f4417 2018-08-01 05:25:22,022 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:25:22,025 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:25:22,055 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:25:22 GMT Server: Apache x-openstack-request-id: req-c7e839b3-dbaa-4282-ba36-5d6e0e2b27ee Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:25:22,230 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:25:22 GMT Server: Apache x-openstack-request-id: req-846c725d-5b18-40b4-ac90-ec8a75f8a50f Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:25:22,230 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-846c725d-5b18-40b4-ac90-ec8a75f8a50f 2018-08-01 05:25:22,230 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.207931995392s 2018-08-01 05:25:22,230 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-846c725d-5b18-40b4-ac90-ec8a75f8a50f 2018-08-01 05:25:22,231 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:25:22,234 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:25:22,262 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:25:22 GMT Server: Apache x-openstack-request-id: req-54bc9905-70be-456e-922a-23f1623f01e9 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:25:22,309 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:25:22 GMT Server: Apache x-openstack-request-id: req-93d9bf07-fdae-4d1e-8bc8-4246d4a7ad99 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:25:22,309 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-93d9bf07-fdae-4d1e-8bc8-4246d4a7ad99 2018-08-01 05:25:22,309 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0778951644897s 2018-08-01 05:25:22,309 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-93d9bf07-fdae-4d1e-8bc8-4246d4a7ad99 2018-08-01 05:25:27,314 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:25:27,317 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:25:27,542 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:25:27 GMT Server: Apache x-openstack-request-id: req-2233c810-8b72-47e2-bd7f-df8100ad4569 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:25:27,584 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:25:27 GMT Server: Apache x-openstack-request-id: req-cf5cb6e2-95b3-47bd-801f-43e62f530854 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:25:27,584 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-cf5cb6e2-95b3-47bd-801f-43e62f530854 2018-08-01 05:25:27,584 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.27020907402s 2018-08-01 05:25:27,585 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-cf5cb6e2-95b3-47bd-801f-43e62f530854 2018-08-01 05:25:32,586 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:25:32,589 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:25:32,617 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:25:32 GMT Server: Apache x-openstack-request-id: req-1a19821b-5732-4409-84f9-e211cce21d56 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:25:32,660 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:25:32 GMT Server: Apache x-openstack-request-id: req-f6a3a7f2-50b0-435e-94c3-ef22f8cdcef3 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:25:32,661 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-f6a3a7f2-50b0-435e-94c3-ef22f8cdcef3 2018-08-01 05:25:32,661 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.074362039566s 2018-08-01 05:25:32,661 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-f6a3a7f2-50b0-435e-94c3-ef22f8cdcef3 2018-08-01 05:25:32,661 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:25:32,664 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:25:32,692 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:25:32 GMT Server: Apache x-openstack-request-id: req-bbb41855-5516-40cd-ac5e-52241f7ba2bd Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:25:32,735 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:25:32 GMT Server: Apache x-openstack-request-id: req-acb94f7a-1db8-4e48-8031-e5e1878e94af Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:25:32,736 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-acb94f7a-1db8-4e48-8031-e5e1878e94af 2018-08-01 05:25:32,736 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0742449760437s 2018-08-01 05:25:32,736 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-acb94f7a-1db8-4e48-8031-e5e1878e94af 2018-08-01 05:25:37,740 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:25:37,743 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:25:37,772 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:25:37 GMT Server: Apache x-openstack-request-id: req-5cbfbe35-ae2a-4a7c-9e4f-d81c6f662b0f Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:25:37,814 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:25:37 GMT Server: Apache x-openstack-request-id: req-e4288da8-36c2-4d1f-afc8-e10beeb0f040 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:25:37,814 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-e4288da8-36c2-4d1f-afc8-e10beeb0f040 2018-08-01 05:25:37,814 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0739979743958s 2018-08-01 05:25:37,815 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-e4288da8-36c2-4d1f-afc8-e10beeb0f040 2018-08-01 05:25:42,816 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:25:42,819 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:25:42,850 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:25:42 GMT Server: Apache x-openstack-request-id: req-5a2a50d9-6a3c-4460-a575-c522f24927a7 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:25:42,893 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:25:42 GMT Server: Apache x-openstack-request-id: req-6f921e3a-3787-4c43-96d5-d7717f890c16 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:25:42,893 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-6f921e3a-3787-4c43-96d5-d7717f890c16 2018-08-01 05:25:42,893 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0769228935242s 2018-08-01 05:25:42,894 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-6f921e3a-3787-4c43-96d5-d7717f890c16 2018-08-01 05:25:42,894 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:25:42,897 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:25:42,927 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:25:42 GMT Server: Apache x-openstack-request-id: req-1eb81859-0ee1-4200-9b43-27eb4c8f4bc9 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:25:42,970 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:25:42 GMT Server: Apache x-openstack-request-id: req-098d3dba-bdbb-492c-8785-f0467ad89008 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:25:42,970 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-098d3dba-bdbb-492c-8785-f0467ad89008 2018-08-01 05:25:42,970 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0754458904266s 2018-08-01 05:25:42,970 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-098d3dba-bdbb-492c-8785-f0467ad89008 2018-08-01 05:25:47,977 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:25:47,980 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:25:48,012 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:25:47 GMT Server: Apache x-openstack-request-id: req-c5c1d9f3-f07a-4fdf-a853-a326cc9f3f3d Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:25:48,056 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:25:48 GMT Server: Apache x-openstack-request-id: req-19af68c7-d0d6-44fd-b002-c44428efe31a Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:25:48,056 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-19af68c7-d0d6-44fd-b002-c44428efe31a 2018-08-01 05:25:48,056 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0786690711975s 2018-08-01 05:25:48,056 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-19af68c7-d0d6-44fd-b002-c44428efe31a 2018-08-01 05:25:53,062 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:25:53,065 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:25:53,093 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:25:53 GMT Server: Apache x-openstack-request-id: req-2651ef66-c061-43f1-8107-40c5dfc322e5 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:25:53,136 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:25:53 GMT Server: Apache x-openstack-request-id: req-5cb10714-b765-405e-ac0e-8837fcd82239 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:25:53,136 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-5cb10714-b765-405e-ac0e-8837fcd82239 2018-08-01 05:25:53,136 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0738961696625s 2018-08-01 05:25:53,136 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-5cb10714-b765-405e-ac0e-8837fcd82239 2018-08-01 05:25:53,137 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:25:53,140 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:25:53,166 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:25:53 GMT Server: Apache x-openstack-request-id: req-42251617-b922-4d5b-a90f-b4707bebbb2a Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:25:53,209 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:25:53 GMT Server: Apache x-openstack-request-id: req-5116f14e-6d46-428f-b3b8-3eca3478fd77 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:25:53,209 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-5116f14e-6d46-428f-b3b8-3eca3478fd77 2018-08-01 05:25:53,209 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0720739364624s 2018-08-01 05:25:53,209 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-5116f14e-6d46-428f-b3b8-3eca3478fd77 2018-08-01 05:25:58,216 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:25:58,219 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:25:58,248 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:25:58 GMT Server: Apache x-openstack-request-id: req-a175e60a-1878-423e-9097-e3a91e58bbd8 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:25:58,290 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:25:58 GMT Server: Apache x-openstack-request-id: req-b390f8e1-22f8-4122-a003-4c648b395b65 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:25:58,291 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-b390f8e1-22f8-4122-a003-4c648b395b65 2018-08-01 05:25:58,291 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0743780136108s 2018-08-01 05:25:58,291 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-b390f8e1-22f8-4122-a003-4c648b395b65 2018-08-01 05:26:03,295 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:26:03,297 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:26:03,325 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:26:03 GMT Server: Apache x-openstack-request-id: req-f9a47068-251b-4168-bbca-39f599eda68f Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:26:03,368 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:26:03 GMT Server: Apache x-openstack-request-id: req-6f58d464-cc06-4289-a36f-b4bf659097a9 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:26:03,368 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-6f58d464-cc06-4289-a36f-b4bf659097a9 2018-08-01 05:26:03,368 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0723140239716s 2018-08-01 05:26:03,368 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-6f58d464-cc06-4289-a36f-b4bf659097a9 2018-08-01 05:26:03,369 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:26:03,371 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:26:03,398 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:26:03 GMT Server: Apache x-openstack-request-id: req-a918a681-37a3-431b-be82-e81a7365566c Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:26:03,636 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:26:03 GMT Server: Apache x-openstack-request-id: req-5e96aaae-0a5b-4f32-8653-1063bab6ac3d Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:26:03,636 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-5e96aaae-0a5b-4f32-8653-1063bab6ac3d 2018-08-01 05:26:03,636 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.267315864563s 2018-08-01 05:26:03,637 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-5e96aaae-0a5b-4f32-8653-1063bab6ac3d 2018-08-01 05:26:08,643 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:26:08,646 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:26:08,690 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:26:08 GMT Server: Apache x-openstack-request-id: req-0b0d2f8a-5d15-44fa-a4c2-cdb75c290cde Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:26:08,734 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:26:08 GMT Server: Apache x-openstack-request-id: req-f2ccd3f8-37c5-4a6d-89f5-eb5be1a07798 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:26:08,735 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-f2ccd3f8-37c5-4a6d-89f5-eb5be1a07798 2018-08-01 05:26:08,735 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0913419723511s 2018-08-01 05:26:08,735 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-f2ccd3f8-37c5-4a6d-89f5-eb5be1a07798 2018-08-01 05:26:13,737 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:26:13,740 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:26:13,769 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:26:13 GMT Server: Apache x-openstack-request-id: req-96283e32-5f36-4681-963a-2e6a57ea8392 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:26:13,813 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:26:13 GMT Server: Apache x-openstack-request-id: req-cc5ada39-b146-4d77-89a7-2a70b2bbb998 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:26:13,813 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-cc5ada39-b146-4d77-89a7-2a70b2bbb998 2018-08-01 05:26:13,814 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.076071023941s 2018-08-01 05:26:13,814 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-cc5ada39-b146-4d77-89a7-2a70b2bbb998 2018-08-01 05:26:13,814 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:26:13,817 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:26:13,861 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:26:13 GMT Server: Apache x-openstack-request-id: req-0008afbb-c0b7-44e2-8443-a861dec8b5c0 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:26:13,907 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:26:13 GMT Server: Apache x-openstack-request-id: req-ab80b409-c77b-4985-b209-3a6fa931c097 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:26:13,907 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-ab80b409-c77b-4985-b209-3a6fa931c097 2018-08-01 05:26:13,907 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0926859378815s 2018-08-01 05:26:13,907 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-ab80b409-c77b-4985-b209-3a6fa931c097 2018-08-01 05:26:18,914 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:26:18,917 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:26:18,945 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:26:18 GMT Server: Apache x-openstack-request-id: req-c736b957-84dd-45dc-b807-462415c6fb10 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:26:18,989 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:26:18 GMT Server: Apache x-openstack-request-id: req-595d56ea-04d3-4c10-9684-93a3acd51b9c Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:26:18,989 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-595d56ea-04d3-4c10-9684-93a3acd51b9c 2018-08-01 05:26:18,990 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0752818584442s 2018-08-01 05:26:18,990 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-595d56ea-04d3-4c10-9684-93a3acd51b9c 2018-08-01 05:26:23,996 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:26:23,999 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:26:24,026 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:26:23 GMT Server: Apache x-openstack-request-id: req-1ec26c26-1a7b-45e2-924d-0e33c56a36de Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:26:24,071 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:26:24 GMT Server: Apache x-openstack-request-id: req-ad479198-33f1-4d8a-a2ad-099867728648 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:26:24,072 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-ad479198-33f1-4d8a-a2ad-099867728648 2018-08-01 05:26:24,072 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0759248733521s 2018-08-01 05:26:24,072 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-ad479198-33f1-4d8a-a2ad-099867728648 2018-08-01 05:26:24,073 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:26:24,075 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:26:24,103 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:26:24 GMT Server: Apache x-openstack-request-id: req-20f0c29e-d120-498b-a6cf-db7119a5a068 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:26:24,145 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:26:24 GMT Server: Apache x-openstack-request-id: req-024961d5-db21-414c-ba6b-6b9fe288c163 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:26:24,145 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-024961d5-db21-414c-ba6b-6b9fe288c163 2018-08-01 05:26:24,145 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.072014093399s 2018-08-01 05:26:24,145 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-024961d5-db21-414c-ba6b-6b9fe288c163 2018-08-01 05:26:29,152 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:26:29,155 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:26:29,183 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:26:29 GMT Server: Apache x-openstack-request-id: req-4179591e-995b-4983-9371-b16ffcfb1e07 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:26:29,226 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:26:29 GMT Server: Apache x-openstack-request-id: req-05a804c1-c8a1-4027-88f1-2652ae670b83 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:26:29,227 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-05a804c1-c8a1-4027-88f1-2652ae670b83 2018-08-01 05:26:29,227 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0747408866882s 2018-08-01 05:26:29,227 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-05a804c1-c8a1-4027-88f1-2652ae670b83 2018-08-01 05:26:34,233 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:26:34,236 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:26:34,264 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:26:34 GMT Server: Apache x-openstack-request-id: req-57af5a19-d26c-4c1e-8a9a-7fb7490a4e22 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:26:34,307 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:26:34 GMT Server: Apache x-openstack-request-id: req-fc04a186-8566-4b27-8aca-6d5cf654f1e4 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:26:34,307 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-fc04a186-8566-4b27-8aca-6d5cf654f1e4 2018-08-01 05:26:34,307 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0742139816284s 2018-08-01 05:26:34,308 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-fc04a186-8566-4b27-8aca-6d5cf654f1e4 2018-08-01 05:26:34,308 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:26:34,311 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:26:34,572 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:26:34 GMT Server: Apache x-openstack-request-id: req-5e061806-faa7-4b04-96d6-f6749f486b20 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:26:34,614 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:26:34 GMT Server: Apache x-openstack-request-id: req-4b4f6b8e-e547-4e9a-825a-df1fe65c06dc Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:26:34,614 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-4b4f6b8e-e547-4e9a-825a-df1fe65c06dc 2018-08-01 05:26:34,614 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.305832147598s 2018-08-01 05:26:34,614 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-4b4f6b8e-e547-4e9a-825a-df1fe65c06dc 2018-08-01 05:26:39,616 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:26:39,619 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:26:39,647 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:26:39 GMT Server: Apache x-openstack-request-id: req-773b5e78-27c9-4a65-b418-11c09106b8d5 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:26:39,690 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:26:39 GMT Server: Apache x-openstack-request-id: req-cb1e470e-d6c8-445d-b997-8986c11386f2 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:26:39,690 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-cb1e470e-d6c8-445d-b997-8986c11386f2 2018-08-01 05:26:39,690 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0735790729523s 2018-08-01 05:26:39,690 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-cb1e470e-d6c8-445d-b997-8986c11386f2 2018-08-01 05:26:44,696 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:26:44,699 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:26:44,727 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:26:44 GMT Server: Apache x-openstack-request-id: req-c56a958d-273f-44e3-9146-2e1bf6b76a41 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:26:44,769 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:26:44 GMT Server: Apache x-openstack-request-id: req-d64ff01a-8810-4ea3-b858-53d2f9bb6701 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:26:44,769 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-d64ff01a-8810-4ea3-b858-53d2f9bb6701 2018-08-01 05:26:44,770 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0731391906738s 2018-08-01 05:26:44,770 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-d64ff01a-8810-4ea3-b858-53d2f9bb6701 2018-08-01 05:26:44,770 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:26:44,773 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:26:45,017 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:26:44 GMT Server: Apache x-openstack-request-id: req-d776dbd1-dde1-43c6-9200-427b2430334d Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:26:45,044 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:26:45 GMT Server: Apache x-openstack-request-id: req-5fc42c66-bc06-4785-b050-59d7b327fcc5 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:26:45,044 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-5fc42c66-bc06-4785-b050-59d7b327fcc5 2018-08-01 05:26:45,044 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.273720026016s 2018-08-01 05:26:45,045 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-5fc42c66-bc06-4785-b050-59d7b327fcc5 2018-08-01 05:26:50,051 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:26:50,054 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:26:50,083 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:26:50 GMT Server: Apache x-openstack-request-id: req-229f2fad-bd90-4c18-bfd3-3887338dfcf2 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:26:50,126 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:26:50 GMT Server: Apache x-openstack-request-id: req-fc739462-14e2-4209-af19-bf6bbf2b4645 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:26:50,126 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-fc739462-14e2-4209-af19-bf6bbf2b4645 2018-08-01 05:26:50,126 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0747001171112s 2018-08-01 05:26:50,126 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-fc739462-14e2-4209-af19-bf6bbf2b4645 2018-08-01 05:26:55,132 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:26:55,135 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:26:55,162 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:26:55 GMT Server: Apache x-openstack-request-id: req-05d0c070-6d86-4929-99fd-0f082fae297e Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:26:55,204 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:26:55 GMT Server: Apache x-openstack-request-id: req-f30e84b2-4eae-4b91-9726-f332be3bb9d4 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:26:55,204 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-f30e84b2-4eae-4b91-9726-f332be3bb9d4 2018-08-01 05:26:55,205 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.072144985199s 2018-08-01 05:26:55,205 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-f30e84b2-4eae-4b91-9726-f332be3bb9d4 2018-08-01 05:26:55,205 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:26:55,208 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:26:55,236 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:26:55 GMT Server: Apache x-openstack-request-id: req-623d5fc6-ac21-468b-9baa-c5afb4c9c77f Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:26:55,279 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:26:55 GMT Server: Apache x-openstack-request-id: req-1fbffe63-37cf-4822-9624-b8fbd6e6255d Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:26:55,279 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-1fbffe63-37cf-4822-9624-b8fbd6e6255d 2018-08-01 05:26:55,279 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.073744058609s 2018-08-01 05:26:55,279 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-1fbffe63-37cf-4822-9624-b8fbd6e6255d 2018-08-01 05:27:00,286 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:27:00,290 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:27:00,318 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:27:00 GMT Server: Apache x-openstack-request-id: req-82e90e95-56ff-4192-8f06-dd06fffb9eaa Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:27:00,361 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:27:00 GMT Server: Apache x-openstack-request-id: req-87832213-1d6b-448b-99d9-12f3be0294e6 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:27:00,361 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-87832213-1d6b-448b-99d9-12f3be0294e6 2018-08-01 05:27:00,361 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0752630233765s 2018-08-01 05:27:00,362 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-87832213-1d6b-448b-99d9-12f3be0294e6 2018-08-01 05:27:05,368 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:27:05,371 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:27:05,399 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:27:05 GMT Server: Apache x-openstack-request-id: req-d986bb89-8f22-4ba5-b336-5e35266485e7 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:27:05,442 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:27:05 GMT Server: Apache x-openstack-request-id: req-dc125fc3-55b7-4c75-9216-e1b927b912c9 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:27:05,442 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-dc125fc3-55b7-4c75-9216-e1b927b912c9 2018-08-01 05:27:05,442 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0743701457977s 2018-08-01 05:27:05,442 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-dc125fc3-55b7-4c75-9216-e1b927b912c9 2018-08-01 05:27:05,443 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:27:05,446 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:27:05,652 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:27:05 GMT Server: Apache x-openstack-request-id: req-3302d2d9-30ca-4684-a848-439560b6ceee Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:27:05,694 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:27:05 GMT Server: Apache x-openstack-request-id: req-c47565e8-aedd-40f0-a679-c2891f8a5e97 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:27:05,695 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-c47565e8-aedd-40f0-a679-c2891f8a5e97 2018-08-01 05:27:05,695 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.251718044281s 2018-08-01 05:27:05,695 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-c47565e8-aedd-40f0-a679-c2891f8a5e97 2018-08-01 05:27:10,702 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:27:10,704 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:27:10,934 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:27:10 GMT Server: Apache x-openstack-request-id: req-706c2101-9c74-4086-b6fd-a160b2558c15 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:27:10,976 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:27:10 GMT Server: Apache x-openstack-request-id: req-29430f95-e200-44a1-98a1-8c7dfef6deb1 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:27:10,977 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-29430f95-e200-44a1-98a1-8c7dfef6deb1 2018-08-01 05:27:10,977 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.274976968765s 2018-08-01 05:27:10,977 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-29430f95-e200-44a1-98a1-8c7dfef6deb1 2018-08-01 05:27:15,983 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:27:15,986 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:27:16,013 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:27:15 GMT Server: Apache x-openstack-request-id: req-45cffe2b-d80c-46ad-acab-19ce743ef2e1 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:27:16,234 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:27:16 GMT Server: Apache x-openstack-request-id: req-7e49483c-1b8f-4a7e-9839-47a9bb4fb671 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:27:16,235 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-7e49483c-1b8f-4a7e-9839-47a9bb4fb671 2018-08-01 05:27:16,235 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.251914978027s 2018-08-01 05:27:16,235 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-7e49483c-1b8f-4a7e-9839-47a9bb4fb671 2018-08-01 05:27:16,235 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:27:16,238 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:27:16,265 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:27:16 GMT Server: Apache x-openstack-request-id: req-573e8c42-7a6a-4d7e-bb72-3c9693e8ac8a Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:27:16,500 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:27:16 GMT Server: Apache x-openstack-request-id: req-2e1ed4c0-34b6-4d2d-be3a-ab17bae2abff Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:27:16,500 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-2e1ed4c0-34b6-4d2d-be3a-ab17bae2abff 2018-08-01 05:27:16,500 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.264657974243s 2018-08-01 05:27:16,501 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-2e1ed4c0-34b6-4d2d-be3a-ab17bae2abff 2018-08-01 05:27:21,507 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:27:21,510 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:27:21,543 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:27:21 GMT Server: Apache x-openstack-request-id: req-d39dbcc4-8faf-437e-b2d8-c3e103d1a036 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:27:21,587 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:27:21 GMT Server: Apache x-openstack-request-id: req-6cca101f-75bd-4991-b3cb-196ad63a620a Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:27:21,588 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-6cca101f-75bd-4991-b3cb-196ad63a620a 2018-08-01 05:27:21,588 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0802509784698s 2018-08-01 05:27:21,588 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-6cca101f-75bd-4991-b3cb-196ad63a620a 2018-08-01 05:27:26,594 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:27:26,597 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:27:26,624 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:27:26 GMT Server: Apache x-openstack-request-id: req-12dcb4f6-6b80-4d78-abd8-34f530f9f6c3 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:27:26,666 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:27:26 GMT Server: Apache x-openstack-request-id: req-85c74bf1-ef7d-40b9-9a9c-faf14be4f2e5 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:27:26,667 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-85c74bf1-ef7d-40b9-9a9c-faf14be4f2e5 2018-08-01 05:27:26,667 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0729060173035s 2018-08-01 05:27:26,667 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-85c74bf1-ef7d-40b9-9a9c-faf14be4f2e5 2018-08-01 05:27:26,667 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:27:26,670 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:27:26,696 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:27:26 GMT Server: Apache x-openstack-request-id: req-edef3622-3484-482c-9eef-6e0be53860cf Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:27:26,739 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:27:26 GMT Server: Apache x-openstack-request-id: req-de2ab772-3f87-4c7a-981b-7c5bce6800da Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:27:26,739 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-de2ab772-3f87-4c7a-981b-7c5bce6800da 2018-08-01 05:27:26,739 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0715069770813s 2018-08-01 05:27:26,739 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-de2ab772-3f87-4c7a-981b-7c5bce6800da 2018-08-01 05:27:31,746 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:27:31,749 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:27:31,777 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:27:31 GMT Server: Apache x-openstack-request-id: req-4af75200-ad30-4026-b37a-2b4dd8ef2e40 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:27:31,819 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:27:31 GMT Server: Apache x-openstack-request-id: req-4cebce29-8cda-446a-8571-ee6ce58ace01 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:27:31,819 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-4cebce29-8cda-446a-8571-ee6ce58ace01 2018-08-01 05:27:31,820 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0733640193939s 2018-08-01 05:27:31,820 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-4cebce29-8cda-446a-8571-ee6ce58ace01 2018-08-01 05:27:36,826 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:27:36,829 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:27:36,874 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:27:36 GMT Server: Apache x-openstack-request-id: req-67215efd-7df7-4598-b872-7104421d24b9 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:27:36,918 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:27:36 GMT Server: Apache x-openstack-request-id: req-c4a9ad88-c8f8-4b68-ad80-8d1c2cf091c3 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:27:36,918 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-c4a9ad88-c8f8-4b68-ad80-8d1c2cf091c3 2018-08-01 05:27:36,918 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.092188835144s 2018-08-01 05:27:36,918 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-c4a9ad88-c8f8-4b68-ad80-8d1c2cf091c3 2018-08-01 05:27:36,919 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:27:36,922 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:27:36,950 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:27:36 GMT Server: Apache x-openstack-request-id: req-d919b7ad-03aa-42ce-9de4-cbf8a015e741 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:27:36,995 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:27:36 GMT Server: Apache x-openstack-request-id: req-d7e3a7b0-df20-4eb7-8cf1-b7507bf6a774 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:27:36,996 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-d7e3a7b0-df20-4eb7-8cf1-b7507bf6a774 2018-08-01 05:27:36,996 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0766861438751s 2018-08-01 05:27:36,996 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-d7e3a7b0-df20-4eb7-8cf1-b7507bf6a774 2018-08-01 05:27:42,003 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:27:42,006 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:27:42,035 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:27:42 GMT Server: Apache x-openstack-request-id: req-99ad1bc4-0255-4d85-ab4c-aecfe5d22a6a Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:27:42,078 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:27:42 GMT Server: Apache x-openstack-request-id: req-196bac73-f72e-4cf9-9997-347ea544077b Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:27:42,078 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-196bac73-f72e-4cf9-9997-347ea544077b 2018-08-01 05:27:42,078 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.075021982193s 2018-08-01 05:27:42,079 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-196bac73-f72e-4cf9-9997-347ea544077b 2018-08-01 05:27:47,084 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:27:47,087 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:27:47,116 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:27:47 GMT Server: Apache x-openstack-request-id: req-cbc2404e-1e96-404a-b8b6-86fe2ee05a1a Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:27:47,159 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:27:47 GMT Server: Apache x-openstack-request-id: req-d85cebe8-0309-43ee-9c66-47840bb28a7b Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:27:47,159 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-d85cebe8-0309-43ee-9c66-47840bb28a7b 2018-08-01 05:27:47,159 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0744240283966s 2018-08-01 05:27:47,159 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-d85cebe8-0309-43ee-9c66-47840bb28a7b 2018-08-01 05:27:47,160 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:27:47,162 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:27:47,192 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:27:47 GMT Server: Apache x-openstack-request-id: req-64805dbd-4208-4eb5-8f99-dce011e6e1b1 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:27:47,430 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:27:47 GMT Server: Apache x-openstack-request-id: req-7c405067-3883-4767-adbf-3f178925a0b6 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:27:47,430 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-7c405067-3883-4767-adbf-3f178925a0b6 2018-08-01 05:27:47,431 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.270776987076s 2018-08-01 05:27:47,431 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-7c405067-3883-4767-adbf-3f178925a0b6 2018-08-01 05:27:52,438 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:27:52,441 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:27:52,469 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:27:52 GMT Server: Apache x-openstack-request-id: req-fe28cba7-4ef8-4cd8-a449-d8d09f16fd47 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:27:52,512 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:27:52 GMT Server: Apache x-openstack-request-id: req-4372cf68-6a73-4fe4-a1d9-84869c253c0e Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:27:52,512 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-4372cf68-6a73-4fe4-a1d9-84869c253c0e 2018-08-01 05:27:52,513 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0744469165802s 2018-08-01 05:27:52,513 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-4372cf68-6a73-4fe4-a1d9-84869c253c0e 2018-08-01 05:27:57,519 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:27:57,522 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:27:57,550 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:27:57 GMT Server: Apache x-openstack-request-id: req-7ac139f0-d5bf-4ad9-9cdb-cc66b56137b8 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:27:57,594 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:27:57 GMT Server: Apache x-openstack-request-id: req-86effbcd-0b48-4ccc-aaf8-718e58c82c87 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:27:57,594 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-86effbcd-0b48-4ccc-aaf8-718e58c82c87 2018-08-01 05:27:57,594 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0754837989807s 2018-08-01 05:27:57,595 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-86effbcd-0b48-4ccc-aaf8-718e58c82c87 2018-08-01 05:27:57,595 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:27:57,598 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:27:57,817 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:27:57 GMT Server: Apache x-openstack-request-id: req-13fd0f5c-0579-47dc-949a-668092ffd23e Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:27:57,860 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:27:57 GMT Server: Apache x-openstack-request-id: req-82c6f182-3ef5-415c-9762-9718618c62ac Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:27:57,860 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-82c6f182-3ef5-415c-9762-9718618c62ac 2018-08-01 05:27:57,860 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.264802932739s 2018-08-01 05:27:57,860 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-82c6f182-3ef5-415c-9762-9718618c62ac 2018-08-01 05:28:02,867 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:28:02,870 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:28:02,897 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:28:02 GMT Server: Apache x-openstack-request-id: req-1959ba4b-3cb5-4488-9205-cdf68a1c0a49 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:28:02,941 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:28:02 GMT Server: Apache x-openstack-request-id: req-bf9262f9-f9ac-45b3-991d-b39db434f2bc Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:28:02,942 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-bf9262f9-f9ac-45b3-991d-b39db434f2bc 2018-08-01 05:28:02,942 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.074569940567s 2018-08-01 05:28:02,942 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-bf9262f9-f9ac-45b3-991d-b39db434f2bc 2018-08-01 05:28:07,948 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:28:07,951 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:28:07,982 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:28:07 GMT Server: Apache x-openstack-request-id: req-7706b2c6-75a7-4fa3-b42c-a4c7aa5a744f Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:28:08,025 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:28:07 GMT Server: Apache x-openstack-request-id: req-db797e2e-159c-48e0-9d5e-aef2825c8f59 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:28:08,026 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-db797e2e-159c-48e0-9d5e-aef2825c8f59 2018-08-01 05:28:08,026 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0777249336243s 2018-08-01 05:28:08,026 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-db797e2e-159c-48e0-9d5e-aef2825c8f59 2018-08-01 05:28:08,027 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:28:08,029 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:28:08,058 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:28:08 GMT Server: Apache x-openstack-request-id: req-fc9384ed-7a49-441a-99ae-7beae1a87063 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:28:08,101 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:28:08 GMT Server: Apache x-openstack-request-id: req-a38810b5-0efe-48ee-84fd-094537e2f133 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:28:08,101 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-a38810b5-0efe-48ee-84fd-094537e2f133 2018-08-01 05:28:08,101 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0745778083801s 2018-08-01 05:28:08,102 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-a38810b5-0efe-48ee-84fd-094537e2f133 2018-08-01 05:28:13,108 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:28:13,112 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:28:13,140 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:28:13 GMT Server: Apache x-openstack-request-id: req-db3b0174-5037-4a0f-8b75-4d787f8f7746 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:28:13,183 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:28:13 GMT Server: Apache x-openstack-request-id: req-2d89acc2-dd1d-4a22-9587-c001f5140c10 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:28:13,183 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-2d89acc2-dd1d-4a22-9587-c001f5140c10 2018-08-01 05:28:13,183 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0744290351868s 2018-08-01 05:28:13,183 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-2d89acc2-dd1d-4a22-9587-c001f5140c10 2018-08-01 05:28:18,189 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:28:18,193 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:28:18,221 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:28:18 GMT Server: Apache x-openstack-request-id: req-9e0a34a9-30bb-4295-a911-55779c81c35f Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:28:18,263 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:28:18 GMT Server: Apache x-openstack-request-id: req-28022a3c-00da-4f0a-934e-7f6e58c89f31 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:28:18,264 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-28022a3c-00da-4f0a-934e-7f6e58c89f31 2018-08-01 05:28:18,264 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.074355840683s 2018-08-01 05:28:18,264 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-28022a3c-00da-4f0a-934e-7f6e58c89f31 2018-08-01 05:28:18,264 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:28:18,266 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:28:18,442 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:28:18 GMT Server: Apache x-openstack-request-id: req-2077fd18-892c-44ed-bbb2-1f694b86ac6c Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:28:18,486 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:28:18 GMT Server: Apache x-openstack-request-id: req-e4e47ef6-76b1-4f2b-8527-c283334ed45c Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:28:18,486 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-e4e47ef6-76b1-4f2b-8527-c283334ed45c 2018-08-01 05:28:18,486 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.221860170364s 2018-08-01 05:28:18,487 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-e4e47ef6-76b1-4f2b-8527-c283334ed45c 2018-08-01 05:28:23,493 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:28:23,496 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:28:23,708 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:28:23 GMT Server: Apache x-openstack-request-id: req-715a3e04-1459-4e7d-82b4-7254e69fdd50 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:28:23,751 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:28:23 GMT Server: Apache x-openstack-request-id: req-a9ebb996-e48f-4bb9-af3c-8734049c11a9 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:28:23,751 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-a9ebb996-e48f-4bb9-af3c-8734049c11a9 2018-08-01 05:28:23,751 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.257424116135s 2018-08-01 05:28:23,751 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-a9ebb996-e48f-4bb9-af3c-8734049c11a9 2018-08-01 05:28:28,756 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:28:28,759 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:28:28,789 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:28:28 GMT Server: Apache x-openstack-request-id: req-780da5b0-c551-4ab7-a5bd-3a638a622993 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:28:28,831 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:28:28 GMT Server: Apache x-openstack-request-id: req-f7eb63c1-5f5a-492b-a511-017b90f2e52c Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:28:28,831 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-f7eb63c1-5f5a-492b-a511-017b90f2e52c 2018-08-01 05:28:28,831 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0747561454773s 2018-08-01 05:28:28,831 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-f7eb63c1-5f5a-492b-a511-017b90f2e52c 2018-08-01 05:28:28,832 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:28:28,833 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:28:28,859 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:28:28 GMT Server: Apache x-openstack-request-id: req-ecf440a7-ecbf-4b3a-9db2-58f963c37c11 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:28:29,107 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:28:28 GMT Server: Apache x-openstack-request-id: req-b0e01ffc-d071-4b51-836b-a73334311a32 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:28:29,107 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-b0e01ffc-d071-4b51-836b-a73334311a32 2018-08-01 05:28:29,107 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.275477170944s 2018-08-01 05:28:29,107 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-b0e01ffc-d071-4b51-836b-a73334311a32 2018-08-01 05:28:34,110 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:28:34,114 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:28:34,158 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:28:34 GMT Server: Apache x-openstack-request-id: req-876021f7-f613-4fa0-8005-edad249120fc Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:28:34,203 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:28:34 GMT Server: Apache x-openstack-request-id: req-eb1fe0b5-42a4-4b64-a6bb-a084e4d3369f Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:28:34,203 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-eb1fe0b5-42a4-4b64-a6bb-a084e4d3369f 2018-08-01 05:28:34,203 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0927131175995s 2018-08-01 05:28:34,204 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-eb1fe0b5-42a4-4b64-a6bb-a084e4d3369f 2018-08-01 05:28:39,209 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:28:39,213 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:28:39,240 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:28:39 GMT Server: Apache x-openstack-request-id: req-b4d738ff-f5a6-4a45-a5b2-2c15fd469e32 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:28:39,282 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:28:39 GMT Server: Apache x-openstack-request-id: req-06fe177e-cda1-4844-bc01-37dcb1dc7ba5 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:28:39,282 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-06fe177e-cda1-4844-bc01-37dcb1dc7ba5 2018-08-01 05:28:39,282 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0726978778839s 2018-08-01 05:28:39,283 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-06fe177e-cda1-4844-bc01-37dcb1dc7ba5 2018-08-01 05:28:39,283 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:28:39,286 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:28:39,316 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:28:39 GMT Server: Apache x-openstack-request-id: req-9a530c17-fc36-4e9d-b344-727807c0ae08 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:28:39,358 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:28:39 GMT Server: Apache x-openstack-request-id: req-96d9cc30-d446-477a-a9c1-4d0adcc35829 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:28:39,358 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-96d9cc30-d446-477a-a9c1-4d0adcc35829 2018-08-01 05:28:39,359 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0753908157349s 2018-08-01 05:28:39,359 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-96d9cc30-d446-477a-a9c1-4d0adcc35829 2018-08-01 05:28:44,365 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:28:44,369 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:28:44,596 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:28:44 GMT Server: Apache x-openstack-request-id: req-6e7463b3-ec6b-4299-a3c8-05d01a6e784d Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:28:44,641 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:28:44 GMT Server: Apache x-openstack-request-id: req-90e67cef-126f-4179-960c-5166df6d2ad1 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:28:44,641 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-90e67cef-126f-4179-960c-5166df6d2ad1 2018-08-01 05:28:44,641 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.275749921799s 2018-08-01 05:28:44,642 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-90e67cef-126f-4179-960c-5166df6d2ad1 2018-08-01 05:28:49,644 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:28:49,647 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:28:49,674 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:28:49 GMT Server: Apache x-openstack-request-id: req-547067a9-5409-4f94-917c-801786860532 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:28:49,715 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:28:49 GMT Server: Apache x-openstack-request-id: req-58cb44f6-9065-451a-9e31-092399d8f6c8 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:28:49,715 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-58cb44f6-9065-451a-9e31-092399d8f6c8 2018-08-01 05:28:49,715 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0713219642639s 2018-08-01 05:28:49,715 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-58cb44f6-9065-451a-9e31-092399d8f6c8 2018-08-01 05:28:49,716 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:28:49,717 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:28:49,743 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:28:49 GMT Server: Apache x-openstack-request-id: req-3f4ef732-6c6f-4459-87dd-8097eb0e9108 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:28:49,785 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:28:49 GMT Server: Apache x-openstack-request-id: req-c97961ee-c1f1-4f38-8399-c8d48bd4a512 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:28:49,785 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-c97961ee-c1f1-4f38-8399-c8d48bd4a512 2018-08-01 05:28:49,785 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0697848796844s 2018-08-01 05:28:49,786 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-c97961ee-c1f1-4f38-8399-c8d48bd4a512 2018-08-01 05:28:54,787 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:28:54,790 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:28:54,817 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:28:54 GMT Server: Apache x-openstack-request-id: req-9e59f21c-8e78-4fb5-9ab3-d4e5f5635ed1 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:28:54,862 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:28:54 GMT Server: Apache x-openstack-request-id: req-77ec0a82-2ba3-469f-8752-ac9ce3c71ad5 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:28:54,862 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-77ec0a82-2ba3-469f-8752-ac9ce3c71ad5 2018-08-01 05:28:54,862 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0747299194336s 2018-08-01 05:28:54,862 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-77ec0a82-2ba3-469f-8752-ac9ce3c71ad5 2018-08-01 05:28:59,869 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:28:59,872 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:28:59,901 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:28:59 GMT Server: Apache x-openstack-request-id: req-b32eb448-342c-4fa8-8d6b-6c6b0d0d2594 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:28:59,944 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:28:59 GMT Server: Apache x-openstack-request-id: req-00e4b77c-6f77-46be-b786-c99480cf6fb6 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:28:59,944 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-00e4b77c-6f77-46be-b786-c99480cf6fb6 2018-08-01 05:28:59,944 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0751328468323s 2018-08-01 05:28:59,944 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-00e4b77c-6f77-46be-b786-c99480cf6fb6 2018-08-01 05:28:59,945 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:28:59,948 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:29:00,165 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:28:59 GMT Server: Apache x-openstack-request-id: req-12706449-eac3-4794-ac69-09304197781f Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:29:00,373 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:29:00 GMT Server: Apache x-openstack-request-id: req-c98cbb68-1435-41c0-8439-d74a6c77496a Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:29:00,374 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-c98cbb68-1435-41c0-8439-d74a6c77496a 2018-08-01 05:29:00,374 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.429139852524s 2018-08-01 05:29:00,374 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-c98cbb68-1435-41c0-8439-d74a6c77496a 2018-08-01 05:29:05,381 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:29:05,386 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:29:05,414 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:29:05 GMT Server: Apache x-openstack-request-id: req-afca532e-61bc-44de-9590-f9cf364442a0 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:29:05,459 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:29:05 GMT Server: Apache x-openstack-request-id: req-2576d48d-6fb5-4b05-9997-b24b41446bfb Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:29:05,459 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-2576d48d-6fb5-4b05-9997-b24b41446bfb 2018-08-01 05:29:05,459 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.077654838562s 2018-08-01 05:29:05,459 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-2576d48d-6fb5-4b05-9997-b24b41446bfb 2018-08-01 05:29:10,465 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:29:10,468 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:29:10,703 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:29:10 GMT Server: Apache x-openstack-request-id: req-bb35548b-a9dc-4511-8bab-25412960d91d Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:29:10,746 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:29:10 GMT Server: Apache x-openstack-request-id: req-56961781-61cc-4aaf-ba6d-2985cc16dcbf Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:29:10,746 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-56961781-61cc-4aaf-ba6d-2985cc16dcbf 2018-08-01 05:29:10,746 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.280564069748s 2018-08-01 05:29:10,746 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-56961781-61cc-4aaf-ba6d-2985cc16dcbf 2018-08-01 05:29:10,747 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:29:10,749 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:29:10,776 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:29:10 GMT Server: Apache x-openstack-request-id: req-84e1effe-23d5-4282-9855-4ce7cdd73f51 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:29:10,820 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:29:10 GMT Server: Apache x-openstack-request-id: req-d2b43e2e-9344-4005-bc70-3d1620a82b19 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:29:10,820 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-d2b43e2e-9344-4005-bc70-3d1620a82b19 2018-08-01 05:29:10,820 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0730118751526s 2018-08-01 05:29:10,820 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-d2b43e2e-9344-4005-bc70-3d1620a82b19 2018-08-01 05:29:15,827 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:29:15,830 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:29:15,858 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:29:15 GMT Server: Apache x-openstack-request-id: req-50b0b2cb-a9cc-4273-b657-724a3be2a875 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:29:15,900 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:29:15 GMT Server: Apache x-openstack-request-id: req-f53a4bcc-a3e4-4512-a6e9-1c6e24c1e531 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:29:15,901 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-f53a4bcc-a3e4-4512-a6e9-1c6e24c1e531 2018-08-01 05:29:15,901 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0737590789795s 2018-08-01 05:29:15,901 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-f53a4bcc-a3e4-4512-a6e9-1c6e24c1e531 2018-08-01 05:29:20,906 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:29:20,909 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:29:20,939 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:29:20 GMT Server: Apache x-openstack-request-id: req-977603c7-a0ba-43f8-95bf-7abdfab6e134 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:29:20,983 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:29:20 GMT Server: Apache x-openstack-request-id: req-2cad82ee-a444-45b2-8fc9-f9f8f17d6b48 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:29:20,983 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-2cad82ee-a444-45b2-8fc9-f9f8f17d6b48 2018-08-01 05:29:20,983 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0766859054565s 2018-08-01 05:29:20,983 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-2cad82ee-a444-45b2-8fc9-f9f8f17d6b48 2018-08-01 05:29:20,984 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:29:20,987 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:29:21,212 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:29:20 GMT Server: Apache x-openstack-request-id: req-1f743999-ad8e-4353-a787-85362ef71f92 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:29:21,387 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:29:21 GMT Server: Apache x-openstack-request-id: req-daf816f8-ee04-4539-8fb0-5fc448ec9879 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:29:21,388 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-daf816f8-ee04-4539-8fb0-5fc448ec9879 2018-08-01 05:29:21,388 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.403599977493s 2018-08-01 05:29:21,388 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-daf816f8-ee04-4539-8fb0-5fc448ec9879 2018-08-01 05:29:26,394 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:29:26,397 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:29:26,425 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:29:26 GMT Server: Apache x-openstack-request-id: req-b5f5c317-16bd-447e-b089-e3a164611fcd Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:29:26,650 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:29:26 GMT Server: Apache x-openstack-request-id: req-a46f4227-2035-47b7-afc5-d2ea95a952d0 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:29:26,650 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-a46f4227-2035-47b7-afc5-d2ea95a952d0 2018-08-01 05:29:26,650 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.255578041077s 2018-08-01 05:29:26,650 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-a46f4227-2035-47b7-afc5-d2ea95a952d0 2018-08-01 05:29:31,656 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:29:31,659 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:29:31,876 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:29:31 GMT Server: Apache x-openstack-request-id: req-88ff4316-7657-429a-a9c5-99f0a288e144 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:29:31,919 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:29:31 GMT Server: Apache x-openstack-request-id: req-31bcc7d9-6fc8-4852-8f4d-d65718348525 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:29:31,919 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-31bcc7d9-6fc8-4852-8f4d-d65718348525 2018-08-01 05:29:31,920 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.262979984283s 2018-08-01 05:29:31,920 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-31bcc7d9-6fc8-4852-8f4d-d65718348525 2018-08-01 05:29:31,920 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:29:31,923 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:29:32,130 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:29:31 GMT Server: Apache x-openstack-request-id: req-8b6e3f81-18d3-48a6-be45-352e10a6ec33 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:29:32,173 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:29:32 GMT Server: Apache x-openstack-request-id: req-e5ab54de-4883-4500-9d6b-0a81f2b984b7 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:29:32,174 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-e5ab54de-4883-4500-9d6b-0a81f2b984b7 2018-08-01 05:29:32,174 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.253357887268s 2018-08-01 05:29:32,174 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-e5ab54de-4883-4500-9d6b-0a81f2b984b7 2018-08-01 05:29:37,181 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:29:37,184 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:29:37,211 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:29:37 GMT Server: Apache x-openstack-request-id: req-546c441f-ca1e-4dd6-8e4f-2f4cdf2d93f4 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:29:37,257 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:29:37 GMT Server: Apache x-openstack-request-id: req-f4f1b891-cb00-4dee-8146-5ef9fa0ea3a8 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:29:37,257 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-f4f1b891-cb00-4dee-8146-5ef9fa0ea3a8 2018-08-01 05:29:37,257 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0762169361115s 2018-08-01 05:29:37,258 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-f4f1b891-cb00-4dee-8146-5ef9fa0ea3a8 2018-08-01 05:29:42,263 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:29:42,267 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:29:42,470 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:29:42 GMT Server: Apache x-openstack-request-id: req-0f04960a-106c-40c1-aa74-756186e2019c Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:29:42,512 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:29:42 GMT Server: Apache x-openstack-request-id: req-5c36dbfa-c6a2-4eb6-ab13-402e62724d4d Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:29:42,512 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-5c36dbfa-c6a2-4eb6-ab13-402e62724d4d 2018-08-01 05:29:42,512 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.248636007309s 2018-08-01 05:29:42,512 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-5c36dbfa-c6a2-4eb6-ab13-402e62724d4d 2018-08-01 05:29:42,513 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:29:42,515 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:29:42,543 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:29:42 GMT Server: Apache x-openstack-request-id: req-e01ed165-1c8a-44de-89d4-eb2a9bc7ff52 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:29:42,587 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:29:42 GMT Server: Apache x-openstack-request-id: req-d3ddbfbe-eafc-4adf-adaf-d9e8373ef026 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:29:42,587 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-d3ddbfbe-eafc-4adf-adaf-d9e8373ef026 2018-08-01 05:29:42,587 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0740909576416s 2018-08-01 05:29:42,587 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-d3ddbfbe-eafc-4adf-adaf-d9e8373ef026 2018-08-01 05:29:47,590 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:29:47,593 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:29:47,623 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:29:47 GMT Server: Apache x-openstack-request-id: req-49ba4722-46cb-4d0c-8f5b-cd7b58f808fc Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:29:47,665 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:29:47 GMT Server: Apache x-openstack-request-id: req-fa5dbfeb-e995-4a5c-9274-9a8a1c353f0e Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:29:47,666 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-fa5dbfeb-e995-4a5c-9274-9a8a1c353f0e 2018-08-01 05:29:47,666 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0753178596497s 2018-08-01 05:29:47,666 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-fa5dbfeb-e995-4a5c-9274-9a8a1c353f0e 2018-08-01 05:29:52,668 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:29:52,671 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:29:52,700 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:29:52 GMT Server: Apache x-openstack-request-id: req-8daf5ce7-3b0d-443d-89f8-45dfa0f33dcc Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:29:52,743 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:29:52 GMT Server: Apache x-openstack-request-id: req-06d429aa-6915-45e9-b13b-f909cd006338 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:29:52,743 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-06d429aa-6915-45e9-b13b-f909cd006338 2018-08-01 05:29:52,743 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.074648141861s 2018-08-01 05:29:52,743 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-06d429aa-6915-45e9-b13b-f909cd006338 2018-08-01 05:29:52,744 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:29:52,747 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:29:52,774 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:29:52 GMT Server: Apache x-openstack-request-id: req-2a94c08f-dd37-4fab-afb0-0a2fbe0c62bd Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:29:52,818 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:29:52 GMT Server: Apache x-openstack-request-id: req-4e27dd4e-ef42-47c5-ad46-6108321e0339 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:29:52,819 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-4e27dd4e-ef42-47c5-ad46-6108321e0339 2018-08-01 05:29:52,819 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0748698711395s 2018-08-01 05:29:52,819 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-4e27dd4e-ef42-47c5-ad46-6108321e0339 2018-08-01 05:29:57,825 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:29:57,828 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:29:57,855 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:29:57 GMT Server: Apache x-openstack-request-id: req-c57a4438-89c2-4952-aab7-e307d6cfd8c1 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:29:58,088 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:29:57 GMT Server: Apache x-openstack-request-id: req-2a4bbed5-241b-43db-aee5-0f76cb3dce68 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:29:58,088 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-2a4bbed5-241b-43db-aee5-0f76cb3dce68 2018-08-01 05:29:58,088 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.262877941132s 2018-08-01 05:29:58,088 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-2a4bbed5-241b-43db-aee5-0f76cb3dce68 2018-08-01 05:30:03,094 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:30:03,097 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:30:03,126 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:30:03 GMT Server: Apache x-openstack-request-id: req-36613f3a-0297-47f4-bb52-7ff8a28ef004 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:30:03,349 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:30:03 GMT Server: Apache x-openstack-request-id: req-e10b6f61-eaf0-47e5-815a-6d6a6d76d93e Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:30:03,350 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-e10b6f61-eaf0-47e5-815a-6d6a6d76d93e 2018-08-01 05:30:03,350 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.255360126495s 2018-08-01 05:30:03,350 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-e10b6f61-eaf0-47e5-815a-6d6a6d76d93e 2018-08-01 05:30:03,351 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:30:03,354 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:30:03,580 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:30:03 GMT Server: Apache x-openstack-request-id: req-8dc6c114-d84b-41f1-8bd3-811fe9e9cae6 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:30:03,625 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:30:03 GMT Server: Apache x-openstack-request-id: req-00fc3176-8d36-4ac3-a400-1f59f6e38714 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:30:03,625 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-00fc3176-8d36-4ac3-a400-1f59f6e38714 2018-08-01 05:30:03,625 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.274416923523s 2018-08-01 05:30:03,626 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-00fc3176-8d36-4ac3-a400-1f59f6e38714 2018-08-01 05:30:08,632 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:30:08,636 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:30:08,857 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:30:08 GMT Server: Apache x-openstack-request-id: req-48cb613d-395c-4dd5-b9f1-b97e0a6eae82 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:30:08,899 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:30:08 GMT Server: Apache x-openstack-request-id: req-31f38e60-0e21-4442-93a3-365c2cd59c7c Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:30:08,899 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-31f38e60-0e21-4442-93a3-365c2cd59c7c 2018-08-01 05:30:08,899 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.266387939453s 2018-08-01 05:30:08,899 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-31f38e60-0e21-4442-93a3-365c2cd59c7c 2018-08-01 05:30:13,905 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:30:13,908 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:30:13,937 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:30:13 GMT Server: Apache x-openstack-request-id: req-b95e916a-52c9-45d4-b67d-0b955b7ab0a4 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:30:13,979 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:30:13 GMT Server: Apache x-openstack-request-id: req-0ef8bbf6-1483-4f39-aa95-db63e51c4730 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:30:13,979 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-0ef8bbf6-1483-4f39-aa95-db63e51c4730 2018-08-01 05:30:13,980 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.074362039566s 2018-08-01 05:30:13,980 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-0ef8bbf6-1483-4f39-aa95-db63e51c4730 2018-08-01 05:30:13,980 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:30:13,983 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:30:14,011 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:30:13 GMT Server: Apache x-openstack-request-id: req-595dac44-3dd9-41a4-a65d-fc65b89f5cae Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:30:14,054 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:30:14 GMT Server: Apache x-openstack-request-id: req-6e703f0a-999b-4640-853a-cf7009aad707 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:30:14,054 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-6e703f0a-999b-4640-853a-cf7009aad707 2018-08-01 05:30:14,054 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0737800598145s 2018-08-01 05:30:14,055 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-6e703f0a-999b-4640-853a-cf7009aad707 2018-08-01 05:30:19,061 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:30:19,065 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:30:19,092 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:30:19 GMT Server: Apache x-openstack-request-id: req-f674e3a6-ee21-450a-b139-f7496d23144f Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:30:19,267 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:30:19 GMT Server: Apache x-openstack-request-id: req-22a7fbfe-dcfc-41f0-87fb-70b4c54f7a71 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:30:19,267 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-22a7fbfe-dcfc-41f0-87fb-70b4c54f7a71 2018-08-01 05:30:19,267 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.205730199814s 2018-08-01 05:30:19,268 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-22a7fbfe-dcfc-41f0-87fb-70b4c54f7a71 2018-08-01 05:30:24,273 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:30:24,276 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:30:24,303 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:30:24 GMT Server: Apache x-openstack-request-id: req-a8d37756-2052-4a03-bfd6-fb0e52630641 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:30:24,524 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:30:24 GMT Server: Apache x-openstack-request-id: req-e8571c69-9510-4548-a44d-ed9c01f19bb5 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:30:24,524 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-e8571c69-9510-4548-a44d-ed9c01f19bb5 2018-08-01 05:30:24,524 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.250642061234s 2018-08-01 05:30:24,524 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-e8571c69-9510-4548-a44d-ed9c01f19bb5 2018-08-01 05:30:24,525 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:30:24,527 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:30:24,555 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:30:24 GMT Server: Apache x-openstack-request-id: req-e61842bb-edde-4bec-a59d-f2a9e52c5403 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:30:24,598 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:30:24 GMT Server: Apache x-openstack-request-id: req-c8279174-ee53-41cf-9933-91836fb40a60 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:30:24,598 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-c8279174-ee53-41cf-9933-91836fb40a60 2018-08-01 05:30:24,598 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0733759403229s 2018-08-01 05:30:24,599 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-c8279174-ee53-41cf-9933-91836fb40a60 2018-08-01 05:30:29,605 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:30:29,608 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:30:29,899 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:30:29 GMT Server: Apache x-openstack-request-id: req-31cf37d5-5d78-45b3-802d-a3777e189ca8 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:30:29,943 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:30:29 GMT Server: Apache x-openstack-request-id: req-2e36e50c-a5ea-43d4-be27-263ee46c5ea0 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:30:29,943 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-2e36e50c-a5ea-43d4-be27-263ee46c5ea0 2018-08-01 05:30:29,943 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.337795972824s 2018-08-01 05:30:29,943 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-2e36e50c-a5ea-43d4-be27-263ee46c5ea0 2018-08-01 05:30:34,949 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:30:34,950 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:30:35,182 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:30:34 GMT Server: Apache x-openstack-request-id: req-8004b014-94dc-49c8-8305-de8e8227a9f6 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:30:35,414 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:30:35 GMT Server: Apache x-openstack-request-id: req-05563d5b-c460-46e0-bfee-293ee432fa09 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:30:35,415 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-05563d5b-c460-46e0-bfee-293ee432fa09 2018-08-01 05:30:35,415 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.465870857239s 2018-08-01 05:30:35,415 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-05563d5b-c460-46e0-bfee-293ee432fa09 2018-08-01 05:30:35,416 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:30:35,419 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:30:35,447 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:30:35 GMT Server: Apache x-openstack-request-id: req-18e0ab62-c7cf-4787-9e9b-1afc3b7d1036 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:30:35,490 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:30:35 GMT Server: Apache x-openstack-request-id: req-46a3e5c6-ff0e-4ac4-9592-8f1556acae0e Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:30:35,490 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-46a3e5c6-ff0e-4ac4-9592-8f1556acae0e 2018-08-01 05:30:35,490 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0744020938873s 2018-08-01 05:30:35,490 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-46a3e5c6-ff0e-4ac4-9592-8f1556acae0e 2018-08-01 05:30:40,496 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:30:40,500 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:30:40,528 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:30:40 GMT Server: Apache x-openstack-request-id: req-50d09059-936d-4928-a615-d90af015cfdd Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:30:40,570 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:30:40 GMT Server: Apache x-openstack-request-id: req-fcafc234-0c33-49dd-ac53-ec9938a11532 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:30:40,571 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-fcafc234-0c33-49dd-ac53-ec9938a11532 2018-08-01 05:30:40,571 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.07404088974s 2018-08-01 05:30:40,571 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-fcafc234-0c33-49dd-ac53-ec9938a11532 2018-08-01 05:30:45,577 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:30:45,579 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:30:45,610 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:30:45 GMT Server: Apache x-openstack-request-id: req-37c3c504-e372-4379-abb5-fcd9b209bd2a Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:30:45,652 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:30:45 GMT Server: Apache x-openstack-request-id: req-9b2a3a20-bbb0-4a96-a5ea-ece23ae2a983 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:30:45,652 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-9b2a3a20-bbb0-4a96-a5ea-ece23ae2a983 2018-08-01 05:30:45,652 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0752980709076s 2018-08-01 05:30:45,652 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-9b2a3a20-bbb0-4a96-a5ea-ece23ae2a983 2018-08-01 05:30:45,652 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:30:45,654 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:30:45,680 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:30:45 GMT Server: Apache x-openstack-request-id: req-9d39a539-d712-476a-9fae-afa9ad1fc441 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:30:45,923 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:30:45 GMT Server: Apache x-openstack-request-id: req-18cca355-87e6-48a5-b36b-6ea852bb2f8e Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:30:45,923 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-18cca355-87e6-48a5-b36b-6ea852bb2f8e 2018-08-01 05:30:45,924 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.27098608017s 2018-08-01 05:30:45,924 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-18cca355-87e6-48a5-b36b-6ea852bb2f8e 2018-08-01 05:30:50,926 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:30:50,929 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:30:50,958 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:30:50 GMT Server: Apache x-openstack-request-id: req-530034e8-69e2-4dc7-9da7-5217e7ef27f0 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:30:51,000 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:30:50 GMT Server: Apache x-openstack-request-id: req-1473266e-aede-4a51-b750-5d729e5dabdf Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:30:51,000 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-1473266e-aede-4a51-b750-5d729e5dabdf 2018-08-01 05:30:51,000 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0736110210419s 2018-08-01 05:30:51,000 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-1473266e-aede-4a51-b750-5d729e5dabdf 2018-08-01 05:30:56,006 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:30:56,009 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:30:56,038 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:30:56 GMT Server: Apache x-openstack-request-id: req-41147d0d-588e-42fb-bf53-ece280be9dd1 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:30:56,080 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:30:56 GMT Server: Apache x-openstack-request-id: req-8cc130ba-dc1b-4efd-a8c4-fff71d05fcf8 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:30:56,081 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-8cc130ba-dc1b-4efd-a8c4-fff71d05fcf8 2018-08-01 05:30:56,081 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0742719173431s 2018-08-01 05:30:56,081 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-8cc130ba-dc1b-4efd-a8c4-fff71d05fcf8 2018-08-01 05:30:56,082 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:30:56,084 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:30:56,112 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:30:56 GMT Server: Apache x-openstack-request-id: req-2242a9c6-7a80-4ec0-931d-371df71d54e6 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:30:56,156 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:30:56 GMT Server: Apache x-openstack-request-id: req-b7370c14-0fa8-4b38-908a-b95e2b6cc07e Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:30:56,156 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-b7370c14-0fa8-4b38-908a-b95e2b6cc07e 2018-08-01 05:30:56,156 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0743098258972s 2018-08-01 05:30:56,156 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-b7370c14-0fa8-4b38-908a-b95e2b6cc07e 2018-08-01 05:31:01,159 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:31:01,161 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:31:01,371 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:31:01 GMT Server: Apache x-openstack-request-id: req-5681e28b-7ce3-4eaa-88fa-a82aad9c1bb7 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:31:01,413 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:31:01 GMT Server: Apache x-openstack-request-id: req-8b813d60-1d5c-4d7c-a454-7fb5367bf6f3 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:31:01,414 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-8b813d60-1d5c-4d7c-a454-7fb5367bf6f3 2018-08-01 05:31:01,414 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.254981994629s 2018-08-01 05:31:01,414 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-8b813d60-1d5c-4d7c-a454-7fb5367bf6f3 2018-08-01 05:31:06,420 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:31:06,422 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:31:06,449 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:31:06 GMT Server: Apache x-openstack-request-id: req-be0a68d3-8372-46ad-9d59-495f61be78cc Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:31:06,491 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:31:06 GMT Server: Apache x-openstack-request-id: req-690e0f0b-b937-4049-ae87-a9660025670c Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:31:06,491 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-690e0f0b-b937-4049-ae87-a9660025670c 2018-08-01 05:31:06,491 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0710730552673s 2018-08-01 05:31:06,491 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-690e0f0b-b937-4049-ae87-a9660025670c 2018-08-01 05:31:06,492 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:31:06,494 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:31:06,521 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:31:06 GMT Server: Apache x-openstack-request-id: req-019b2900-1828-4a9e-bdb6-a6b3af1afc1d Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:31:06,564 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:31:06 GMT Server: Apache x-openstack-request-id: req-266e6168-8a7b-4e7a-9013-5a9d950f5493 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:31:06,564 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-266e6168-8a7b-4e7a-9013-5a9d950f5493 2018-08-01 05:31:06,565 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0727610588074s 2018-08-01 05:31:06,565 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-266e6168-8a7b-4e7a-9013-5a9d950f5493 2018-08-01 05:31:11,571 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:31:11,573 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:31:11,601 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:31:11 GMT Server: Apache x-openstack-request-id: req-3c9a6028-155c-4eb1-a151-b38c6d2d0252 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:31:11,644 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:31:11 GMT Server: Apache x-openstack-request-id: req-1da66c0d-94fc-4c9e-be94-48d2d594a474 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:31:11,645 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-1da66c0d-94fc-4c9e-be94-48d2d594a474 2018-08-01 05:31:11,645 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0733389854431s 2018-08-01 05:31:11,645 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-1da66c0d-94fc-4c9e-be94-48d2d594a474 2018-08-01 05:31:16,651 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:31:16,654 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:31:16,699 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:31:16 GMT Server: Apache x-openstack-request-id: req-a0174449-d763-4cbb-8a6b-ecacf17b4e67 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:31:16,741 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:31:16 GMT Server: Apache x-openstack-request-id: req-d3c09aa9-8784-431d-87e5-3bdcaf2c9991 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:31:16,741 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-d3c09aa9-8784-431d-87e5-3bdcaf2c9991 2018-08-01 05:31:16,741 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0901980400085s 2018-08-01 05:31:16,742 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-d3c09aa9-8784-431d-87e5-3bdcaf2c9991 2018-08-01 05:31:16,742 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:31:16,745 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:31:16,772 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:31:16 GMT Server: Apache x-openstack-request-id: req-aa817220-d132-4d5e-bc3a-f5edcbeadc9a Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:31:16,996 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:31:16 GMT Server: Apache x-openstack-request-id: req-d853febe-6c78-4bf4-9e23-3513716230fb Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:31:16,997 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-d853febe-6c78-4bf4-9e23-3513716230fb 2018-08-01 05:31:16,997 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.254512071609s 2018-08-01 05:31:16,997 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-d853febe-6c78-4bf4-9e23-3513716230fb 2018-08-01 05:31:22,004 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:31:22,007 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:31:22,036 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:31:22 GMT Server: Apache x-openstack-request-id: req-8375284d-2289-429e-9ba7-006d1b88edb6 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:31:22,078 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:31:22 GMT Server: Apache x-openstack-request-id: req-cb1762ce-20d5-4bc2-8cc2-851c687dbb63 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:31:22,078 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-cb1762ce-20d5-4bc2-8cc2-851c687dbb63 2018-08-01 05:31:22,078 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0743288993835s 2018-08-01 05:31:22,079 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-cb1762ce-20d5-4bc2-8cc2-851c687dbb63 2018-08-01 05:31:27,084 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:31:27,088 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:31:27,116 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:31:27 GMT Server: Apache x-openstack-request-id: req-82c6817b-55ec-412b-bdd4-d9e783958f70 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:31:27,158 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:31:27 GMT Server: Apache x-openstack-request-id: req-f918b40c-eeb9-4c50-b8bd-59938a3ca402 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:31:27,158 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-f918b40c-eeb9-4c50-b8bd-59938a3ca402 2018-08-01 05:31:27,159 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0738039016724s 2018-08-01 05:31:27,159 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-f918b40c-eeb9-4c50-b8bd-59938a3ca402 2018-08-01 05:31:27,159 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:31:27,162 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:31:27,189 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:31:27 GMT Server: Apache x-openstack-request-id: req-af49b99b-419e-4dc5-a3b9-6d378f439358 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:31:27,216 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:31:27 GMT Server: Apache x-openstack-request-id: req-8c40d904-ad51-400c-b297-09cf761369b3 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:31:27,216 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-8c40d904-ad51-400c-b297-09cf761369b3 2018-08-01 05:31:27,216 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0565221309662s 2018-08-01 05:31:27,216 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-8c40d904-ad51-400c-b297-09cf761369b3 2018-08-01 05:31:32,223 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:31:32,225 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:31:32,433 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:31:32 GMT Server: Apache x-openstack-request-id: req-513669fb-f697-4ba1-8fb7-75e527cc14ba Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:31:32,476 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:31:32 GMT Server: Apache x-openstack-request-id: req-9aa5a9b6-64a8-4db4-8efd-6f8496aff98c Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:31:32,476 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-9aa5a9b6-64a8-4db4-8efd-6f8496aff98c 2018-08-01 05:31:32,477 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.253545999527s 2018-08-01 05:31:32,477 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-9aa5a9b6-64a8-4db4-8efd-6f8496aff98c 2018-08-01 05:31:37,478 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:31:37,481 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:31:37,509 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:31:37 GMT Server: Apache x-openstack-request-id: req-7d3863a5-2611-465f-8824-7bd69445b137 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:31:37,748 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:31:37 GMT Server: Apache x-openstack-request-id: req-260c99bb-68ad-49db-8697-ff955c983997 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:31:37,748 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-260c99bb-68ad-49db-8697-ff955c983997 2018-08-01 05:31:37,748 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.269544839859s 2018-08-01 05:31:37,748 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-260c99bb-68ad-49db-8697-ff955c983997 2018-08-01 05:31:37,749 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:31:37,751 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:31:37,974 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:31:37 GMT Server: Apache x-openstack-request-id: req-50d37479-03c2-4abb-9b68-45db060c2d9f Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:31:38,202 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:31:37 GMT Server: Apache x-openstack-request-id: req-917c744b-dbdd-47df-86a5-6c778f5425df Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:31:38,202 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-917c744b-dbdd-47df-86a5-6c778f5425df 2018-08-01 05:31:38,203 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.453711986542s 2018-08-01 05:31:38,203 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-917c744b-dbdd-47df-86a5-6c778f5425df 2018-08-01 05:31:43,210 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:31:43,213 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:31:43,242 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:31:43 GMT Server: Apache x-openstack-request-id: req-c4755d12-6322-44e5-94b2-a74db625f7c2 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:31:43,284 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:31:43 GMT Server: Apache x-openstack-request-id: req-95038f62-5e33-455a-b689-3dcb32131de1 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:31:43,284 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-95038f62-5e33-455a-b689-3dcb32131de1 2018-08-01 05:31:43,285 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0745627880096s 2018-08-01 05:31:43,285 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-95038f62-5e33-455a-b689-3dcb32131de1 2018-08-01 05:31:48,291 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:31:48,294 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:31:48,322 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:31:48 GMT Server: Apache x-openstack-request-id: req-6d0749dd-2616-46e8-8b72-4874f51a7bc0 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:31:48,365 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:31:48 GMT Server: Apache x-openstack-request-id: req-07942d21-f015-4bde-918e-87df52e6b273 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:31:48,366 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-07942d21-f015-4bde-918e-87df52e6b273 2018-08-01 05:31:48,366 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0748779773712s 2018-08-01 05:31:48,366 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-07942d21-f015-4bde-918e-87df52e6b273 2018-08-01 05:31:48,367 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:31:48,369 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:31:48,399 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:31:48 GMT Server: Apache x-openstack-request-id: req-efaa8a7b-9245-4dc9-9121-b7b4eba751fa Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:31:48,632 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:31:48 GMT Server: Apache x-openstack-request-id: req-ef2e2f38-86bf-4275-b93f-f7f90f13e73c Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:31:48,632 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-ef2e2f38-86bf-4275-b93f-f7f90f13e73c 2018-08-01 05:31:48,632 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.265702009201s 2018-08-01 05:31:48,633 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-ef2e2f38-86bf-4275-b93f-f7f90f13e73c 2018-08-01 05:31:53,639 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:31:53,643 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:31:53,670 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:31:53 GMT Server: Apache x-openstack-request-id: req-39dce1a4-a4d1-4772-b5b9-41b2c392c32f Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:31:53,905 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:31:53 GMT Server: Apache x-openstack-request-id: req-e94c2178-7338-47b8-9b00-9a4a2cd14a5f Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:31:53,905 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-e94c2178-7338-47b8-9b00-9a4a2cd14a5f 2018-08-01 05:31:53,905 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.265642881393s 2018-08-01 05:31:53,906 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-e94c2178-7338-47b8-9b00-9a4a2cd14a5f 2018-08-01 05:31:58,911 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:31:58,915 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:31:58,943 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:31:58 GMT Server: Apache x-openstack-request-id: req-754385b5-b520-423e-bb52-f20a98a0207a Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:31:58,986 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:31:58 GMT Server: Apache x-openstack-request-id: req-c10fc961-ad11-4db7-9012-e245db103e9a Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:31:58,986 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-c10fc961-ad11-4db7-9012-e245db103e9a 2018-08-01 05:31:58,986 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0746471881866s 2018-08-01 05:31:58,986 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-c10fc961-ad11-4db7-9012-e245db103e9a 2018-08-01 05:31:58,987 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:31:58,989 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:31:59,016 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:31:58 GMT Server: Apache x-openstack-request-id: req-6f59f013-fa5d-4964-a862-be90202549d1 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:31:59,060 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:31:59 GMT Server: Apache x-openstack-request-id: req-01888dee-0323-4167-9e28-7de7b8078bbf Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:31:59,060 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-01888dee-0323-4167-9e28-7de7b8078bbf 2018-08-01 05:31:59,060 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0733559131622s 2018-08-01 05:31:59,061 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-01888dee-0323-4167-9e28-7de7b8078bbf 2018-08-01 05:32:04,065 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:32:04,068 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:32:04,095 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:32:04 GMT Server: Apache x-openstack-request-id: req-affb6624-955f-47bb-998d-4fd9e7a266b5 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:32:04,139 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:32:04 GMT Server: Apache x-openstack-request-id: req-46d67882-b10d-4b85-9448-42005bdcf1b1 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:32:04,139 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-46d67882-b10d-4b85-9448-42005bdcf1b1 2018-08-01 05:32:04,139 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0731639862061s 2018-08-01 05:32:04,139 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-46d67882-b10d-4b85-9448-42005bdcf1b1 2018-08-01 05:32:09,145 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:32:09,148 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:32:09,176 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:32:09 GMT Server: Apache x-openstack-request-id: req-a3ab83e0-2190-4336-bc54-2e74daebd589 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:32:09,219 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:32:09 GMT Server: Apache x-openstack-request-id: req-dfbc49dc-59fd-482f-ae89-2fe567dda8aa Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:32:09,220 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-dfbc49dc-59fd-482f-ae89-2fe567dda8aa 2018-08-01 05:32:09,220 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0748209953308s 2018-08-01 05:32:09,220 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-dfbc49dc-59fd-482f-ae89-2fe567dda8aa 2018-08-01 05:32:09,221 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:32:09,223 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:32:09,251 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:32:09 GMT Server: Apache x-openstack-request-id: req-9a6614db-1780-43a4-ac32-fbfa3460b8e8 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:32:09,294 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:32:09 GMT Server: Apache x-openstack-request-id: req-e5de4286-4c08-4477-a0b3-8571fb330ab8 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:32:09,294 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-e5de4286-4c08-4477-a0b3-8571fb330ab8 2018-08-01 05:32:09,294 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0736880302429s 2018-08-01 05:32:09,295 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-e5de4286-4c08-4477-a0b3-8571fb330ab8 2018-08-01 05:32:14,296 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:32:14,300 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:32:14,331 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:32:14 GMT Server: Apache x-openstack-request-id: req-fd6d4de6-4187-474f-b219-01ec4cb6b8a7 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:32:14,373 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:32:14 GMT Server: Apache x-openstack-request-id: req-b1830d3e-1830-4b5e-8e04-00efa829250f Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:32:14,373 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-b1830d3e-1830-4b5e-8e04-00efa829250f 2018-08-01 05:32:14,374 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.076761007309s 2018-08-01 05:32:14,374 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-b1830d3e-1830-4b5e-8e04-00efa829250f 2018-08-01 05:32:19,380 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:32:19,383 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:32:19,414 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:32:19 GMT Server: Apache x-openstack-request-id: req-30ac3923-222c-4668-a47a-5f69a9078863 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:32:19,458 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:32:19 GMT Server: Apache x-openstack-request-id: req-f838c6b3-cf2c-4fbb-ac2c-73286be0c20c Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:32:19,458 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-f838c6b3-cf2c-4fbb-ac2c-73286be0c20c 2018-08-01 05:32:19,458 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0781960487366s 2018-08-01 05:32:19,458 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-f838c6b3-cf2c-4fbb-ac2c-73286be0c20c 2018-08-01 05:32:19,459 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:32:19,462 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:32:19,489 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:32:19 GMT Server: Apache x-openstack-request-id: req-25f24c37-0ec2-4154-a26a-d15f1d78945e Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:32:19,531 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:32:19 GMT Server: Apache x-openstack-request-id: req-259cf281-5b0e-473b-9e75-a4dbbda07adf Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:32:19,532 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-259cf281-5b0e-473b-9e75-a4dbbda07adf 2018-08-01 05:32:19,532 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.073075056076s 2018-08-01 05:32:19,532 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-259cf281-5b0e-473b-9e75-a4dbbda07adf 2018-08-01 05:32:24,539 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:32:24,541 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:32:24,585 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:32:24 GMT Server: Apache x-openstack-request-id: req-3632ddbf-c21c-4c29-bb80-ff3f1e577d0a Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:32:24,631 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:32:24 GMT Server: Apache x-openstack-request-id: req-1d4a9b33-0ee8-40d6-ae3d-9b94705e89ab Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:32:24,632 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-1d4a9b33-0ee8-40d6-ae3d-9b94705e89ab 2018-08-01 05:32:24,632 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0928862094879s 2018-08-01 05:32:24,632 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-1d4a9b33-0ee8-40d6-ae3d-9b94705e89ab 2018-08-01 05:32:29,638 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:32:29,641 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:32:29,669 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:32:29 GMT Server: Apache x-openstack-request-id: req-57baea50-7be8-4a3e-9d09-7ac8adf7e767 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:32:29,710 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:32:29 GMT Server: Apache x-openstack-request-id: req-80cf6bd0-cec6-4eb7-be6b-21fe1c6a8606 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:32:29,710 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-80cf6bd0-cec6-4eb7-be6b-21fe1c6a8606 2018-08-01 05:32:29,710 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0716638565063s 2018-08-01 05:32:29,710 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-80cf6bd0-cec6-4eb7-be6b-21fe1c6a8606 2018-08-01 05:32:29,711 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:32:29,713 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:32:29,742 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:32:29 GMT Server: Apache x-openstack-request-id: req-b464aac0-065c-455f-ab64-46edb4e60c54 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:32:29,783 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:32:29 GMT Server: Apache x-openstack-request-id: req-c584b0a7-3c83-40ee-bfce-6e9af1dec61f Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:32:29,783 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-c584b0a7-3c83-40ee-bfce-6e9af1dec61f 2018-08-01 05:32:29,783 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0725569725037s 2018-08-01 05:32:29,784 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-c584b0a7-3c83-40ee-bfce-6e9af1dec61f 2018-08-01 05:32:34,789 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:32:34,793 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:32:34,821 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:32:34 GMT Server: Apache x-openstack-request-id: req-a609b14e-c93f-483b-afdd-3ed6efb14cce Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:32:34,864 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:32:34 GMT Server: Apache x-openstack-request-id: req-06832109-c9b9-4e48-907d-1b1a7dbeffb9 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:32:34,864 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-06832109-c9b9-4e48-907d-1b1a7dbeffb9 2018-08-01 05:32:34,864 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0741848945618s 2018-08-01 05:32:34,864 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-06832109-c9b9-4e48-907d-1b1a7dbeffb9 2018-08-01 05:32:39,870 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:32:39,873 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:32:39,917 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:32:39 GMT Server: Apache x-openstack-request-id: req-59a4daec-b313-4d89-b1d2-555d4bb48635 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:32:39,961 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:32:39 GMT Server: Apache x-openstack-request-id: req-4c81020c-c950-4d6a-be23-f0ea30df32d5 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:32:39,961 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-4c81020c-c950-4d6a-be23-f0ea30df32d5 2018-08-01 05:32:39,961 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0908060073853s 2018-08-01 05:32:39,961 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-4c81020c-c950-4d6a-be23-f0ea30df32d5 2018-08-01 05:32:39,962 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:32:39,964 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:32:39,991 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:32:39 GMT Server: Apache x-openstack-request-id: req-9bd92e2d-bb2f-4ed4-b6f9-9155db734868 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:32:40,034 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:32:39 GMT Server: Apache x-openstack-request-id: req-54852ea5-a756-4842-b440-345d2088f3f7 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:32:40,034 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-54852ea5-a756-4842-b440-345d2088f3f7 2018-08-01 05:32:40,034 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0723948478699s 2018-08-01 05:32:40,035 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-54852ea5-a756-4842-b440-345d2088f3f7 2018-08-01 05:32:45,041 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:32:45,045 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:32:45,073 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:32:45 GMT Server: Apache x-openstack-request-id: req-3be12f76-ab82-4e2f-8393-4b01b02ff26f Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:32:45,117 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:32:45 GMT Server: Apache x-openstack-request-id: req-d834a3cd-01da-4be1-9378-38dcc6a9841e Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:32:45,117 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-d834a3cd-01da-4be1-9378-38dcc6a9841e 2018-08-01 05:32:45,117 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.075767993927s 2018-08-01 05:32:45,118 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-d834a3cd-01da-4be1-9378-38dcc6a9841e 2018-08-01 05:32:50,121 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:32:50,124 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:32:50,152 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:32:50 GMT Server: Apache x-openstack-request-id: req-397e401f-8ee2-4cf5-9ea2-865596b7a456 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:32:50,194 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:32:50 GMT Server: Apache x-openstack-request-id: req-99b2c118-e8de-4cb2-b45d-28bb578fe347 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:32:50,194 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-99b2c118-e8de-4cb2-b45d-28bb578fe347 2018-08-01 05:32:50,195 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.073765039444s 2018-08-01 05:32:50,195 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-99b2c118-e8de-4cb2-b45d-28bb578fe347 2018-08-01 05:32:50,195 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:32:50,198 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:32:50,226 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:32:50 GMT Server: Apache x-openstack-request-id: req-e79ea51f-815c-4d06-8e7b-15de23d5b7b2 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:32:50,253 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:32:50 GMT Server: Apache x-openstack-request-id: req-82622255-3ba2-4767-991a-a1108ecab84e Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:32:50,253 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-82622255-3ba2-4767-991a-a1108ecab84e 2018-08-01 05:32:50,253 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0575201511383s 2018-08-01 05:32:50,253 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-82622255-3ba2-4767-991a-a1108ecab84e 2018-08-01 05:32:55,260 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:32:55,264 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:32:55,292 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:32:55 GMT Server: Apache x-openstack-request-id: req-e0a7f0b4-43a5-47d9-941d-111a9d51fb24 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:32:55,335 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:32:55 GMT Server: Apache x-openstack-request-id: req-30a3335b-a796-4e1a-9fa4-f938a963f641 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:32:55,336 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-30a3335b-a796-4e1a-9fa4-f938a963f641 2018-08-01 05:32:55,336 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0755488872528s 2018-08-01 05:32:55,336 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-30a3335b-a796-4e1a-9fa4-f938a963f641 2018-08-01 05:33:00,342 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:33:00,345 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:33:00,372 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:33:00 GMT Server: Apache x-openstack-request-id: req-7729a862-03a6-454b-bd3d-e6f19b782bab Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:33:00,415 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:33:00 GMT Server: Apache x-openstack-request-id: req-c847f973-d29e-4439-bc06-78b8c1064d55 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:33:00,415 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-c847f973-d29e-4439-bc06-78b8c1064d55 2018-08-01 05:33:00,415 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0729660987854s 2018-08-01 05:33:00,415 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-c847f973-d29e-4439-bc06-78b8c1064d55 2018-08-01 05:33:00,416 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:33:00,418 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:33:00,640 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:33:00 GMT Server: Apache x-openstack-request-id: req-db21ec4e-c4ce-4b84-bdd3-b40b03e5c2a1 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:33:00,683 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:33:00 GMT Server: Apache x-openstack-request-id: req-9a5d411d-cce2-4eb1-b6f3-64265a4ef622 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:33:00,683 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-9a5d411d-cce2-4eb1-b6f3-64265a4ef622 2018-08-01 05:33:00,684 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.267738103867s 2018-08-01 05:33:00,684 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-9a5d411d-cce2-4eb1-b6f3-64265a4ef622 2018-08-01 05:33:05,690 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:33:05,693 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:33:05,721 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:33:05 GMT Server: Apache x-openstack-request-id: req-2231efc4-d04c-4557-9809-db4b27736a32 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:33:05,972 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:33:05 GMT Server: Apache x-openstack-request-id: req-9e0a79b5-c0a5-4af8-ba6d-a3bfec2bbfcd Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:33:05,972 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-9e0a79b5-c0a5-4af8-ba6d-a3bfec2bbfcd 2018-08-01 05:33:05,973 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.282070875168s 2018-08-01 05:33:05,973 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-9e0a79b5-c0a5-4af8-ba6d-a3bfec2bbfcd 2018-08-01 05:33:10,979 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:33:10,982 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:33:11,010 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:33:10 GMT Server: Apache x-openstack-request-id: req-e4887953-d585-4a0e-bd3f-167502c96357 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:33:11,052 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:33:11 GMT Server: Apache x-openstack-request-id: req-4df09ebf-ce75-4c8a-8cbd-ee91e3dcd2ff Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:33:11,052 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-4df09ebf-ce75-4c8a-8cbd-ee91e3dcd2ff 2018-08-01 05:33:11,052 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0733618736267s 2018-08-01 05:33:11,053 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-4df09ebf-ce75-4c8a-8cbd-ee91e3dcd2ff 2018-08-01 05:33:11,053 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:33:11,056 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:33:11,268 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:33:11 GMT Server: Apache x-openstack-request-id: req-49824181-76ab-4a0c-b2b1-ca4f4fb2ed09 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:33:11,312 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:33:11 GMT Server: Apache x-openstack-request-id: req-2c406c44-e71d-45b0-a002-fad48b5f3b41 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:33:11,312 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-2c406c44-e71d-45b0-a002-fad48b5f3b41 2018-08-01 05:33:11,313 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.259319782257s 2018-08-01 05:33:11,313 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-2c406c44-e71d-45b0-a002-fad48b5f3b41 2018-08-01 05:33:16,319 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:33:16,322 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:33:16,365 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:33:16 GMT Server: Apache x-openstack-request-id: req-bcd9e7b6-b8fc-490a-8b63-56b3857b101d Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:33:16,409 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:33:16 GMT Server: Apache x-openstack-request-id: req-7a9c9246-7285-4fca-8eb7-a1078da1db80 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:33:16,409 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-7a9c9246-7285-4fca-8eb7-a1078da1db80 2018-08-01 05:33:16,409 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0895199775696s 2018-08-01 05:33:16,409 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-7a9c9246-7285-4fca-8eb7-a1078da1db80 2018-08-01 05:33:21,415 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:33:21,418 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:33:21,446 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:33:21 GMT Server: Apache x-openstack-request-id: req-820406d6-d41f-44b7-9fdd-cc79e8289b3c Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:33:21,489 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:33:21 GMT Server: Apache x-openstack-request-id: req-a6b668af-6233-4e66-b006-bac4dd0adb27 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:33:21,489 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-a6b668af-6233-4e66-b006-bac4dd0adb27 2018-08-01 05:33:21,489 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0738129615784s 2018-08-01 05:33:21,489 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-a6b668af-6233-4e66-b006-bac4dd0adb27 2018-08-01 05:33:21,490 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:33:21,493 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:33:21,519 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:33:21 GMT Server: Apache x-openstack-request-id: req-e9b16568-a1b3-42d8-b979-5fc8d0903ac5 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:33:21,562 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:33:21 GMT Server: Apache x-openstack-request-id: req-41be9133-707f-4391-8f1f-6c542b29becb Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:33:21,562 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-41be9133-707f-4391-8f1f-6c542b29becb 2018-08-01 05:33:21,562 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0722980499268s 2018-08-01 05:33:21,563 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-41be9133-707f-4391-8f1f-6c542b29becb 2018-08-01 05:33:26,569 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:33:26,572 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:33:26,600 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:33:26 GMT Server: Apache x-openstack-request-id: req-702ece46-4b66-40dd-839e-cb7e54aae343 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:33:26,642 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:33:26 GMT Server: Apache x-openstack-request-id: req-93f1420b-049f-49dc-9529-d563ca5e8c45 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:33:26,643 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-93f1420b-049f-49dc-9529-d563ca5e8c45 2018-08-01 05:33:26,643 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0731990337372s 2018-08-01 05:33:26,643 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-93f1420b-049f-49dc-9529-d563ca5e8c45 2018-08-01 05:33:31,649 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:33:31,652 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:33:31,681 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:33:31 GMT Server: Apache x-openstack-request-id: req-da5a2e3d-c459-4ce9-aa14-e4a5f8881866 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:33:31,723 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:33:31 GMT Server: Apache x-openstack-request-id: req-c67042d4-b68b-4d48-914d-73d70be97a39 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:33:31,723 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-c67042d4-b68b-4d48-914d-73d70be97a39 2018-08-01 05:33:31,724 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0744428634644s 2018-08-01 05:33:31,724 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-c67042d4-b68b-4d48-914d-73d70be97a39 2018-08-01 05:33:31,724 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:33:31,727 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:33:31,930 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:33:31 GMT Server: Apache x-openstack-request-id: req-c7952ad9-fbf2-45ec-bfd5-16d86cf1055b Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:33:31,973 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:33:31 GMT Server: Apache x-openstack-request-id: req-d8d9f5ed-9543-49ed-92d3-6e7fe404e6d5 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:33:31,974 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-d8d9f5ed-9543-49ed-92d3-6e7fe404e6d5 2018-08-01 05:33:31,974 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.249318122864s 2018-08-01 05:33:31,974 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-d8d9f5ed-9543-49ed-92d3-6e7fe404e6d5 2018-08-01 05:33:36,981 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:33:36,984 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:33:37,012 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:33:36 GMT Server: Apache x-openstack-request-id: req-1d503154-09b8-4844-b8b9-2ced9c661bbd Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:33:37,054 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:33:37 GMT Server: Apache x-openstack-request-id: req-ee41ab4f-eb18-42ff-8579-2f11f5943332 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:33:37,054 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-ee41ab4f-eb18-42ff-8579-2f11f5943332 2018-08-01 05:33:37,055 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0735030174255s 2018-08-01 05:33:37,055 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-ee41ab4f-eb18-42ff-8579-2f11f5943332 2018-08-01 05:33:42,056 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:33:42,060 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:33:42,092 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:33:42 GMT Server: Apache x-openstack-request-id: req-2129d18e-8c67-4de4-8959-9c353e77930a Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:33:42,304 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:33:42 GMT Server: Apache x-openstack-request-id: req-3e7f7c8f-3de8-47ad-804c-5f101271906b Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:33:42,304 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-3e7f7c8f-3de8-47ad-804c-5f101271906b 2018-08-01 05:33:42,304 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.247364044189s 2018-08-01 05:33:42,304 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-3e7f7c8f-3de8-47ad-804c-5f101271906b 2018-08-01 05:33:42,305 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:33:42,307 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:33:42,337 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:33:42 GMT Server: Apache x-openstack-request-id: req-262e4887-fbe1-4396-815d-6d36933503fb Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:33:42,380 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:33:42 GMT Server: Apache x-openstack-request-id: req-93139125-22d6-4de3-b703-830e221d001f Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:33:42,380 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-93139125-22d6-4de3-b703-830e221d001f 2018-08-01 05:33:42,380 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0753769874573s 2018-08-01 05:33:42,381 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-93139125-22d6-4de3-b703-830e221d001f 2018-08-01 05:33:47,387 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:33:47,390 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:33:47,419 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:33:47 GMT Server: Apache x-openstack-request-id: req-38a3f8e2-3924-478f-9517-4d1ebdfafd1e Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:33:47,463 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:33:47 GMT Server: Apache x-openstack-request-id: req-83531ef1-fc11-49c9-97e2-62cfa27e6971 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:33:47,464 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-83531ef1-fc11-49c9-97e2-62cfa27e6971 2018-08-01 05:33:47,464 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0763010978699s 2018-08-01 05:33:47,464 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-83531ef1-fc11-49c9-97e2-62cfa27e6971 2018-08-01 05:33:52,470 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:33:52,473 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:33:52,501 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:33:52 GMT Server: Apache x-openstack-request-id: req-fb07d6a6-0eee-4933-8a27-e68931f4bef6 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:33:52,544 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:33:52 GMT Server: Apache x-openstack-request-id: req-5334dfe0-43b1-401a-9bb9-1646fc510b1d Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:33:52,544 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-5334dfe0-43b1-401a-9bb9-1646fc510b1d 2018-08-01 05:33:52,544 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0738480091095s 2018-08-01 05:33:52,544 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-5334dfe0-43b1-401a-9bb9-1646fc510b1d 2018-08-01 05:33:52,545 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:33:52,547 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:33:52,574 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:33:52 GMT Server: Apache x-openstack-request-id: req-a437dadd-8de9-4a61-be89-27649f72175e Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:33:52,797 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:33:52 GMT Server: Apache x-openstack-request-id: req-3a987349-e2ae-4d39-b32b-8e945d9aa0e0 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:33:52,797 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-3a987349-e2ae-4d39-b32b-8e945d9aa0e0 2018-08-01 05:33:52,797 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.252237081528s 2018-08-01 05:33:52,797 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-3a987349-e2ae-4d39-b32b-8e945d9aa0e0 2018-08-01 05:33:57,804 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:33:57,807 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:33:57,834 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:33:57 GMT Server: Apache x-openstack-request-id: req-96cc3f86-2088-4828-a63a-c84b40eaed64 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:33:57,877 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:33:57 GMT Server: Apache x-openstack-request-id: req-89afa48d-af8b-4d53-a9dd-309071da4ea7 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:33:57,877 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-89afa48d-af8b-4d53-a9dd-309071da4ea7 2018-08-01 05:33:57,877 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0726997852325s 2018-08-01 05:33:57,877 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-89afa48d-af8b-4d53-a9dd-309071da4ea7 2018-08-01 05:34:02,883 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:34:02,886 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:34:02,915 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:34:02 GMT Server: Apache x-openstack-request-id: req-01b53f31-e408-487d-9bda-af0315f3599a Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:34:03,145 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:34:02 GMT Server: Apache x-openstack-request-id: req-a5cbda3c-a834-497c-a274-f479ba47ca8e Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:34:03,146 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-a5cbda3c-a834-497c-a274-f479ba47ca8e 2018-08-01 05:34:03,146 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.262408971786s 2018-08-01 05:34:03,146 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-a5cbda3c-a834-497c-a274-f479ba47ca8e 2018-08-01 05:34:03,146 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:34:03,149 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:34:03,177 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:34:03 GMT Server: Apache x-openstack-request-id: req-5595e46c-26c7-4e54-b6f4-53a12b60876f Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:34:03,398 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:34:03 GMT Server: Apache x-openstack-request-id: req-ba1210ea-578e-4456-a5e1-642ce018d512 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:34:03,398 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-ba1210ea-578e-4456-a5e1-642ce018d512 2018-08-01 05:34:03,399 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.252015829086s 2018-08-01 05:34:03,399 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-ba1210ea-578e-4456-a5e1-642ce018d512 2018-08-01 05:34:08,406 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:34:08,410 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:34:08,440 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:34:08 GMT Server: Apache x-openstack-request-id: req-04aa2d4a-d70c-4ec4-8eb7-662d94bc546a Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:34:08,482 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:34:08 GMT Server: Apache x-openstack-request-id: req-d7cf0e34-937f-4a04-ab17-ff504da80a1e Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:34:08,482 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-d7cf0e34-937f-4a04-ab17-ff504da80a1e 2018-08-01 05:34:08,483 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0759720802307s 2018-08-01 05:34:08,483 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-d7cf0e34-937f-4a04-ab17-ff504da80a1e 2018-08-01 05:34:13,489 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:34:13,492 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:34:13,520 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:34:13 GMT Server: Apache x-openstack-request-id: req-cc396f41-f622-4755-aa6f-80041c782430 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:34:13,562 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:34:13 GMT Server: Apache x-openstack-request-id: req-bdb26738-c41d-4d27-9361-a4c52c7d9419 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:34:13,562 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-bdb26738-c41d-4d27-9361-a4c52c7d9419 2018-08-01 05:34:13,563 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.073410987854s 2018-08-01 05:34:13,563 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-bdb26738-c41d-4d27-9361-a4c52c7d9419 2018-08-01 05:34:13,563 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:34:13,566 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:34:13,594 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:34:13 GMT Server: Apache x-openstack-request-id: req-4eac17b7-2ac6-4c34-b659-fc74f2606ab2 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:34:13,813 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:34:13 GMT Server: Apache x-openstack-request-id: req-5fc4a9d2-0e5d-4705-9017-4ad5158fabcb Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:34:13,814 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-5fc4a9d2-0e5d-4705-9017-4ad5158fabcb 2018-08-01 05:34:13,814 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.250231027603s 2018-08-01 05:34:13,814 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-5fc4a9d2-0e5d-4705-9017-4ad5158fabcb 2018-08-01 05:34:18,821 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:34:18,824 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:34:19,049 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:34:18 GMT Server: Apache x-openstack-request-id: req-bfd05091-42a6-448a-8750-62bb11b27d5d Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:34:19,092 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:34:19 GMT Server: Apache x-openstack-request-id: req-2dc3f5ba-752d-464b-a223-f486f8c9f5fc Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:34:19,093 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-2dc3f5ba-752d-464b-a223-f486f8c9f5fc 2018-08-01 05:34:19,093 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.27147102356s 2018-08-01 05:34:19,093 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-2dc3f5ba-752d-464b-a223-f486f8c9f5fc 2018-08-01 05:34:24,099 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:34:24,102 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:34:24,146 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:34:24 GMT Server: Apache x-openstack-request-id: req-b70806ea-e41d-437c-b67b-f21bdad2c46b Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:34:24,189 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:34:24 GMT Server: Apache x-openstack-request-id: req-5e8ac09c-facd-4934-a6f8-96a600993e17 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:34:24,189 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-5e8ac09c-facd-4934-a6f8-96a600993e17 2018-08-01 05:34:24,190 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0903809070587s 2018-08-01 05:34:24,190 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-5e8ac09c-facd-4934-a6f8-96a600993e17 2018-08-01 05:34:24,190 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:34:24,194 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:34:24,221 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:34:24 GMT Server: Apache x-openstack-request-id: req-71422436-f5ab-4620-8ea7-7ea2ffa31a79 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:34:24,264 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:34:24 GMT Server: Apache x-openstack-request-id: req-40e6116e-f66c-4b3b-bbcc-cd3e08e20492 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:34:24,264 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-40e6116e-f66c-4b3b-bbcc-cd3e08e20492 2018-08-01 05:34:24,265 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0742299556732s 2018-08-01 05:34:24,265 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-40e6116e-f66c-4b3b-bbcc-cd3e08e20492 2018-08-01 05:34:29,272 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:34:29,275 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:34:29,304 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:34:29 GMT Server: Apache x-openstack-request-id: req-21ade215-8b48-4f1e-822f-ac93b1074237 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:34:29,347 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:34:29 GMT Server: Apache x-openstack-request-id: req-27e8da5b-9176-456e-91b3-eb2dc92b562e Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:34:29,347 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-27e8da5b-9176-456e-91b3-eb2dc92b562e 2018-08-01 05:34:29,348 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0756340026855s 2018-08-01 05:34:29,348 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-27e8da5b-9176-456e-91b3-eb2dc92b562e 2018-08-01 05:34:34,354 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:34:34,357 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:34:34,387 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:34:34 GMT Server: Apache x-openstack-request-id: req-ee43cc49-50fe-43ff-801c-ed6e1b629087 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:34:34,431 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:34:34 GMT Server: Apache x-openstack-request-id: req-991a31ee-6820-4170-8f1b-d81ec5e12064 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:34:34,431 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-991a31ee-6820-4170-8f1b-d81ec5e12064 2018-08-01 05:34:34,432 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0776829719543s 2018-08-01 05:34:34,432 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-991a31ee-6820-4170-8f1b-d81ec5e12064 2018-08-01 05:34:34,432 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:34:34,435 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:34:34,482 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:34:34 GMT Server: Apache x-openstack-request-id: req-3ad751bd-edbe-41d5-8734-72bd7defab0e Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:34:34,525 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:34:34 GMT Server: Apache x-openstack-request-id: req-9104931c-94ed-42cc-b0cd-478fb393a6de Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:34:34,525 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-9104931c-94ed-42cc-b0cd-478fb393a6de 2018-08-01 05:34:34,526 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0932111740112s 2018-08-01 05:34:34,526 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-9104931c-94ed-42cc-b0cd-478fb393a6de 2018-08-01 05:34:39,533 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:34:39,536 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:34:39,565 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:34:39 GMT Server: Apache x-openstack-request-id: req-310c6121-243a-44d5-89db-b86501a5a52e Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:34:39,608 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:34:39 GMT Server: Apache x-openstack-request-id: req-48b9d097-ad4d-477d-8573-f5ddb3145da4 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:34:39,608 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-48b9d097-ad4d-477d-8573-f5ddb3145da4 2018-08-01 05:34:39,608 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0751140117645s 2018-08-01 05:34:39,608 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-48b9d097-ad4d-477d-8573-f5ddb3145da4 2018-08-01 05:34:44,614 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:34:44,618 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:34:44,645 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:34:44 GMT Server: Apache x-openstack-request-id: req-68c63f8d-b27c-4302-9abe-5f40ac331ecb Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:34:44,688 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:34:44 GMT Server: Apache x-openstack-request-id: req-79e279ac-63da-4e28-acfb-736d1528cfbd Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:34:44,688 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-79e279ac-63da-4e28-acfb-736d1528cfbd 2018-08-01 05:34:44,688 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0735549926758s 2018-08-01 05:34:44,688 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-79e279ac-63da-4e28-acfb-736d1528cfbd 2018-08-01 05:34:44,689 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:34:44,692 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:34:44,719 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:34:44 GMT Server: Apache x-openstack-request-id: req-e75643a7-cb44-4121-8afb-f418db6097e6 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:34:44,932 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:34:44 GMT Server: Apache x-openstack-request-id: req-3b1261fc-c2a7-4635-bbdf-706a59cd9989 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:34:44,932 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-3b1261fc-c2a7-4635-bbdf-706a59cd9989 2018-08-01 05:34:44,932 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.242974042892s 2018-08-01 05:34:44,932 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-3b1261fc-c2a7-4635-bbdf-706a59cd9989 2018-08-01 05:34:49,939 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:34:49,942 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:34:49,973 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:34:49 GMT Server: Apache x-openstack-request-id: req-ee2cf060-d328-4117-bb26-f009357b7856 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:34:50,205 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:34:49 GMT Server: Apache x-openstack-request-id: req-e91d1f43-8963-4718-8489-754afdabb387 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:34:50,205 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-e91d1f43-8963-4718-8489-754afdabb387 2018-08-01 05:34:50,205 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.265912055969s 2018-08-01 05:34:50,205 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-e91d1f43-8963-4718-8489-754afdabb387 2018-08-01 05:34:55,211 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:34:55,214 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:34:55,242 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:34:55 GMT Server: Apache x-openstack-request-id: req-4e077afb-b1a0-47cd-8de4-a509eafa2f30 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:34:55,284 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:34:55 GMT Server: Apache x-openstack-request-id: req-9478003b-f778-4daa-956e-25db8e511c51 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:34:55,284 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-9478003b-f778-4daa-956e-25db8e511c51 2018-08-01 05:34:55,284 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.073310136795s 2018-08-01 05:34:55,285 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-9478003b-f778-4daa-956e-25db8e511c51 2018-08-01 05:34:55,285 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:34:55,288 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:34:55,316 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:34:55 GMT Server: Apache x-openstack-request-id: req-f0d5a85b-01b3-4c03-8158-7e7449fdbd1e Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:34:55,342 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:34:55 GMT Server: Apache x-openstack-request-id: req-6c77b1f4-0059-498c-a93a-2a70828d8ce9 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:34:55,342 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-6c77b1f4-0059-498c-a93a-2a70828d8ce9 2018-08-01 05:34:55,343 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.057245016098s 2018-08-01 05:34:55,343 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-6c77b1f4-0059-498c-a93a-2a70828d8ce9 2018-08-01 05:35:00,349 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:35:00,352 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:35:00,379 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:35:00 GMT Server: Apache x-openstack-request-id: req-7ad81fda-08b4-4914-b750-7b426995ca68 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:35:00,615 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:35:00 GMT Server: Apache x-openstack-request-id: req-e0c2b906-3701-4402-8205-f73d9b7e7e8f Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:35:00,615 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-e0c2b906-3701-4402-8205-f73d9b7e7e8f 2018-08-01 05:35:00,615 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.265801906586s 2018-08-01 05:35:00,616 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-e0c2b906-3701-4402-8205-f73d9b7e7e8f 2018-08-01 05:35:05,622 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:35:05,625 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:35:05,652 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:35:05 GMT Server: Apache x-openstack-request-id: req-a66b45a7-dde0-46be-bcb5-62e916118e91 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:35:05,694 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:35:05 GMT Server: Apache x-openstack-request-id: req-b0633c1c-d634-48c6-9b7c-ab9ae108e57a Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:35:05,694 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-b0633c1c-d634-48c6-9b7c-ab9ae108e57a 2018-08-01 05:35:05,694 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0720820426941s 2018-08-01 05:35:05,694 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-b0633c1c-d634-48c6-9b7c-ab9ae108e57a 2018-08-01 05:35:05,694 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:35:05,696 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:35:05,722 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:35:05 GMT Server: Apache x-openstack-request-id: req-639e910b-2272-4bd4-8dad-486870ce9281 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:35:05,765 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:35:05 GMT Server: Apache x-openstack-request-id: req-d88e118e-f53f-43db-8a3d-ca60980d80ab Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:35:05,765 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-d88e118e-f53f-43db-8a3d-ca60980d80ab 2018-08-01 05:35:05,765 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0703771114349s 2018-08-01 05:35:05,765 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-d88e118e-f53f-43db-8a3d-ca60980d80ab 2018-08-01 05:35:10,769 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:35:10,773 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:35:10,801 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:35:10 GMT Server: Apache x-openstack-request-id: req-93841578-cf2e-4f26-abb1-1fed42278649 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:35:11,030 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:35:10 GMT Server: Apache x-openstack-request-id: req-4c3d06cd-c544-435e-b5a1-d1298dcac60c Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:35:11,030 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-4c3d06cd-c544-435e-b5a1-d1298dcac60c 2018-08-01 05:35:11,030 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.26070690155s 2018-08-01 05:35:11,031 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-4c3d06cd-c544-435e-b5a1-d1298dcac60c 2018-08-01 05:35:16,036 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:35:16,039 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:35:16,068 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:35:16 GMT Server: Apache x-openstack-request-id: req-4032e206-8c4f-472f-9401-170616918d61 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:35:16,271 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:35:16 GMT Server: Apache x-openstack-request-id: req-cb50cd99-758b-464a-a74d-d5b715dfa07f Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:35:16,271 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-cb50cd99-758b-464a-a74d-d5b715dfa07f 2018-08-01 05:35:16,271 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.234512805939s 2018-08-01 05:35:16,271 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-cb50cd99-758b-464a-a74d-d5b715dfa07f 2018-08-01 05:35:16,272 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:35:16,274 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:35:16,301 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:35:16 GMT Server: Apache x-openstack-request-id: req-261094e7-b6da-4dec-8181-3cd81295dc97 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:35:16,344 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:35:16 GMT Server: Apache x-openstack-request-id: req-ede96bc5-fed1-4386-95e0-b5de322ff9dd Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:35:16,344 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-ede96bc5-fed1-4386-95e0-b5de322ff9dd 2018-08-01 05:35:16,344 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0719828605652s 2018-08-01 05:35:16,344 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-ede96bc5-fed1-4386-95e0-b5de322ff9dd 2018-08-01 05:35:21,347 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:35:21,350 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:35:21,377 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:35:21 GMT Server: Apache x-openstack-request-id: req-b60a0a67-1e8d-4deb-8dff-c24971e84ee0 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:35:21,598 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:35:21 GMT Server: Apache x-openstack-request-id: req-42aa09c0-4fde-4621-8a5d-c551718bc6f4 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:35:21,598 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-42aa09c0-4fde-4621-8a5d-c551718bc6f4 2018-08-01 05:35:21,598 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.251392126083s 2018-08-01 05:35:21,598 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-42aa09c0-4fde-4621-8a5d-c551718bc6f4 2018-08-01 05:35:26,604 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:35:26,608 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:35:26,636 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:35:26 GMT Server: Apache x-openstack-request-id: req-c1a28a7f-6a38-4e49-994c-1e1ebde36d8f Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:35:26,678 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:35:26 GMT Server: Apache x-openstack-request-id: req-36e351ff-de8d-439e-ba69-8a8eebe1f624 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:35:26,679 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-36e351ff-de8d-439e-ba69-8a8eebe1f624 2018-08-01 05:35:26,679 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0741698741913s 2018-08-01 05:35:26,679 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-36e351ff-de8d-439e-ba69-8a8eebe1f624 2018-08-01 05:35:26,680 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:35:26,682 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:35:26,709 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:35:26 GMT Server: Apache x-openstack-request-id: req-42caf8fd-746a-4e48-8e32-8def07e2fa09 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:35:26,752 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:35:26 GMT Server: Apache x-openstack-request-id: req-83bc7dd7-6d19-454e-b2eb-e54cba1d0b7d Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:35:26,752 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-83bc7dd7-6d19-454e-b2eb-e54cba1d0b7d 2018-08-01 05:35:26,752 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0727269649506s 2018-08-01 05:35:26,753 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-83bc7dd7-6d19-454e-b2eb-e54cba1d0b7d 2018-08-01 05:35:31,759 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:35:31,763 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:35:31,789 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:35:31 GMT Server: Apache x-openstack-request-id: req-1111a8c7-3610-4095-8cc0-3e89270ec975 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:35:32,015 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:35:31 GMT Server: Apache x-openstack-request-id: req-c494ef21-cfc7-42d1-9519-3964278646e4 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:35:32,015 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-c494ef21-cfc7-42d1-9519-3964278646e4 2018-08-01 05:35:32,015 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.255596876144s 2018-08-01 05:35:32,016 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-c494ef21-cfc7-42d1-9519-3964278646e4 2018-08-01 05:35:37,021 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:35:37,024 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:35:37,053 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:35:37 GMT Server: Apache x-openstack-request-id: req-e5b2f3c1-c9d6-4b41-9fbf-d71ab83efcb8 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:35:37,275 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:35:37 GMT Server: Apache x-openstack-request-id: req-61b141b3-8d08-4ba0-8792-e0ed3d47301d Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:35:37,275 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-61b141b3-8d08-4ba0-8792-e0ed3d47301d 2018-08-01 05:35:37,275 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.253790140152s 2018-08-01 05:35:37,276 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-61b141b3-8d08-4ba0-8792-e0ed3d47301d 2018-08-01 05:35:37,276 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:35:37,278 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:35:37,306 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:35:37 GMT Server: Apache x-openstack-request-id: req-2a0d4d1e-0b90-44f3-ac1e-a93f68b437cd Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:35:37,533 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:35:37 GMT Server: Apache x-openstack-request-id: req-e3f2a2bc-fef4-477b-907e-afa51dee8821 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:35:37,533 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-e3f2a2bc-fef4-477b-907e-afa51dee8821 2018-08-01 05:35:37,533 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.257019996643s 2018-08-01 05:35:37,533 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-e3f2a2bc-fef4-477b-907e-afa51dee8821 2018-08-01 05:35:42,537 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:35:42,540 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:35:42,569 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:35:42 GMT Server: Apache x-openstack-request-id: req-73aaf4c9-22aa-4e83-81f9-d7f7b5de4ca6 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:35:42,612 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:35:42 GMT Server: Apache x-openstack-request-id: req-f7bb85bb-2323-4ff1-853d-1c0db6bdf554 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:35:42,612 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-f7bb85bb-2323-4ff1-853d-1c0db6bdf554 2018-08-01 05:35:42,612 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0748999118805s 2018-08-01 05:35:42,613 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-f7bb85bb-2323-4ff1-853d-1c0db6bdf554 2018-08-01 05:35:47,615 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:35:47,619 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:35:47,646 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:35:47 GMT Server: Apache x-openstack-request-id: req-35abebda-9abd-4525-b0c4-9923a5bf768c Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:35:47,687 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:35:47 GMT Server: Apache x-openstack-request-id: req-2d035192-e79f-4774-a8e2-11e36aaa8dbf Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:35:47,687 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-2d035192-e79f-4774-a8e2-11e36aaa8dbf 2018-08-01 05:35:47,687 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0714027881622s 2018-08-01 05:35:47,687 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-2d035192-e79f-4774-a8e2-11e36aaa8dbf 2018-08-01 05:35:47,688 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:35:47,690 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:35:47,716 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:35:47 GMT Server: Apache x-openstack-request-id: req-aad42319-6fdf-4f8d-b8b6-e401a38b8c1d Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:35:47,758 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:35:47 GMT Server: Apache x-openstack-request-id: req-22511897-8ea9-402d-b3b0-fab310d23e6a Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:35:47,759 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-22511897-8ea9-402d-b3b0-fab310d23e6a 2018-08-01 05:35:47,759 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0711319446564s 2018-08-01 05:35:47,759 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-22511897-8ea9-402d-b3b0-fab310d23e6a 2018-08-01 05:35:52,766 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:35:52,769 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:35:52,796 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:35:52 GMT Server: Apache x-openstack-request-id: req-b101652f-803a-436f-8ac0-18c8d2609897 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:35:53,007 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:35:52 GMT Server: Apache x-openstack-request-id: req-88db509c-28c3-41ce-98f3-881e1cdac8a1 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:35:53,007 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-88db509c-28c3-41ce-98f3-881e1cdac8a1 2018-08-01 05:35:53,007 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.240947008133s 2018-08-01 05:35:53,008 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-88db509c-28c3-41ce-98f3-881e1cdac8a1 2018-08-01 05:35:58,012 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:35:58,015 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:35:58,044 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:35:58 GMT Server: Apache x-openstack-request-id: req-e3ed6a7f-95af-4ddc-9a77-40fdc299c009 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:35:58,086 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:35:58 GMT Server: Apache x-openstack-request-id: req-72151117-a526-47ea-9b37-4d62d8cf58cc Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:35:58,087 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-72151117-a526-47ea-9b37-4d62d8cf58cc 2018-08-01 05:35:58,087 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0744280815125s 2018-08-01 05:35:58,087 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-72151117-a526-47ea-9b37-4d62d8cf58cc 2018-08-01 05:35:58,088 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:35:58,090 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:35:58,135 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:35:58 GMT Server: Apache x-openstack-request-id: req-91b3f33e-44fb-4aa2-acb9-eb5a3bcdd80c Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:35:58,353 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:35:58 GMT Server: Apache x-openstack-request-id: req-767fa84c-b9a2-4d29-a6b7-cdb17735dff5 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:35:58,353 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-767fa84c-b9a2-4d29-a6b7-cdb17735dff5 2018-08-01 05:35:58,354 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.265769004822s 2018-08-01 05:35:58,354 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-767fa84c-b9a2-4d29-a6b7-cdb17735dff5 2018-08-01 05:36:03,356 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:36:03,360 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:36:03,388 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:36:03 GMT Server: Apache x-openstack-request-id: req-46f0429e-3209-4af0-b408-bf4078eca503 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:36:03,430 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:36:03 GMT Server: Apache x-openstack-request-id: req-f0e2d57c-bc1d-4e98-8fa7-65d3033f0afe Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:36:03,430 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-f0e2d57c-bc1d-4e98-8fa7-65d3033f0afe 2018-08-01 05:36:03,430 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0731928348541s 2018-08-01 05:36:03,430 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-f0e2d57c-bc1d-4e98-8fa7-65d3033f0afe 2018-08-01 05:36:08,436 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:36:08,439 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:36:08,467 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:36:08 GMT Server: Apache x-openstack-request-id: req-292043e2-e012-426c-93e6-8a08819db915 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:36:08,509 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:36:08 GMT Server: Apache x-openstack-request-id: req-2e25ba57-7cf7-45b0-89d0-f58fb8ac12d4 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:36:08,510 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-2e25ba57-7cf7-45b0-89d0-f58fb8ac12d4 2018-08-01 05:36:08,510 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0736680030823s 2018-08-01 05:36:08,510 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-2e25ba57-7cf7-45b0-89d0-f58fb8ac12d4 2018-08-01 05:36:08,511 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:36:08,513 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:36:08,542 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:36:08 GMT Server: Apache x-openstack-request-id: req-b7ba9138-988a-4671-9794-d76db80e2ac9 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:36:08,585 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:36:08 GMT Server: Apache x-openstack-request-id: req-1316534a-ff14-41b6-8aa1-a2e6bffcd29c Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:36:08,585 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-1316534a-ff14-41b6-8aa1-a2e6bffcd29c 2018-08-01 05:36:08,585 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0745050907135s 2018-08-01 05:36:08,586 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-1316534a-ff14-41b6-8aa1-a2e6bffcd29c 2018-08-01 05:36:13,592 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:36:13,595 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:36:13,623 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:36:13 GMT Server: Apache x-openstack-request-id: req-32322831-1483-465d-a9d5-b9ab614a6c64 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:36:13,665 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:36:13 GMT Server: Apache x-openstack-request-id: req-678fd505-315f-4515-ba91-7df13440d228 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:36:13,665 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-678fd505-315f-4515-ba91-7df13440d228 2018-08-01 05:36:13,666 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0730738639832s 2018-08-01 05:36:13,666 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-678fd505-315f-4515-ba91-7df13440d228 2018-08-01 05:36:18,672 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:36:18,675 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:36:18,893 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:36:18 GMT Server: Apache x-openstack-request-id: req-405eb6d1-a026-4368-8292-58b9eed282fa Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:36:19,018 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:36:18 GMT Server: Apache x-openstack-request-id: req-7583c74d-55d0-4618-bffd-d685a279502a Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:36:19,018 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-7583c74d-55d0-4618-bffd-d685a279502a 2018-08-01 05:36:19,018 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.346358060837s 2018-08-01 05:36:19,018 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-7583c74d-55d0-4618-bffd-d685a279502a 2018-08-01 05:36:19,019 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:36:19,021 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:36:19,049 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:36:19 GMT Server: Apache x-openstack-request-id: req-8c768962-0336-4db9-85ca-e565e8146c5f Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:36:19,093 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:36:19 GMT Server: Apache x-openstack-request-id: req-acb8f49a-a925-471b-be96-1acb6859efd0 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:36:19,093 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-acb8f49a-a925-471b-be96-1acb6859efd0 2018-08-01 05:36:19,093 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0740280151367s 2018-08-01 05:36:19,093 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-acb8f49a-a925-471b-be96-1acb6859efd0 2018-08-01 05:36:24,100 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:36:24,103 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:36:24,306 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:36:24 GMT Server: Apache x-openstack-request-id: req-a279cb59-d9ac-483b-a46c-088234cc90e8 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:36:24,348 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:36:24 GMT Server: Apache x-openstack-request-id: req-13214f89-0968-422f-9e50-099f555fc4d6 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:36:24,348 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-13214f89-0968-422f-9e50-099f555fc4d6 2018-08-01 05:36:24,349 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.248423099518s 2018-08-01 05:36:24,349 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-13214f89-0968-422f-9e50-099f555fc4d6 2018-08-01 05:36:29,354 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:36:29,357 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:36:29,401 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:36:29 GMT Server: Apache x-openstack-request-id: req-8080342f-bd2f-452d-ba57-8bb2f787dfe5 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:36:29,649 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:36:29 GMT Server: Apache x-openstack-request-id: req-ddcabc3f-f177-4cf5-8c9a-5856949a84e2 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:36:29,649 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-ddcabc3f-f177-4cf5-8c9a-5856949a84e2 2018-08-01 05:36:29,649 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.294780015945s 2018-08-01 05:36:29,650 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-ddcabc3f-f177-4cf5-8c9a-5856949a84e2 2018-08-01 05:36:29,650 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:36:29,653 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:36:29,679 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:36:29 GMT Server: Apache x-openstack-request-id: req-cf9c8cea-5cd0-42ab-b2ed-c62586443593 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:36:29,919 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:36:29 GMT Server: Apache x-openstack-request-id: req-6216a44f-aed6-4a97-a7e6-28f4823f1f0d Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:36:29,919 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-6216a44f-aed6-4a97-a7e6-28f4823f1f0d 2018-08-01 05:36:29,919 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.26867890358s 2018-08-01 05:36:29,919 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-6216a44f-aed6-4a97-a7e6-28f4823f1f0d 2018-08-01 05:36:34,926 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:36:34,929 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:36:34,957 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:36:34 GMT Server: Apache x-openstack-request-id: req-161f7254-77ae-4689-b2f5-c7e520270b8c Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:36:34,999 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:36:34 GMT Server: Apache x-openstack-request-id: req-e148ee76-a240-44f1-98bd-b60418b56480 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:36:34,999 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-e148ee76-a240-44f1-98bd-b60418b56480 2018-08-01 05:36:34,999 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0733709335327s 2018-08-01 05:36:35,000 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-e148ee76-a240-44f1-98bd-b60418b56480 2018-08-01 05:36:40,001 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:36:40,004 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:36:40,032 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:36:40 GMT Server: Apache x-openstack-request-id: req-8ba1f4c7-c7dd-4e53-a5d5-4154fc9d6b18 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:36:40,078 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:36:40 GMT Server: Apache x-openstack-request-id: req-738839ea-e099-43b6-90cc-1f1fb7dffcb4 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:36:40,078 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-738839ea-e099-43b6-90cc-1f1fb7dffcb4 2018-08-01 05:36:40,078 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.07683801651s 2018-08-01 05:36:40,078 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-738839ea-e099-43b6-90cc-1f1fb7dffcb4 2018-08-01 05:36:40,079 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:36:40,082 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:36:40,313 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:36:40 GMT Server: Apache x-openstack-request-id: req-256590f5-2d14-465e-b8bc-325017f48490 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:36:40,356 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:36:40 GMT Server: Apache x-openstack-request-id: req-ed746bcd-2e66-4fe9-bf74-c7d9716db0e6 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:36:40,356 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-ed746bcd-2e66-4fe9-bf74-c7d9716db0e6 2018-08-01 05:36:40,356 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.277435064316s 2018-08-01 05:36:40,357 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-ed746bcd-2e66-4fe9-bf74-c7d9716db0e6 2018-08-01 05:36:45,359 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:36:45,362 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:36:45,392 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:36:45 GMT Server: Apache x-openstack-request-id: req-bc1505f2-287c-4e68-ac2d-08b712aa5df0 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:36:45,434 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:36:45 GMT Server: Apache x-openstack-request-id: req-778e4235-714d-48dd-89a5-c8a3afcd0361 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:36:45,434 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-778e4235-714d-48dd-89a5-c8a3afcd0361 2018-08-01 05:36:45,435 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0752320289612s 2018-08-01 05:36:45,435 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-778e4235-714d-48dd-89a5-c8a3afcd0361 2018-08-01 05:36:50,441 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:36:50,444 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:36:50,642 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:36:50 GMT Server: Apache x-openstack-request-id: req-17d2a52f-7ebe-47a1-8045-f2453a89335f Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:36:50,685 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:36:50 GMT Server: Apache x-openstack-request-id: req-2a6f880e-e31f-41a4-b25e-21eab9e1f46a Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:36:50,685 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-2a6f880e-e31f-41a4-b25e-21eab9e1f46a 2018-08-01 05:36:50,685 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.244281053543s 2018-08-01 05:36:50,686 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-2a6f880e-e31f-41a4-b25e-21eab9e1f46a 2018-08-01 05:36:50,686 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:36:50,689 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:36:50,718 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:36:50 GMT Server: Apache x-openstack-request-id: req-51cc9935-ba1a-4533-b900-329558db6f16 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:36:50,746 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:36:50 GMT Server: Apache x-openstack-request-id: req-bff31375-a893-4927-b2e3-f4dce118d1d5 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:36:50,746 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-bff31375-a893-4927-b2e3-f4dce118d1d5 2018-08-01 05:36:50,747 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.060487985611s 2018-08-01 05:36:50,747 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-bff31375-a893-4927-b2e3-f4dce118d1d5 2018-08-01 05:36:55,750 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:36:55,753 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:36:55,781 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:36:55 GMT Server: Apache x-openstack-request-id: req-946c1299-9b1f-4939-9cd4-0672a5c787cc Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:36:55,824 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:36:55 GMT Server: Apache x-openstack-request-id: req-c2e1c85d-db18-4273-95e1-cc5f33e48b1a Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:36:55,824 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-c2e1c85d-db18-4273-95e1-cc5f33e48b1a 2018-08-01 05:36:55,825 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0745739936829s 2018-08-01 05:36:55,825 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-c2e1c85d-db18-4273-95e1-cc5f33e48b1a 2018-08-01 05:37:00,828 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:37:00,831 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:37:00,859 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:37:00 GMT Server: Apache x-openstack-request-id: req-976e13ce-fde7-4373-a324-6775a58f5952 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:37:01,086 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:37:00 GMT Server: Apache x-openstack-request-id: req-3c3569f8-7ecf-4484-a935-9fddacb288de Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:37:01,086 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-3c3569f8-7ecf-4484-a935-9fddacb288de 2018-08-01 05:37:01,086 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.257960796356s 2018-08-01 05:37:01,086 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-3c3569f8-7ecf-4484-a935-9fddacb288de 2018-08-01 05:37:01,087 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:37:01,088 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:37:01,113 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:37:01 GMT Server: Apache x-openstack-request-id: req-8ab9eace-f5ac-495b-ae59-b6c4a9b5c3f1 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:37:01,155 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:37:01 GMT Server: Apache x-openstack-request-id: req-962b1ecd-feef-4456-bdf0-fe0296cdd77b Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:37:01,156 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-962b1ecd-feef-4456-bdf0-fe0296cdd77b 2018-08-01 05:37:01,156 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0691030025482s 2018-08-01 05:37:01,156 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-962b1ecd-feef-4456-bdf0-fe0296cdd77b 2018-08-01 05:37:06,158 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:37:06,161 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:37:06,188 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:37:06 GMT Server: Apache x-openstack-request-id: req-6d298348-4b02-41e0-97f7-c3269c3d0076 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:37:06,406 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:37:06 GMT Server: Apache x-openstack-request-id: req-05d42ca4-7b89-4330-84f6-cec423dfbcb6 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:37:06,406 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-05d42ca4-7b89-4330-84f6-cec423dfbcb6 2018-08-01 05:37:06,406 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.248314857483s 2018-08-01 05:37:06,407 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-05d42ca4-7b89-4330-84f6-cec423dfbcb6 2018-08-01 05:37:11,412 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:37:11,416 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:37:11,636 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:37:11 GMT Server: Apache x-openstack-request-id: req-ff79097c-8f65-4601-a730-6d26202efe0e Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:37:11,679 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:37:11 GMT Server: Apache x-openstack-request-id: req-96018f4c-fb01-4923-9c52-cf482b9050c9 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:37:11,679 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-96018f4c-fb01-4923-9c52-cf482b9050c9 2018-08-01 05:37:11,679 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.266262054443s 2018-08-01 05:37:11,679 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-96018f4c-fb01-4923-9c52-cf482b9050c9 2018-08-01 05:37:11,680 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:37:11,682 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:37:11,709 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:37:11 GMT Server: Apache x-openstack-request-id: req-8556209d-cb60-4f94-9887-5839a47c78a9 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:37:11,754 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:37:11 GMT Server: Apache x-openstack-request-id: req-0642b3ef-e2ba-46e2-a3f0-95b93f128635 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:37:11,754 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-0642b3ef-e2ba-46e2-a3f0-95b93f128635 2018-08-01 05:37:11,754 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0740759372711s 2018-08-01 05:37:11,754 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-0642b3ef-e2ba-46e2-a3f0-95b93f128635 2018-08-01 05:37:16,761 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:37:16,764 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:37:16,976 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:37:16 GMT Server: Apache x-openstack-request-id: req-2a628deb-a5d1-4e54-9401-621988d928f5 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:37:17,018 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:37:16 GMT Server: Apache x-openstack-request-id: req-3639d955-7149-44ed-93a2-8735d41bf771 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:37:17,018 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-3639d955-7149-44ed-93a2-8735d41bf771 2018-08-01 05:37:17,019 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.257586956024s 2018-08-01 05:37:17,019 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-3639d955-7149-44ed-93a2-8735d41bf771 2018-08-01 05:37:22,024 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:37:22,027 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:37:22,054 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:37:22 GMT Server: Apache x-openstack-request-id: req-911c021a-43fd-4c3c-a42c-6cdd0f68392c Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:37:22,097 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:37:22 GMT Server: Apache x-openstack-request-id: req-c7cf46d1-801c-459b-bfe6-a30f5bb6c222 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:37:22,097 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-c7cf46d1-801c-459b-bfe6-a30f5bb6c222 2018-08-01 05:37:22,097 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0723280906677s 2018-08-01 05:37:22,097 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-c7cf46d1-801c-459b-bfe6-a30f5bb6c222 2018-08-01 05:37:22,098 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:37:22,100 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:37:22,127 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:37:22 GMT Server: Apache x-openstack-request-id: req-607f7931-32c2-42a7-a1c1-e7adff852d29 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:37:22,169 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:37:22 GMT Server: Apache x-openstack-request-id: req-9a07ed21-39c6-47c7-884a-5d689f33ed6c Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:37:22,170 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-9a07ed21-39c6-47c7-884a-5d689f33ed6c 2018-08-01 05:37:22,170 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0719149112701s 2018-08-01 05:37:22,170 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-9a07ed21-39c6-47c7-884a-5d689f33ed6c 2018-08-01 05:37:27,177 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:37:27,180 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:37:27,225 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:37:27 GMT Server: Apache x-openstack-request-id: req-a934178b-f734-4db6-a0dd-d4bdfaec3750 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:37:27,268 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:37:27 GMT Server: Apache x-openstack-request-id: req-120bd9bc-e0c7-4304-96fe-80bf034fe14a Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:37:27,268 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-120bd9bc-e0c7-4304-96fe-80bf034fe14a 2018-08-01 05:37:27,268 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0908789634705s 2018-08-01 05:37:27,268 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-120bd9bc-e0c7-4304-96fe-80bf034fe14a 2018-08-01 05:37:32,274 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:37:32,277 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:37:32,307 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:37:32 GMT Server: Apache x-openstack-request-id: req-fd6cbeb4-cd66-40f6-a77e-00440d5fcccb Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:37:32,349 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:37:32 GMT Server: Apache x-openstack-request-id: req-9bc8f6da-667a-48bd-8185-0463473dd3db Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:37:32,349 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-9bc8f6da-667a-48bd-8185-0463473dd3db 2018-08-01 05:37:32,350 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0754148960114s 2018-08-01 05:37:32,350 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-9bc8f6da-667a-48bd-8185-0463473dd3db 2018-08-01 05:37:32,351 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:37:32,353 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:37:32,380 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:37:32 GMT Server: Apache x-openstack-request-id: req-6b1518c9-acf1-46e6-8547-cfec62bb782d Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:37:32,424 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:37:32 GMT Server: Apache x-openstack-request-id: req-08f59084-f6b6-4355-9488-d2d910c4c924 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:37:32,424 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-08f59084-f6b6-4355-9488-d2d910c4c924 2018-08-01 05:37:32,424 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0732970237732s 2018-08-01 05:37:32,424 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-08f59084-f6b6-4355-9488-d2d910c4c924 2018-08-01 05:37:37,431 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:37:37,434 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:37:37,461 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:37:37 GMT Server: Apache x-openstack-request-id: req-8e02c0a5-9571-481d-9d91-daa5a61522c1 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:37:37,505 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:37:37 GMT Server: Apache x-openstack-request-id: req-0fc1d1a6-f0c8-4f7f-bc03-c84a9cd52984 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:37:37,505 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-0fc1d1a6-f0c8-4f7f-bc03-c84a9cd52984 2018-08-01 05:37:37,505 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0740849971771s 2018-08-01 05:37:37,505 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-0fc1d1a6-f0c8-4f7f-bc03-c84a9cd52984 2018-08-01 05:37:42,511 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:37:42,513 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:37:42,541 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:37:42 GMT Server: Apache x-openstack-request-id: req-79e84d4a-5c34-46f4-ba93-19ed858d1d0d Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:37:42,583 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:37:42 GMT Server: Apache x-openstack-request-id: req-9ea01ff9-2af9-49bf-a663-d13c4767320d Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:37:42,583 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-9ea01ff9-2af9-49bf-a663-d13c4767320d 2018-08-01 05:37:42,583 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0721158981323s 2018-08-01 05:37:42,584 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-9ea01ff9-2af9-49bf-a663-d13c4767320d 2018-08-01 05:37:42,584 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:37:42,587 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:37:42,614 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:37:42 GMT Server: Apache x-openstack-request-id: req-e2763c13-ca62-47b7-9cfd-398f5bdbf75f Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:37:42,657 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:37:42 GMT Server: Apache x-openstack-request-id: req-1b214321-a433-4f25-a013-8a107b851afa Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:37:42,657 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-1b214321-a433-4f25-a013-8a107b851afa 2018-08-01 05:37:42,657 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0729088783264s 2018-08-01 05:37:42,657 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-1b214321-a433-4f25-a013-8a107b851afa 2018-08-01 05:37:47,663 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:37:47,667 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:37:47,873 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:37:47 GMT Server: Apache x-openstack-request-id: req-3aedd9a4-b704-46cb-8409-a6edc9f08388 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:37:47,916 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:37:47 GMT Server: Apache x-openstack-request-id: req-fd05cead-55f4-477b-b451-c3a5e14a064f Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:37:47,916 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-fd05cead-55f4-477b-b451-c3a5e14a064f 2018-08-01 05:37:47,916 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.252444028854s 2018-08-01 05:37:47,916 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-fd05cead-55f4-477b-b451-c3a5e14a064f 2018-08-01 05:37:52,922 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:37:52,925 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:37:53,131 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:37:52 GMT Server: Apache x-openstack-request-id: req-5acf5f28-bc57-40fb-82ac-4dcb145529cf Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:37:53,361 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:37:53 GMT Server: Apache x-openstack-request-id: req-63800f3c-73b5-40dd-a665-04cae49a3cd4 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:37:53,361 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-63800f3c-73b5-40dd-a665-04cae49a3cd4 2018-08-01 05:37:53,361 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.438632011414s 2018-08-01 05:37:53,361 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-63800f3c-73b5-40dd-a665-04cae49a3cd4 2018-08-01 05:37:53,362 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:37:53,365 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:37:53,391 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:37:53 GMT Server: Apache x-openstack-request-id: req-bdf5f71d-74c3-47a4-a509-dadfa4fe32ba Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:37:53,433 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:37:53 GMT Server: Apache x-openstack-request-id: req-688c7fc1-6441-469e-873b-b7f23828e05c Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:37:53,433 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-688c7fc1-6441-469e-873b-b7f23828e05c 2018-08-01 05:37:53,434 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0716488361359s 2018-08-01 05:37:53,434 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-688c7fc1-6441-469e-873b-b7f23828e05c 2018-08-01 05:37:58,441 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:37:58,444 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:37:58,472 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:37:58 GMT Server: Apache x-openstack-request-id: req-505f9e8b-7935-49cd-a2c0-6fca1ef35abc Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:37:58,514 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:37:58 GMT Server: Apache x-openstack-request-id: req-70d79bc5-68b3-4ff6-a927-a641c2394daf Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:37:58,514 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-70d79bc5-68b3-4ff6-a927-a641c2394daf 2018-08-01 05:37:58,514 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.073098897934s 2018-08-01 05:37:58,514 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-70d79bc5-68b3-4ff6-a927-a641c2394daf 2018-08-01 05:38:03,520 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:38:03,523 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:38:03,552 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:38:03 GMT Server: Apache x-openstack-request-id: req-9590a647-4f51-47f1-9cc2-c2b6cc6d8459 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:38:03,594 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:38:03 GMT Server: Apache x-openstack-request-id: req-1846be53-6e2a-4be1-b853-918b631b5fff Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:38:03,594 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-1846be53-6e2a-4be1-b853-918b631b5fff 2018-08-01 05:38:03,595 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0744049549103s 2018-08-01 05:38:03,595 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-1846be53-6e2a-4be1-b853-918b631b5fff 2018-08-01 05:38:03,595 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:38:03,598 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:38:03,625 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:38:03 GMT Server: Apache x-openstack-request-id: req-b77eea65-6847-43ff-bf3c-934e6af5438a Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:38:03,668 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:38:03 GMT Server: Apache x-openstack-request-id: req-8cad2ee8-3d6c-4325-b1b0-7188e2aa7df1 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:38:03,668 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-8cad2ee8-3d6c-4325-b1b0-7188e2aa7df1 2018-08-01 05:38:03,668 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0725989341736s 2018-08-01 05:38:03,669 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-8cad2ee8-3d6c-4325-b1b0-7188e2aa7df1 2018-08-01 05:38:08,670 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:38:08,674 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:38:08,701 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:38:08 GMT Server: Apache x-openstack-request-id: req-30c905cd-64ff-4088-98f6-f9626efe56e3 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:38:08,744 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:38:08 GMT Server: Apache x-openstack-request-id: req-0aef99aa-6bf7-417d-8d58-bd4d4d5ca42f Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:38:08,744 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-0aef99aa-6bf7-417d-8d58-bd4d4d5ca42f 2018-08-01 05:38:08,744 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0736439228058s 2018-08-01 05:38:08,745 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-0aef99aa-6bf7-417d-8d58-bd4d4d5ca42f 2018-08-01 05:38:13,750 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:38:13,754 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:38:13,781 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:38:13 GMT Server: Apache x-openstack-request-id: req-4f7c652e-0b69-4d81-b71a-13e64813e8e7 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:38:13,824 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:38:13 GMT Server: Apache x-openstack-request-id: req-bc8cea24-f7e7-492a-a393-4594d58b3b35 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:38:13,824 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-bc8cea24-f7e7-492a-a393-4594d58b3b35 2018-08-01 05:38:13,824 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.073793888092s 2018-08-01 05:38:13,825 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-bc8cea24-f7e7-492a-a393-4594d58b3b35 2018-08-01 05:38:13,825 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:38:13,828 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:38:13,855 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:38:13 GMT Server: Apache x-openstack-request-id: req-99a00d1b-57ee-4cb4-9cd7-ba8d852e605b Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:38:13,899 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:38:13 GMT Server: Apache x-openstack-request-id: req-fbfa48c6-8b4b-40b8-b812-cc39b9d67d80 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:38:13,899 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-fbfa48c6-8b4b-40b8-b812-cc39b9d67d80 2018-08-01 05:38:13,899 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0740990638733s 2018-08-01 05:38:13,900 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-fbfa48c6-8b4b-40b8-b812-cc39b9d67d80 2018-08-01 05:38:18,906 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:38:18,910 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:38:18,939 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:38:18 GMT Server: Apache x-openstack-request-id: req-4c5c838a-d2ef-45d7-9f56-bd42152ecabf Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:38:18,981 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:38:18 GMT Server: Apache x-openstack-request-id: req-be05d9de-e724-4d8a-a7c9-b2ae793ad48e Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:38:18,981 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-be05d9de-e724-4d8a-a7c9-b2ae793ad48e 2018-08-01 05:38:18,982 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0747520923615s 2018-08-01 05:38:18,982 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-be05d9de-e724-4d8a-a7c9-b2ae793ad48e 2018-08-01 05:38:23,987 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:38:23,991 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:38:24,019 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:38:23 GMT Server: Apache x-openstack-request-id: req-4e129447-e20a-4eab-8aa5-bc1b351faf16 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:38:24,061 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:38:24 GMT Server: Apache x-openstack-request-id: req-7c1bde8a-396a-4678-910b-404da793a2a9 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:38:24,061 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-7c1bde8a-396a-4678-910b-404da793a2a9 2018-08-01 05:38:24,061 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0730950832367s 2018-08-01 05:38:24,061 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-7c1bde8a-396a-4678-910b-404da793a2a9 2018-08-01 05:38:24,062 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:38:24,064 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:38:24,092 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:38:24 GMT Server: Apache x-openstack-request-id: req-32c9848a-ab87-4d4c-94c8-8a506a6ca501 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:38:24,135 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:38:24 GMT Server: Apache x-openstack-request-id: req-6963e8d8-d47f-4878-af51-d9fa22ccb86b Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:38:24,135 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-6963e8d8-d47f-4878-af51-d9fa22ccb86b 2018-08-01 05:38:24,135 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0733470916748s 2018-08-01 05:38:24,135 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-6963e8d8-d47f-4878-af51-d9fa22ccb86b 2018-08-01 05:38:29,142 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:38:29,145 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:38:29,176 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:38:29 GMT Server: Apache x-openstack-request-id: req-a4bbe19a-5b00-4992-ab6a-0842d4813496 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:38:29,219 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:38:29 GMT Server: Apache x-openstack-request-id: req-e93412e2-9fb5-47f7-bb0d-45c537804e04 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:38:29,220 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-e93412e2-9fb5-47f7-bb0d-45c537804e04 2018-08-01 05:38:29,220 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0774669647217s 2018-08-01 05:38:29,220 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-e93412e2-9fb5-47f7-bb0d-45c537804e04 2018-08-01 05:38:34,226 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:38:34,229 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:38:34,257 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:38:34 GMT Server: Apache x-openstack-request-id: req-eb2d9154-b420-4cde-86e8-f961ea907e5e Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:38:34,299 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:38:34 GMT Server: Apache x-openstack-request-id: req-c3d3249d-0a9a-4c65-b433-9c21cb5d564b Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:38:34,299 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-c3d3249d-0a9a-4c65-b433-9c21cb5d564b 2018-08-01 05:38:34,299 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0730650424957s 2018-08-01 05:38:34,300 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-c3d3249d-0a9a-4c65-b433-9c21cb5d564b 2018-08-01 05:38:34,300 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:38:34,303 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:38:34,330 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:38:34 GMT Server: Apache x-openstack-request-id: req-755f46a0-84a3-401d-af5e-a265879a5ccc Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:38:34,374 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:38:34 GMT Server: Apache x-openstack-request-id: req-d7651538-1f52-4689-b0c0-574e6141a7e6 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:38:34,374 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-d7651538-1f52-4689-b0c0-574e6141a7e6 2018-08-01 05:38:34,374 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0738568305969s 2018-08-01 05:38:34,374 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-d7651538-1f52-4689-b0c0-574e6141a7e6 2018-08-01 05:38:39,381 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:38:39,384 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:38:39,411 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:38:39 GMT Server: Apache x-openstack-request-id: req-e528ad9f-221a-4120-b2e2-c7169a9d56b9 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:38:39,454 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:38:39 GMT Server: Apache x-openstack-request-id: req-2805903d-2bb7-46fc-8c0c-41d867110340 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:38:39,455 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-2805903d-2bb7-46fc-8c0c-41d867110340 2018-08-01 05:38:39,455 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0736088752747s 2018-08-01 05:38:39,455 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-2805903d-2bb7-46fc-8c0c-41d867110340 2018-08-01 05:38:44,460 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:38:44,463 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:38:44,682 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:38:44 GMT Server: Apache x-openstack-request-id: req-c74e7fdf-d98d-4b15-add2-221e947ed74b Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:38:44,916 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:38:44 GMT Server: Apache x-openstack-request-id: req-ca365699-eb98-49ca-8d0a-77c2573236ac Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:38:44,916 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-ca365699-eb98-49ca-8d0a-77c2573236ac 2018-08-01 05:38:44,916 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.455700874329s 2018-08-01 05:38:44,917 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-ca365699-eb98-49ca-8d0a-77c2573236ac 2018-08-01 05:38:44,917 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:38:44,920 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:38:44,947 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:38:44 GMT Server: Apache x-openstack-request-id: req-1cc09a7a-434f-40d5-be14-18932a0c9fb3 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:38:44,989 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:38:44 GMT Server: Apache x-openstack-request-id: req-dcf1e672-bea8-4dae-bd2a-042be58f0c72 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:38:44,990 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-dcf1e672-bea8-4dae-bd2a-042be58f0c72 2018-08-01 05:38:44,990 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0725169181824s 2018-08-01 05:38:44,990 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-dcf1e672-bea8-4dae-bd2a-042be58f0c72 2018-08-01 05:38:49,997 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:38:50,001 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:38:50,034 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:38:49 GMT Server: Apache x-openstack-request-id: req-2bc21e9f-5f2e-4706-8b32-c648bc338f74 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:38:50,249 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:38:50 GMT Server: Apache x-openstack-request-id: req-67921da5-d181-4615-9908-eae81e10f4c3 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:38:50,249 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-67921da5-d181-4615-9908-eae81e10f4c3 2018-08-01 05:38:50,250 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.252739906311s 2018-08-01 05:38:50,250 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-67921da5-d181-4615-9908-eae81e10f4c3 2018-08-01 05:38:55,251 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:38:55,255 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:38:55,283 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:38:55 GMT Server: Apache x-openstack-request-id: req-ed19e4cd-0819-4165-8a0d-bb6024955585 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:38:55,325 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:38:55 GMT Server: Apache x-openstack-request-id: req-6ad544b3-35e4-4ee1-a4e6-571b8a68e906 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:38:55,325 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-6ad544b3-35e4-4ee1-a4e6-571b8a68e906 2018-08-01 05:38:55,326 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0741319656372s 2018-08-01 05:38:55,326 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-6ad544b3-35e4-4ee1-a4e6-571b8a68e906 2018-08-01 05:38:55,326 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:38:55,329 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:38:55,356 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:38:55 GMT Server: Apache x-openstack-request-id: req-1af25276-822f-453f-960b-10f388eba8a1 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:38:55,401 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:38:55 GMT Server: Apache x-openstack-request-id: req-5a6fcf11-adb0-469e-a253-3ebca7c44d7e Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:38:55,401 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-5a6fcf11-adb0-469e-a253-3ebca7c44d7e 2018-08-01 05:38:55,402 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0751340389252s 2018-08-01 05:38:55,402 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-5a6fcf11-adb0-469e-a253-3ebca7c44d7e 2018-08-01 05:39:00,405 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:39:00,408 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:39:00,435 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:39:00 GMT Server: Apache x-openstack-request-id: req-f951908c-c7b4-45cd-9003-0ec9e1369d18 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:39:00,477 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:39:00 GMT Server: Apache x-openstack-request-id: req-325c0517-b69f-4fff-b3b0-2e7c6de37f9c Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:39:00,477 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-325c0517-b69f-4fff-b3b0-2e7c6de37f9c 2018-08-01 05:39:00,477 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0725219249725s 2018-08-01 05:39:00,478 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-325c0517-b69f-4fff-b3b0-2e7c6de37f9c 2018-08-01 05:39:05,483 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:39:05,486 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:39:05,513 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:39:05 GMT Server: Apache x-openstack-request-id: req-e9f41b1e-6b6b-42e3-8fed-6faef62ba30f Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:39:05,555 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:39:05 GMT Server: Apache x-openstack-request-id: req-f89c6d19-4284-4f04-996a-e429976ecbfa Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:39:05,555 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-f89c6d19-4284-4f04-996a-e429976ecbfa 2018-08-01 05:39:05,555 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0720610618591s 2018-08-01 05:39:05,555 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-f89c6d19-4284-4f04-996a-e429976ecbfa 2018-08-01 05:39:05,556 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:39:05,558 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:39:05,586 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:39:05 GMT Server: Apache x-openstack-request-id: req-76a516f1-e68b-4b50-bf79-a6c4015d570a Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:39:05,612 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:39:05 GMT Server: Apache x-openstack-request-id: req-f54b2a06-7e1a-4d3c-a012-c1bdc51ec7d2 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:39:05,612 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-f54b2a06-7e1a-4d3c-a012-c1bdc51ec7d2 2018-08-01 05:39:05,612 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.056380033493s 2018-08-01 05:39:05,612 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-f54b2a06-7e1a-4d3c-a012-c1bdc51ec7d2 2018-08-01 05:39:10,616 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:39:10,619 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:39:10,648 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:39:10 GMT Server: Apache x-openstack-request-id: req-057fa4d7-a2b6-49d6-b8cf-7b05ae8c30d8 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:39:10,691 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:39:10 GMT Server: Apache x-openstack-request-id: req-ae1c4125-6af9-4cd0-8c41-3ed3788789d5 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:39:10,691 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-ae1c4125-6af9-4cd0-8c41-3ed3788789d5 2018-08-01 05:39:10,692 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0754590034485s 2018-08-01 05:39:10,692 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-ae1c4125-6af9-4cd0-8c41-3ed3788789d5 2018-08-01 05:39:15,697 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:39:15,700 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:39:15,922 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:39:15 GMT Server: Apache x-openstack-request-id: req-6407ad72-d695-4f56-9b8e-e45b043bec49 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:39:15,966 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:39:15 GMT Server: Apache x-openstack-request-id: req-8aeda62a-97f1-4d66-a269-399ada46f46b Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:39:15,966 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-8aeda62a-97f1-4d66-a269-399ada46f46b 2018-08-01 05:39:15,966 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.26877784729s 2018-08-01 05:39:15,967 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-8aeda62a-97f1-4d66-a269-399ada46f46b 2018-08-01 05:39:15,967 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:39:15,970 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:39:15,996 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:39:15 GMT Server: Apache x-openstack-request-id: req-0dc9cdac-1726-493a-8dd5-99d24c349a72 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:39:16,230 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:39:15 GMT Server: Apache x-openstack-request-id: req-0e36b725-2478-4b33-a939-23b2440abbae Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:39:16,231 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-0e36b725-2478-4b33-a939-23b2440abbae 2018-08-01 05:39:16,231 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.263495206833s 2018-08-01 05:39:16,231 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-0e36b725-2478-4b33-a939-23b2440abbae 2018-08-01 05:39:21,238 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:39:21,241 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:39:21,445 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:39:21 GMT Server: Apache x-openstack-request-id: req-0625472b-8d25-48eb-9b62-a8cea3a8db8f Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:39:21,487 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:39:21 GMT Server: Apache x-openstack-request-id: req-7a3cd965-275f-4fb1-8ef6-453ceaad167d Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:39:21,488 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-7a3cd965-275f-4fb1-8ef6-453ceaad167d 2018-08-01 05:39:21,488 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.249678850174s 2018-08-01 05:39:21,488 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-7a3cd965-275f-4fb1-8ef6-453ceaad167d 2018-08-01 05:39:26,492 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:39:26,495 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:39:26,538 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:39:26 GMT Server: Apache x-openstack-request-id: req-b3bbfa8b-6e2d-456e-87d2-7163f583b7da Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:39:26,581 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:39:26 GMT Server: Apache x-openstack-request-id: req-d4071504-64d3-43ae-805b-ea0da18d07bd Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:39:26,581 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-d4071504-64d3-43ae-805b-ea0da18d07bd 2018-08-01 05:39:26,581 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0889790058136s 2018-08-01 05:39:26,581 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-d4071504-64d3-43ae-805b-ea0da18d07bd 2018-08-01 05:39:26,582 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:39:26,584 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:39:26,611 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:39:26 GMT Server: Apache x-openstack-request-id: req-bb753839-63f5-47df-9f38-bc13071894b9 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:39:26,653 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:39:26 GMT Server: Apache x-openstack-request-id: req-c8d0ab66-ed74-4065-8b04-a2fb718a9e2b Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:39:26,653 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-c8d0ab66-ed74-4065-8b04-a2fb718a9e2b 2018-08-01 05:39:26,654 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0718469619751s 2018-08-01 05:39:26,654 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-c8d0ab66-ed74-4065-8b04-a2fb718a9e2b 2018-08-01 05:39:31,661 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:39:31,664 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:39:31,885 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:39:31 GMT Server: Apache x-openstack-request-id: req-a2a4986f-4c3d-4c29-b881-56d7ef6c340b Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:39:31,927 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:39:31 GMT Server: Apache x-openstack-request-id: req-1b9af49a-fe08-45bd-9620-4d5048df80f8 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:39:31,927 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-1b9af49a-fe08-45bd-9620-4d5048df80f8 2018-08-01 05:39:31,928 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.266661167145s 2018-08-01 05:39:31,928 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-1b9af49a-fe08-45bd-9620-4d5048df80f8 2018-08-01 05:39:36,934 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:39:36,937 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:39:36,965 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:39:36 GMT Server: Apache x-openstack-request-id: req-d2425cf8-6b19-491b-bfe3-438da523626c Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:39:37,008 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:39:36 GMT Server: Apache x-openstack-request-id: req-0e1ce9fd-2a11-4e61-bf3e-0e1a955722d2 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:39:37,008 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-0e1ce9fd-2a11-4e61-bf3e-0e1a955722d2 2018-08-01 05:39:37,008 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0742180347443s 2018-08-01 05:39:37,008 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-0e1ce9fd-2a11-4e61-bf3e-0e1a955722d2 2018-08-01 05:39:37,009 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:39:37,011 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:39:37,038 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:39:37 GMT Server: Apache x-openstack-request-id: req-0560f1f9-0a8f-4024-97c3-f316d62e85ae Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:39:37,081 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:39:37 GMT Server: Apache x-openstack-request-id: req-aff6b4d6-2628-4339-b556-9d705d8dff4d Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:39:37,081 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-aff6b4d6-2628-4339-b556-9d705d8dff4d 2018-08-01 05:39:37,081 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0723080635071s 2018-08-01 05:39:37,082 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-aff6b4d6-2628-4339-b556-9d705d8dff4d 2018-08-01 05:39:42,088 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:39:42,091 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:39:42,119 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:39:42 GMT Server: Apache x-openstack-request-id: req-2dd261e0-e0f8-48d0-bd75-d5610e3b2d95 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:39:42,160 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:39:42 GMT Server: Apache x-openstack-request-id: req-6200efd3-2a57-437c-ae91-c165589ad249 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:39:42,161 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-6200efd3-2a57-437c-ae91-c165589ad249 2018-08-01 05:39:42,161 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0723478794098s 2018-08-01 05:39:42,161 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-6200efd3-2a57-437c-ae91-c165589ad249 2018-08-01 05:39:47,167 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:39:47,170 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:39:47,198 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:39:47 GMT Server: Apache x-openstack-request-id: req-dacba185-5cb1-4c1d-96eb-1bfb820b3ad6 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:39:47,244 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:39:47 GMT Server: Apache x-openstack-request-id: req-a27bb361-0c3b-409c-8793-cc6c002623b4 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:39:47,244 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-a27bb361-0c3b-409c-8793-cc6c002623b4 2018-08-01 05:39:47,244 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0771379470825s 2018-08-01 05:39:47,245 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-a27bb361-0c3b-409c-8793-cc6c002623b4 2018-08-01 05:39:47,245 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:39:47,248 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:39:47,275 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:39:47 GMT Server: Apache x-openstack-request-id: req-6b4cddb5-ba36-4122-b35f-ccd0ac93e854 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:39:47,487 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:39:47 GMT Server: Apache x-openstack-request-id: req-b088203c-772d-4fc4-a326-25a74f02d160 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:39:47,488 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-b088203c-772d-4fc4-a326-25a74f02d160 2018-08-01 05:39:47,488 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.242458105087s 2018-08-01 05:39:47,488 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-b088203c-772d-4fc4-a326-25a74f02d160 2018-08-01 05:39:52,494 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:39:52,497 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:39:52,526 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:39:52 GMT Server: Apache x-openstack-request-id: req-72d870d9-4090-4943-b512-cee8f7eda0e8 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:39:52,572 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:39:52 GMT Server: Apache x-openstack-request-id: req-58611cd0-680c-44e1-84dc-123f89b22de9 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:39:52,572 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-58611cd0-680c-44e1-84dc-123f89b22de9 2018-08-01 05:39:52,573 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0778460502625s 2018-08-01 05:39:52,573 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-58611cd0-680c-44e1-84dc-123f89b22de9 2018-08-01 05:39:57,578 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:39:57,581 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:39:57,609 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:39:57 GMT Server: Apache x-openstack-request-id: req-3f1ecedb-b1f3-4414-a238-9e96f7d47ff6 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:39:57,833 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:39:57 GMT Server: Apache x-openstack-request-id: req-e0fa50a9-2c7d-47e5-bfd4-f26228ead62b Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:39:57,833 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-e0fa50a9-2c7d-47e5-bfd4-f26228ead62b 2018-08-01 05:39:57,833 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.254436969757s 2018-08-01 05:39:57,833 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-e0fa50a9-2c7d-47e5-bfd4-f26228ead62b 2018-08-01 05:39:57,834 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:39:57,836 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:39:57,864 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:39:57 GMT Server: Apache x-openstack-request-id: req-89003425-f751-4c07-b24a-334c9008dbc0 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:39:57,906 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:39:57 GMT Server: Apache x-openstack-request-id: req-676114ba-71d1-4660-8ef1-5bd055a442da Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:39:57,907 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-676114ba-71d1-4660-8ef1-5bd055a442da 2018-08-01 05:39:57,907 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.072890996933s 2018-08-01 05:39:57,907 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-676114ba-71d1-4660-8ef1-5bd055a442da 2018-08-01 05:40:02,912 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:40:02,916 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:40:02,943 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:40:02 GMT Server: Apache x-openstack-request-id: req-60b36749-ca84-4fc2-9b12-7bc80125b5d2 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:40:02,985 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:40:02 GMT Server: Apache x-openstack-request-id: req-9d8646b6-5e56-4063-8dd5-acd00621bcdf Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:40:02,985 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-9d8646b6-5e56-4063-8dd5-acd00621bcdf 2018-08-01 05:40:02,986 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0729401111603s 2018-08-01 05:40:02,986 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-9d8646b6-5e56-4063-8dd5-acd00621bcdf 2018-08-01 05:40:07,992 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:40:07,995 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:40:08,023 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:40:07 GMT Server: Apache x-openstack-request-id: req-2b59513a-8489-45a9-aa23-bd0ba83767dc Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:40:08,064 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:40:08 GMT Server: Apache x-openstack-request-id: req-02f04e67-37d1-460d-95ad-4755020860d4 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:40:08,064 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-02f04e67-37d1-460d-95ad-4755020860d4 2018-08-01 05:40:08,064 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0723221302032s 2018-08-01 05:40:08,065 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-02f04e67-37d1-460d-95ad-4755020860d4 2018-08-01 05:40:08,065 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:40:08,066 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:40:08,109 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:40:08 GMT Server: Apache x-openstack-request-id: req-1a26d5bc-0d1c-45d6-bf4a-d6e869e6d245 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:40:08,152 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:40:08 GMT Server: Apache x-openstack-request-id: req-e8a843b2-aa7e-4721-a3db-42d43fd3efd4 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:40:08,152 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-e8a843b2-aa7e-4721-a3db-42d43fd3efd4 2018-08-01 05:40:08,152 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.087256193161s 2018-08-01 05:40:08,153 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-e8a843b2-aa7e-4721-a3db-42d43fd3efd4 2018-08-01 05:40:13,159 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:40:13,162 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:40:13,191 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:40:13 GMT Server: Apache x-openstack-request-id: req-cea6a67f-22be-42aa-9874-ebc1332fde8e Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:40:13,235 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:40:13 GMT Server: Apache x-openstack-request-id: req-7a206f59-c4c6-497d-94b4-8235860b664b Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:40:13,235 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-7a206f59-c4c6-497d-94b4-8235860b664b 2018-08-01 05:40:13,236 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0760889053345s 2018-08-01 05:40:13,236 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-7a206f59-c4c6-497d-94b4-8235860b664b 2018-08-01 05:40:18,242 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:40:18,245 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:40:18,273 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:40:18 GMT Server: Apache x-openstack-request-id: req-e4b3a32a-e90d-4734-92cc-9d19c9e1d720 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:40:18,318 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:40:18 GMT Server: Apache x-openstack-request-id: req-55fe1195-6347-4d8f-a870-d337bac71d36 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:40:18,318 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-55fe1195-6347-4d8f-a870-d337bac71d36 2018-08-01 05:40:18,319 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0767731666565s 2018-08-01 05:40:18,319 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-55fe1195-6347-4d8f-a870-d337bac71d36 2018-08-01 05:40:18,319 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:40:18,322 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:40:18,532 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:40:18 GMT Server: Apache x-openstack-request-id: req-1c92258c-36c9-4dba-b266-590d5417f83e Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:40:18,576 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:40:18 GMT Server: Apache x-openstack-request-id: req-df240e52-60fc-4ac1-b9c5-d23150002767 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:40:18,576 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-df240e52-60fc-4ac1-b9c5-d23150002767 2018-08-01 05:40:18,576 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.256731033325s 2018-08-01 05:40:18,576 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-df240e52-60fc-4ac1-b9c5-d23150002767 2018-08-01 05:40:23,583 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:40:23,586 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:40:23,615 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:40:23 GMT Server: Apache x-openstack-request-id: req-07eea2e5-529e-4566-996b-3d73cace5f87 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:40:23,658 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:40:23 GMT Server: Apache x-openstack-request-id: req-58af4cfb-d0d2-4d1d-a167-83415deaeac0 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:40:23,659 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-58af4cfb-d0d2-4d1d-a167-83415deaeac0 2018-08-01 05:40:23,659 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0755021572113s 2018-08-01 05:40:23,659 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-58af4cfb-d0d2-4d1d-a167-83415deaeac0 2018-08-01 05:40:28,664 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:40:28,668 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:40:28,699 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:40:28 GMT Server: Apache x-openstack-request-id: req-2b3372df-4fd7-4da1-b488-9ba59debced5 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:40:28,742 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:40:28 GMT Server: Apache x-openstack-request-id: req-7958657c-7ca4-447e-a0c3-2122b499013a Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:40:28,742 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-7958657c-7ca4-447e-a0c3-2122b499013a 2018-08-01 05:40:28,742 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0773429870605s 2018-08-01 05:40:28,742 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-7958657c-7ca4-447e-a0c3-2122b499013a 2018-08-01 05:40:28,743 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:40:28,746 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:40:28,980 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:40:28 GMT Server: Apache x-openstack-request-id: req-1783cc98-6434-41f7-9bd8-6fc73cdf72f6 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:40:29,023 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:40:28 GMT Server: Apache x-openstack-request-id: req-f1ebaf30-f78a-4daf-a314-943236ee0b48 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:40:29,023 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-f1ebaf30-f78a-4daf-a314-943236ee0b48 2018-08-01 05:40:29,023 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.279917001724s 2018-08-01 05:40:29,023 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-f1ebaf30-f78a-4daf-a314-943236ee0b48 2018-08-01 05:40:34,030 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:40:34,033 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:40:34,067 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:40:34 GMT Server: Apache x-openstack-request-id: req-d177842f-a10c-408a-934e-b3c2c9849338 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:40:34,309 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:40:34 GMT Server: Apache x-openstack-request-id: req-ccb2b05a-c90e-41aa-905c-77c5d44b8e61 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:40:34,309 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-ccb2b05a-c90e-41aa-905c-77c5d44b8e61 2018-08-01 05:40:34,309 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.278809070587s 2018-08-01 05:40:34,310 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-ccb2b05a-c90e-41aa-905c-77c5d44b8e61 2018-08-01 05:40:39,315 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:40:39,318 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:40:39,346 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:40:39 GMT Server: Apache x-openstack-request-id: req-2a5c7f21-4d91-4b2f-ba3c-903625ab1f38 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:40:39,389 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:40:39 GMT Server: Apache x-openstack-request-id: req-aef75ed6-4cb4-40fd-b14d-b3e27539f76b Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:40:39,389 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-aef75ed6-4cb4-40fd-b14d-b3e27539f76b 2018-08-01 05:40:39,389 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0737648010254s 2018-08-01 05:40:39,390 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-aef75ed6-4cb4-40fd-b14d-b3e27539f76b 2018-08-01 05:40:39,390 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:40:39,393 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:40:39,614 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:40:39 GMT Server: Apache x-openstack-request-id: req-546ec563-daf0-48a3-b691-a6ca5169cf0d Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:40:39,657 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:40:39 GMT Server: Apache x-openstack-request-id: req-feca196d-b914-4ce7-bca3-565414923fea Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:40:39,657 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-feca196d-b914-4ce7-bca3-565414923fea 2018-08-01 05:40:39,657 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.267251968384s 2018-08-01 05:40:39,658 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-feca196d-b914-4ce7-bca3-565414923fea 2018-08-01 05:40:44,664 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:40:44,667 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:40:44,696 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:40:44 GMT Server: Apache x-openstack-request-id: req-02220f85-e8e5-4f62-be0d-ac1a69fcbf28 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:40:44,738 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:40:44 GMT Server: Apache x-openstack-request-id: req-ce7dd9df-f3bd-4179-b0f9-9be575d2072f Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:40:44,738 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-ce7dd9df-f3bd-4179-b0f9-9be575d2072f 2018-08-01 05:40:44,738 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0737450122833s 2018-08-01 05:40:44,738 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-ce7dd9df-f3bd-4179-b0f9-9be575d2072f 2018-08-01 05:40:49,744 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:40:49,747 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:40:49,775 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:40:49 GMT Server: Apache x-openstack-request-id: req-cf66b661-49a0-4fbe-b93c-60854187658b Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:40:49,818 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:40:49 GMT Server: Apache x-openstack-request-id: req-a0ba799d-1e65-4c2e-b8f9-984161522121 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:40:49,818 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-a0ba799d-1e65-4c2e-b8f9-984161522121 2018-08-01 05:40:49,818 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.073704957962s 2018-08-01 05:40:49,818 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-a0ba799d-1e65-4c2e-b8f9-984161522121 2018-08-01 05:40:49,819 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:40:49,820 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:40:49,846 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:40:49 GMT Server: Apache x-openstack-request-id: req-a072e2b3-cc3d-4046-ae5b-005d26fed454 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:40:49,887 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:40:49 GMT Server: Apache x-openstack-request-id: req-50c54387-1393-4d6c-a59d-7b58a5cfc492 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:40:49,887 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-50c54387-1393-4d6c-a59d-7b58a5cfc492 2018-08-01 05:40:49,887 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0684530735016s 2018-08-01 05:40:49,887 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-50c54387-1393-4d6c-a59d-7b58a5cfc492 2018-08-01 05:40:54,893 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:40:54,896 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:40:54,925 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:40:54 GMT Server: Apache x-openstack-request-id: req-fe6f57e2-af7f-4cb3-9547-7a5706989553 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:40:54,967 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:40:54 GMT Server: Apache x-openstack-request-id: req-991468a6-70f9-4d97-b785-f3b1aa9ad377 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:40:54,967 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-991468a6-70f9-4d97-b785-f3b1aa9ad377 2018-08-01 05:40:54,967 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0737109184265s 2018-08-01 05:40:54,967 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-991468a6-70f9-4d97-b785-f3b1aa9ad377 2018-08-01 05:40:59,968 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:40:59,972 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:40:59,999 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:40:59 GMT Server: Apache x-openstack-request-id: req-8a57df5e-740b-4d59-a7a6-36a4597bd9ef Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:41:00,244 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:40:59 GMT Server: Apache x-openstack-request-id: req-492dd71a-4ca2-40e2-b1e4-3b5739a9db44 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:41:00,244 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-492dd71a-4ca2-40e2-b1e4-3b5739a9db44 2018-08-01 05:41:00,244 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.275666952133s 2018-08-01 05:41:00,245 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-492dd71a-4ca2-40e2-b1e4-3b5739a9db44 2018-08-01 05:41:00,245 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:41:00,248 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:41:00,277 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:41:00 GMT Server: Apache x-openstack-request-id: req-4d4a4399-1b68-407e-90ce-4a622fcdfe68 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:41:00,321 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:41:00 GMT Server: Apache x-openstack-request-id: req-ea6a84fb-d63d-49ae-9681-c0dfff887c6d Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:41:00,321 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-ea6a84fb-d63d-49ae-9681-c0dfff887c6d 2018-08-01 05:41:00,321 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0758550167084s 2018-08-01 05:41:00,322 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-ea6a84fb-d63d-49ae-9681-c0dfff887c6d 2018-08-01 05:41:05,328 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:41:05,331 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:41:05,359 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:41:05 GMT Server: Apache x-openstack-request-id: req-ae4e1645-4681-40d8-9e5c-333432caa763 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:41:05,402 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:41:05 GMT Server: Apache x-openstack-request-id: req-d64dc291-95b0-452c-9b15-b4a4bc6360bd Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:41:05,402 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-d64dc291-95b0-452c-9b15-b4a4bc6360bd 2018-08-01 05:41:05,402 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0735800266266s 2018-08-01 05:41:05,402 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-d64dc291-95b0-452c-9b15-b4a4bc6360bd 2018-08-01 05:41:10,408 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:41:10,411 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:41:10,440 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:41:10 GMT Server: Apache x-openstack-request-id: req-9db144a8-0894-4739-9bd8-eb0cf57f2bf2 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:41:10,483 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:41:10 GMT Server: Apache x-openstack-request-id: req-52a6fc69-6e7b-4e85-a1f8-331e94a58afe Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:41:10,483 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-52a6fc69-6e7b-4e85-a1f8-331e94a58afe 2018-08-01 05:41:10,483 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0749499797821s 2018-08-01 05:41:10,484 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-52a6fc69-6e7b-4e85-a1f8-331e94a58afe 2018-08-01 05:41:10,484 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:41:10,487 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:41:10,715 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:41:10 GMT Server: Apache x-openstack-request-id: req-7e6fd748-8763-4d9d-9c36-495c73270703 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:41:10,966 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:41:10 GMT Server: Apache x-openstack-request-id: req-85775db1-01ce-4e6d-9cde-720cfe96ea79 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:41:10,967 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-85775db1-01ce-4e6d-9cde-720cfe96ea79 2018-08-01 05:41:10,967 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.482532024384s 2018-08-01 05:41:10,967 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-85775db1-01ce-4e6d-9cde-720cfe96ea79 2018-08-01 05:41:15,974 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:41:15,976 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:41:16,003 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:41:15 GMT Server: Apache x-openstack-request-id: req-d2db3f82-8d50-4b5a-9fb5-1cc761157b88 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:41:16,045 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:41:16 GMT Server: Apache x-openstack-request-id: req-8fda962a-e5cf-4c77-be7a-2635a811a70e Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:41:16,045 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-8fda962a-e5cf-4c77-be7a-2635a811a70e 2018-08-01 05:41:16,045 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0711100101471s 2018-08-01 05:41:16,045 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-8fda962a-e5cf-4c77-be7a-2635a811a70e 2018-08-01 05:41:21,051 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:41:21,054 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:41:21,263 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:41:21 GMT Server: Apache x-openstack-request-id: req-70c9ada7-667a-4420-aee5-3ae3b1eb416a Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:41:21,306 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:41:21 GMT Server: Apache x-openstack-request-id: req-4cd24570-1b4d-4013-bf91-2dd448c393a9 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:41:21,306 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-4cd24570-1b4d-4013-bf91-2dd448c393a9 2018-08-01 05:41:21,307 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.255321979523s 2018-08-01 05:41:21,307 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-4cd24570-1b4d-4013-bf91-2dd448c393a9 2018-08-01 05:41:21,307 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:41:21,310 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:41:21,536 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:41:21 GMT Server: Apache x-openstack-request-id: req-eca0ca92-b6c4-4d63-847d-909ef85e18aa Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:41:21,580 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:41:21 GMT Server: Apache x-openstack-request-id: req-cb6bf829-8bc9-4a2d-89a1-9657c12607d9 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:41:21,580 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-cb6bf829-8bc9-4a2d-89a1-9657c12607d9 2018-08-01 05:41:21,581 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.272993087769s 2018-08-01 05:41:21,581 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-cb6bf829-8bc9-4a2d-89a1-9657c12607d9 2018-08-01 05:41:26,583 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:41:26,586 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:41:26,615 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:41:26 GMT Server: Apache x-openstack-request-id: req-a564be62-ca21-471a-94d2-5c45ee90ba7a Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:41:26,657 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:41:26 GMT Server: Apache x-openstack-request-id: req-f976cfb6-9030-4d8d-b48b-a5f79c039ee5 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:41:26,658 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-f976cfb6-9030-4d8d-b48b-a5f79c039ee5 2018-08-01 05:41:26,658 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0743939876556s 2018-08-01 05:41:26,658 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-f976cfb6-9030-4d8d-b48b-a5f79c039ee5 2018-08-01 05:41:31,664 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:41:31,667 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:41:31,694 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:41:31 GMT Server: Apache x-openstack-request-id: req-4d1d48fc-0446-46c8-b9c1-a674564f4520 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:41:31,736 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:41:31 GMT Server: Apache x-openstack-request-id: req-72ccb6e3-1335-4774-9580-c98e1c9b52e2 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:41:31,737 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-72ccb6e3-1335-4774-9580-c98e1c9b52e2 2018-08-01 05:41:31,737 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0727899074554s 2018-08-01 05:41:31,737 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-72ccb6e3-1335-4774-9580-c98e1c9b52e2 2018-08-01 05:41:31,738 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:41:31,740 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:41:31,927 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:41:31 GMT Server: Apache x-openstack-request-id: req-7d9a3a9e-cf99-429b-9b63-5afe285244d5 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:41:31,970 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:41:31 GMT Server: Apache x-openstack-request-id: req-b665860f-7229-4a1b-ba7b-c27a988b3e0d Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:41:31,970 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-b665860f-7229-4a1b-ba7b-c27a988b3e0d 2018-08-01 05:41:31,970 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.232700109482s 2018-08-01 05:41:31,971 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-b665860f-7229-4a1b-ba7b-c27a988b3e0d 2018-08-01 05:41:36,978 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:41:36,981 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:41:37,009 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:41:36 GMT Server: Apache x-openstack-request-id: req-43b655ec-56f1-481c-b199-5be0ffb4479d Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:41:37,052 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:41:37 GMT Server: Apache x-openstack-request-id: req-f7a078d1-a8f8-49da-bd4a-fb5ad08039d6 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:41:37,052 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-f7a078d1-a8f8-49da-bd4a-fb5ad08039d6 2018-08-01 05:41:37,052 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0743989944458s 2018-08-01 05:41:37,052 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-f7a078d1-a8f8-49da-bd4a-fb5ad08039d6 2018-08-01 05:41:42,058 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:41:42,061 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:41:42,088 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:41:42 GMT Server: Apache x-openstack-request-id: req-2191ee8e-201f-47ec-9110-b85dedc10259 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:41:42,130 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:41:42 GMT Server: Apache x-openstack-request-id: req-c844a7fb-4bad-4cf8-9ab5-773b6393ffc0 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:41:42,130 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-c844a7fb-4bad-4cf8-9ab5-773b6393ffc0 2018-08-01 05:41:42,130 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0718672275543s 2018-08-01 05:41:42,130 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-c844a7fb-4bad-4cf8-9ab5-773b6393ffc0 2018-08-01 05:41:42,131 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:41:42,134 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:41:42,161 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:41:42 GMT Server: Apache x-openstack-request-id: req-038d778e-bfec-4a10-963c-3f177d1053f1 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:41:42,204 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:41:42 GMT Server: Apache x-openstack-request-id: req-495b0749-8cd3-46b6-8889-c4a1d35453f8 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:41:42,204 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-495b0749-8cd3-46b6-8889-c4a1d35453f8 2018-08-01 05:41:42,204 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0730710029602s 2018-08-01 05:41:42,204 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-495b0749-8cd3-46b6-8889-c4a1d35453f8 2018-08-01 05:41:47,211 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:41:47,214 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:41:47,242 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:41:47 GMT Server: Apache x-openstack-request-id: req-74480e0e-5fdb-4bcc-8375-36eda12acb41 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:41:47,285 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:41:47 GMT Server: Apache x-openstack-request-id: req-5b01f006-5fbf-41c0-be5f-64568309d5ce Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:41:47,285 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-5b01f006-5fbf-41c0-be5f-64568309d5ce 2018-08-01 05:41:47,285 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0740361213684s 2018-08-01 05:41:47,286 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-5b01f006-5fbf-41c0-be5f-64568309d5ce 2018-08-01 05:41:52,291 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:41:52,295 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:41:52,323 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:41:52 GMT Server: Apache x-openstack-request-id: req-df97c8b0-ca21-4f7a-a7c3-ced63fa436b7 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:41:52,367 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:41:52 GMT Server: Apache x-openstack-request-id: req-a65491ef-c9b4-423d-b1b1-216ecb519579 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:41:52,367 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-a65491ef-c9b4-423d-b1b1-216ecb519579 2018-08-01 05:41:52,367 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0755908489227s 2018-08-01 05:41:52,367 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-a65491ef-c9b4-423d-b1b1-216ecb519579 2018-08-01 05:41:52,368 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:41:52,370 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:41:52,397 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:41:52 GMT Server: Apache x-openstack-request-id: req-393806d4-23f2-47ed-acd3-c1ee157f1fe1 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:41:52,441 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:41:52 GMT Server: Apache x-openstack-request-id: req-7720d7c1-d19c-408b-b36c-5acfdc10b8d9 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:41:52,442 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-7720d7c1-d19c-408b-b36c-5acfdc10b8d9 2018-08-01 05:41:52,442 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0736880302429s 2018-08-01 05:41:52,442 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-7720d7c1-d19c-408b-b36c-5acfdc10b8d9 2018-08-01 05:41:57,449 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:41:57,452 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:41:57,496 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:41:57 GMT Server: Apache x-openstack-request-id: req-750be053-c3c3-40d2-96d3-1345e400f2b7 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:41:57,539 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:41:57 GMT Server: Apache x-openstack-request-id: req-eededfa8-a0af-4d42-bfae-2c10e4d6b489 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:41:57,539 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-eededfa8-a0af-4d42-bfae-2c10e4d6b489 2018-08-01 05:41:57,539 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0902609825134s 2018-08-01 05:41:57,540 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-eededfa8-a0af-4d42-bfae-2c10e4d6b489 2018-08-01 05:42:02,545 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:42:02,548 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:42:02,747 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:42:02 GMT Server: Apache x-openstack-request-id: req-953ca63c-74d1-43c7-a355-5c9b1b899434 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:42:02,790 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:42:02 GMT Server: Apache x-openstack-request-id: req-228e06d2-e22f-4a4f-b5c3-89333915c74b Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:42:02,790 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-228e06d2-e22f-4a4f-b5c3-89333915c74b 2018-08-01 05:42:02,791 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.245037794113s 2018-08-01 05:42:02,791 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-228e06d2-e22f-4a4f-b5c3-89333915c74b 2018-08-01 05:42:02,791 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:42:02,794 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:42:02,821 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:42:02 GMT Server: Apache x-openstack-request-id: req-dbfeec8d-80e2-441b-9a74-a28e7adef3a3 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:42:03,043 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:42:02 GMT Server: Apache x-openstack-request-id: req-b91bfbd1-e8e1-4709-b1ef-8532bbbe3000 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:42:03,043 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-b91bfbd1-e8e1-4709-b1ef-8532bbbe3000 2018-08-01 05:42:03,043 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.251603841782s 2018-08-01 05:42:03,043 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-b91bfbd1-e8e1-4709-b1ef-8532bbbe3000 2018-08-01 05:42:08,050 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:42:08,053 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:42:08,080 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:42:08 GMT Server: Apache x-openstack-request-id: req-2a17d6b4-cb28-49eb-8637-f2973d03b61e Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:42:08,123 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:42:08 GMT Server: Apache x-openstack-request-id: req-6f03cbec-5fed-43bd-9253-3dc8658d97c4 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:42:08,124 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-6f03cbec-5fed-43bd-9253-3dc8658d97c4 2018-08-01 05:42:08,124 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0735969543457s 2018-08-01 05:42:08,124 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-6f03cbec-5fed-43bd-9253-3dc8658d97c4 2018-08-01 05:42:13,130 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:42:13,133 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:42:13,162 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:42:13 GMT Server: Apache x-openstack-request-id: req-7845cbf8-436e-4de8-9f2f-b7c686182b44 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:42:13,402 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:42:13 GMT Server: Apache x-openstack-request-id: req-fae5bea7-9542-41c2-a703-c93ef98f57d7 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:42:13,402 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-fae5bea7-9542-41c2-a703-c93ef98f57d7 2018-08-01 05:42:13,403 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.272582054138s 2018-08-01 05:42:13,403 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-fae5bea7-9542-41c2-a703-c93ef98f57d7 2018-08-01 05:42:13,403 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:42:13,406 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:42:13,689 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:42:13 GMT Server: Apache x-openstack-request-id: req-3d92ff14-a970-4e85-9a7f-a729c71f8b47 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:42:13,731 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:42:13 GMT Server: Apache x-openstack-request-id: req-49e80418-bd00-4bf9-9a01-ce20dc0cade7 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:42:13,731 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-49e80418-bd00-4bf9-9a01-ce20dc0cade7 2018-08-01 05:42:13,731 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.327386856079s 2018-08-01 05:42:13,731 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-49e80418-bd00-4bf9-9a01-ce20dc0cade7 2018-08-01 05:42:18,737 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:42:18,740 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:42:18,768 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:42:18 GMT Server: Apache x-openstack-request-id: req-df3c834a-31d1-4da4-a995-a30e515874c3 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:42:18,810 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:42:18 GMT Server: Apache x-openstack-request-id: req-4a03592a-f1f4-49a5-8210-5b08626329bc Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:42:18,810 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-4a03592a-f1f4-49a5-8210-5b08626329bc 2018-08-01 05:42:18,811 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0729069709778s 2018-08-01 05:42:18,811 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-4a03592a-f1f4-49a5-8210-5b08626329bc 2018-08-01 05:42:23,817 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:42:23,820 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:42:24,047 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:42:23 GMT Server: Apache x-openstack-request-id: req-dded6bea-53a0-435a-bc1d-ac4cabbca34e Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:42:24,274 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:42:24 GMT Server: Apache x-openstack-request-id: req-1bb1c649-d06e-4e85-b596-f132fccbde48 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:42:24,274 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-1bb1c649-d06e-4e85-b596-f132fccbde48 2018-08-01 05:42:24,274 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.457071065903s 2018-08-01 05:42:24,274 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-1bb1c649-d06e-4e85-b596-f132fccbde48 2018-08-01 05:42:24,275 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:42:24,277 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:42:24,304 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:42:24 GMT Server: Apache x-openstack-request-id: req-45cb5a7a-50d7-42b5-98b9-bcf90146a918 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:42:24,349 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:42:24 GMT Server: Apache x-openstack-request-id: req-f840a58b-f6cf-448a-91ca-e85bbfe8cc83 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:42:24,349 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-f840a58b-f6cf-448a-91ca-e85bbfe8cc83 2018-08-01 05:42:24,350 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0745639801025s 2018-08-01 05:42:24,350 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-f840a58b-f6cf-448a-91ca-e85bbfe8cc83 2018-08-01 05:42:29,357 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:42:29,360 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:42:29,585 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:42:29 GMT Server: Apache x-openstack-request-id: req-ece6351b-35aa-48d5-a72e-f6737eb2f6de Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:42:29,627 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:42:29 GMT Server: Apache x-openstack-request-id: req-969c4fb1-742b-4c1a-b712-5fec8d0764a7 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:42:29,628 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-969c4fb1-742b-4c1a-b712-5fec8d0764a7 2018-08-01 05:42:29,628 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.270985841751s 2018-08-01 05:42:29,628 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-969c4fb1-742b-4c1a-b712-5fec8d0764a7 2018-08-01 05:42:34,634 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:42:34,637 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:42:34,665 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:42:34 GMT Server: Apache x-openstack-request-id: req-58ca5db3-d488-4c44-88ab-bddd64d39540 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:42:34,711 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:42:34 GMT Server: Apache x-openstack-request-id: req-338648eb-893f-4917-966d-92581cf2588e Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:42:34,712 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-338648eb-893f-4917-966d-92581cf2588e 2018-08-01 05:42:34,712 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0776269435883s 2018-08-01 05:42:34,712 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-338648eb-893f-4917-966d-92581cf2588e 2018-08-01 05:42:34,712 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:42:34,715 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:42:34,942 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:42:34 GMT Server: Apache x-openstack-request-id: req-61433b3d-4331-493b-b2c8-00b95f4b8f71 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:42:34,985 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:42:34 GMT Server: Apache x-openstack-request-id: req-4e73eeba-ad28-43fa-96e0-37bb442df2b4 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:42:34,985 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-4e73eeba-ad28-43fa-96e0-37bb442df2b4 2018-08-01 05:42:34,985 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.272454023361s 2018-08-01 05:42:34,985 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-4e73eeba-ad28-43fa-96e0-37bb442df2b4 2018-08-01 05:42:39,992 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:42:39,995 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:42:40,200 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:42:39 GMT Server: Apache x-openstack-request-id: req-bfa23617-c53e-494b-a933-9a37aa5c5162 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:42:40,243 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:42:40 GMT Server: Apache x-openstack-request-id: req-eae800cf-8adb-4b41-b84d-731fc7ab81df Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:42:40,243 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-eae800cf-8adb-4b41-b84d-731fc7ab81df 2018-08-01 05:42:40,243 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.250946044922s 2018-08-01 05:42:40,243 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-eae800cf-8adb-4b41-b84d-731fc7ab81df 2018-08-01 05:42:45,249 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:42:45,252 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:42:45,280 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:42:45 GMT Server: Apache x-openstack-request-id: req-14116ebf-dfc4-47e7-8e85-b322c7f9d396 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:42:45,325 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:42:45 GMT Server: Apache x-openstack-request-id: req-62223d8e-e77b-4fa4-8a6b-110e9b9f9194 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:42:45,325 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-62223d8e-e77b-4fa4-8a6b-110e9b9f9194 2018-08-01 05:42:45,325 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0758559703827s 2018-08-01 05:42:45,326 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-62223d8e-e77b-4fa4-8a6b-110e9b9f9194 2018-08-01 05:42:45,326 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:42:45,329 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:42:45,357 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:42:45 GMT Server: Apache x-openstack-request-id: req-d4078f76-3b87-4480-bb51-2df2878f6183 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:42:45,400 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:42:45 GMT Server: Apache x-openstack-request-id: req-4c7f2e3a-5c42-45c9-915c-f9fe59ad4298 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:42:45,400 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-4c7f2e3a-5c42-45c9-915c-f9fe59ad4298 2018-08-01 05:42:45,400 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0741739273071s 2018-08-01 05:42:45,401 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-4c7f2e3a-5c42-45c9-915c-f9fe59ad4298 2018-08-01 05:42:50,403 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:42:50,406 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:42:50,434 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:42:50 GMT Server: Apache x-openstack-request-id: req-0bd8ae02-efec-4ffa-a38d-3fff3c563a02 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:42:50,476 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:42:50 GMT Server: Apache x-openstack-request-id: req-308f7b56-cf53-4954-a738-abb3fd18d0bb Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:42:50,476 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-308f7b56-cf53-4954-a738-abb3fd18d0bb 2018-08-01 05:42:50,476 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0733439922333s 2018-08-01 05:42:50,477 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-308f7b56-cf53-4954-a738-abb3fd18d0bb 2018-08-01 05:42:55,479 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:42:55,483 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:42:55,510 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:42:55 GMT Server: Apache x-openstack-request-id: req-8ef1ddf1-8882-48e4-a447-7a15a4717e4f Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:42:55,553 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:42:55 GMT Server: Apache x-openstack-request-id: req-a7e96f85-d8be-4151-baad-7410e14b095f Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:42:55,553 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-a7e96f85-d8be-4151-baad-7410e14b095f 2018-08-01 05:42:55,553 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0736808776855s 2018-08-01 05:42:55,554 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-a7e96f85-d8be-4151-baad-7410e14b095f 2018-08-01 05:42:55,554 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:42:55,557 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:42:55,583 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:42:55 GMT Server: Apache x-openstack-request-id: req-ea9aa68d-a198-4c31-9e57-0b8864073e0e Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:42:55,798 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:42:55 GMT Server: Apache x-openstack-request-id: req-184e9075-cd41-441a-a5c1-a4591547ae19 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:42:55,799 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-184e9075-cd41-441a-a5c1-a4591547ae19 2018-08-01 05:42:55,799 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.244424104691s 2018-08-01 05:42:55,799 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-184e9075-cd41-441a-a5c1-a4591547ae19 2018-08-01 05:43:00,802 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:43:00,805 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:43:01,017 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:43:00 GMT Server: Apache x-openstack-request-id: req-2fa2516f-1744-40b9-8454-dd9f042a95e2 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:43:01,058 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:43:01 GMT Server: Apache x-openstack-request-id: req-d08b46f6-a916-46c0-8fb8-1c983db0d0e8 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:43:01,058 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-d08b46f6-a916-46c0-8fb8-1c983db0d0e8 2018-08-01 05:43:01,058 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.255800008774s 2018-08-01 05:43:01,058 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-d08b46f6-a916-46c0-8fb8-1c983db0d0e8 2018-08-01 05:43:06,059 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:43:06,063 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:43:06,091 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:43:06 GMT Server: Apache x-openstack-request-id: req-2f5e8685-7573-4ce7-b207-618c6261d31e Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:43:06,135 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:43:06 GMT Server: Apache x-openstack-request-id: req-a2ae44ca-0155-449d-b979-dc56d6db5680 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:43:06,135 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-a2ae44ca-0155-449d-b979-dc56d6db5680 2018-08-01 05:43:06,135 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0755138397217s 2018-08-01 05:43:06,135 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-a2ae44ca-0155-449d-b979-dc56d6db5680 2018-08-01 05:43:06,136 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:43:06,138 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:43:06,354 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:43:06 GMT Server: Apache x-openstack-request-id: req-4800318b-2806-405b-ad05-4e18f365743e Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:43:06,396 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:43:06 GMT Server: Apache x-openstack-request-id: req-4b0e8a62-36ea-4ccc-80ba-00cdb0f9e97e Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:43:06,396 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-4b0e8a62-36ea-4ccc-80ba-00cdb0f9e97e 2018-08-01 05:43:06,396 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.259984016418s 2018-08-01 05:43:06,396 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-4b0e8a62-36ea-4ccc-80ba-00cdb0f9e97e 2018-08-01 05:43:11,403 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:43:11,407 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:43:11,435 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:43:11 GMT Server: Apache x-openstack-request-id: req-b44bf9f9-a794-4b11-94cd-213a4ecb5efd Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:43:11,477 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:43:11 GMT Server: Apache x-openstack-request-id: req-7ebf10cd-af1e-4b23-a960-68d79b558720 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:43:11,478 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-7ebf10cd-af1e-4b23-a960-68d79b558720 2018-08-01 05:43:11,478 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0745489597321s 2018-08-01 05:43:11,478 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-7ebf10cd-af1e-4b23-a960-68d79b558720 2018-08-01 05:43:16,481 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:43:16,484 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:43:16,697 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:43:16 GMT Server: Apache x-openstack-request-id: req-e956df5e-c6f7-4cf3-ae6b-cf5e2842b936 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:43:16,739 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:43:16 GMT Server: Apache x-openstack-request-id: req-0bb79378-3520-46f4-9d33-52e912c41f8e Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:43:16,740 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-0bb79378-3520-46f4-9d33-52e912c41f8e 2018-08-01 05:43:16,740 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.258116006851s 2018-08-01 05:43:16,740 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-0bb79378-3520-46f4-9d33-52e912c41f8e 2018-08-01 05:43:16,740 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:43:16,743 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:43:16,771 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:43:16 GMT Server: Apache x-openstack-request-id: req-acd448fe-5d80-4741-b265-8f51d7661cdd Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:43:16,814 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:43:16 GMT Server: Apache x-openstack-request-id: req-571030e6-1c0b-4e56-99da-1c7272da73f6 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:43:16,814 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-571030e6-1c0b-4e56-99da-1c7272da73f6 2018-08-01 05:43:16,815 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0739390850067s 2018-08-01 05:43:16,815 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-571030e6-1c0b-4e56-99da-1c7272da73f6 2018-08-01 05:43:21,821 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:43:21,825 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:43:21,855 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:43:21 GMT Server: Apache x-openstack-request-id: req-5ae21f4d-4b80-426f-8634-7575c9f6d7bc Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:43:21,897 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:43:21 GMT Server: Apache x-openstack-request-id: req-2b94699d-8699-4a4b-9f40-6e155e625592 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:43:21,897 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-2b94699d-8699-4a4b-9f40-6e155e625592 2018-08-01 05:43:21,897 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0755920410156s 2018-08-01 05:43:21,898 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-2b94699d-8699-4a4b-9f40-6e155e625592 2018-08-01 05:43:26,903 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:43:26,907 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:43:26,938 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:43:26 GMT Server: Apache x-openstack-request-id: req-3d716d21-16a5-4bfd-9e13-fc7abf2e9499 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:43:26,980 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:43:26 GMT Server: Apache x-openstack-request-id: req-640238a3-7165-48ef-8f5b-d19bdd94fbc4 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:43:26,981 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-640238a3-7165-48ef-8f5b-d19bdd94fbc4 2018-08-01 05:43:26,981 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0773260593414s 2018-08-01 05:43:26,981 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-640238a3-7165-48ef-8f5b-d19bdd94fbc4 2018-08-01 05:43:26,982 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:43:26,984 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:43:27,013 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:43:26 GMT Server: Apache x-openstack-request-id: req-7ae8aed3-5805-435c-9271-1c6019b617b7 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:43:27,057 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:43:27 GMT Server: Apache x-openstack-request-id: req-522776a4-3d15-47e4-b239-5e35074bd6df Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:43:27,057 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-522776a4-3d15-47e4-b239-5e35074bd6df 2018-08-01 05:43:27,057 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0753920078278s 2018-08-01 05:43:27,057 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-522776a4-3d15-47e4-b239-5e35074bd6df 2018-08-01 05:43:32,062 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:43:32,065 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:43:32,093 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:43:32 GMT Server: Apache x-openstack-request-id: req-d7698854-34a2-4960-8fd9-06ec75999ed6 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:43:32,135 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:43:32 GMT Server: Apache x-openstack-request-id: req-4e54b0b5-533a-4f1d-95e2-8f98e3d6510d Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:43:32,136 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-4e54b0b5-533a-4f1d-95e2-8f98e3d6510d 2018-08-01 05:43:32,136 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0736348628998s 2018-08-01 05:43:32,136 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-4e54b0b5-533a-4f1d-95e2-8f98e3d6510d 2018-08-01 05:43:37,142 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:43:37,145 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:43:37,173 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:43:37 GMT Server: Apache x-openstack-request-id: req-1881bb23-39eb-4ea1-aad2-f0d66588c5e2 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:43:37,216 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:43:37 GMT Server: Apache x-openstack-request-id: req-303f15be-4590-430d-8c86-5c97842105bd Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:43:37,216 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-303f15be-4590-430d-8c86-5c97842105bd 2018-08-01 05:43:37,216 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0743489265442s 2018-08-01 05:43:37,217 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-303f15be-4590-430d-8c86-5c97842105bd 2018-08-01 05:43:37,217 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:43:37,220 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:43:37,247 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:43:37 GMT Server: Apache x-openstack-request-id: req-77b47972-5e13-4147-8689-fba4c92642fb Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:43:37,290 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:43:37 GMT Server: Apache x-openstack-request-id: req-cc064808-a2ad-4cc2-a235-7d15179ef802 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:43:37,290 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-cc064808-a2ad-4cc2-a235-7d15179ef802 2018-08-01 05:43:37,291 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0734360218048s 2018-08-01 05:43:37,291 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-cc064808-a2ad-4cc2-a235-7d15179ef802 2018-08-01 05:43:42,298 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:43:42,301 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:43:42,329 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:43:42 GMT Server: Apache x-openstack-request-id: req-d0de9801-1988-43d6-bcef-f4d5a486ebb0 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:43:42,373 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:43:42 GMT Server: Apache x-openstack-request-id: req-dae2ae2e-40e4-4038-b606-b7133b038a32 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:43:42,373 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-dae2ae2e-40e4-4038-b606-b7133b038a32 2018-08-01 05:43:42,373 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0753209590912s 2018-08-01 05:43:42,374 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-dae2ae2e-40e4-4038-b606-b7133b038a32 2018-08-01 05:43:47,379 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:43:47,382 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:43:47,409 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:43:47 GMT Server: Apache x-openstack-request-id: req-01fc1007-183e-4ac7-8603-84d54f141cdc Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:43:47,453 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:43:47 GMT Server: Apache x-openstack-request-id: req-2c970e6b-2617-49bb-83af-9e5917b562c9 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:43:47,453 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-2c970e6b-2617-49bb-83af-9e5917b562c9 2018-08-01 05:43:47,453 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0738878250122s 2018-08-01 05:43:47,454 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-2c970e6b-2617-49bb-83af-9e5917b562c9 2018-08-01 05:43:47,454 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:43:47,457 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:43:47,486 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:43:47 GMT Server: Apache x-openstack-request-id: req-9d2d5a32-37a5-4faf-96e9-d9d080db5b67 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:43:47,530 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:43:47 GMT Server: Apache x-openstack-request-id: req-08c3af81-565d-4d5e-bcd2-94355ad930be Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:43:47,531 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-08c3af81-565d-4d5e-bcd2-94355ad930be 2018-08-01 05:43:47,531 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0766251087189s 2018-08-01 05:43:47,531 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-08c3af81-565d-4d5e-bcd2-94355ad930be 2018-08-01 05:43:52,538 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:43:52,541 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:43:52,750 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:43:52 GMT Server: Apache x-openstack-request-id: req-69e1236b-b09c-47bc-8fde-b5f58ba0056c Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:43:52,792 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:43:52 GMT Server: Apache x-openstack-request-id: req-a4c57b9d-f987-4a66-9073-b93b199d09d1 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:43:52,792 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-a4c57b9d-f987-4a66-9073-b93b199d09d1 2018-08-01 05:43:52,792 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.254009008408s 2018-08-01 05:43:52,792 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-a4c57b9d-f987-4a66-9073-b93b199d09d1 2018-08-01 05:43:57,798 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:43:57,801 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:43:57,830 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:43:57 GMT Server: Apache x-openstack-request-id: req-7420265f-ffa2-491b-a0f0-2b3500dd4987 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:43:57,876 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:43:57 GMT Server: Apache x-openstack-request-id: req-71b71768-7fa2-40fa-8f64-ad09be0884f9 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:43:57,876 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-71b71768-7fa2-40fa-8f64-ad09be0884f9 2018-08-01 05:43:57,877 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0782251358032s 2018-08-01 05:43:57,877 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-71b71768-7fa2-40fa-8f64-ad09be0884f9 2018-08-01 05:43:57,877 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:43:57,880 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:43:57,907 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:43:57 GMT Server: Apache x-openstack-request-id: req-973b792b-c369-4b0d-bf61-53ebb9b15ee2 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:43:58,139 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:43:57 GMT Server: Apache x-openstack-request-id: req-a118c22c-0fef-411a-91d7-35f79ab4bc5b Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:43:58,140 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-a118c22c-0fef-411a-91d7-35f79ab4bc5b 2018-08-01 05:43:58,140 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.262253046036s 2018-08-01 05:43:58,140 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-a118c22c-0fef-411a-91d7-35f79ab4bc5b 2018-08-01 05:44:03,147 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:44:03,150 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:44:03,179 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:44:03 GMT Server: Apache x-openstack-request-id: req-bbe8b594-ef79-47e0-8af1-2556413c2589 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:44:03,221 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:44:03 GMT Server: Apache x-openstack-request-id: req-d621dfcb-8bb9-4222-932c-c6b46476dd8b Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:44:03,221 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-d621dfcb-8bb9-4222-932c-c6b46476dd8b 2018-08-01 05:44:03,222 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0747230052948s 2018-08-01 05:44:03,222 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-d621dfcb-8bb9-4222-932c-c6b46476dd8b 2018-08-01 05:44:08,224 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:44:08,227 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:44:08,255 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:44:08 GMT Server: Apache x-openstack-request-id: req-63dd6902-788d-4825-a0b2-2dae2c4401e5 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:44:08,299 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:44:08 GMT Server: Apache x-openstack-request-id: req-394eb06e-55c6-40e5-908f-da9cedc26622 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:44:08,299 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-394eb06e-55c6-40e5-908f-da9cedc26622 2018-08-01 05:44:08,299 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0753710269928s 2018-08-01 05:44:08,300 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-394eb06e-55c6-40e5-908f-da9cedc26622 2018-08-01 05:44:08,300 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:44:08,302 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:44:08,329 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:44:08 GMT Server: Apache x-openstack-request-id: req-7e525244-0ebe-454a-9249-265f4d6cb6a9 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:44:08,373 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:44:08 GMT Server: Apache x-openstack-request-id: req-4b4a62cd-d8e8-474c-a521-11fa41634f10 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:44:08,374 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-4b4a62cd-d8e8-474c-a521-11fa41634f10 2018-08-01 05:44:08,374 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0737760066986s 2018-08-01 05:44:08,374 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-4b4a62cd-d8e8-474c-a521-11fa41634f10 2018-08-01 05:44:13,379 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:44:13,383 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:44:13,411 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:44:13 GMT Server: Apache x-openstack-request-id: req-a0c69c39-5963-4fd1-bf5d-b2a9f41a33f9 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:44:13,640 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:44:13 GMT Server: Apache x-openstack-request-id: req-c21f9bcf-4629-424c-b69e-ee290e7ed198 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:44:13,640 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-c21f9bcf-4629-424c-b69e-ee290e7ed198 2018-08-01 05:44:13,640 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.26124382019s 2018-08-01 05:44:13,641 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-c21f9bcf-4629-424c-b69e-ee290e7ed198 2018-08-01 05:44:18,643 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:44:18,646 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:44:18,675 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:44:18 GMT Server: Apache x-openstack-request-id: req-3a343b6c-20ca-406a-98e0-4949d7e00440 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:44:18,721 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:44:18 GMT Server: Apache x-openstack-request-id: req-e95b0f50-acd6-425e-a63e-0a28e72ef99e Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:44:18,721 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-e95b0f50-acd6-425e-a63e-0a28e72ef99e 2018-08-01 05:44:18,721 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0780379772186s 2018-08-01 05:44:18,722 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-e95b0f50-acd6-425e-a63e-0a28e72ef99e 2018-08-01 05:44:18,722 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:44:18,724 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:44:18,751 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:44:18 GMT Server: Apache x-openstack-request-id: req-5f011a8b-1a48-45b5-bc55-07b8a1bb209f Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:44:18,991 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:44:18 GMT Server: Apache x-openstack-request-id: req-47f4483f-0d7f-4f9f-a9be-7b89bc8aa56f Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:44:18,991 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-47f4483f-0d7f-4f9f-a9be-7b89bc8aa56f 2018-08-01 05:44:18,992 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.269325017929s 2018-08-01 05:44:18,992 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-47f4483f-0d7f-4f9f-a9be-7b89bc8aa56f 2018-08-01 05:44:23,997 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:44:24,001 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:44:24,225 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:44:23 GMT Server: Apache x-openstack-request-id: req-d14b730a-6eff-4444-9030-ce6101b57d8a Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:44:24,269 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:44:24 GMT Server: Apache x-openstack-request-id: req-3914a798-519b-4424-bb59-389f09a66639 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:44:24,270 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-3914a798-519b-4424-bb59-389f09a66639 2018-08-01 05:44:24,270 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.272166013718s 2018-08-01 05:44:24,270 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-3914a798-519b-4424-bb59-389f09a66639 2018-08-01 05:44:29,276 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:44:29,279 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:44:29,308 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:44:29 GMT Server: Apache x-openstack-request-id: req-910404b4-7bee-4b0d-84bc-267c5cc5391d Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:44:29,541 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:44:29 GMT Server: Apache x-openstack-request-id: req-dcd88e3a-ca70-4fac-8446-f2087381a5ab Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:44:29,541 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-dcd88e3a-ca70-4fac-8446-f2087381a5ab 2018-08-01 05:44:29,541 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.265237092972s 2018-08-01 05:44:29,542 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-dcd88e3a-ca70-4fac-8446-f2087381a5ab 2018-08-01 05:44:29,542 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:44:29,544 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:44:29,571 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:44:29 GMT Server: Apache x-openstack-request-id: req-88814a56-5714-469a-a3ee-59df98ddc0a8 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:44:29,777 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:44:29 GMT Server: Apache x-openstack-request-id: req-b71f7c94-46ea-4def-9df5-9fff7b2b24d7 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:44:29,777 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-b71f7c94-46ea-4def-9df5-9fff7b2b24d7 2018-08-01 05:44:29,778 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.235452890396s 2018-08-01 05:44:29,778 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-b71f7c94-46ea-4def-9df5-9fff7b2b24d7 2018-08-01 05:44:34,785 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:44:34,788 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:44:34,832 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:44:34 GMT Server: Apache x-openstack-request-id: req-483211e2-e2fc-4d5f-a926-216b80f19d62 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:44:34,874 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:44:34 GMT Server: Apache x-openstack-request-id: req-a571c9d3-e247-482c-8270-839cabbf6731 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:44:34,875 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-a571c9d3-e247-482c-8270-839cabbf6731 2018-08-01 05:44:34,875 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0898940563202s 2018-08-01 05:44:34,875 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-a571c9d3-e247-482c-8270-839cabbf6731 2018-08-01 05:44:39,876 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:44:39,880 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:44:40,100 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:44:39 GMT Server: Apache x-openstack-request-id: req-6bb957d9-2663-47da-8b12-b1b516ed0b7d Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:44:40,351 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:44:40 GMT Server: Apache x-openstack-request-id: req-551bcce5-f631-4652-8f88-d514e23feb4e Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:44:40,351 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-551bcce5-f631-4652-8f88-d514e23feb4e 2018-08-01 05:44:40,351 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.474581003189s 2018-08-01 05:44:40,352 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-551bcce5-f631-4652-8f88-d514e23feb4e 2018-08-01 05:44:40,352 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:44:40,355 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:44:40,385 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:44:40 GMT Server: Apache x-openstack-request-id: req-5378d998-511e-4d35-8036-3debbc4d6daa Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:44:40,429 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:44:40 GMT Server: Apache x-openstack-request-id: req-9135aa91-3f23-453f-a120-ee32cbfa6ca5 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:44:40,429 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-9135aa91-3f23-453f-a120-ee32cbfa6ca5 2018-08-01 05:44:40,429 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0770938396454s 2018-08-01 05:44:40,430 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-9135aa91-3f23-453f-a120-ee32cbfa6ca5 2018-08-01 05:44:45,433 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:44:45,436 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:44:45,465 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:44:45 GMT Server: Apache x-openstack-request-id: req-f4ac7218-7409-4a56-a61a-60ce17838047 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:44:45,507 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:44:45 GMT Server: Apache x-openstack-request-id: req-fce814c0-faf8-4a7c-9e2d-527902ec4208 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:44:45,508 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-fce814c0-faf8-4a7c-9e2d-527902ec4208 2018-08-01 05:44:45,508 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.074285030365s 2018-08-01 05:44:45,508 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-fce814c0-faf8-4a7c-9e2d-527902ec4208 2018-08-01 05:44:50,514 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:44:50,517 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:44:50,546 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:44:50 GMT Server: Apache x-openstack-request-id: req-87bfc343-2164-4218-be57-c4c90f8ff0bf Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:44:50,588 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:44:50 GMT Server: Apache x-openstack-request-id: req-1b8b1ed6-2d8c-4f98-8de4-21c67002c8d7 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:44:50,589 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-1b8b1ed6-2d8c-4f98-8de4-21c67002c8d7 2018-08-01 05:44:50,589 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0747179985046s 2018-08-01 05:44:50,589 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-1b8b1ed6-2d8c-4f98-8de4-21c67002c8d7 2018-08-01 05:44:50,590 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:44:50,592 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:44:50,620 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:44:50 GMT Server: Apache x-openstack-request-id: req-1853c49d-befe-4d64-9087-644f07298f97 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:44:50,664 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:44:50 GMT Server: Apache x-openstack-request-id: req-6bfb0459-a95f-4e15-bbb4-f981200f79cb Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:44:50,665 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-6bfb0459-a95f-4e15-bbb4-f981200f79cb 2018-08-01 05:44:50,665 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0751368999481s 2018-08-01 05:44:50,665 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-6bfb0459-a95f-4e15-bbb4-f981200f79cb 2018-08-01 05:44:55,672 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:44:55,675 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:44:55,704 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:44:55 GMT Server: Apache x-openstack-request-id: req-1ccc2b33-2328-45e4-98a4-553b52174387 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:44:55,749 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:44:55 GMT Server: Apache x-openstack-request-id: req-46a0c0c1-6912-43b2-8087-84a179487355 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:44:55,749 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-46a0c0c1-6912-43b2-8087-84a179487355 2018-08-01 05:44:55,750 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0775029659271s 2018-08-01 05:44:55,750 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-46a0c0c1-6912-43b2-8087-84a179487355 2018-08-01 05:45:00,756 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:45:00,759 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:45:00,787 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:45:00 GMT Server: Apache x-openstack-request-id: req-ced4f341-edbe-4933-bb07-7985e4c9baa8 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:45:00,831 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:45:00 GMT Server: Apache x-openstack-request-id: req-ef607d03-56fc-46a8-847d-51ec9bc2652d Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:45:00,831 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-ef607d03-56fc-46a8-847d-51ec9bc2652d 2018-08-01 05:45:00,831 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0750949382782s 2018-08-01 05:45:00,831 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-ef607d03-56fc-46a8-847d-51ec9bc2652d 2018-08-01 05:45:00,832 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:45:00,834 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:45:00,861 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:45:00 GMT Server: Apache x-openstack-request-id: req-9f09d14d-8e7b-4067-a898-6e4e15fa41cf Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:45:00,905 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:45:00 GMT Server: Apache x-openstack-request-id: req-283bd48a-dea7-4157-9106-c038486d4623 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:45:00,905 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-283bd48a-dea7-4157-9106-c038486d4623 2018-08-01 05:45:00,905 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0735130310059s 2018-08-01 05:45:00,906 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-283bd48a-dea7-4157-9106-c038486d4623 2018-08-01 05:45:05,908 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:45:05,911 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:45:05,939 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:45:05 GMT Server: Apache x-openstack-request-id: req-3d1067e6-192b-47ea-be74-6b62fdbb9479 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:45:05,979 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:45:05 GMT Server: Apache x-openstack-request-id: req-80b6e2e4-8d36-4c54-ac1c-377d749b7a36 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:45:05,979 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-80b6e2e4-8d36-4c54-ac1c-377d749b7a36 2018-08-01 05:45:05,980 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0713260173798s 2018-08-01 05:45:05,980 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-80b6e2e4-8d36-4c54-ac1c-377d749b7a36 2018-08-01 05:45:10,985 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:45:10,989 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:45:11,017 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:45:10 GMT Server: Apache x-openstack-request-id: req-87b83862-0244-4947-90ef-8d01544283a7 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:45:11,244 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:45:11 GMT Server: Apache x-openstack-request-id: req-5532bf31-7be4-42a0-9e9e-f08a57e36c39 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:45:11,244 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-5532bf31-7be4-42a0-9e9e-f08a57e36c39 2018-08-01 05:45:11,244 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.258369922638s 2018-08-01 05:45:11,244 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-5532bf31-7be4-42a0-9e9e-f08a57e36c39 2018-08-01 05:45:11,245 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:45:11,248 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:45:11,450 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:45:11 GMT Server: Apache x-openstack-request-id: req-395000a8-f82d-4a67-aa24-f1d820c562da Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:45:11,492 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:45:11 GMT Server: Apache x-openstack-request-id: req-a42ec647-ef83-4ae4-b680-d62d71866032 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:45:11,492 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-a42ec647-ef83-4ae4-b680-d62d71866032 2018-08-01 05:45:11,493 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.247577190399s 2018-08-01 05:45:11,493 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-a42ec647-ef83-4ae4-b680-d62d71866032 2018-08-01 05:45:16,499 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:45:16,502 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:45:16,530 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:45:16 GMT Server: Apache x-openstack-request-id: req-3d996137-ea57-4977-a041-0a9689fda8f9 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:45:16,573 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:45:16 GMT Server: Apache x-openstack-request-id: req-f801f07e-0f9b-4814-a9e5-c9b5b366b66f Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:45:16,573 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-f801f07e-0f9b-4814-a9e5-c9b5b366b66f 2018-08-01 05:45:16,573 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0736858844757s 2018-08-01 05:45:16,573 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-f801f07e-0f9b-4814-a9e5-c9b5b366b66f 2018-08-01 05:45:21,574 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:45:21,577 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:45:21,603 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:45:21 GMT Server: Apache x-openstack-request-id: req-1bfea639-f7b5-4b38-a782-eb3e1a02c1d2 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:45:21,646 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:45:21 GMT Server: Apache x-openstack-request-id: req-ead53d43-b232-4e5a-94a1-28a67b356f73 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:45:21,646 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-ead53d43-b232-4e5a-94a1-28a67b356f73 2018-08-01 05:45:21,646 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0714869499207s 2018-08-01 05:45:21,646 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-ead53d43-b232-4e5a-94a1-28a67b356f73 2018-08-01 05:45:21,646 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:45:21,648 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:45:21,674 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:45:21 GMT Server: Apache x-openstack-request-id: req-5798cbad-f9aa-4451-8d9b-b580fb9a5670 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:45:21,716 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:45:21 GMT Server: Apache x-openstack-request-id: req-7fd78543-3e3a-41b6-8bbb-c3a703a8cd4c Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:45:21,716 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-7fd78543-3e3a-41b6-8bbb-c3a703a8cd4c 2018-08-01 05:45:21,716 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0696229934692s 2018-08-01 05:45:21,716 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-7fd78543-3e3a-41b6-8bbb-c3a703a8cd4c 2018-08-01 05:45:26,723 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:45:26,726 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:45:26,754 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:45:26 GMT Server: Apache x-openstack-request-id: req-ee302b86-ff1f-4f23-8d89-6b5e9bcd2563 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:45:26,797 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:45:26 GMT Server: Apache x-openstack-request-id: req-05ad6100-89b4-4d6a-9b15-af9b6d7faad6 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:45:26,797 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-05ad6100-89b4-4d6a-9b15-af9b6d7faad6 2018-08-01 05:45:26,797 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0737628936768s 2018-08-01 05:45:26,797 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-05ad6100-89b4-4d6a-9b15-af9b6d7faad6 2018-08-01 05:45:31,803 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:45:31,806 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:45:31,833 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:45:31 GMT Server: Apache x-openstack-request-id: req-04c38ff4-c669-4240-9a47-1f7d495ba995 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:45:31,875 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:45:31 GMT Server: Apache x-openstack-request-id: req-8eca3738-6ed6-4091-a39b-c8f6cb7def52 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:45:31,875 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-8eca3738-6ed6-4091-a39b-c8f6cb7def52 2018-08-01 05:45:31,876 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0726659297943s 2018-08-01 05:45:31,876 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-8eca3738-6ed6-4091-a39b-c8f6cb7def52 2018-08-01 05:45:31,876 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:45:31,879 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:45:31,908 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:45:31 GMT Server: Apache x-openstack-request-id: req-56790a9a-ba22-40bc-8a5d-799b1a639e99 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:45:31,954 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:45:31 GMT Server: Apache x-openstack-request-id: req-cc5c1f76-d279-4e33-9f4e-db65a270ac52 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:45:31,954 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-cc5c1f76-d279-4e33-9f4e-db65a270ac52 2018-08-01 05:45:31,954 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0774571895599s 2018-08-01 05:45:31,954 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-cc5c1f76-d279-4e33-9f4e-db65a270ac52 2018-08-01 05:45:36,959 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:45:36,962 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:45:36,989 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:45:36 GMT Server: Apache x-openstack-request-id: req-86d274df-393d-4cbf-bdac-cc9faff0841b Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:45:37,035 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:45:36 GMT Server: Apache x-openstack-request-id: req-9ad05c87-89cb-4a4f-962d-6e5cf6fa6ff2 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:45:37,035 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-9ad05c87-89cb-4a4f-962d-6e5cf6fa6ff2 2018-08-01 05:45:37,035 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0762350559235s 2018-08-01 05:45:37,036 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-9ad05c87-89cb-4a4f-962d-6e5cf6fa6ff2 2018-08-01 05:45:42,041 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:45:42,044 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:45:42,072 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:45:42 GMT Server: Apache x-openstack-request-id: req-7241f9df-f695-4132-b50c-9ade044e5b67 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:45:42,310 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:45:42 GMT Server: Apache x-openstack-request-id: req-5834743e-d1b0-4120-8fce-c409eb6861a1 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:45:42,311 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-5834743e-d1b0-4120-8fce-c409eb6861a1 2018-08-01 05:45:42,311 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.269170045853s 2018-08-01 05:45:42,311 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-5834743e-d1b0-4120-8fce-c409eb6861a1 2018-08-01 05:45:42,311 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:45:42,314 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:45:42,342 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:45:42 GMT Server: Apache x-openstack-request-id: req-3aaa3819-7c18-4eca-9977-0147be38808a Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:45:42,384 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:45:42 GMT Server: Apache x-openstack-request-id: req-e7f6131a-bd54-4ee8-b8df-00ca2e67344b Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:45:42,385 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-e7f6131a-bd54-4ee8-b8df-00ca2e67344b 2018-08-01 05:45:42,385 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.073175907135s 2018-08-01 05:45:42,385 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-e7f6131a-bd54-4ee8-b8df-00ca2e67344b 2018-08-01 05:45:47,391 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:45:47,394 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:45:47,423 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:45:47 GMT Server: Apache x-openstack-request-id: req-3135dde7-aa4f-4922-9e3e-a819a5c43b63 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:45:47,465 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:45:47 GMT Server: Apache x-openstack-request-id: req-646d558b-7d88-47e3-a141-75d2f6ca98db Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:45:47,465 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-646d558b-7d88-47e3-a141-75d2f6ca98db 2018-08-01 05:45:47,465 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0735249519348s 2018-08-01 05:45:47,465 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-646d558b-7d88-47e3-a141-75d2f6ca98db 2018-08-01 05:45:52,468 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:45:52,471 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:45:52,504 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:45:52 GMT Server: Apache x-openstack-request-id: req-c8ed323c-cf20-4b1f-aafe-b674db3529a1 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:45:52,546 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:45:52 GMT Server: Apache x-openstack-request-id: req-36a59b1d-231d-41b0-89f2-775813d61bb9 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:45:52,546 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-36a59b1d-231d-41b0-89f2-775813d61bb9 2018-08-01 05:45:52,547 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0781011581421s 2018-08-01 05:45:52,547 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-36a59b1d-231d-41b0-89f2-775813d61bb9 2018-08-01 05:45:52,547 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:45:52,550 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:45:52,779 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:45:52 GMT Server: Apache x-openstack-request-id: req-0997dbf4-2f0f-414f-8b72-0b93b9213371 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:45:52,822 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:45:52 GMT Server: Apache x-openstack-request-id: req-90e804a3-9140-4721-ac6a-9ff6c79cdf91 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:45:52,822 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-90e804a3-9140-4721-ac6a-9ff6c79cdf91 2018-08-01 05:45:52,822 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.274504899979s 2018-08-01 05:45:52,822 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-90e804a3-9140-4721-ac6a-9ff6c79cdf91 2018-08-01 05:45:57,829 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:45:57,833 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:45:57,860 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:45:57 GMT Server: Apache x-openstack-request-id: req-ec5a172e-e3b6-45fb-bd59-06495a94c8e4 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:45:57,903 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:45:57 GMT Server: Apache x-openstack-request-id: req-2730196f-cb12-4b35-931c-5eb19669531a Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:45:57,903 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-2730196f-cb12-4b35-931c-5eb19669531a 2018-08-01 05:45:57,904 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0742340087891s 2018-08-01 05:45:57,904 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-2730196f-cb12-4b35-931c-5eb19669531a 2018-08-01 05:46:02,909 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:46:02,912 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:46:02,940 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:46:02 GMT Server: Apache x-openstack-request-id: req-b4f99599-e155-4256-8d8f-36a04f05e369 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:46:02,983 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:46:02 GMT Server: Apache x-openstack-request-id: req-7af252cd-f27d-4b24-bb06-4ec94913eb0d Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:46:02,984 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-7af252cd-f27d-4b24-bb06-4ec94913eb0d 2018-08-01 05:46:02,984 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0741798877716s 2018-08-01 05:46:02,984 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-7af252cd-f27d-4b24-bb06-4ec94913eb0d 2018-08-01 05:46:02,985 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:46:02,987 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:46:03,014 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:46:02 GMT Server: Apache x-openstack-request-id: req-21654954-598e-4b9b-86e1-b31aeb43469f Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:46:03,056 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:46:03 GMT Server: Apache x-openstack-request-id: req-58807b83-17bd-4a26-b1a4-06bd5f223abe Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:46:03,056 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-58807b83-17bd-4a26-b1a4-06bd5f223abe 2018-08-01 05:46:03,057 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0719249248505s 2018-08-01 05:46:03,057 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-58807b83-17bd-4a26-b1a4-06bd5f223abe 2018-08-01 05:46:08,064 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:46:08,067 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:46:08,095 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:46:08 GMT Server: Apache x-openstack-request-id: req-5e0597ec-1c06-47f1-9e52-beffbd1ad9c7 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:46:08,137 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:46:08 GMT Server: Apache x-openstack-request-id: req-076fd58e-8710-451c-96e3-0ab662e1bf3b Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:46:08,138 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-076fd58e-8710-451c-96e3-0ab662e1bf3b 2018-08-01 05:46:08,138 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0739448070526s 2018-08-01 05:46:08,138 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-076fd58e-8710-451c-96e3-0ab662e1bf3b 2018-08-01 05:46:13,144 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:46:13,147 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:46:13,174 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:46:13 GMT Server: Apache x-openstack-request-id: req-e75fa44d-e355-400b-8da9-b5be47ad36a6 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:46:13,216 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:46:13 GMT Server: Apache x-openstack-request-id: req-87000eb5-e180-4a4b-9efe-27d0efd967a3 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:46:13,216 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-87000eb5-e180-4a4b-9efe-27d0efd967a3 2018-08-01 05:46:13,216 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0725350379944s 2018-08-01 05:46:13,217 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-87000eb5-e180-4a4b-9efe-27d0efd967a3 2018-08-01 05:46:13,217 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:46:13,220 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:46:13,438 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:46:13 GMT Server: Apache x-openstack-request-id: req-3f40251e-3e07-44c0-b477-e2914b732f6c Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:46:13,659 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:46:13 GMT Server: Apache x-openstack-request-id: req-a9b5a0ae-572f-48af-8831-8e273d6ac3a8 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:46:13,660 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-a9b5a0ae-572f-48af-8831-8e273d6ac3a8 2018-08-01 05:46:13,660 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.442399978638s 2018-08-01 05:46:13,660 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-a9b5a0ae-572f-48af-8831-8e273d6ac3a8 2018-08-01 05:46:18,667 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:46:18,670 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:46:18,697 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:46:18 GMT Server: Apache x-openstack-request-id: req-1000a68c-a51a-482f-aeb7-e36ef2047ab7 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:46:18,740 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:46:18 GMT Server: Apache x-openstack-request-id: req-40ea6f44-7041-4f56-8ccb-b8d72fa2c6d3 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:46:18,740 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-40ea6f44-7041-4f56-8ccb-b8d72fa2c6d3 2018-08-01 05:46:18,740 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0735099315643s 2018-08-01 05:46:18,741 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-40ea6f44-7041-4f56-8ccb-b8d72fa2c6d3 2018-08-01 05:46:23,746 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:46:23,749 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:46:23,777 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:46:23 GMT Server: Apache x-openstack-request-id: req-3abfb10b-fdce-43e7-a4d5-b2b8ec6564d2 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:46:23,819 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:46:23 GMT Server: Apache x-openstack-request-id: req-2ec7ae00-4d86-4063-8e16-a7f4f6f609dc Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:46:23,819 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-2ec7ae00-4d86-4063-8e16-a7f4f6f609dc 2018-08-01 05:46:23,820 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0729191303253s 2018-08-01 05:46:23,820 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-2ec7ae00-4d86-4063-8e16-a7f4f6f609dc 2018-08-01 05:46:23,820 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:46:23,823 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:46:24,043 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:46:23 GMT Server: Apache x-openstack-request-id: req-aa4a81a4-a2d0-4625-bdfc-a5a821e37e58 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:46:24,087 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:46:24 GMT Server: Apache x-openstack-request-id: req-cd16e8af-ca14-46cc-9367-326009fbd59a Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:46:24,087 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-cd16e8af-ca14-46cc-9367-326009fbd59a 2018-08-01 05:46:24,087 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.26660990715s 2018-08-01 05:46:24,087 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-cd16e8af-ca14-46cc-9367-326009fbd59a 2018-08-01 05:46:29,094 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:46:29,097 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:46:29,140 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:46:29 GMT Server: Apache x-openstack-request-id: req-da45e060-e442-4bb8-8d35-86d829a0c1a8 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:46:29,183 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:46:29 GMT Server: Apache x-openstack-request-id: req-10139d52-c7a6-428e-8c63-0f2c57ad690e Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:46:29,184 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-10139d52-c7a6-428e-8c63-0f2c57ad690e 2018-08-01 05:46:29,184 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0896379947662s 2018-08-01 05:46:29,184 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-10139d52-c7a6-428e-8c63-0f2c57ad690e 2018-08-01 05:46:34,187 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:46:34,190 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:46:34,218 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:46:34 GMT Server: Apache x-openstack-request-id: req-347bf930-09a3-4138-8136-8fdf39c4953c Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:46:34,261 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:46:34 GMT Server: Apache x-openstack-request-id: req-4ecb9be6-6e44-46f7-a90c-cf53b7862ef3 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:46:34,262 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-4ecb9be6-6e44-46f7-a90c-cf53b7862ef3 2018-08-01 05:46:34,262 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0747039318085s 2018-08-01 05:46:34,262 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-4ecb9be6-6e44-46f7-a90c-cf53b7862ef3 2018-08-01 05:46:34,262 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:46:34,265 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:46:34,292 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:46:34 GMT Server: Apache x-openstack-request-id: req-41f11c2e-8d9a-4052-9014-23904dd08329 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:46:34,335 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:46:34 GMT Server: Apache x-openstack-request-id: req-3d069be2-7319-4893-b44d-1bd5ae4f5469 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:46:34,336 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-3d069be2-7319-4893-b44d-1bd5ae4f5469 2018-08-01 05:46:34,336 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0732448101044s 2018-08-01 05:46:34,336 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-3d069be2-7319-4893-b44d-1bd5ae4f5469 2018-08-01 05:46:39,343 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:46:39,346 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:46:39,375 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:46:39 GMT Server: Apache x-openstack-request-id: req-8b30b884-2de9-47c7-a340-ab1c44b0e53e Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:46:39,417 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:46:39 GMT Server: Apache x-openstack-request-id: req-acc8cf2c-c877-4707-bcf7-4c45e0e45414 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:46:39,417 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-acc8cf2c-c877-4707-bcf7-4c45e0e45414 2018-08-01 05:46:39,417 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0742108821869s 2018-08-01 05:46:39,418 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-acc8cf2c-c877-4707-bcf7-4c45e0e45414 2018-08-01 05:46:44,423 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:46:44,427 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:46:44,456 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:46:44 GMT Server: Apache x-openstack-request-id: req-6c4571a2-9e63-4b85-ae36-661c86d52e66 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:46:44,501 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:46:44 GMT Server: Apache x-openstack-request-id: req-10ea06e5-1f30-45f6-817a-dc136decce6c Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:46:44,501 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-10ea06e5-1f30-45f6-817a-dc136decce6c 2018-08-01 05:46:44,501 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0774850845337s 2018-08-01 05:46:44,501 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-10ea06e5-1f30-45f6-817a-dc136decce6c 2018-08-01 05:46:44,502 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:46:44,504 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:46:44,532 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:46:44 GMT Server: Apache x-openstack-request-id: req-c6df898f-347d-4b5d-9737-7c9152bab6ab Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:46:44,575 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:46:44 GMT Server: Apache x-openstack-request-id: req-29ee57c6-da12-41fa-a29e-cf7c6695c831 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:46:44,575 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-29ee57c6-da12-41fa-a29e-cf7c6695c831 2018-08-01 05:46:44,575 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0733239650726s 2018-08-01 05:46:44,576 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-29ee57c6-da12-41fa-a29e-cf7c6695c831 2018-08-01 05:46:49,577 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:46:49,580 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:46:49,607 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:46:49 GMT Server: Apache x-openstack-request-id: req-b53c442e-d94f-4e2a-9a82-71e0a9a3e8c3 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:46:49,648 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:46:49 GMT Server: Apache x-openstack-request-id: req-53c1430c-3bf6-4682-bdc7-1978bc02c815 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:46:49,649 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-53c1430c-3bf6-4682-bdc7-1978bc02c815 2018-08-01 05:46:49,649 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0712051391602s 2018-08-01 05:46:49,649 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-53c1430c-3bf6-4682-bdc7-1978bc02c815 2018-08-01 05:46:54,655 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:46:54,658 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:46:54,686 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:46:54 GMT Server: Apache x-openstack-request-id: req-47fdb9c7-08d7-4898-8eb6-0122ba6477f9 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:46:54,729 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:46:54 GMT Server: Apache x-openstack-request-id: req-601f52eb-e009-42c6-be98-8e9ae46c738b Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:46:54,729 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-601f52eb-e009-42c6-be98-8e9ae46c738b 2018-08-01 05:46:54,729 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.073802947998s 2018-08-01 05:46:54,729 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-601f52eb-e009-42c6-be98-8e9ae46c738b 2018-08-01 05:46:54,730 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:46:54,733 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:46:55,044 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:46:54 GMT Server: Apache x-openstack-request-id: req-06e2f15d-1fd4-45f0-b3f1-460e2832e757 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:46:55,220 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:46:55 GMT Server: Apache x-openstack-request-id: req-0870b3a6-9176-4f53-b4cb-6ad17957c0f8 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:46:55,220 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-0870b3a6-9176-4f53-b4cb-6ad17957c0f8 2018-08-01 05:46:55,221 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.490539073944s 2018-08-01 05:46:55,221 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-0870b3a6-9176-4f53-b4cb-6ad17957c0f8 2018-08-01 05:47:00,228 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:47:00,231 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:47:00,258 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:47:00 GMT Server: Apache x-openstack-request-id: req-8e5ffbab-8539-48e6-8c82-d39e2c670e83 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:47:00,301 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:47:00 GMT Server: Apache x-openstack-request-id: req-b69234e9-ef99-4776-87da-b4d73e5cb55c Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:47:00,301 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-b69234e9-ef99-4776-87da-b4d73e5cb55c 2018-08-01 05:47:00,301 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0730910301208s 2018-08-01 05:47:00,301 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-b69234e9-ef99-4776-87da-b4d73e5cb55c 2018-08-01 05:47:05,303 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:47:05,306 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:47:05,336 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:47:05 GMT Server: Apache x-openstack-request-id: req-3b5923bf-1233-497e-a4cf-7653f5b3e39f Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:47:05,380 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:47:05 GMT Server: Apache x-openstack-request-id: req-cd1761a2-1740-4cd4-a1ce-08219f710650 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:47:05,380 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-cd1761a2-1740-4cd4-a1ce-08219f710650 2018-08-01 05:47:05,380 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0770139694214s 2018-08-01 05:47:05,380 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-cd1761a2-1740-4cd4-a1ce-08219f710650 2018-08-01 05:47:05,381 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:47:05,384 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:47:05,606 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:47:05 GMT Server: Apache x-openstack-request-id: req-19cf2c23-9162-408b-a127-d27b984ca39d Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:47:05,825 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:47:05 GMT Server: Apache x-openstack-request-id: req-eb8659f0-de36-465c-aba0-4bea948fcefc Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:47:05,825 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-eb8659f0-de36-465c-aba0-4bea948fcefc 2018-08-01 05:47:05,825 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.444410085678s 2018-08-01 05:47:05,826 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-eb8659f0-de36-465c-aba0-4bea948fcefc 2018-08-01 05:47:10,832 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:47:10,836 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:47:10,865 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:47:10 GMT Server: Apache x-openstack-request-id: req-eb123442-db3c-4bea-8101-79c483e201fb Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:47:10,907 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:47:10 GMT Server: Apache x-openstack-request-id: req-8c767b20-97f0-4165-b62b-ad02ede52cb2 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:47:10,908 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-8c767b20-97f0-4165-b62b-ad02ede52cb2 2018-08-01 05:47:10,908 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0752220153809s 2018-08-01 05:47:10,908 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-8c767b20-97f0-4165-b62b-ad02ede52cb2 2018-08-01 05:47:15,909 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:47:15,912 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:47:15,941 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:47:15 GMT Server: Apache x-openstack-request-id: req-eac7726e-862a-4ad4-9c52-89b1c91f3b3d Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:47:15,983 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:47:15 GMT Server: Apache x-openstack-request-id: req-ecd30c2b-4199-40ff-8b6f-ceb041f77e37 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:47:15,983 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-ecd30c2b-4199-40ff-8b6f-ceb041f77e37 2018-08-01 05:47:15,983 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0739660263062s 2018-08-01 05:47:15,984 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-ecd30c2b-4199-40ff-8b6f-ceb041f77e37 2018-08-01 05:47:15,984 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:47:15,986 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:47:16,014 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:47:15 GMT Server: Apache x-openstack-request-id: req-f689ed5d-4471-4fe5-848d-049bc6e35792 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:47:16,042 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:47:16 GMT Server: Apache x-openstack-request-id: req-3182a669-3a69-402c-b80a-fba2a96d25fa Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:47:16,042 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-3182a669-3a69-402c-b80a-fba2a96d25fa 2018-08-01 05:47:16,042 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.058324098587s 2018-08-01 05:47:16,043 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-3182a669-3a69-402c-b80a-fba2a96d25fa 2018-08-01 05:47:21,049 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:47:21,053 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:47:21,084 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:47:21 GMT Server: Apache x-openstack-request-id: req-b4ced072-912e-455c-bd19-c4782705cba5 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:47:21,128 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:47:21 GMT Server: Apache x-openstack-request-id: req-843bd749-d908-4e42-b246-b1a8244abf5b Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:47:21,128 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-843bd749-d908-4e42-b246-b1a8244abf5b 2018-08-01 05:47:21,128 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0782511234283s 2018-08-01 05:47:21,128 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-843bd749-d908-4e42-b246-b1a8244abf5b 2018-08-01 05:47:26,134 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:47:26,138 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:47:26,361 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:47:26 GMT Server: Apache x-openstack-request-id: req-61276f29-d2e1-4e9b-9243-f37b46d7406a Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:47:26,404 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:47:26 GMT Server: Apache x-openstack-request-id: req-20fd6593-9a07-4c4d-ab2a-9af84da7fbe3 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:47:26,404 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-20fd6593-9a07-4c4d-ab2a-9af84da7fbe3 2018-08-01 05:47:26,404 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.27025103569s 2018-08-01 05:47:26,405 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-20fd6593-9a07-4c4d-ab2a-9af84da7fbe3 2018-08-01 05:47:26,405 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:47:26,408 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:47:26,435 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:47:26 GMT Server: Apache x-openstack-request-id: req-a5aacdec-3358-4bcd-9f34-fa83b14c3ceb Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:47:26,478 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:47:26 GMT Server: Apache x-openstack-request-id: req-88058e82-d7f8-4627-b380-f942d70b8179 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:47:26,478 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-88058e82-d7f8-4627-b380-f942d70b8179 2018-08-01 05:47:26,479 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0732460021973s 2018-08-01 05:47:26,479 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-88058e82-d7f8-4627-b380-f942d70b8179 2018-08-01 05:47:31,486 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:47:31,490 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:47:31,692 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:47:31 GMT Server: Apache x-openstack-request-id: req-1ba20590-776e-45dc-8157-8b4f5f39c0c1 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:47:31,734 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:47:31 GMT Server: Apache x-openstack-request-id: req-a0144b88-0be7-4f51-a4fb-a62a1a30d087 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:47:31,735 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-a0144b88-0be7-4f51-a4fb-a62a1a30d087 2018-08-01 05:47:31,735 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.248934030533s 2018-08-01 05:47:31,735 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-a0144b88-0be7-4f51-a4fb-a62a1a30d087 2018-08-01 05:47:36,740 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:47:36,744 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:47:36,773 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:47:36 GMT Server: Apache x-openstack-request-id: req-a2b51f4a-c246-44ca-bcec-71411ccca6d1 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:47:37,007 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:47:36 GMT Server: Apache x-openstack-request-id: req-25218733-378f-4409-a580-3e7f046f2efa Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:47:37,007 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-25218733-378f-4409-a580-3e7f046f2efa 2018-08-01 05:47:37,008 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.266815900803s 2018-08-01 05:47:37,008 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-25218733-378f-4409-a580-3e7f046f2efa 2018-08-01 05:47:37,008 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:47:37,011 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:47:37,039 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:47:37 GMT Server: Apache x-openstack-request-id: req-8e94315a-6a3b-48fc-bcdb-e64a59402ec0 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:47:37,271 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:47:37 GMT Server: Apache x-openstack-request-id: req-3410ddae-3739-4f97-b5d1-9cd5af1a20df Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:47:37,272 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-3410ddae-3739-4f97-b5d1-9cd5af1a20df 2018-08-01 05:47:37,272 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.263340950012s 2018-08-01 05:47:37,272 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-3410ddae-3739-4f97-b5d1-9cd5af1a20df 2018-08-01 05:47:42,279 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:47:42,282 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:47:42,310 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:47:42 GMT Server: Apache x-openstack-request-id: req-ad74f46f-0a54-4c57-9935-958d9965a209 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:47:42,542 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:47:42 GMT Server: Apache x-openstack-request-id: req-4d2c3acc-3be7-4b1d-941c-ceec5c799f69 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:47:42,542 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-4d2c3acc-3be7-4b1d-941c-ceec5c799f69 2018-08-01 05:47:42,542 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.263103961945s 2018-08-01 05:47:42,543 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-4d2c3acc-3be7-4b1d-941c-ceec5c799f69 2018-08-01 05:47:47,548 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:47:47,552 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:47:47,763 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:47:47 GMT Server: Apache x-openstack-request-id: req-922a583d-0727-449a-b7de-308987daf3b6 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:47:47,806 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:47:47 GMT Server: Apache x-openstack-request-id: req-c457abf3-08a1-4751-ac40-027ab9e1b60f Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:47:47,806 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-c457abf3-08a1-4751-ac40-027ab9e1b60f 2018-08-01 05:47:47,806 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.257385969162s 2018-08-01 05:47:47,806 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-c457abf3-08a1-4751-ac40-027ab9e1b60f 2018-08-01 05:47:47,807 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:47:47,810 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:47:47,837 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:47:47 GMT Server: Apache x-openstack-request-id: req-8e20de12-9696-48a4-a74d-3f9ef866929e Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:47:47,880 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:47:47 GMT Server: Apache x-openstack-request-id: req-b129ca9b-ba08-4d00-b775-95e5cae89197 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:47:47,880 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-b129ca9b-ba08-4d00-b775-95e5cae89197 2018-08-01 05:47:47,880 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0729849338531s 2018-08-01 05:47:47,880 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-b129ca9b-ba08-4d00-b775-95e5cae89197 2018-08-01 05:47:52,887 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:47:52,890 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:47:53,108 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:47:52 GMT Server: Apache x-openstack-request-id: req-b62a81d7-15ff-4e83-9c65-11e6fc4300bb Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:47:53,151 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:47:53 GMT Server: Apache x-openstack-request-id: req-f7b48cbe-f25a-41fd-a7a9-e96c0519ab47 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:47:53,151 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-f7b48cbe-f25a-41fd-a7a9-e96c0519ab47 2018-08-01 05:47:53,151 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.263985872269s 2018-08-01 05:47:53,152 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-f7b48cbe-f25a-41fd-a7a9-e96c0519ab47 2018-08-01 05:47:58,157 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:47:58,160 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:47:58,374 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:47:58 GMT Server: Apache x-openstack-request-id: req-2f15d852-c8c8-4f7c-aa7c-507300f900b4 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:47:58,417 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:47:58 GMT Server: Apache x-openstack-request-id: req-8cdd0fe8-272c-45a8-87f3-3ad89b2ff535 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:47:58,417 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-8cdd0fe8-272c-45a8-87f3-3ad89b2ff535 2018-08-01 05:47:58,418 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.2600710392s 2018-08-01 05:47:58,418 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-8cdd0fe8-272c-45a8-87f3-3ad89b2ff535 2018-08-01 05:47:58,418 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:47:58,421 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:47:58,448 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:47:58 GMT Server: Apache x-openstack-request-id: req-18c68fce-911e-4c6f-850a-4472927528f6 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:47:58,492 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:47:58 GMT Server: Apache x-openstack-request-id: req-2432511d-95ea-4cb3-84ff-51c4c61ddddd Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:47:58,492 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-2432511d-95ea-4cb3-84ff-51c4c61ddddd 2018-08-01 05:47:58,492 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0735549926758s 2018-08-01 05:47:58,492 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-2432511d-95ea-4cb3-84ff-51c4c61ddddd 2018-08-01 05:48:03,499 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:48:03,502 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:48:03,532 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:48:03 GMT Server: Apache x-openstack-request-id: req-24ccafd2-f66c-4c6a-a789-030451dda831 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:48:03,762 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:48:03 GMT Server: Apache x-openstack-request-id: req-c8529fd4-8c45-4b6f-b973-be9b9e3ca844 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:48:03,762 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-c8529fd4-8c45-4b6f-b973-be9b9e3ca844 2018-08-01 05:48:03,762 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.262619018555s 2018-08-01 05:48:03,762 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-c8529fd4-8c45-4b6f-b973-be9b9e3ca844 2018-08-01 05:48:08,768 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:48:08,771 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:48:08,800 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:48:08 GMT Server: Apache x-openstack-request-id: req-2ebec18f-55c1-4c24-aad9-82b05ece5817 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:48:09,153 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:48:08 GMT Server: Apache x-openstack-request-id: req-0869c71f-2f3a-4c0b-829f-f3e0f6738975 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:48:09,153 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-0869c71f-2f3a-4c0b-829f-f3e0f6738975 2018-08-01 05:48:09,153 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.385231971741s 2018-08-01 05:48:09,154 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-0869c71f-2f3a-4c0b-829f-f3e0f6738975 2018-08-01 05:48:09,154 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:48:09,157 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:48:09,184 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:48:09 GMT Server: Apache x-openstack-request-id: req-fd5aecbc-d3a6-4879-bf90-59a8a55eca4c Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:48:09,230 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:48:09 GMT Server: Apache x-openstack-request-id: req-aec6e90c-4c75-46d1-bfa3-032ee6d061a8 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:48:09,230 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-aec6e90c-4c75-46d1-bfa3-032ee6d061a8 2018-08-01 05:48:09,230 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.075581073761s 2018-08-01 05:48:09,230 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-aec6e90c-4c75-46d1-bfa3-032ee6d061a8 2018-08-01 05:48:14,237 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:48:14,240 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:48:14,466 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:48:14 GMT Server: Apache x-openstack-request-id: req-d53131de-af29-46c6-8d5a-e27b6160abf5 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:48:14,509 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:48:14 GMT Server: Apache x-openstack-request-id: req-dbb9947b-49d4-46fc-b737-cce19961838d Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:48:14,509 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-dbb9947b-49d4-46fc-b737-cce19961838d 2018-08-01 05:48:14,509 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.271983861923s 2018-08-01 05:48:14,509 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-dbb9947b-49d4-46fc-b737-cce19961838d 2018-08-01 05:48:19,515 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:48:19,518 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:48:19,729 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:48:19 GMT Server: Apache x-openstack-request-id: req-e59bc1e7-e379-472d-880f-a7fc26421335 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:48:19,772 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:48:19 GMT Server: Apache x-openstack-request-id: req-d83af9b2-0a8d-48fb-9306-3dfa78be39e3 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:48:19,772 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-d83af9b2-0a8d-48fb-9306-3dfa78be39e3 2018-08-01 05:48:19,772 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.256747961044s 2018-08-01 05:48:19,772 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-d83af9b2-0a8d-48fb-9306-3dfa78be39e3 2018-08-01 05:48:19,773 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:48:19,775 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:48:19,802 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:48:19 GMT Server: Apache x-openstack-request-id: req-b31d935c-096a-4f57-9ae0-a9ff8da936b7 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:48:19,845 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:48:19 GMT Server: Apache x-openstack-request-id: req-2c91b478-6329-485e-8361-4a2a392c4d69 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:48:19,846 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-2c91b478-6329-485e-8361-4a2a392c4d69 2018-08-01 05:48:19,846 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0727570056915s 2018-08-01 05:48:19,846 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-2c91b478-6329-485e-8361-4a2a392c4d69 2018-08-01 05:48:24,848 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:48:24,851 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:48:24,879 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:48:24 GMT Server: Apache x-openstack-request-id: req-15e08d7b-2fe6-4956-8bcc-084ed1a0a97f Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:48:25,108 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:48:24 GMT Server: Apache x-openstack-request-id: req-fcad35ba-4e8e-4dc2-9cf1-9d802965227a Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:48:25,108 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-fcad35ba-4e8e-4dc2-9cf1-9d802965227a 2018-08-01 05:48:25,108 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.259881973267s 2018-08-01 05:48:25,108 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-fcad35ba-4e8e-4dc2-9cf1-9d802965227a 2018-08-01 05:48:30,114 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:48:30,118 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:48:30,149 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:48:30 GMT Server: Apache x-openstack-request-id: req-a91e033c-a8b2-4625-a3a5-b37acdeaeaf1 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:48:30,191 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:48:30 GMT Server: Apache x-openstack-request-id: req-d758c5c1-74e3-4554-9887-deace9c5d49b Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:48:30,191 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-d758c5c1-74e3-4554-9887-deace9c5d49b 2018-08-01 05:48:30,191 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.076623916626s 2018-08-01 05:48:30,191 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-d758c5c1-74e3-4554-9887-deace9c5d49b 2018-08-01 05:48:30,192 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:48:30,195 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:48:30,222 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:48:30 GMT Server: Apache x-openstack-request-id: req-ac1dcddf-9acf-40ee-8e44-05440ade06f3 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:48:30,265 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:48:30 GMT Server: Apache x-openstack-request-id: req-6b8d2956-ba18-4f08-92fc-7900b02dcfb3 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:48:30,265 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-6b8d2956-ba18-4f08-92fc-7900b02dcfb3 2018-08-01 05:48:30,265 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0732607841492s 2018-08-01 05:48:30,266 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-6b8d2956-ba18-4f08-92fc-7900b02dcfb3 2018-08-01 05:48:35,272 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:48:35,275 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:48:35,304 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:48:35 GMT Server: Apache x-openstack-request-id: req-e88d6ea6-98c7-40a4-89d5-fa05263be1d7 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:48:35,347 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:48:35 GMT Server: Apache x-openstack-request-id: req-bc559724-00b7-4591-8e16-0d2b8981b7cb Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:48:35,347 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-bc559724-00b7-4591-8e16-0d2b8981b7cb 2018-08-01 05:48:35,347 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0748040676117s 2018-08-01 05:48:35,348 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-bc559724-00b7-4591-8e16-0d2b8981b7cb 2018-08-01 05:48:40,353 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:48:40,356 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:48:40,387 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:48:40 GMT Server: Apache x-openstack-request-id: req-a43df08c-1226-425d-acc8-79e7403121c1 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:48:40,430 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:48:40 GMT Server: Apache x-openstack-request-id: req-35412d7a-0f84-49b4-b087-20006c100014 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:48:40,430 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-35412d7a-0f84-49b4-b087-20006c100014 2018-08-01 05:48:40,430 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0768849849701s 2018-08-01 05:48:40,431 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-35412d7a-0f84-49b4-b087-20006c100014 2018-08-01 05:48:40,431 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:48:40,434 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:48:40,461 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:48:40 GMT Server: Apache x-openstack-request-id: req-186330af-8b35-4ed6-ae2f-570f5b565d52 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:48:40,505 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:48:40 GMT Server: Apache x-openstack-request-id: req-9b29e6de-b44d-44a2-a9f3-38c0b3615fe2 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:48:40,505 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-9b29e6de-b44d-44a2-a9f3-38c0b3615fe2 2018-08-01 05:48:40,505 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0740971565247s 2018-08-01 05:48:40,506 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-9b29e6de-b44d-44a2-a9f3-38c0b3615fe2 2018-08-01 05:48:45,508 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:48:45,511 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:48:45,539 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:48:45 GMT Server: Apache x-openstack-request-id: req-c5a453e6-d8a1-4afa-aee7-85479e706bac Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:48:45,774 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:48:45 GMT Server: Apache x-openstack-request-id: req-a0873016-b8b6-4812-9588-00f6270e9cbe Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:48:45,774 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-a0873016-b8b6-4812-9588-00f6270e9cbe 2018-08-01 05:48:45,774 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.26563000679s 2018-08-01 05:48:45,774 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-a0873016-b8b6-4812-9588-00f6270e9cbe 2018-08-01 05:48:50,780 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:48:50,783 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:48:50,812 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:48:50 GMT Server: Apache x-openstack-request-id: req-553c13af-07d0-4c8e-b616-2f34f7f48cfd Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:48:50,855 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:48:50 GMT Server: Apache x-openstack-request-id: req-b8822177-4de6-4071-baaf-12b67eecefdf Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:48:50,855 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-b8822177-4de6-4071-baaf-12b67eecefdf 2018-08-01 05:48:50,855 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0747780799866s 2018-08-01 05:48:50,855 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-b8822177-4de6-4071-baaf-12b67eecefdf 2018-08-01 05:48:50,856 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:48:50,859 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:48:50,886 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:48:50 GMT Server: Apache x-openstack-request-id: req-82555b3c-08fb-43b5-98bc-ad0e5e71e78f Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:48:50,929 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:48:50 GMT Server: Apache x-openstack-request-id: req-dfa60289-a90c-48a9-8096-563dcb46220d Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:48:50,929 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-dfa60289-a90c-48a9-8096-563dcb46220d 2018-08-01 05:48:50,929 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0732729434967s 2018-08-01 05:48:50,930 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-dfa60289-a90c-48a9-8096-563dcb46220d 2018-08-01 05:48:55,935 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:48:55,939 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:48:55,967 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:48:55 GMT Server: Apache x-openstack-request-id: req-1d517ab0-a58e-4148-aed7-d544aeb721a9 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:48:56,010 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:48:55 GMT Server: Apache x-openstack-request-id: req-488a4df8-fef9-4e1d-b08e-a8c42c92c88b Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:48:56,011 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-488a4df8-fef9-4e1d-b08e-a8c42c92c88b 2018-08-01 05:48:56,011 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0750339031219s 2018-08-01 05:48:56,011 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-488a4df8-fef9-4e1d-b08e-a8c42c92c88b 2018-08-01 05:49:01,016 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:49:01,019 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:49:01,048 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:49:01 GMT Server: Apache x-openstack-request-id: req-d3cba534-f64a-46bb-9a99-43a7425cdce8 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:49:01,091 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:49:01 GMT Server: Apache x-openstack-request-id: req-6ec3ec01-aea5-485e-9f6f-fee309fa9aa3 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:49:01,092 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-6ec3ec01-aea5-485e-9f6f-fee309fa9aa3 2018-08-01 05:49:01,092 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0755181312561s 2018-08-01 05:49:01,092 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-6ec3ec01-aea5-485e-9f6f-fee309fa9aa3 2018-08-01 05:49:01,092 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:49:01,095 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:49:01,122 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:49:01 GMT Server: Apache x-openstack-request-id: req-5eae415c-d4c8-45c5-b9af-18e8f89579b8 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:49:01,341 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:49:01 GMT Server: Apache x-openstack-request-id: req-2eceef56-979d-466c-a96e-9af122a8348d Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:49:01,341 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-2eceef56-979d-466c-a96e-9af122a8348d 2018-08-01 05:49:01,341 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.24830698967s 2018-08-01 05:49:01,341 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-2eceef56-979d-466c-a96e-9af122a8348d 2018-08-01 05:49:06,345 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:49:06,347 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:49:06,375 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:49:06 GMT Server: Apache x-openstack-request-id: req-28334b8a-71e5-474c-9c42-dfd4b1d95d39 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:49:06,418 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:49:06 GMT Server: Apache x-openstack-request-id: req-89fbea59-8107-41b7-90d4-58809a53a258 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:49:06,419 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-89fbea59-8107-41b7-90d4-58809a53a258 2018-08-01 05:49:06,419 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0739560127258s 2018-08-01 05:49:06,419 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-89fbea59-8107-41b7-90d4-58809a53a258 2018-08-01 05:49:11,425 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:49:11,428 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:49:11,459 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:49:11 GMT Server: Apache x-openstack-request-id: req-18bcab7b-24d6-4d4b-84a0-d6d8ae01929a Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:49:11,501 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:49:11 GMT Server: Apache x-openstack-request-id: req-9c6e527a-07ab-4f46-9697-3b0170806ef4 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:49:11,501 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-9c6e527a-07ab-4f46-9697-3b0170806ef4 2018-08-01 05:49:11,502 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0764479637146s 2018-08-01 05:49:11,502 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-9c6e527a-07ab-4f46-9697-3b0170806ef4 2018-08-01 05:49:11,502 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:49:11,505 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:49:11,548 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:49:11 GMT Server: Apache x-openstack-request-id: req-22b04ad2-7619-4c9b-b895-6eaa63da4954 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:49:11,591 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:49:11 GMT Server: Apache x-openstack-request-id: req-2c6021ff-2a5a-4f29-af86-8e772041056c Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:49:11,591 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-2c6021ff-2a5a-4f29-af86-8e772041056c 2018-08-01 05:49:11,591 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0887868404388s 2018-08-01 05:49:11,592 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-2c6021ff-2a5a-4f29-af86-8e772041056c 2018-08-01 05:49:16,598 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:49:16,602 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:49:16,828 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:49:16 GMT Server: Apache x-openstack-request-id: req-2c2d0a63-18e7-4d12-91ba-101f29c3dc82 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:49:17,059 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:49:16 GMT Server: Apache x-openstack-request-id: req-0e87d743-22c0-421b-af0f-70df2576f307 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:49:17,060 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-0e87d743-22c0-421b-af0f-70df2576f307 2018-08-01 05:49:17,060 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.461275100708s 2018-08-01 05:49:17,060 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-0e87d743-22c0-421b-af0f-70df2576f307 2018-08-01 05:49:22,066 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:49:22,069 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:49:22,368 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:49:22 GMT Server: Apache x-openstack-request-id: req-df0c98c2-e444-4f57-885f-d445430410b7 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:49:22,411 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:49:22 GMT Server: Apache x-openstack-request-id: req-2cb17d1e-c89b-49a2-bbe1-eef85ac1b233 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:49:22,411 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-2cb17d1e-c89b-49a2-bbe1-eef85ac1b233 2018-08-01 05:49:22,412 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.345345020294s 2018-08-01 05:49:22,412 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-2cb17d1e-c89b-49a2-bbe1-eef85ac1b233 2018-08-01 05:49:22,412 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:49:22,415 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:49:22,443 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:49:22 GMT Server: Apache x-openstack-request-id: req-630517a0-7ce2-4681-a60a-8f5b3364ee68 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:49:22,486 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:49:22 GMT Server: Apache x-openstack-request-id: req-810d06e7-413d-42a6-8c1f-c7e2c308bb03 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:49:22,486 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-810d06e7-413d-42a6-8c1f-c7e2c308bb03 2018-08-01 05:49:22,487 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0741219520569s 2018-08-01 05:49:22,487 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-810d06e7-413d-42a6-8c1f-c7e2c308bb03 2018-08-01 05:49:27,494 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:49:27,497 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:49:27,525 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:49:27 GMT Server: Apache x-openstack-request-id: req-56f227dd-cca4-4465-88e4-d1f804113699 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:49:27,569 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:49:27 GMT Server: Apache x-openstack-request-id: req-b42b551f-4d5e-400f-9995-15f90ec644d0 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:49:27,569 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-b42b551f-4d5e-400f-9995-15f90ec644d0 2018-08-01 05:49:27,570 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0756869316101s 2018-08-01 05:49:27,570 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-b42b551f-4d5e-400f-9995-15f90ec644d0 2018-08-01 05:49:32,576 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:49:32,579 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:49:32,607 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:49:32 GMT Server: Apache x-openstack-request-id: req-40d2fe4d-a6dd-4e83-952b-1e62fe48f0c9 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:49:32,649 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:49:32 GMT Server: Apache x-openstack-request-id: req-3013f1d9-4e64-4fea-8a64-604cc29c77c0 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:49:32,649 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-3013f1d9-4e64-4fea-8a64-604cc29c77c0 2018-08-01 05:49:32,649 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0733909606934s 2018-08-01 05:49:32,650 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-3013f1d9-4e64-4fea-8a64-604cc29c77c0 2018-08-01 05:49:32,650 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:49:32,653 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:49:32,699 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:49:32 GMT Server: Apache x-openstack-request-id: req-67bb0d67-b69c-45df-a1ae-85af055d8862 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:49:32,749 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:49:32 GMT Server: Apache x-openstack-request-id: req-638a75e7-2787-4421-a42b-d8476cdd06d1 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:49:32,749 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-638a75e7-2787-4421-a42b-d8476cdd06d1 2018-08-01 05:49:32,749 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0991439819336s 2018-08-01 05:49:32,750 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-638a75e7-2787-4421-a42b-d8476cdd06d1 2018-08-01 05:49:37,756 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:49:37,759 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:49:37,787 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:49:37 GMT Server: Apache x-openstack-request-id: req-9c476ee2-e128-453e-b1f7-698a7ef7d2e8 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:49:37,829 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:49:37 GMT Server: Apache x-openstack-request-id: req-d33c1e7a-5691-4eed-a06e-531e82de0e19 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:49:37,829 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-d33c1e7a-5691-4eed-a06e-531e82de0e19 2018-08-01 05:49:37,830 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.073178768158s 2018-08-01 05:49:37,830 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-d33c1e7a-5691-4eed-a06e-531e82de0e19 2018-08-01 05:49:42,836 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:49:42,839 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:49:43,060 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:49:42 GMT Server: Apache x-openstack-request-id: req-26a305d0-bdeb-4935-b3aa-fda3aad63fb1 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:49:43,102 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:49:43 GMT Server: Apache x-openstack-request-id: req-bd97ac01-bf23-4d70-a71f-079ebae9de30 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:49:43,103 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-bd97ac01-bf23-4d70-a71f-079ebae9de30 2018-08-01 05:49:43,103 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.266973018646s 2018-08-01 05:49:43,103 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-bd97ac01-bf23-4d70-a71f-079ebae9de30 2018-08-01 05:49:43,104 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:49:43,106 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:49:43,133 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:49:43 GMT Server: Apache x-openstack-request-id: req-85c36ac4-8861-4c2f-95d4-0688878d4eac Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:49:43,371 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:49:43 GMT Server: Apache x-openstack-request-id: req-c84313f2-b44b-4544-870c-fd79d30957ce Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:49:43,372 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-c84313f2-b44b-4544-870c-fd79d30957ce 2018-08-01 05:49:43,372 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.268173217773s 2018-08-01 05:49:43,372 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-c84313f2-b44b-4544-870c-fd79d30957ce 2018-08-01 05:49:48,379 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:49:48,382 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:49:48,600 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:49:48 GMT Server: Apache x-openstack-request-id: req-4b0b8c40-49be-4b9b-b145-f1f3ae4085a0 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:49:48,645 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:49:48 GMT Server: Apache x-openstack-request-id: req-fc241542-241f-4a1b-a8a3-0c3c1df32b0c Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:49:48,645 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-fc241542-241f-4a1b-a8a3-0c3c1df32b0c 2018-08-01 05:49:48,645 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.266180992126s 2018-08-01 05:49:48,646 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-fc241542-241f-4a1b-a8a3-0c3c1df32b0c 2018-08-01 05:49:53,652 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:49:53,655 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:49:53,683 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:49:53 GMT Server: Apache x-openstack-request-id: req-29cf1247-c69c-4b96-ae2c-617af37f3275 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:49:53,910 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:49:53 GMT Server: Apache x-openstack-request-id: req-85f2ea47-a642-42df-9b2c-5a05fcf8e239 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:49:53,910 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-85f2ea47-a642-42df-9b2c-5a05fcf8e239 2018-08-01 05:49:53,910 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.258558034897s 2018-08-01 05:49:53,911 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-85f2ea47-a642-42df-9b2c-5a05fcf8e239 2018-08-01 05:49:53,911 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:49:53,914 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:49:53,940 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:49:53 GMT Server: Apache x-openstack-request-id: req-2d1719d8-04bf-4ec4-926c-3bb2d46b8c26 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:49:53,984 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:49:53 GMT Server: Apache x-openstack-request-id: req-9e75ac89-a3d9-4a5e-9aa6-ff9cd9414b49 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:49:53,984 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-9e75ac89-a3d9-4a5e-9aa6-ff9cd9414b49 2018-08-01 05:49:53,984 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.07301902771s 2018-08-01 05:49:53,985 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-9e75ac89-a3d9-4a5e-9aa6-ff9cd9414b49 2018-08-01 05:49:58,991 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:49:58,994 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:49:59,203 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:49:58 GMT Server: Apache x-openstack-request-id: req-b19af40e-9f0b-487d-8728-fb4096f7d0ff Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:49:59,246 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:49:59 GMT Server: Apache x-openstack-request-id: req-da1c119b-f68b-486f-8756-3378956ca14a Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:49:59,246 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-da1c119b-f68b-486f-8756-3378956ca14a 2018-08-01 05:49:59,246 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.25482416153s 2018-08-01 05:49:59,246 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-da1c119b-f68b-486f-8756-3378956ca14a 2018-08-01 05:50:04,252 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:50:04,256 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:50:04,283 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:50:04 GMT Server: Apache x-openstack-request-id: req-217950e0-1f5b-49d8-bb3e-0d07f29b5b1d Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:50:04,325 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:50:04 GMT Server: Apache x-openstack-request-id: req-5b80d061-15e2-4c98-b4fc-d35574eacab7 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:50:04,326 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-5b80d061-15e2-4c98-b4fc-d35574eacab7 2018-08-01 05:50:04,326 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0732259750366s 2018-08-01 05:50:04,326 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-5b80d061-15e2-4c98-b4fc-d35574eacab7 2018-08-01 05:50:04,327 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:50:04,329 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:50:04,357 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:50:04 GMT Server: Apache x-openstack-request-id: req-61b3bbee-1077-42a1-968d-91c28124ed10 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:50:04,400 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:50:04 GMT Server: Apache x-openstack-request-id: req-35907529-fed5-4480-9e54-e848a643d000 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:50:04,400 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-35907529-fed5-4480-9e54-e848a643d000 2018-08-01 05:50:04,400 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0736000537872s 2018-08-01 05:50:04,401 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-35907529-fed5-4480-9e54-e848a643d000 2018-08-01 05:50:09,407 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:50:09,410 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:50:09,439 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:50:09 GMT Server: Apache x-openstack-request-id: req-b45de9b4-0e22-421d-92b5-5f6a8f78db82 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:50:09,482 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:50:09 GMT Server: Apache x-openstack-request-id: req-eb24f107-66b5-48f7-8f9e-e48debd5e0d6 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:50:09,482 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-eb24f107-66b5-48f7-8f9e-e48debd5e0d6 2018-08-01 05:50:09,482 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0746579170227s 2018-08-01 05:50:09,482 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-eb24f107-66b5-48f7-8f9e-e48debd5e0d6 2018-08-01 05:50:14,488 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:50:14,491 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:50:14,522 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:50:14 GMT Server: Apache x-openstack-request-id: req-df6e30bd-877d-4b1b-a57d-9d5dbd2444de Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:50:14,564 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:50:14 GMT Server: Apache x-openstack-request-id: req-aee3d610-6012-4666-8134-904f3a102767 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:50:14,564 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-aee3d610-6012-4666-8134-904f3a102767 2018-08-01 05:50:14,564 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0756421089172s 2018-08-01 05:50:14,564 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-aee3d610-6012-4666-8134-904f3a102767 2018-08-01 05:50:14,565 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:50:14,567 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:50:14,595 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:50:14 GMT Server: Apache x-openstack-request-id: req-58a953ba-722f-4955-8428-f1485073b88f Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:50:14,825 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:50:14 GMT Server: Apache x-openstack-request-id: req-56051147-de33-4d4f-9d65-3f1f514d650d Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:50:14,826 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-56051147-de33-4d4f-9d65-3f1f514d650d 2018-08-01 05:50:14,826 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.260890960693s 2018-08-01 05:50:14,826 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-56051147-de33-4d4f-9d65-3f1f514d650d 2018-08-01 05:50:19,832 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:50:19,835 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:50:19,863 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:50:19 GMT Server: Apache x-openstack-request-id: req-ea0c7b82-d8c9-4f69-8cfd-161bba85fd55 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:50:19,906 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:50:19 GMT Server: Apache x-openstack-request-id: req-dd112a5f-765c-45d8-8c28-3b3e8c359e8c Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:50:19,906 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-dd112a5f-765c-45d8-8c28-3b3e8c359e8c 2018-08-01 05:50:19,907 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0747711658478s 2018-08-01 05:50:19,907 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-dd112a5f-765c-45d8-8c28-3b3e8c359e8c 2018-08-01 05:50:24,913 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:50:24,916 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:50:24,945 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:50:24 GMT Server: Apache x-openstack-request-id: req-2b95c9f3-aff4-4e6b-ba18-4758674e3eb1 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:50:24,988 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:50:24 GMT Server: Apache x-openstack-request-id: req-88a041d6-c6df-4029-9384-60f2b8f6979f Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:50:24,988 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-88a041d6-c6df-4029-9384-60f2b8f6979f 2018-08-01 05:50:24,988 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0752501487732s 2018-08-01 05:50:24,988 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-88a041d6-c6df-4029-9384-60f2b8f6979f 2018-08-01 05:50:24,989 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:50:24,992 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:50:25,205 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:50:24 GMT Server: Apache x-openstack-request-id: req-34b67ba6-744d-4a85-a2b2-1d6b778ca07d Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:50:25,248 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:50:25 GMT Server: Apache x-openstack-request-id: req-c9b49ccb-5657-4958-9fb5-108386422c62 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:50:25,249 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-c9b49ccb-5657-4958-9fb5-108386422c62 2018-08-01 05:50:25,249 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.259745836258s 2018-08-01 05:50:25,249 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-c9b49ccb-5657-4958-9fb5-108386422c62 2018-08-01 05:50:30,252 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:50:30,256 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:50:30,284 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:50:30 GMT Server: Apache x-openstack-request-id: req-4ce5e9d5-a887-4c45-86ac-dc22c1e7f5ce Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:50:30,327 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:50:30 GMT Server: Apache x-openstack-request-id: req-ef5aec7a-6ed8-41e9-861b-8b5f0f564bdd Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:50:30,327 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-ef5aec7a-6ed8-41e9-861b-8b5f0f564bdd 2018-08-01 05:50:30,327 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0746610164642s 2018-08-01 05:50:30,328 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-ef5aec7a-6ed8-41e9-861b-8b5f0f564bdd 2018-08-01 05:50:35,333 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:50:35,336 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:50:35,365 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:50:35 GMT Server: Apache x-openstack-request-id: req-5c71cbf2-eb3f-4305-b86e-85716a9582d6 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:50:35,407 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:50:35 GMT Server: Apache x-openstack-request-id: req-4a917a7d-c280-46bb-8fd1-086253685157 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:50:35,407 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-4a917a7d-c280-46bb-8fd1-086253685157 2018-08-01 05:50:35,408 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0739858150482s 2018-08-01 05:50:35,408 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-4a917a7d-c280-46bb-8fd1-086253685157 2018-08-01 05:50:35,408 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:50:35,410 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:50:35,454 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:50:35 GMT Server: Apache x-openstack-request-id: req-30177d07-985d-4f48-a1c5-294cba42e143 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:50:35,497 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:50:35 GMT Server: Apache x-openstack-request-id: req-77332a93-47c1-4aa4-8beb-637e99fdcd6c Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:50:35,498 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-77332a93-47c1-4aa4-8beb-637e99fdcd6c 2018-08-01 05:50:35,498 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0894849300385s 2018-08-01 05:50:35,498 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-77332a93-47c1-4aa4-8beb-637e99fdcd6c 2018-08-01 05:50:40,505 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:50:40,508 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:50:40,536 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:50:40 GMT Server: Apache x-openstack-request-id: req-a9570fef-c7ec-4dc0-9983-2ce8ecee171a Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:50:40,579 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:50:40 GMT Server: Apache x-openstack-request-id: req-a8035604-8dae-4810-87e0-15cb76d1df12 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:50:40,579 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-a8035604-8dae-4810-87e0-15cb76d1df12 2018-08-01 05:50:40,579 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0743639469147s 2018-08-01 05:50:40,580 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-a8035604-8dae-4810-87e0-15cb76d1df12 2018-08-01 05:50:45,585 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:50:45,588 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:50:45,616 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:50:45 GMT Server: Apache x-openstack-request-id: req-658adf81-c940-441f-bcba-ae24e270b7ef Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:50:45,658 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:50:45 GMT Server: Apache x-openstack-request-id: req-1e1c5f6b-2630-4698-a1eb-8d734296bb6e Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:50:45,658 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-1e1c5f6b-2630-4698-a1eb-8d734296bb6e 2018-08-01 05:50:45,659 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0730710029602s 2018-08-01 05:50:45,659 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-1e1c5f6b-2630-4698-a1eb-8d734296bb6e 2018-08-01 05:50:45,659 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:50:45,662 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:50:45,689 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:50:45 GMT Server: Apache x-openstack-request-id: req-df7ebcfe-de17-4cd2-929f-63973ce90a26 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:50:45,731 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:50:45 GMT Server: Apache x-openstack-request-id: req-5c3f5417-0680-4302-a88d-ba789d3cf92a Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:50:45,731 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-5c3f5417-0680-4302-a88d-ba789d3cf92a 2018-08-01 05:50:45,732 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0721180438995s 2018-08-01 05:50:45,732 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-5c3f5417-0680-4302-a88d-ba789d3cf92a 2018-08-01 05:50:50,739 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:50:50,742 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:50:50,770 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:50:50 GMT Server: Apache x-openstack-request-id: req-e131a448-1213-4e95-b6d2-4c6d3fead8ff Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:50:50,814 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:50:50 GMT Server: Apache x-openstack-request-id: req-08aec2e4-cfbc-4c0f-9b6e-a7d3380ca7c7 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:50:50,814 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-08aec2e4-cfbc-4c0f-9b6e-a7d3380ca7c7 2018-08-01 05:50:50,815 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0756599903107s 2018-08-01 05:50:50,815 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-08aec2e4-cfbc-4c0f-9b6e-a7d3380ca7c7 2018-08-01 05:50:55,821 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:50:55,824 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:50:55,851 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:50:55 GMT Server: Apache x-openstack-request-id: req-a16d83d4-6c13-4381-933d-45e028627aa7 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:50:55,893 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:50:55 GMT Server: Apache x-openstack-request-id: req-d738e88e-70b8-42e4-aadc-5deefe98950d Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:50:55,893 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-d738e88e-70b8-42e4-aadc-5deefe98950d 2018-08-01 05:50:55,894 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0725200176239s 2018-08-01 05:50:55,894 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-d738e88e-70b8-42e4-aadc-5deefe98950d 2018-08-01 05:50:55,894 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:50:55,897 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:50:55,922 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:50:55 GMT Server: Apache x-openstack-request-id: req-9f5bb3b1-956e-4f08-9215-dc68bf019a1a Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:50:55,965 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:50:55 GMT Server: Apache x-openstack-request-id: req-74706b6c-cd26-46d6-b616-e457c3ea22aa Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:50:55,965 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-74706b6c-cd26-46d6-b616-e457c3ea22aa 2018-08-01 05:50:55,966 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0712029933929s 2018-08-01 05:50:55,966 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-74706b6c-cd26-46d6-b616-e457c3ea22aa 2018-08-01 05:51:00,969 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:51:00,972 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:51:00,999 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:51:00 GMT Server: Apache x-openstack-request-id: req-3c490ae7-75d0-4bc4-b796-d057ebac0b0e Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:51:01,042 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:51:01 GMT Server: Apache x-openstack-request-id: req-7b40f65f-b176-4af6-b902-e2d5429c0b9a Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:51:01,042 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-7b40f65f-b176-4af6-b902-e2d5429c0b9a 2018-08-01 05:51:01,042 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0725739002228s 2018-08-01 05:51:01,042 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-7b40f65f-b176-4af6-b902-e2d5429c0b9a 2018-08-01 05:51:06,048 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:51:06,052 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:51:06,080 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:51:06 GMT Server: Apache x-openstack-request-id: req-b1a9c60a-d61f-4613-a901-49df173218ef Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:51:06,122 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:51:06 GMT Server: Apache x-openstack-request-id: req-16dc3d1e-ed7e-4d46-af68-ca30d5dd1ccd Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:51:06,122 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-16dc3d1e-ed7e-4d46-af68-ca30d5dd1ccd 2018-08-01 05:51:06,123 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0740451812744s 2018-08-01 05:51:06,123 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-16dc3d1e-ed7e-4d46-af68-ca30d5dd1ccd 2018-08-01 05:51:06,123 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:51:06,126 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:51:06,155 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:51:06 GMT Server: Apache x-openstack-request-id: req-f18ab894-640a-47f9-a807-6a8e47118be6 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:51:06,182 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:51:06 GMT Server: Apache x-openstack-request-id: req-a37ef965-24a4-4d88-8e57-71fd6bb8a33f Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:51:06,182 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-a37ef965-24a4-4d88-8e57-71fd6bb8a33f 2018-08-01 05:51:06,183 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0590190887451s 2018-08-01 05:51:06,183 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-a37ef965-24a4-4d88-8e57-71fd6bb8a33f 2018-08-01 05:51:11,189 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:51:11,191 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:51:11,219 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:51:11 GMT Server: Apache x-openstack-request-id: req-e477d4c9-ad20-4e18-999b-f2dbd82f82a9 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:51:11,261 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:51:11 GMT Server: Apache x-openstack-request-id: req-f145a0e7-764d-4d13-bb74-ec1d3cd71108 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:51:11,261 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-f145a0e7-764d-4d13-bb74-ec1d3cd71108 2018-08-01 05:51:11,261 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0713469982147s 2018-08-01 05:51:11,261 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-f145a0e7-764d-4d13-bb74-ec1d3cd71108 2018-08-01 05:51:16,262 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:51:16,266 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:51:16,295 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:51:16 GMT Server: Apache x-openstack-request-id: req-1738fe80-fe7a-405b-9fec-addb92258d9b Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:51:16,338 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:51:16 GMT Server: Apache x-openstack-request-id: req-31ad121d-1259-4acc-812d-d1719e2598ff Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:51:16,338 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-31ad121d-1259-4acc-812d-d1719e2598ff 2018-08-01 05:51:16,339 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0759139060974s 2018-08-01 05:51:16,339 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-31ad121d-1259-4acc-812d-d1719e2598ff 2018-08-01 05:51:16,339 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:51:16,342 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:51:16,370 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:51:16 GMT Server: Apache x-openstack-request-id: req-d680763d-e9ba-49ea-8403-2d23d51f61a5 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:51:16,413 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:51:16 GMT Server: Apache x-openstack-request-id: req-880e75e3-0411-4eae-a9e4-f6ab1686675e Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:51:16,413 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-880e75e3-0411-4eae-a9e4-f6ab1686675e 2018-08-01 05:51:16,413 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0736651420593s 2018-08-01 05:51:16,414 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-880e75e3-0411-4eae-a9e4-f6ab1686675e 2018-08-01 05:51:21,420 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:51:21,423 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:51:21,451 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:51:21 GMT Server: Apache x-openstack-request-id: req-cf134360-3472-4f0b-a9f8-22926f2a1218 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:51:21,667 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:51:21 GMT Server: Apache x-openstack-request-id: req-34c66aa6-7f11-45fd-8ddd-ab5888134997 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:51:21,667 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-34c66aa6-7f11-45fd-8ddd-ab5888134997 2018-08-01 05:51:21,667 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.246428966522s 2018-08-01 05:51:21,667 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-34c66aa6-7f11-45fd-8ddd-ab5888134997 2018-08-01 05:51:26,668 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:51:26,671 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:51:26,715 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:51:26 GMT Server: Apache x-openstack-request-id: req-fa42b9c3-5d1b-4109-88d5-be93dd82396b Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:51:26,758 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:51:26 GMT Server: Apache x-openstack-request-id: req-f4303664-8438-498b-8d6c-70f3dd765378 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:51:26,758 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-f4303664-8438-498b-8d6c-70f3dd765378 2018-08-01 05:51:26,759 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0902659893036s 2018-08-01 05:51:26,759 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-f4303664-8438-498b-8d6c-70f3dd765378 2018-08-01 05:51:26,759 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:51:26,762 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:51:26,790 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:51:26 GMT Server: Apache x-openstack-request-id: req-b331acf5-0169-4fbe-9d72-4b896061cefd Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:51:27,018 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:51:26 GMT Server: Apache x-openstack-request-id: req-204eb4e7-bed7-40c7-b585-6bde32d9d399 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:51:27,018 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-204eb4e7-bed7-40c7-b585-6bde32d9d399 2018-08-01 05:51:27,018 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.258768081665s 2018-08-01 05:51:27,019 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-204eb4e7-bed7-40c7-b585-6bde32d9d399 2018-08-01 05:51:32,025 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:51:32,028 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0910264bccd9882772f9f48a9e0ee08c6d67f5be" 2018-08-01 05:51:32,056 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:51:32 GMT Server: Apache x-openstack-request-id: req-1f9d2f7c-f454-410d-91e5-8583b06265fa Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:51:32,098 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:51:32 GMT Server: Apache x-openstack-request-id: req-a99425f2-4cca-46e0-8148-8e8ba027e02a Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:51:32,099 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-a99425f2-4cca-46e0-8148-8e8ba027e02a 2018-08-01 05:51:32,099 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0732910633087s 2018-08-01 05:51:32,099 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-a99425f2-4cca-46e0-8148-8e8ba027e02a 2018-08-01 05:51:37,105 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:51:37,106 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-08-01 05:51:37,538 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ed1e3c9b852e426e8d791112d2fd4701", "name": "member"}, {"id": "ad67d551a0ed4d878f5d7550caae0aea", "name": "heat_stack_owner"}, {"id": "147f18c7e1e349fc8e383440249c4c73", "name": "reader"}], "expires_at": "2018-08-01T06:51:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cb07e8418d69451592b95ae8f2017d7c", "name": "heat_ims-project_ac19ae67-8a04-434b-b065-8d594a8926e1"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5af2a23f0d4746a18ce9987becf49813"}, {"url": "http://192.30.9.7:8004/v1/cb07e8418d69451592b95ae8f2017d7c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d6722b9f2184abb8e7b581d10709b51"}, {"url": "http://192.30.9.7:8004/v1/cb07e8418d69451592b95ae8f2017d7c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc81206c7ec74b63a868c84343e2355a"}], "type": "orchestration", "id": "032123c5c07d477ab419a77fddb5ca2b", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/cb07e8418d69451592b95ae8f2017d7c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00197bc0507d42718c9de1a1f3ff7fa9"}, {"url": "http://192.30.9.7:8776/v2/cb07e8418d69451592b95ae8f2017d7c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "186c94a5205743a68de2c02795dd12cf"}, {"url": "http://192.30.9.7:8776/v2/cb07e8418d69451592b95ae8f2017d7c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32c49f45893f4074a75a056facd63fc5"}], "type": "volumev2", "id": "09ef7c245fd9479f97ffee152dae0c8e", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27e89bb29a0d43ce83aefd4cae0f7bd7"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "295d31abf3f44d85b346281cd9c04740"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d685797f4b164aa48837a822ed32598b"}], "type": "alarming", "id": "0f8615b3651c41099fe76f0fa5b23dd1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f0c9b6089cd4f558ee73fabe48d842a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "551cf56b00bd4d038a8694d11700f2ef"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9ea08b0116c4412eaded9a074baa4211"}], "type": "image", "id": "17038717f3f0408e8c9d5af024ea0aab", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "17647a3a3a00479b9213e6f6cf7a30ea", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c2328ef964c4156917122cfb247f0c4"}, {"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33d0ce77838b4a0fbe56c50f7b1e4d71"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38b745fc1fe14a8691a6fb2553ade0e0"}], "type": "event", "id": "1d35633c710f4d9c88e1f50abe614b06", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/cb07e8418d69451592b95ae8f2017d7c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dcebb246e8d42fab040b053411c0957"}, {"url": "http://192.30.9.7:8776/v3/cb07e8418d69451592b95ae8f2017d7c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92f3de4ac4f44b9a95bdb5c3f0c34d51"}, {"url": "http://172.30.9.21:8776/v3/cb07e8418d69451592b95ae8f2017d7c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f92025e32c9344f587283e14c1506699"}], "type": "volumev3", "id": "27b85f80d71f464183ff256181f71b43", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0f1136276d75402689a9c377621253ce"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b943f44b606457c91b7d5098b199be0"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b47ac34c09dc4c05b1ca4c869d47eaeb"}], "type": "metric", "id": "5a0ae06ba8b741ffb51d39c9adb9451c", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10bc7f20cf92414cb6d088da882341c5"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "53c0109d8bd545ef83f6d70ce101d52d"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d3688eabec1484e8c6549a46b35b25f"}], "type": "cloudformation", "id": "64e449782da244a4b49ea375e297a3ea", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/cb07e8418d69451592b95ae8f2017d7c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8713e9b13a6e43c59e8aa6d6cd510b2b"}, {"url": "http://192.30.9.7:8776/v1/cb07e8418d69451592b95ae8f2017d7c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b073433cdd0f4518882ecf0e413ae4af"}, {"url": "http://172.30.9.21:8776/v1/cb07e8418d69451592b95ae8f2017d7c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fc41a1400c1945199a7f0758b5566e31"}], "type": "volume", "id": "6951fb022adb46feaa04f1020c483fd1", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "247e0a42582047fb8b1a74db1f38edf7"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37ed8998a3894a91b69a9e4f00e62b69"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b11d1b5d1d9043d88291c85c92eb73f4"}], "type": "placement", "id": "83e7ef9cff3b4731b936862816b9afd9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "432bfc9d0c4249dd9ccda5421e19b9e2"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f93c2c146b149cbb3483078f52c4bdf"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd4fdce564324509818028dc78641d8d"}], "type": "network", "id": "94871ebfcb5240ebb8b1c19b8739272c", "name": "neutron"}, {"endpoints": [{"url": "http://12.0.0.40:8080/v1/AUTH_cb07e8418d69451592b95ae8f2017d7c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2333bd642dd5455c8f03d343d974704d"}, {"url": "http://12.0.0.40:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c3a57c4832a74174a0c0889da1e1364b"}, {"url": "http://172.30.9.21:8080/v1/AUTH_cb07e8418d69451592b95ae8f2017d7c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f27db37221fb446f86228761531722fd"}], "type": "object-store", "id": "b008c8aea7694b57822ddc559b6dfc45", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "038ac873a08f40dab615db1106f36b91"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9c064a815b5c40c0bb0beee1dee18b58"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa33b6fd9ec24bfb9e27785b76bc205d"}], "type": "identity", "id": "de72ed0871ef4a7bab6d7ea0bbfa8d90", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c04b9806aca48e692c506107e0bd3a6"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "449f60307ac54b799d4527d2070f35db"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d69efddbf8af404a9b303b99cfb12f43"}], "type": "compute", "id": "eb2dd02d9ef54f67b42600e437ecb401", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "heat_ims-user_ac19ae67-8a04-434b-b065-8d594a8926e1", "id": "39a67e8266a941419221c6c2899087f6"}, "audit_ids": ["BuVQX8QVTuOf2ZcWJE_qGA"], "issued_at": "2018-08-01T05:51:37.000000Z"}} 2018-08-01 05:51:37,541 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f5a83086f51c45f2204c68512a5b16fdfa8ab1ff" 2018-08-01 05:51:37,750 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:51:37 GMT Server: Apache x-openstack-request-id: req-b5152ce7-f31a-4409-89a4-5ddec20eecd5 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:51:37,992 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:51:37 GMT Server: Apache x-openstack-request-id: req-62584d5f-e334-49c0-8753-f5adc029253b Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:51:37,993 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-62584d5f-e334-49c0-8753-f5adc029253b 2018-08-01 05:51:37,993 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.887676954269s 2018-08-01 05:51:37,993 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-62584d5f-e334-49c0-8753-f5adc029253b 2018-08-01 05:51:37,993 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:51:37,996 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f5a83086f51c45f2204c68512a5b16fdfa8ab1ff" 2018-08-01 05:51:38,233 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:51:37 GMT Server: Apache x-openstack-request-id: req-0e03b636-52d8-4c02-98ca-23b7f24abe06 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:51:38,456 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:51:38 GMT Server: Apache x-openstack-request-id: req-e6d9c33b-df4c-4595-84e3-24d5c211644c Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:51:38,456 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-e6d9c33b-df4c-4595-84e3-24d5c211644c 2018-08-01 05:51:38,456 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.46238899231s 2018-08-01 05:51:38,456 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-e6d9c33b-df4c-4595-84e3-24d5c211644c 2018-08-01 05:51:43,463 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:51:43,466 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f5a83086f51c45f2204c68512a5b16fdfa8ab1ff" 2018-08-01 05:51:43,689 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:51:43 GMT Server: Apache x-openstack-request-id: req-760c0f26-7c0d-49e5-8dc3-1f83fd290310 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:51:44,005 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:51:43 GMT Server: Apache x-openstack-request-id: req-734058ba-da62-4b47-87d7-7c1907783e55 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:51:44,005 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-734058ba-da62-4b47-87d7-7c1907783e55 2018-08-01 05:51:44,005 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.542119979858s 2018-08-01 05:51:44,006 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-734058ba-da62-4b47-87d7-7c1907783e55 2018-08-01 05:51:49,011 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:51:49,014 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f5a83086f51c45f2204c68512a5b16fdfa8ab1ff" 2018-08-01 05:51:49,220 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:51:49 GMT Server: Apache x-openstack-request-id: req-9be9798a-4ba6-4f6b-addc-a10c789cd6e5 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:51:49,263 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:51:49 GMT Server: Apache x-openstack-request-id: req-b6e33ad5-08b4-440f-93d1-4ff215c2b127 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:51:49,263 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-b6e33ad5-08b4-440f-93d1-4ff215c2b127 2018-08-01 05:51:49,263 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.251473903656s 2018-08-01 05:51:49,263 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-b6e33ad5-08b4-440f-93d1-4ff215c2b127 2018-08-01 05:51:49,264 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:51:49,266 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f5a83086f51c45f2204c68512a5b16fdfa8ab1ff" 2018-08-01 05:51:49,483 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:51:49 GMT Server: Apache x-openstack-request-id: req-d7e4b928-c686-43c9-b252-6b43f146e5af Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:51:49,707 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:51:49 GMT Server: Apache x-openstack-request-id: req-ea1032cc-01bc-4054-930a-66f4d126c29b Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:51:49,707 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-ea1032cc-01bc-4054-930a-66f4d126c29b 2018-08-01 05:51:49,707 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.443175077438s 2018-08-01 05:51:49,707 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-ea1032cc-01bc-4054-930a-66f4d126c29b 2018-08-01 05:51:54,714 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:51:54,717 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f5a83086f51c45f2204c68512a5b16fdfa8ab1ff" 2018-08-01 05:51:54,938 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:51:54 GMT Server: Apache x-openstack-request-id: req-8d7e104c-8d46-4fa7-ac7b-1e9177bd77b1 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:51:55,159 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:51:54 GMT Server: Apache x-openstack-request-id: req-efc79313-2b6e-4274-b51c-8b4bc769b515 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:51:55,159 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-efc79313-2b6e-4274-b51c-8b4bc769b515 2018-08-01 05:51:55,159 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.444854974747s 2018-08-01 05:51:55,159 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-efc79313-2b6e-4274-b51c-8b4bc769b515 2018-08-01 05:52:00,165 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:52:00,168 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f5a83086f51c45f2204c68512a5b16fdfa8ab1ff" 2018-08-01 05:52:00,388 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:52:00 GMT Server: Apache x-openstack-request-id: req-1dac9ffd-a3f7-4591-a997-7759c271ef2b Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:52:00,608 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:52:00 GMT Server: Apache x-openstack-request-id: req-b1ecba99-820c-4e1b-8644-090beaa8ecf6 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:52:00,609 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-b1ecba99-820c-4e1b-8644-090beaa8ecf6 2018-08-01 05:52:00,609 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.443472146988s 2018-08-01 05:52:00,609 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-b1ecba99-820c-4e1b-8644-090beaa8ecf6 2018-08-01 05:52:00,610 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:52:00,612 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f5a83086f51c45f2204c68512a5b16fdfa8ab1ff" 2018-08-01 05:52:00,822 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:52:00 GMT Server: Apache x-openstack-request-id: req-7d0dccfa-7d40-46ce-beb1-bac26114aa94 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:52:00,865 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:52:00 GMT Server: Apache x-openstack-request-id: req-141c8cec-d627-4fb1-a1c4-7ccbcc81c57c Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:52:00,865 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-141c8cec-d627-4fb1-a1c4-7ccbcc81c57c 2018-08-01 05:52:00,865 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.255614042282s 2018-08-01 05:52:00,866 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-141c8cec-d627-4fb1-a1c4-7ccbcc81c57c 2018-08-01 05:52:05,872 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:52:05,876 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f5a83086f51c45f2204c68512a5b16fdfa8ab1ff" 2018-08-01 05:52:06,085 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:52:05 GMT Server: Apache x-openstack-request-id: req-006cbcc3-c0f1-4594-a281-79fd04bc2cef Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:52:06,127 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:52:06 GMT Server: Apache x-openstack-request-id: req-4c7101b0-89bd-466c-be5e-2fde9614bf88 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:52:06,127 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-4c7101b0-89bd-466c-be5e-2fde9614bf88 2018-08-01 05:52:06,128 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.25492811203s 2018-08-01 05:52:06,128 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-4c7101b0-89bd-466c-be5e-2fde9614bf88 2018-08-01 05:52:11,129 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:52:11,132 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f5a83086f51c45f2204c68512a5b16fdfa8ab1ff" 2018-08-01 05:52:11,329 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:52:11 GMT Server: Apache x-openstack-request-id: req-260d272e-a52d-4e5a-977c-15a41279670b Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:52:11,569 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:52:11 GMT Server: Apache x-openstack-request-id: req-e776f1ac-c2c9-44b2-8b29-fa08eb0000f7 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:52:11,569 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-e776f1ac-c2c9-44b2-8b29-fa08eb0000f7 2018-08-01 05:52:11,569 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.44044303894s 2018-08-01 05:52:11,570 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-e776f1ac-c2c9-44b2-8b29-fa08eb0000f7 2018-08-01 05:52:11,570 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:52:11,573 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f5a83086f51c45f2204c68512a5b16fdfa8ab1ff" 2018-08-01 05:52:11,600 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:52:11 GMT Server: Apache x-openstack-request-id: req-f36087ce-7e07-4c8d-bbc5-18c49885bdc7 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:52:11,838 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:52:11 GMT Server: Apache x-openstack-request-id: req-74aa2aaa-03e3-4698-892b-eaea2c725d83 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:52:11,838 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-74aa2aaa-03e3-4698-892b-eaea2c725d83 2018-08-01 05:52:11,839 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.268201112747s 2018-08-01 05:52:11,839 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-74aa2aaa-03e3-4698-892b-eaea2c725d83 2018-08-01 05:52:16,846 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:52:16,849 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f5a83086f51c45f2204c68512a5b16fdfa8ab1ff" 2018-08-01 05:52:16,877 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:52:16 GMT Server: Apache x-openstack-request-id: req-edc2218e-d29d-4e96-b60f-e733c9f96323 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:52:17,089 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:52:16 GMT Server: Apache x-openstack-request-id: req-3e8548da-f935-4a1e-aa4a-fde6bfd79d70 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:52:17,089 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-3e8548da-f935-4a1e-aa4a-fde6bfd79d70 2018-08-01 05:52:17,090 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.243694067001s 2018-08-01 05:52:17,090 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-3e8548da-f935-4a1e-aa4a-fde6bfd79d70 2018-08-01 05:52:22,096 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:52:22,100 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f5a83086f51c45f2204c68512a5b16fdfa8ab1ff" 2018-08-01 05:52:22,337 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:52:22 GMT Server: Apache x-openstack-request-id: req-0c213375-567f-40d6-ab4b-8efe55130997 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:52:22,380 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:52:22 GMT Server: Apache x-openstack-request-id: req-84496113-cfbb-4d69-a8b8-7bce6576fd64 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:52:22,380 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-84496113-cfbb-4d69-a8b8-7bce6576fd64 2018-08-01 05:52:22,381 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.284760951996s 2018-08-01 05:52:22,381 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-84496113-cfbb-4d69-a8b8-7bce6576fd64 2018-08-01 05:52:22,381 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:52:22,384 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f5a83086f51c45f2204c68512a5b16fdfa8ab1ff" 2018-08-01 05:52:22,411 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:52:22 GMT Server: Apache x-openstack-request-id: req-fb4db765-1b5a-430b-b4c0-fa3cd816324e Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:52:22,630 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:52:22 GMT Server: Apache x-openstack-request-id: req-fc934658-1a8d-4ea1-86cc-91234018331d Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:52:22,630 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-fc934658-1a8d-4ea1-86cc-91234018331d 2018-08-01 05:52:22,631 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.249014854431s 2018-08-01 05:52:22,631 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-fc934658-1a8d-4ea1-86cc-91234018331d 2018-08-01 05:52:27,637 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:52:27,640 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f5a83086f51c45f2204c68512a5b16fdfa8ab1ff" 2018-08-01 05:52:27,668 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:52:27 GMT Server: Apache x-openstack-request-id: req-cd6d2527-28e9-43a8-b458-d741014eb987 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:52:27,710 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:52:27 GMT Server: Apache x-openstack-request-id: req-0becbb67-bb31-4702-9c1f-dfb30b4e3141 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:52:27,711 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-0becbb67-bb31-4702-9c1f-dfb30b4e3141 2018-08-01 05:52:27,711 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0731699466705s 2018-08-01 05:52:27,711 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-0becbb67-bb31-4702-9c1f-dfb30b4e3141 2018-08-01 05:52:32,717 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:52:32,720 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f5a83086f51c45f2204c68512a5b16fdfa8ab1ff" 2018-08-01 05:52:32,748 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:52:32 GMT Server: Apache x-openstack-request-id: req-6f1cf541-6489-45f7-b215-0f56581772b0 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:52:32,993 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:52:32 GMT Server: Apache x-openstack-request-id: req-6faa892e-de44-443d-8bb8-0b517ea6abc4 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:52:32,993 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-6faa892e-de44-443d-8bb8-0b517ea6abc4 2018-08-01 05:52:32,993 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.275907039642s 2018-08-01 05:52:32,993 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-6faa892e-de44-443d-8bb8-0b517ea6abc4 2018-08-01 05:52:32,994 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:52:32,996 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f5a83086f51c45f2204c68512a5b16fdfa8ab1ff" 2018-08-01 05:52:33,214 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:52:32 GMT Server: Apache x-openstack-request-id: req-95f71a77-655b-4a1b-b547-d60dcfd32886 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:52:33,453 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:52:33 GMT Server: Apache x-openstack-request-id: req-8ee40362-a436-4124-a722-c0b7a3a7955d Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:52:33,453 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-8ee40362-a436-4124-a722-c0b7a3a7955d 2018-08-01 05:52:33,453 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.459374904633s 2018-08-01 05:52:33,453 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-8ee40362-a436-4124-a722-c0b7a3a7955d 2018-08-01 05:52:38,460 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:52:38,463 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f5a83086f51c45f2204c68512a5b16fdfa8ab1ff" 2018-08-01 05:52:38,685 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:52:38 GMT Server: Apache x-openstack-request-id: req-cad49c23-b4bf-458a-9503-3080f7a4046a Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:52:38,729 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:52:38 GMT Server: Apache x-openstack-request-id: req-8698c4a1-e387-460c-a61b-cdf283306d07 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:52:38,729 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-8698c4a1-e387-460c-a61b-cdf283306d07 2018-08-01 05:52:38,729 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.269215106964s 2018-08-01 05:52:38,730 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-8698c4a1-e387-460c-a61b-cdf283306d07 2018-08-01 05:52:43,734 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:52:43,737 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f5a83086f51c45f2204c68512a5b16fdfa8ab1ff" 2018-08-01 05:52:43,766 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:52:43 GMT Server: Apache x-openstack-request-id: req-6ec00783-4545-4359-9427-c6f066e37773 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:52:43,989 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:52:43 GMT Server: Apache x-openstack-request-id: req-0735041e-f009-40e0-bb4c-a3576e257688 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:52:43,989 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-0735041e-f009-40e0-bb4c-a3576e257688 2018-08-01 05:52:43,989 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.254776000977s 2018-08-01 05:52:43,989 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-0735041e-f009-40e0-bb4c-a3576e257688 2018-08-01 05:52:43,990 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:52:43,992 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f5a83086f51c45f2204c68512a5b16fdfa8ab1ff" 2018-08-01 05:52:44,020 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:52:43 GMT Server: Apache x-openstack-request-id: req-3218c5a8-8955-4bd0-a965-a5d7e766c30c Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:52:44,061 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:52:44 GMT Server: Apache x-openstack-request-id: req-39d9e9ce-db3d-4208-ba6e-040517f1af50 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:52:44,062 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-39d9e9ce-db3d-4208-ba6e-040517f1af50 2018-08-01 05:52:44,062 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0719900131226s 2018-08-01 05:52:44,062 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-39d9e9ce-db3d-4208-ba6e-040517f1af50 2018-08-01 05:52:49,068 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:52:49,071 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f5a83086f51c45f2204c68512a5b16fdfa8ab1ff" 2018-08-01 05:52:49,099 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:52:49 GMT Server: Apache x-openstack-request-id: req-cf44337d-eb4e-418a-a1b5-f9ddf1253719 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:52:49,141 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:52:49 GMT Server: Apache x-openstack-request-id: req-be987ab6-1d97-42a0-b03b-02b89487f745 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:52:49,141 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-be987ab6-1d97-42a0-b03b-02b89487f745 2018-08-01 05:52:49,141 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0728070735931s 2018-08-01 05:52:49,142 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-be987ab6-1d97-42a0-b03b-02b89487f745 2018-08-01 05:52:54,147 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:52:54,151 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f5a83086f51c45f2204c68512a5b16fdfa8ab1ff" 2018-08-01 05:52:54,180 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:52:54 GMT Server: Apache x-openstack-request-id: req-7f0f37c8-7cf2-4d29-9078-4799b5c32f1c Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:52:54,223 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:52:54 GMT Server: Apache x-openstack-request-id: req-9a800e57-0675-43c3-8575-8bc868bfaf42 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:52:54,223 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-9a800e57-0675-43c3-8575-8bc868bfaf42 2018-08-01 05:52:54,223 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0753319263458s 2018-08-01 05:52:54,223 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-9a800e57-0675-43c3-8575-8bc868bfaf42 2018-08-01 05:52:54,224 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:52:54,226 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f5a83086f51c45f2204c68512a5b16fdfa8ab1ff" 2018-08-01 05:52:54,253 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:52:54 GMT Server: Apache x-openstack-request-id: req-8be43fa6-94a9-4269-9234-ed529d4249ab Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:52:54,281 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:52:54 GMT Server: Apache x-openstack-request-id: req-6287be64-4d32-44f8-a1c7-7bb4c8576915 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:52:54,282 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-6287be64-4d32-44f8-a1c7-7bb4c8576915 2018-08-01 05:52:54,282 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0579059123993s 2018-08-01 05:52:54,282 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-6287be64-4d32-44f8-a1c7-7bb4c8576915 2018-08-01 05:52:59,289 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:52:59,292 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f5a83086f51c45f2204c68512a5b16fdfa8ab1ff" 2018-08-01 05:52:59,515 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:52:59 GMT Server: Apache x-openstack-request-id: req-4a8741ff-2c41-477b-9466-5d0e4f2c10ee Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:52:59,746 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:52:59 GMT Server: Apache x-openstack-request-id: req-e1fc90ab-a9cc-4c26-9285-a52ce516b533 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:52:59,746 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-e1fc90ab-a9cc-4c26-9285-a52ce516b533 2018-08-01 05:52:59,747 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.457554101944s 2018-08-01 05:52:59,747 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-e1fc90ab-a9cc-4c26-9285-a52ce516b533 2018-08-01 05:53:04,753 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:53:04,756 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f5a83086f51c45f2204c68512a5b16fdfa8ab1ff" 2018-08-01 05:53:04,784 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:53:04 GMT Server: Apache x-openstack-request-id: req-9fa62651-2258-4774-a69e-592d84421604 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:53:04,833 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:53:04 GMT Server: Apache x-openstack-request-id: req-9abbdf2c-fcb3-4ab6-956e-4093087b681e Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:53:04,834 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-9abbdf2c-fcb3-4ab6-956e-4093087b681e 2018-08-01 05:53:04,834 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0810008049011s 2018-08-01 05:53:04,834 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-9abbdf2c-fcb3-4ab6-956e-4093087b681e 2018-08-01 05:53:04,835 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:53:04,837 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f5a83086f51c45f2204c68512a5b16fdfa8ab1ff" 2018-08-01 05:53:04,866 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:53:04 GMT Server: Apache x-openstack-request-id: req-99f0a611-a0f0-4da7-a768-cd4ac779afc6 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:53:04,909 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:53:04 GMT Server: Apache x-openstack-request-id: req-d96304da-6234-4167-9332-e36013d9ab86 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:53:04,909 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-d96304da-6234-4167-9332-e36013d9ab86 2018-08-01 05:53:04,910 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0748670101166s 2018-08-01 05:53:04,910 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-d96304da-6234-4167-9332-e36013d9ab86 2018-08-01 05:53:09,916 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:53:09,919 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f5a83086f51c45f2204c68512a5b16fdfa8ab1ff" 2018-08-01 05:53:09,947 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:53:09 GMT Server: Apache x-openstack-request-id: req-f2c5c138-3ee7-4aeb-be03-a3c1056fbd90 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:53:09,990 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:53:09 GMT Server: Apache x-openstack-request-id: req-f412a12c-dc9c-425c-b3e1-0b793dadcd10 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:53:09,990 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-f412a12c-dc9c-425c-b3e1-0b793dadcd10 2018-08-01 05:53:09,991 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0740461349487s 2018-08-01 05:53:09,991 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-f412a12c-dc9c-425c-b3e1-0b793dadcd10 2018-08-01 05:53:14,997 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:53:15,000 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f5a83086f51c45f2204c68512a5b16fdfa8ab1ff" 2018-08-01 05:53:15,026 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:53:14 GMT Server: Apache x-openstack-request-id: req-86ad94aa-c57c-47b2-a220-bbb50251184b Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:53:15,069 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:53:15 GMT Server: Apache x-openstack-request-id: req-b87ee8c5-9cd3-4ff7-a0ab-3f17e04f9694 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:53:15,069 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-b87ee8c5-9cd3-4ff7-a0ab-3f17e04f9694 2018-08-01 05:53:15,069 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0721769332886s 2018-08-01 05:53:15,069 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-b87ee8c5-9cd3-4ff7-a0ab-3f17e04f9694 2018-08-01 05:53:15,070 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:53:15,072 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f5a83086f51c45f2204c68512a5b16fdfa8ab1ff" 2018-08-01 05:53:15,099 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:53:15 GMT Server: Apache x-openstack-request-id: req-1e985c6d-2da8-4c54-8e80-1cd5c531da29 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:53:15,141 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:53:15 GMT Server: Apache x-openstack-request-id: req-16db7b65-5877-45a1-9783-cee286b9d7b2 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:53:15,142 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-16db7b65-5877-45a1-9783-cee286b9d7b2 2018-08-01 05:53:15,142 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0720460414886s 2018-08-01 05:53:15,142 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-16db7b65-5877-45a1-9783-cee286b9d7b2 2018-08-01 05:53:20,149 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:53:20,152 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f5a83086f51c45f2204c68512a5b16fdfa8ab1ff" 2018-08-01 05:53:20,179 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:53:20 GMT Server: Apache x-openstack-request-id: req-8d4ef5df-bb52-4d9c-96e5-2c5219173e37 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:53:20,222 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:53:20 GMT Server: Apache x-openstack-request-id: req-78505976-5cec-4d48-ae26-dee5347dbb70 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:53:20,222 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-78505976-5cec-4d48-ae26-dee5347dbb70 2018-08-01 05:53:20,222 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0732140541077s 2018-08-01 05:53:20,222 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-78505976-5cec-4d48-ae26-dee5347dbb70 2018-08-01 05:53:25,228 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:53:25,231 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f5a83086f51c45f2204c68512a5b16fdfa8ab1ff" 2018-08-01 05:53:25,260 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:53:25 GMT Server: Apache x-openstack-request-id: req-75fb4437-23dd-4d55-b3b9-fe22a5a00580 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:53:25,304 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:53:25 GMT Server: Apache x-openstack-request-id: req-6e0017bb-bd77-4aea-a20c-815df950b10d Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:53:25,304 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-6e0017bb-bd77-4aea-a20c-815df950b10d 2018-08-01 05:53:25,304 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0759828090668s 2018-08-01 05:53:25,305 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-6e0017bb-bd77-4aea-a20c-815df950b10d 2018-08-01 05:53:25,305 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:53:25,308 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f5a83086f51c45f2204c68512a5b16fdfa8ab1ff" 2018-08-01 05:53:25,520 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:53:25 GMT Server: Apache x-openstack-request-id: req-26b13494-1aad-4c1d-81d3-d016c0a8a1ea Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:53:25,564 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:53:25 GMT Server: Apache x-openstack-request-id: req-a8c90bfb-72f5-4849-a304-ffac320cdee9 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 878 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "sprout_cluster_size": "1", "private_sig_net_pool_start": "192.168.1.1", "zone": "clearwater.opnfv", "private_mgmt_net_pool_end": "192.168.0.253", "external_mgmt_dns_ip": "8.8.8.8", "private_sig_net_cidr": "192.168.1.0/24", "external_sig_dns_ip": "8.8.8.8", "private_sig_net_gateway": "192.168.1.254", "vellum_cluster_size": "1", "OS::stack_name": "clearwater-opnfv", "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "dn_range_length": "1000", "private_mgmt_net_cidr": "192.168.0.0/24", "private_sig_net_pool_end": "192.168.1.253", "dn_range_start": "6505550000", "public_sig_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-01 05:53:25,564 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-a8c90bfb-72f5-4849-a304-ffac320cdee9 2018-08-01 05:53:25,564 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.258723974228s 2018-08-01 05:53:25,564 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-a8c90bfb-72f5-4849-a304-ffac320cdee9 2018-08-01 05:53:30,571 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:53:30,574 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f5a83086f51c45f2204c68512a5b16fdfa8ab1ff" 2018-08-01 05:53:30,602 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:53:30 GMT Server: Apache x-openstack-request-id: req-525d71b7-de2c-4aa0-a4f0-f1f26caf3c0f Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:53:30,644 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:53:30 GMT Server: Apache x-openstack-request-id: req-7d0e6f96-1a3b-4fba-86b1-0413e9756189 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:53:30,644 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-7d0e6f96-1a3b-4fba-86b1-0413e9756189 2018-08-01 05:53:30,645 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0735058784485s 2018-08-01 05:53:30,645 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-7d0e6f96-1a3b-4fba-86b1-0413e9756189 2018-08-01 05:53:35,651 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:53:35,654 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f5a83086f51c45f2204c68512a5b16fdfa8ab1ff" 2018-08-01 05:53:36,274 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:53:35 GMT Server: Apache x-openstack-request-id: req-cf552950-e859-471b-ba35-dd5fae341073 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:53:36,319 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:53:36 GMT Server: Apache x-openstack-request-id: req-963777ca-a3ef-44ae-aa60-8ccd502bdd77 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 614 Content-Type: application/json RESP BODY: {"events": [{"resource_name": "vellum", "event_time": "2018-08-01T05:53:36Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/resources/vellum/events/d2da7fce-542e-46fd-9339-bb51869a804c", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/resources/vellum", "rel": "resource"}, {"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "stack"}], "logical_resource_id": "vellum", "resource_status_reason": "Unauthorized: resources.vellum.resources[0].resources.server: The request you have made requires authentication. (HTTP 401) (Request-ID: req-ab168246-e017-4635-a200-a24d34ebd66f)", "resource_status": "CREATE_FAILED", "physical_resource_id": "2e9fe0f4-fb99-4766-bb0d-0a288f3924f5", "id": "d2da7fce-542e-46fd-9339-bb51869a804c"}, {"resource_name": "clearwater-opnfv", "event_time": "2018-08-01T05:53:36Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/resources/clearwater-opnfv/events/5916e937-73fb-4265-b351-f9d495c27649", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/resources/clearwater-opnfv", "rel": "resource"}, {"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "stack"}], "logical_resource_id": "clearwater-opnfv", "resource_status_reason": "Resource CREATE failed: Unauthorized: resources.vellum.resources[0].resources.server: The request you have made requires authentication. (HTTP 401) (Request-ID: req-ab168246-e017-4635-a200-a24d34ebd66f)", "resource_status": "CREATE_FAILED", "physical_resource_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "id": "5916e937-73fb-4265-b351-f9d495c27649"}, {"resource_name": "clearwater-opnfv", "event_time": "2018-08-01T05:53:36Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/resources/clearwater-opnfv/events/cbf542fd-0eee-496b-b194-c53d84598657", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/resources/clearwater-opnfv", "rel": "resource"}, {"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "stack"}], "logical_resource_id": "clearwater-opnfv", "resource_status_reason": "Stack ROLLBACK started", "resource_status": "ROLLBACK_IN_PROGRESS", "physical_resource_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "id": "cbf542fd-0eee-496b-b194-c53d84598657"}]} 2018-08-01 05:53:36,319 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-963777ca-a3ef-44ae-aa60-8ccd502bdd77 2018-08-01 05:53:36,319 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.668310880661s 2018-08-01 05:53:36,319 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc&marker=ff3243d0-3cfc-404d-a691-e30ec66dce47&sort_dir=asc used request id req-963777ca-a3ef-44ae-aa60-8ccd502bdd77 2018-08-01 05:53:36,321 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:53:36,324 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/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}f5a83086f51c45f2204c68512a5b16fdfa8ab1ff" 2018-08-01 05:53:36,352 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:53:36 GMT Server: Apache x-openstack-request-id: req-0e3e3194-e870-4589-8a41-56950348cede Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62 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-01 05:53:36,395 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:53:36 GMT Server: Apache x-openstack-request-id: req-2f62e4f9-3b5e-4192-be7c-9c8416d8a568 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": "cb07e8418d69451592b95ae8f2017d7c", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "OS::stack_name": "clearwater-opnfv"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "stack_status_reason": "Stack ROLLBACK started", "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": 60, "stack_status": "ROLLBACK_IN_PROGRESS", "stack_owner": null, "updated_time": "2018-08-01T05:53:36Z", "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "outputs": [], "template_description": "No description"}} 2018-08-01 05:53:36,395 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62 used request id req-2f62e4f9-3b5e-4192-be7c-9c8416d8a568 2018-08-01 05:53:36,395 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0742969512939s 2018-08-01 05:53:36,395 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62 used request id req-2f62e4f9-3b5e-4192-be7c-9c8416d8a568 2018-08-01 05:53:36,397 - functest.opnfv_tests.vnf.ims.heat_ims - DEBUG - stack: Munch({'stack_name': u'clearwater-opnfv', 'creation_time': u'2018-08-01T04:53:54Z', 'updated_at': u'2018-08-01T05:53:36Z', 'notification_topics': [], 'timeout_mins': 60, 'owner': None, 'tempate_description': u'No description', 'deleted_at': None, 'id': u'8eebdb6c-dbef-4c2c-b53d-05028f69de62', 'parameters': Munch({u'OS::project_id': u'cb07e8418d69451592b95ae8f2017d7c', u'OS::stack_id': u'8eebdb6c-dbef-4c2c-b53d-05028f69de62', u'OS::stack_name': u'clearwater-opnfv'}), 'deletion_time': None, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'cb07e8418d69451592b95ae8f2017d7c', 'name': 'heat_ims-project_ac19ae67-8a04-434b-b065-8d594a8926e1', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'stack_user_project_id': u'd5489dd75d234c748c2670b956cd3e53', '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-01T04:53:54Z', 'stack_status_reason': u'Stack ROLLBACK started', 'updated_time': u'2018-08-01T05:53:36Z', 'action': u'ROLLBACK', 'identifier': 'clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62'}) 2018-08-01 05:53:36,398 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-01 05:53:36,400 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f5a83086f51c45f2204c68512a5b16fdfa8ab1ff" 2018-08-01 05:53:37,659 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:53:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-83e2b80a-ef79-4286-a3ee-683418f3f2aa x-compute-request-id: req-83e2b80a-ef79-4286-a3ee-683418f3f2aa Content-Encoding: gzip Content-Length: 1516 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:17:36:06", "version": 4, "addr": "192.168.0.17", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:17:36:06", "version": 4, "addr": "172.30.9.214", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5a:5d:15", "version": 4, "addr": "192.168.1.24", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/7dc695fa-2949-466b-a2a6-9e335a529f66", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/7dc695fa-2949-466b-a2a6-9e335a529f66", "rel": "bookmark"}], "image": {"id": "5ee586ea-c13f-471b-8079-57178d06ca87", "links": [{"href": "http://172.30.9.21:8774/images/5ee586ea-c13f-471b-8079-57178d06ca87", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-01T04:58:50.000000", "flavor": {"id": "d408bbdd-eb67-4274-af5f-12cad1e36091", "links": [{"href": "http://172.30.9.21:8774/flavors/d408bbdd-eb67-4274-af5f-12cad1e36091", "rel": "bookmark"}]}, "id": "7dc695fa-2949-466b-a2a6-9e335a529f66", "security_groups": [{"name": "clearwater-opnfv-dime-sig"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-mgmt"}], "user_id": "39a67e8266a941419221c6c2899087f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-01T04:58:50Z", "hostId": "011e9895432519160fba775ad8c85f3c4ca289cddc05c7641b7edbcb", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "name": "dime-0.clearwater.opnfv", "created": "2018-08-01T04:58:30Z", "tenant_id": "cb07e8418d69451592b95ae8f2017d7c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b8:7a:bc", "version": 4, "addr": "192.168.0.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b8:7a:bc", "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:e9:9d:86", "version": 4, "addr": "192.168.1.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/666ba6a3-36ea-4514-bbbe-fb9f5912b7e7", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/666ba6a3-36ea-4514-bbbe-fb9f5912b7e7", "rel": "bookmark"}], "image": {"id": "5ee586ea-c13f-471b-8079-57178d06ca87", "links": [{"href": "http://172.30.9.21:8774/images/5ee586ea-c13f-471b-8079-57178d06ca87", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-01T04:59:01.000000", "flavor": {"id": "d408bbdd-eb67-4274-af5f-12cad1e36091", "links": [{"href": "http://172.30.9.21:8774/flavors/d408bbdd-eb67-4274-af5f-12cad1e36091", "rel": "bookmark"}]}, "id": "666ba6a3-36ea-4514-bbbe-fb9f5912b7e7", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-sprout-sig-inbound"}], "user_id": "39a67e8266a941419221c6c2899087f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-01T04:59:01Z", "hostId": "2e96300f33de30ae103b74db6c12ac903a59d91a1ceaaebb091fc12a", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-01T04:58:29Z", "tenant_id": "cb07e8418d69451592b95ae8f2017d7c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d6:6e:69", "version": 4, "addr": "192.168.0.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d6:6e:69", "version": 4, "addr": "172.30.9.208", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:25:72:d1", "version": 4, "addr": "192.168.1.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:25:72:d1", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/aadb9baf-3f43-4ed7-89f5-ba607dacf0cb", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/aadb9baf-3f43-4ed7-89f5-ba607dacf0cb", "rel": "bookmark"}], "image": {"id": "5ee586ea-c13f-471b-8079-57178d06ca87", "links": [{"href": "http://172.30.9.21:8774/images/5ee586ea-c13f-471b-8079-57178d06ca87", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-01T04:59:01.000000", "flavor": {"id": "d408bbdd-eb67-4274-af5f-12cad1e36091", "links": [{"href": "http://172.30.9.21:8774/flavors/d408bbdd-eb67-4274-af5f-12cad1e36091", "rel": "bookmark"}]}, "id": "aadb9baf-3f43-4ed7-89f5-ba607dacf0cb", "security_groups": [{"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-homer-sig"}], "user_id": "39a67e8266a941419221c6c2899087f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-01T04:59:01Z", "hostId": "2e96300f33de30ae103b74db6c12ac903a59d91a1ceaaebb091fc12a", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "name": "homer-0.clearwater.opnfv", "created": "2018-08-01T04:58:29Z", "tenant_id": "cb07e8418d69451592b95ae8f2017d7c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2e:61:e6", "version": 4, "addr": "192.168.0.19", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2e:61:e6", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:64:54:5a", "version": 4, "addr": "192.168.1.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:64:54:5a", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/183f28d0-4ca7-48a9-bf91-0a032f8b36a4", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/183f28d0-4ca7-48a9-bf91-0a032f8b36a4", "rel": "bookmark"}], "image": {"id": "5ee586ea-c13f-471b-8079-57178d06ca87", "links": [{"href": "http://172.30.9.21:8774/images/5ee586ea-c13f-471b-8079-57178d06ca87", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-01T04:58:51.000000", "flavor": {"id": "d408bbdd-eb67-4274-af5f-12cad1e36091", "links": [{"href": "http://172.30.9.21:8774/flavors/d408bbdd-eb67-4274-af5f-12cad1e36091", "rel": "bookmark"}]}, "id": "183f28d0-4ca7-48a9-bf91-0a032f8b36a4", "security_groups": [{"name": "clearwater-opnfv-bono-sig"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "39a67e8266a941419221c6c2899087f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-01T04:58:52Z", "hostId": "011e9895432519160fba775ad8c85f3c4ca289cddc05c7641b7edbcb", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "name": "bono-0.clearwater.opnfv", "created": "2018-08-01T04:58:28Z", "tenant_id": "cb07e8418d69451592b95ae8f2017d7c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/b653a1f5-54e1-430b-8456-1e212e73e7d0", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/b653a1f5-54e1-430b-8456-1e212e73e7d0", "rel": "bookmark"}], "image": {"id": "5ee586ea-c13f-471b-8079-57178d06ca87", "links": [{"href": "http://172.30.9.21:8774/images/5ee586ea-c13f-471b-8079-57178d06ca87", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d408bbdd-eb67-4274-af5f-12cad1e36091", "links": [{"href": "http://172.30.9.21:8774/flavors/d408bbdd-eb67-4274-af5f-12cad1e36091", "rel": "bookmark"}]}, "id": "b653a1f5-54e1-430b-8456-1e212e73e7d0", "user_id": "39a67e8266a941419221c6c2899087f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-01T04:58:31Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-01T04:58:28Z", "tenant_id": "cb07e8418d69451592b95ae8f2017d7c", "os-extended-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:77:40", "version": 4, "addr": "192.168.0.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cc:77:40", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/1c04dd67-c96a-438d-b7ad-7f418473f4b6", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/1c04dd67-c96a-438d-b7ad-7f418473f4b6", "rel": "bookmark"}], "image": {"id": "5ee586ea-c13f-471b-8079-57178d06ca87", "links": [{"href": "http://172.30.9.21:8774/images/5ee586ea-c13f-471b-8079-57178d06ca87", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-01T04:58:10.000000", "flavor": {"id": "d408bbdd-eb67-4274-af5f-12cad1e36091", "links": [{"href": "http://172.30.9.21:8774/flavors/d408bbdd-eb67-4274-af5f-12cad1e36091", "rel": "bookmark"}]}, "id": "1c04dd67-c96a-438d-b7ad-7f418473f4b6", "security_groups": [{"name": "clearwater-opnfv-ellis-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "39a67e8266a941419221c6c2899087f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-01T04:58:10Z", "hostId": "2e96300f33de30ae103b74db6c12ac903a59d91a1ceaaebb091fc12a", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-01T04:56:32Z", "tenant_id": "cb07e8418d69451592b95ae8f2017d7c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6a:2a:06", "version": 4, "addr": "192.168.0.15", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6a:2a:06", "version": 4, "addr": "172.30.9.203", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0e:ff:3a", "version": 4, "addr": "192.168.1.4", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/5ffec145-a95f-472d-9fa2-14dcdb077e57", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/5ffec145-a95f-472d-9fa2-14dcdb077e57", "rel": "bookmark"}], "image": {"id": "5ee586ea-c13f-471b-8079-57178d06ca87", "links": [{"href": "http://172.30.9.21:8774/images/5ee586ea-c13f-471b-8079-57178d06ca87", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-01T04:56:20.000000", "flavor": {"id": "d408bbdd-eb67-4274-af5f-12cad1e36091", "links": [{"href": "http://172.30.9.21:8774/flavors/d408bbdd-eb67-4274-af5f-12cad1e36091", "rel": "bookmark"}]}, "id": "5ffec145-a95f-472d-9fa2-14dcdb077e57", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "39a67e8266a941419221c6c2899087f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-01T04:56:20Z", "hostId": "011e9895432519160fba775ad8c85f3c4ca289cddc05c7641b7edbcb", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "name": "ns.clearwater.opnfv", "created": "2018-08-01T04:54:35Z", "tenant_id": "cb07e8418d69451592b95ae8f2017d7c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-01 05:53:37,660 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-83e2b80a-ef79-4286-a3ee-683418f3f2aa 2018-08-01 05:53:37,660 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.2622449398s 2018-08-01 05:53:37,661 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-83e2b80a-ef79-4286-a3ee-683418f3f2aa 2018-08-01 05:53:37,672 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-01 05:53:37,672 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f5a83086f51c45f2204c68512a5b16fdfa8ab1ff" 2018-08-01 05:53:37,990 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1762 X-Openstack-Request-Id: req-2cb9b2db-dc9a-4435-853f-fb4b7d2a555d Date: Wed, 01 Aug 2018 05:53:37 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":["e06facf3-a24e-40d5-a5ce-a0901a6e4875"],"updated_at":"2018-08-01T03:28:20Z","tenant_id":"89443fd7c5cf4259bed71fca1c3fe619","created_at":"2018-08-01T03:28:13Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"89443fd7c5cf4259bed71fca1c3fe619","id":"262fe7ec-b437-40b8-908b-6eb66c149655","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["7a60d488-544d-4c42-9a9e-26489706f135"],"updated_at":"2018-08-01T04:53:59Z","tenant_id":"cb07e8418d69451592b95ae8f2017d7c","created_at":"2018-08-01T04:53:58Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"cb07e8418d69451592b95ae8f2017d7c","id":"6ea6ae6b-2fab-468e-b4a7-a3c7f6f16e3f","name":"clearwater-opnfv-private-management"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["cfe65c5a-7e8b-427c-8695-85b3f8ca7385"],"updated_at":"2018-08-01T04:53:59Z","tenant_id":"cb07e8418d69451592b95ae8f2017d7c","created_at":"2018-08-01T04:53:57Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"cb07e8418d69451592b95ae8f2017d7c","id":"733efd4c-edf7-4a4d-a693-292b4283fe67","name":"clearwater-opnfv-private-signaling"}]} 2018-08-01 05:53:37,991 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-2cb9b2db-dc9a-4435-853f-fb4b7d2a555d 2018-08-01 05:53:37,991 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.318675041199s 2018-08-01 05:53:37,991 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-2cb9b2db-dc9a-4435-853f-fb4b7d2a555d 2018-08-01 05:53:37,992 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-01 05:53:37,993 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}f5a83086f51c45f2204c68512a5b16fdfa8ab1ff" 2018-08-01 05:53:38,244 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1298 X-Openstack-Request-Id: req-2a2fff0e-2e56-4f5e-b3eb-24ba12b57fa4 Date: Wed, 01 Aug 2018 05:53:38 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6ea6ae6b-2fab-468e-b4a7-a3c7f6f16e3f","tenant_id":"cb07e8418d69451592b95ae8f2017d7c","created_at":"2018-08-01T04:53:59Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-01T04:53:59Z","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":"cb07e8418d69451592b95ae8f2017d7c","id":"7a60d488-544d-4c42-9a9e-26489706f135","subnetpool_id":null,"name":"clearwater-opnfv-private-management"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"733efd4c-edf7-4a4d-a693-292b4283fe67","tenant_id":"cb07e8418d69451592b95ae8f2017d7c","created_at":"2018-08-01T04:53:59Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-01T04:53:59Z","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":"cb07e8418d69451592b95ae8f2017d7c","id":"cfe65c5a-7e8b-427c-8695-85b3f8ca7385","subnetpool_id":null,"name":"clearwater-opnfv-private-signaling"}]} 2018-08-01 05:53:38,244 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-2a2fff0e-2e56-4f5e-b3eb-24ba12b57fa4 2018-08-01 05:53:38,245 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.252334117889s 2018-08-01 05:53:38,245 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-2a2fff0e-2e56-4f5e-b3eb-24ba12b57fa4 2018-08-01 05:53:38,246 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-01 05:53:38,249 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21: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}f5a83086f51c45f2204c68512a5b16fdfa8ab1ff" 2018-08-01 05:53:38,276 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05: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-1bd22042-3382-415b-878f-0db1adb9abef x-compute-request-id: req-1bd22042-3382-415b-878f-0db1adb9abef Content-Encoding: gzip Content-Length: 473 Content-Type: application/json RESP BODY: {"flavors": [{"name": "shaker-flavor_ada014ec-51b2-4b16-abc8-039585ddedf9", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/80cad012-10a6-4ee0-be06-4098e5231e52", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/80cad012-10a6-4ee0-be06-4098e5231e52", "rel": "bookmark"}], "ram": 512, "OS-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": "80cad012-10a6-4ee0-be06-4098e5231e52"}, {"name": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/d408bbdd-eb67-4274-af5f-12cad1e36091", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/d408bbdd-eb67-4274-af5f-12cad1e36091", "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": "d408bbdd-eb67-4274-af5f-12cad1e36091"}, {"name": "vmtp-flavor_455f0502-39b9-4683-ab46-623f9d25bfec", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/e80222cd-7913-499f-adff-4da7988d266d", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/e80222cd-7913-499f-adff-4da7988d266d", "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": "e80222cd-7913-499f-adff-4da7988d266d"}]} 2018-08-01 05:53:38,276 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-1bd22042-3382-415b-878f-0db1adb9abef 2018-08-01 05:53:38,276 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0298211574554s 2018-08-01 05:53:38,276 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-1bd22042-3382-415b-878f-0db1adb9abef 2018-08-01 05:53:38,279 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.os-security-groups 2018-08-01 05:53:38,283 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/7dc695fa-2949-466b-a2a6-9e335a529f66/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}f5a83086f51c45f2204c68512a5b16fdfa8ab1ff" 2018-08-01 05:53:40,836 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05: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-020e77b8-170b-455b-add9-0a834bbc7a05 x-compute-request-id: req-020e77b8-170b-455b-add9-0a834bbc7a05 Content-Encoding: gzip Content-Length: 777 Content-Type: application/json RESP BODY: {"security_groups": [{"rules": [{"from_port": 2380, "group": {"tenant_id": "cb07e8418d69451592b95ae8f2017d7c", "name": "clearwater-opnfv-base-mgmt"}, "ip_protocol": "tcp", "to_port": 2380, "parent_group_id": "e7341ed9-1e82-4b99-9d41-b26b9edb0e8a", "ip_range": {}, "id": "16ecfc8f-6479-4b6f-a8ed-bb353ce45f58"}, {"from_port": 22, "group": {}, "ip_protocol": "tcp", "to_port": 22, "parent_group_id": "e7341ed9-1e82-4b99-9d41-b26b9edb0e8a", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "252dff5d-0544-4937-a56e-1d6f2ed24fc1"}, {"from_port": 161, "group": {}, "ip_protocol": "udp", "to_port": 161, "parent_group_id": "e7341ed9-1e82-4b99-9d41-b26b9edb0e8a", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "35dab122-0f5c-4af0-a840-344063ceb6f1"}, {"from_port": 4000, "group": {"tenant_id": "cb07e8418d69451592b95ae8f2017d7c", "name": "clearwater-opnfv-base-mgmt"}, "ip_protocol": "tcp", "to_port": 4000, "parent_group_id": "e7341ed9-1e82-4b99-9d41-b26b9edb0e8a", "ip_range": {}, "id": "4df2e075-abb5-4bdd-96e0-85742ef2a04c"}, {"from_port": -1, "group": {}, "ip_protocol": "icmp", "to_port": -1, "parent_group_id": "e7341ed9-1e82-4b99-9d41-b26b9edb0e8a", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "ebedc0dc-f946-4e36-86d2-5aedf6f10b74"}], "tenant_id": "cb07e8418d69451592b95ae8f2017d7c", "id": "e7341ed9-1e82-4b99-9d41-b26b9edb0e8a", "name": "clearwater-opnfv-base-mgmt", "description": "Base security group for all Clearwater nodes (management)"}, {"rules": [{"from_port": 8889, "group": {"tenant_id": "cb07e8418d69451592b95ae8f2017d7c", "name": "clearwater-opnfv-ellis-mgmt"}, "ip_protocol": "tcp", "to_port": 8889, "parent_group_id": "ec83b27f-42b0-4914-a8de-d1b3cd918358", "ip_range": {}, "id": "de3acafa-6285-4ad7-8f3d-e5cd61684a2f"}], "tenant_id": "cb07e8418d69451592b95ae8f2017d7c", "id": "ec83b27f-42b0-4914-a8de-d1b3cd918358", "name": "clearwater-opnfv-dime-mgmt", "description": "Security group for Dime nodes (management)"}, {"rules": [{"from_port": 10888, "group": {"tenant_id": "cb07e8418d69451592b95ae8f2017d7c", "name": "clearwater-opnfv-bono-sig"}, "ip_protocol": "tcp", "to_port": 10888, "parent_group_id": "10836207-9429-4df0-8585-04ee7e66af78", "ip_range": {}, "id": "4909539c-60ae-47f8-a5ea-9cce6689b9ce"}, {"from_port": 10888, "group": {"tenant_id": "cb07e8418d69451592b95ae8f2017d7c", "name": "clearwater-opnfv-vellum-sig-outbound"}, "ip_protocol": "tcp", "to_port": 10888, "parent_group_id": "10836207-9429-4df0-8585-04ee7e66af78", "ip_range": {}, "id": "58301354-9e7a-4311-9eea-dd325e7b447b"}, {"from_port": 10888, "group": {"tenant_id": "cb07e8418d69451592b95ae8f2017d7c", "name": "clearwater-opnfv-sprout-sig-outbound"}, "ip_protocol": "tcp", "to_port": 10888, "parent_group_id": "10836207-9429-4df0-8585-04ee7e66af78", "ip_range": {}, "id": "9dfd41af-d3f4-4a61-84b9-89b5d72849f0"}, {"from_port": 8888, "group": {"tenant_id": "cb07e8418d69451592b95ae8f2017d7c", "name": "clearwater-opnfv-sprout-sig-outbound"}, "ip_protocol": "tcp", "to_port": 8888, "parent_group_id": "10836207-9429-4df0-8585-04ee7e66af78", "ip_range": {}, "id": "a0dac8f1-a37d-4755-b2a0-53d7ae0f3b30"}, {"from_port": 8888, "group": {"tenant_id": "cb07e8418d69451592b95ae8f2017d7c", "name": "clearwater-opnfv-bono-sig"}, "ip_protocol": "tcp", "to_port": 8888, "parent_group_id": "10836207-9429-4df0-8585-04ee7e66af78", "ip_range": {}, "id": "d081ed2a-06be-4d9b-9729-889914b6c83d"}], "tenant_id": "cb07e8418d69451592b95ae8f2017d7c", "id": "10836207-9429-4df0-8585-04ee7e66af78", "name": "clearwater-opnfv-dime-sig", "description": "Security group for Dime nodes (signaling)"}]} 2018-08-01 05:53:40,837 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/7dc695fa-2949-466b-a2a6-9e335a529f66/os-security-groups used request id req-020e77b8-170b-455b-add9-0a834bbc7a05 2018-08-01 05:53:40,837 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.os-security-groups in 2.55750703812s 2018-08-01 05:53:40,837 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/7dc695fa-2949-466b-a2a6-9e335a529f66/os-security-groups used request id req-020e77b8-170b-455b-add9-0a834bbc7a05 2018-08-01 05:53:40,846 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-01 05:53:40,850 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f5a83086f51c45f2204c68512a5b16fdfa8ab1ff" 2018-08-01 05:53:41,178 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1207 Content-Type: application/json X-Openstack-Request-Id: req-f5f7ccef-dce5-4236-acad-16ff7a8d10a3 Date: Wed, 01 Aug 2018 05:53:41 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://1c426f71-e315-470f-a765-a4a983e8d919/images/5ee586ea-c13f-471b-8079-57178d06ca87/snap", "metadata": {}}], "file": "/v2/images/5ee586ea-c13f-471b-8079-57178d06ca87/file", "owner": "cb07e8418d69451592b95ae8f2017d7c", "id": "5ee586ea-c13f-471b-8079-57178d06ca87", "size": 263062016, "self": "/v2/images/5ee586ea-c13f-471b-8079-57178d06ca87", "disk_format": "qcow2", "direct_url": "rbd://1c426f71-e315-470f-a765-a4a983e8d919/images/5ee586ea-c13f-471b-8079-57178d06ca87/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "c32842906fda865db9034d5a3159ad979a5432d2fec0864c6f6bed7b7de7338e", "updated_at": "2018-08-01T04:53:42Z", "visibility": "private", "owner_specified.shade.object": "images/heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "81360220b4382d4b91eef0ebaf46a661", "name": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "checksum": "81360220b4382d4b91eef0ebaf46a661", "created_at": "2018-08-01T04:53:38Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-01 05:53:41,178 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-f5f7ccef-dce5-4236-acad-16ff7a8d10a3 2018-08-01 05:53:41,178 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.33186006546s 2018-08-01 05:53:41,178 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-f5f7ccef-dce5-4236-acad-16ff7a8d10a3 2018-08-01 05:53:41,183 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-01 05:53:41,186 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8776/v3/cb07e8418d69451592b95ae8f2017d7c/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}f5a83086f51c45f2204c68512a5b16fdfa8ab1ff" 2018-08-01 05:53:41,853 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:53:41 GMT Server: Apache x-compute-request-id: req-1996035f-6bda-4df1-b25c-1c33868b1565 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-1996035f-6bda-4df1-b25c-1c33868b1565 Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-08-01 05:53:41,853 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/cb07e8418d69451592b95ae8f2017d7c/volumes/detail used request id req-1996035f-6bda-4df1-b25c-1c33868b1565 2018-08-01 05:53:41,853 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.670182943344s 2018-08-01 05:53:41,854 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/cb07e8418d69451592b95ae8f2017d7c/volumes/detail used request id req-1996035f-6bda-4df1-b25c-1c33868b1565 2018-08-01 05:53:41,854 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-01 05:53:41,857 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21: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}f5a83086f51c45f2204c68512a5b16fdfa8ab1ff" 2018-08-01 05:53:41,881 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05: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-4ae4e7b7-54cc-4df3-815b-da7b10688027 x-compute-request-id: req-4ae4e7b7-54cc-4df3-815b-da7b10688027 Content-Encoding: gzip Content-Length: 473 Content-Type: application/json RESP BODY: {"flavors": [{"name": "shaker-flavor_ada014ec-51b2-4b16-abc8-039585ddedf9", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/80cad012-10a6-4ee0-be06-4098e5231e52", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/80cad012-10a6-4ee0-be06-4098e5231e52", "rel": "bookmark"}], "ram": 512, "OS-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": "80cad012-10a6-4ee0-be06-4098e5231e52"}, {"name": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/d408bbdd-eb67-4274-af5f-12cad1e36091", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/d408bbdd-eb67-4274-af5f-12cad1e36091", "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": "d408bbdd-eb67-4274-af5f-12cad1e36091"}, {"name": "vmtp-flavor_455f0502-39b9-4683-ab46-623f9d25bfec", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/e80222cd-7913-499f-adff-4da7988d266d", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/e80222cd-7913-499f-adff-4da7988d266d", "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": "e80222cd-7913-499f-adff-4da7988d266d"}]} 2018-08-01 05:53:41,881 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-4ae4e7b7-54cc-4df3-815b-da7b10688027 2018-08-01 05:53:41,881 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0268611907959s 2018-08-01 05:53:41,882 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-4ae4e7b7-54cc-4df3-815b-da7b10688027 2018-08-01 05:53:41,884 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.os-security-groups 2018-08-01 05:53:41,887 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/666ba6a3-36ea-4514-bbbe-fb9f5912b7e7/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}f5a83086f51c45f2204c68512a5b16fdfa8ab1ff" 2018-08-01 05:53:43,836 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05: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-e385d134-85ea-4d57-af56-9131a6bdf090 x-compute-request-id: req-e385d134-85ea-4d57-af56-9131a6bdf090 Content-Encoding: gzip Content-Length: 810 Content-Type: application/json RESP BODY: {"security_groups": [{"rules": [{"from_port": 2380, "group": {"tenant_id": "cb07e8418d69451592b95ae8f2017d7c", "name": "clearwater-opnfv-base-mgmt"}, "ip_protocol": "tcp", "to_port": 2380, "parent_group_id": "e7341ed9-1e82-4b99-9d41-b26b9edb0e8a", "ip_range": {}, "id": "16ecfc8f-6479-4b6f-a8ed-bb353ce45f58"}, {"from_port": 22, "group": {}, "ip_protocol": "tcp", "to_port": 22, "parent_group_id": "e7341ed9-1e82-4b99-9d41-b26b9edb0e8a", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "252dff5d-0544-4937-a56e-1d6f2ed24fc1"}, {"from_port": 161, "group": {}, "ip_protocol": "udp", "to_port": 161, "parent_group_id": "e7341ed9-1e82-4b99-9d41-b26b9edb0e8a", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "35dab122-0f5c-4af0-a840-344063ceb6f1"}, {"from_port": 4000, "group": {"tenant_id": "cb07e8418d69451592b95ae8f2017d7c", "name": "clearwater-opnfv-base-mgmt"}, "ip_protocol": "tcp", "to_port": 4000, "parent_group_id": "e7341ed9-1e82-4b99-9d41-b26b9edb0e8a", "ip_range": {}, "id": "4df2e075-abb5-4bdd-96e0-85742ef2a04c"}, {"from_port": -1, "group": {}, "ip_protocol": "icmp", "to_port": -1, "parent_group_id": "e7341ed9-1e82-4b99-9d41-b26b9edb0e8a", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "ebedc0dc-f946-4e36-86d2-5aedf6f10b74"}], "tenant_id": "cb07e8418d69451592b95ae8f2017d7c", "id": "e7341ed9-1e82-4b99-9d41-b26b9edb0e8a", "name": "clearwater-opnfv-base-mgmt", "description": "Base security group for all Clearwater nodes (management)"}, {"rules": [{"from_port": 9888, "group": {"tenant_id": "cb07e8418d69451592b95ae8f2017d7c", "name": "clearwater-opnfv-vellum-sig-outbound"}, "ip_protocol": "tcp", "to_port": 9888, "parent_group_id": "9f76f921-eb49-4af5-b210-c05507b51a5f", "ip_range": {}, "id": "0046701b-2cb2-4c3f-b342-65d7839cb826"}, {"from_port": 9888, "group": {"tenant_id": "cb07e8418d69451592b95ae8f2017d7c", "name": "clearwater-opnfv-dime-sig"}, "ip_protocol": "tcp", "to_port": 9888, "parent_group_id": "9f76f921-eb49-4af5-b210-c05507b51a5f", "ip_range": {}, "id": "3d79a4a4-cfe7-422b-b802-566e49b3e9a9"}, {"from_port": 5054, "group": {"tenant_id": "cb07e8418d69451592b95ae8f2017d7c", "name": "clearwater-opnfv-bono-sig"}, "ip_protocol": "tcp", "to_port": 5054, "parent_group_id": "9f76f921-eb49-4af5-b210-c05507b51a5f", "ip_range": {}, "id": "50944173-1429-4ce0-b072-3818732fa4ac"}, {"from_port": 5052, "group": {"tenant_id": "cb07e8418d69451592b95ae8f2017d7c", "name": "clearwater-opnfv-bono-sig"}, "ip_protocol": "tcp", "to_port": 5052, "parent_group_id": "9f76f921-eb49-4af5-b210-c05507b51a5f", "ip_range": {}, "id": "acd2f7c0-3bc7-406e-855a-35ae328cb6fd"}], "tenant_id": "cb07e8418d69451592b95ae8f2017d7c", "id": "9f76f921-eb49-4af5-b210-c05507b51a5f", "name": "clearwater-opnfv-sprout-sig-inbound", "description": "Security group for Sprout nodes inbound traffic (signaling)"}, {"rules": [{"from_port": 5054, "group": {"tenant_id": "cb07e8418d69451592b95ae8f2017d7c", "name": "clearwater-opnfv-sprout-sig-outbound"}, "ip_protocol": "tcp", "to_port": 5054, "parent_group_id": "91e3ac95-f1fc-41b8-a404-197331820259", "ip_range": {}, "id": "5e7dde18-4d34-48ce-ae6d-3b88af975b68"}, {"from_port": 5052, "group": {"tenant_id": "cb07e8418d69451592b95ae8f2017d7c", "name": "clearwater-opnfv-sprout-sig-outbound"}, "ip_protocol": "tcp", "to_port": 5052, "parent_group_id": "91e3ac95-f1fc-41b8-a404-197331820259", "ip_range": {}, "id": "b5cc1255-c966-4ee5-8559-76c5cfb5f323"}], "tenant_id": "cb07e8418d69451592b95ae8f2017d7c", "id": "91e3ac95-f1fc-41b8-a404-197331820259", "name": "clearwater-opnfv-sprout-sig-outbound", "description": "Security group for Sprout nodes outbound traffic (signaling)"}]} 2018-08-01 05:53:43,837 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/666ba6a3-36ea-4514-bbbe-fb9f5912b7e7/os-security-groups used request id req-e385d134-85ea-4d57-af56-9131a6bdf090 2018-08-01 05:53:43,837 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.os-security-groups in 1.95263504982s 2018-08-01 05:53:43,837 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/666ba6a3-36ea-4514-bbbe-fb9f5912b7e7/os-security-groups used request id req-e385d134-85ea-4d57-af56-9131a6bdf090 2018-08-01 05:53:43,845 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-01 05:53:43,849 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f5a83086f51c45f2204c68512a5b16fdfa8ab1ff" 2018-08-01 05:53:44,490 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1207 Content-Type: application/json X-Openstack-Request-Id: req-368b653b-1ab8-40c0-abb6-90c988c641a0 Date: Wed, 01 Aug 2018 05:53:44 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://1c426f71-e315-470f-a765-a4a983e8d919/images/5ee586ea-c13f-471b-8079-57178d06ca87/snap", "metadata": {}}], "file": "/v2/images/5ee586ea-c13f-471b-8079-57178d06ca87/file", "owner": "cb07e8418d69451592b95ae8f2017d7c", "id": "5ee586ea-c13f-471b-8079-57178d06ca87", "size": 263062016, "self": "/v2/images/5ee586ea-c13f-471b-8079-57178d06ca87", "disk_format": "qcow2", "direct_url": "rbd://1c426f71-e315-470f-a765-a4a983e8d919/images/5ee586ea-c13f-471b-8079-57178d06ca87/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "c32842906fda865db9034d5a3159ad979a5432d2fec0864c6f6bed7b7de7338e", "updated_at": "2018-08-01T04:53:42Z", "visibility": "private", "owner_specified.shade.object": "images/heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "81360220b4382d4b91eef0ebaf46a661", "name": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "checksum": "81360220b4382d4b91eef0ebaf46a661", "created_at": "2018-08-01T04:53:38Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-01 05:53:44,490 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-368b653b-1ab8-40c0-abb6-90c988c641a0 2018-08-01 05:53:44,490 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.644706964493s 2018-08-01 05:53:44,491 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-368b653b-1ab8-40c0-abb6-90c988c641a0 2018-08-01 05:53:44,494 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-01 05:53:44,497 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8776/v3/cb07e8418d69451592b95ae8f2017d7c/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}f5a83086f51c45f2204c68512a5b16fdfa8ab1ff" 2018-08-01 05:53:45,140 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:53:44 GMT Server: Apache x-compute-request-id: req-37f0ede7-a5db-4517-b70a-93bd8692e246 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-37f0ede7-a5db-4517-b70a-93bd8692e246 Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-08-01 05:53:45,140 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/cb07e8418d69451592b95ae8f2017d7c/volumes/detail used request id req-37f0ede7-a5db-4517-b70a-93bd8692e246 2018-08-01 05:53:45,140 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.645915031433s 2018-08-01 05:53:45,141 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/cb07e8418d69451592b95ae8f2017d7c/volumes/detail used request id req-37f0ede7-a5db-4517-b70a-93bd8692e246 2018-08-01 05:53:47,143 - 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-01 05:53:47,144 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-01 05:53:47,147 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21: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}f5a83086f51c45f2204c68512a5b16fdfa8ab1ff" 2018-08-01 05:53:47,174 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:53:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8c05ec18-ef25-4cc9-ae53-2e3696845518 x-compute-request-id: req-8c05ec18-ef25-4cc9-ae53-2e3696845518 Content-Encoding: gzip Content-Length: 473 Content-Type: application/json RESP BODY: {"flavors": [{"name": "shaker-flavor_ada014ec-51b2-4b16-abc8-039585ddedf9", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/80cad012-10a6-4ee0-be06-4098e5231e52", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/80cad012-10a6-4ee0-be06-4098e5231e52", "rel": "bookmark"}], "ram": 512, "OS-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": "80cad012-10a6-4ee0-be06-4098e5231e52"}, {"name": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/d408bbdd-eb67-4274-af5f-12cad1e36091", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/d408bbdd-eb67-4274-af5f-12cad1e36091", "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": "d408bbdd-eb67-4274-af5f-12cad1e36091"}, {"name": "vmtp-flavor_455f0502-39b9-4683-ab46-623f9d25bfec", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/e80222cd-7913-499f-adff-4da7988d266d", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/e80222cd-7913-499f-adff-4da7988d266d", "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": "e80222cd-7913-499f-adff-4da7988d266d"}]} 2018-08-01 05:53:47,174 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-8c05ec18-ef25-4cc9-ae53-2e3696845518 2018-08-01 05:53:47,174 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0302472114563s 2018-08-01 05:53:47,175 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-8c05ec18-ef25-4cc9-ae53-2e3696845518 2018-08-01 05:53:47,177 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.os-security-groups 2018-08-01 05:53:47,180 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/aadb9baf-3f43-4ed7-89f5-ba607dacf0cb/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}f5a83086f51c45f2204c68512a5b16fdfa8ab1ff" 2018-08-01 05:53:47,595 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:53:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5259b25f-1003-4683-8a57-abf54e9f6c00 x-compute-request-id: req-5259b25f-1003-4683-8a57-abf54e9f6c00 Content-Encoding: gzip Content-Length: 742 Content-Type: application/json RESP BODY: {"security_groups": [{"rules": [{"from_port": 2380, "group": {"tenant_id": "cb07e8418d69451592b95ae8f2017d7c", "name": "clearwater-opnfv-base-mgmt"}, "ip_protocol": "tcp", "to_port": 2380, "parent_group_id": "e7341ed9-1e82-4b99-9d41-b26b9edb0e8a", "ip_range": {}, "id": "16ecfc8f-6479-4b6f-a8ed-bb353ce45f58"}, {"from_port": 22, "group": {}, "ip_protocol": "tcp", "to_port": 22, "parent_group_id": "e7341ed9-1e82-4b99-9d41-b26b9edb0e8a", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "252dff5d-0544-4937-a56e-1d6f2ed24fc1"}, {"from_port": 161, "group": {}, "ip_protocol": "udp", "to_port": 161, "parent_group_id": "e7341ed9-1e82-4b99-9d41-b26b9edb0e8a", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "35dab122-0f5c-4af0-a840-344063ceb6f1"}, {"from_port": 4000, "group": {"tenant_id": "cb07e8418d69451592b95ae8f2017d7c", "name": "clearwater-opnfv-base-mgmt"}, "ip_protocol": "tcp", "to_port": 4000, "parent_group_id": "e7341ed9-1e82-4b99-9d41-b26b9edb0e8a", "ip_range": {}, "id": "4df2e075-abb5-4bdd-96e0-85742ef2a04c"}, {"from_port": -1, "group": {}, "ip_protocol": "icmp", "to_port": -1, "parent_group_id": "e7341ed9-1e82-4b99-9d41-b26b9edb0e8a", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "ebedc0dc-f946-4e36-86d2-5aedf6f10b74"}], "tenant_id": "cb07e8418d69451592b95ae8f2017d7c", "id": "e7341ed9-1e82-4b99-9d41-b26b9edb0e8a", "name": "clearwater-opnfv-base-mgmt", "description": "Base security group for all Clearwater nodes (management)"}, {"rules": [{"from_port": 7888, "group": {"tenant_id": "cb07e8418d69451592b95ae8f2017d7c", "name": "clearwater-opnfv-sprout-sig-outbound"}, "ip_protocol": "tcp", "to_port": 7888, "parent_group_id": "0845e7fe-3d09-439e-9af4-73efec72f52e", "ip_range": {}, "id": "68339820-f1fb-4761-8160-8f03b1636b51"}, {"from_port": 7888, "group": {}, "ip_protocol": "tcp", "to_port": 7888, "parent_group_id": "0845e7fe-3d09-439e-9af4-73efec72f52e", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "a6cf2de6-a949-4fa4-9d0b-7a021a4c47fd"}], "tenant_id": "cb07e8418d69451592b95ae8f2017d7c", "id": "0845e7fe-3d09-439e-9af4-73efec72f52e", "name": "clearwater-opnfv-homer-mgmt", "description": "Security group for Homer nodes (management)"}, {"rules": [{"from_port": 9160, "group": {"tenant_id": "cb07e8418d69451592b95ae8f2017d7c", "name": "clearwater-opnfv-homer-sig"}, "ip_protocol": "tcp", "to_port": 9160, "parent_group_id": "55d932ba-f858-450c-8ae6-70030387d370", "ip_range": {}, "id": "3bdf542b-21ed-41ff-bd04-5976eb1b2a35"}, {"from_port": 7888, "group": {}, "ip_protocol": "tcp", "to_port": 7888, "parent_group_id": "55d932ba-f858-450c-8ae6-70030387d370", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "8725ff39-c727-49fc-93c4-ab2e9b4aed3a"}, {"from_port": 7888, "group": {"tenant_id": "cb07e8418d69451592b95ae8f2017d7c", "name": "clearwater-opnfv-sprout-sig-outbound"}, "ip_protocol": "tcp", "to_port": 7888, "parent_group_id": "55d932ba-f858-450c-8ae6-70030387d370", "ip_range": {}, "id": "90db8d23-9fe9-4b9f-850b-71e9c896642f"}], "tenant_id": "cb07e8418d69451592b95ae8f2017d7c", "id": "55d932ba-f858-450c-8ae6-70030387d370", "name": "clearwater-opnfv-homer-sig", "description": "Security group for Homer nodes (signaling)"}]} 2018-08-01 05:53:47,596 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/aadb9baf-3f43-4ed7-89f5-ba607dacf0cb/os-security-groups used request id req-5259b25f-1003-4683-8a57-abf54e9f6c00 2018-08-01 05:53:47,596 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.os-security-groups in 0.418246030807s 2018-08-01 05:53:47,596 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/aadb9baf-3f43-4ed7-89f5-ba607dacf0cb/os-security-groups used request id req-5259b25f-1003-4683-8a57-abf54e9f6c00 2018-08-01 05:53:47,604 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-01 05:53:47,608 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f5a83086f51c45f2204c68512a5b16fdfa8ab1ff" 2018-08-01 05:53:48,336 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1207 Content-Type: application/json X-Openstack-Request-Id: req-0cca46d7-8200-432e-b68c-5e9b78553066 Date: Wed, 01 Aug 2018 05:53:48 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://1c426f71-e315-470f-a765-a4a983e8d919/images/5ee586ea-c13f-471b-8079-57178d06ca87/snap", "metadata": {}}], "file": "/v2/images/5ee586ea-c13f-471b-8079-57178d06ca87/file", "owner": "cb07e8418d69451592b95ae8f2017d7c", "id": "5ee586ea-c13f-471b-8079-57178d06ca87", "size": 263062016, "self": "/v2/images/5ee586ea-c13f-471b-8079-57178d06ca87", "disk_format": "qcow2", "direct_url": "rbd://1c426f71-e315-470f-a765-a4a983e8d919/images/5ee586ea-c13f-471b-8079-57178d06ca87/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "c32842906fda865db9034d5a3159ad979a5432d2fec0864c6f6bed7b7de7338e", "updated_at": "2018-08-01T04:53:42Z", "visibility": "private", "owner_specified.shade.object": "images/heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "81360220b4382d4b91eef0ebaf46a661", "name": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "checksum": "81360220b4382d4b91eef0ebaf46a661", "created_at": "2018-08-01T04:53:38Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-01 05:53:48,336 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-0cca46d7-8200-432e-b68c-5e9b78553066 2018-08-01 05:53:48,336 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.731825113297s 2018-08-01 05:53:48,337 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-0cca46d7-8200-432e-b68c-5e9b78553066 2018-08-01 05:53:48,341 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-01 05:53:48,344 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8776/v3/cb07e8418d69451592b95ae8f2017d7c/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}f5a83086f51c45f2204c68512a5b16fdfa8ab1ff" 2018-08-01 05:53:49,021 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:53:48 GMT Server: Apache x-compute-request-id: req-aeb22907-b3c6-47e7-879e-39548b2b0e69 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-aeb22907-b3c6-47e7-879e-39548b2b0e69 Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-08-01 05:53:49,021 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/cb07e8418d69451592b95ae8f2017d7c/volumes/detail used request id req-aeb22907-b3c6-47e7-879e-39548b2b0e69 2018-08-01 05:53:49,021 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.680508852005s 2018-08-01 05:53:49,022 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/cb07e8418d69451592b95ae8f2017d7c/volumes/detail used request id req-aeb22907-b3c6-47e7-879e-39548b2b0e69 2018-08-01 05:53:51,025 - 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-01 05:53:51,026 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-01 05:53:51,029 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21: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}f5a83086f51c45f2204c68512a5b16fdfa8ab1ff" 2018-08-01 05:53:51,054 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:53:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7c66d1e1-d29d-46ee-a1c5-800a5c963185 x-compute-request-id: req-7c66d1e1-d29d-46ee-a1c5-800a5c963185 Content-Encoding: gzip Content-Length: 473 Content-Type: application/json RESP BODY: {"flavors": [{"name": "shaker-flavor_ada014ec-51b2-4b16-abc8-039585ddedf9", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/80cad012-10a6-4ee0-be06-4098e5231e52", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/80cad012-10a6-4ee0-be06-4098e5231e52", "rel": "bookmark"}], "ram": 512, "OS-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": "80cad012-10a6-4ee0-be06-4098e5231e52"}, {"name": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/d408bbdd-eb67-4274-af5f-12cad1e36091", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/d408bbdd-eb67-4274-af5f-12cad1e36091", "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": "d408bbdd-eb67-4274-af5f-12cad1e36091"}, {"name": "vmtp-flavor_455f0502-39b9-4683-ab46-623f9d25bfec", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/e80222cd-7913-499f-adff-4da7988d266d", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/e80222cd-7913-499f-adff-4da7988d266d", "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": "e80222cd-7913-499f-adff-4da7988d266d"}]} 2018-08-01 05:53:51,054 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-7c66d1e1-d29d-46ee-a1c5-800a5c963185 2018-08-01 05:53:51,054 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0283300876617s 2018-08-01 05:53:51,054 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-7c66d1e1-d29d-46ee-a1c5-800a5c963185 2018-08-01 05:53:51,055 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.os-security-groups 2018-08-01 05:53:51,057 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/183f28d0-4ca7-48a9-bf91-0a032f8b36a4/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}f5a83086f51c45f2204c68512a5b16fdfa8ab1ff" 2018-08-01 05:53:52,199 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:53:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1cdd481c-a626-4aae-a86b-b690b75a64f0 x-compute-request-id: req-1cdd481c-a626-4aae-a86b-b690b75a64f0 Content-Encoding: gzip Content-Length: 808 Content-Type: application/json RESP BODY: {"security_groups": [{"rules": [{"from_port": 2380, "group": {"tenant_id": "cb07e8418d69451592b95ae8f2017d7c", "name": "clearwater-opnfv-base-mgmt"}, "ip_protocol": "tcp", "to_port": 2380, "parent_group_id": "e7341ed9-1e82-4b99-9d41-b26b9edb0e8a", "ip_range": {}, "id": "16ecfc8f-6479-4b6f-a8ed-bb353ce45f58"}, {"from_port": 22, "group": {}, "ip_protocol": "tcp", "to_port": 22, "parent_group_id": "e7341ed9-1e82-4b99-9d41-b26b9edb0e8a", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "252dff5d-0544-4937-a56e-1d6f2ed24fc1"}, {"from_port": 161, "group": {}, "ip_protocol": "udp", "to_port": 161, "parent_group_id": "e7341ed9-1e82-4b99-9d41-b26b9edb0e8a", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "35dab122-0f5c-4af0-a840-344063ceb6f1"}, {"from_port": 4000, "group": {"tenant_id": "cb07e8418d69451592b95ae8f2017d7c", "name": "clearwater-opnfv-base-mgmt"}, "ip_protocol": "tcp", "to_port": 4000, "parent_group_id": "e7341ed9-1e82-4b99-9d41-b26b9edb0e8a", "ip_range": {}, "id": "4df2e075-abb5-4bdd-96e0-85742ef2a04c"}, {"from_port": -1, "group": {}, "ip_protocol": "icmp", "to_port": -1, "parent_group_id": "e7341ed9-1e82-4b99-9d41-b26b9edb0e8a", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "ebedc0dc-f946-4e36-86d2-5aedf6f10b74"}], "tenant_id": "cb07e8418d69451592b95ae8f2017d7c", "id": "e7341ed9-1e82-4b99-9d41-b26b9edb0e8a", "name": "clearwater-opnfv-base-mgmt", "description": "Base security group for all Clearwater nodes (management)"}, {"rules": [{"from_port": 5060, "group": {}, "ip_protocol": "udp", "to_port": 5060, "parent_group_id": "69d21867-feee-4fc1-bdc4-8cd93f095f26", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "00a61aac-6a49-43dd-aa7a-34fbc5737e39"}, {"from_port": 3478, "group": {}, "ip_protocol": "tcp", "to_port": 3478, "parent_group_id": "69d21867-feee-4fc1-bdc4-8cd93f095f26", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "3862b5f1-dfef-4053-b040-791b323287ce"}, {"from_port": 5062, "group": {}, "ip_protocol": "tcp", "to_port": 5062, "parent_group_id": "69d21867-feee-4fc1-bdc4-8cd93f095f26", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "3adaa5d3-4063-4f59-9079-b4855be86923"}, {"from_port": 5058, "group": {"tenant_id": "cb07e8418d69451592b95ae8f2017d7c", "name": "clearwater-opnfv-sprout-sig-outbound"}, "ip_protocol": "tcp", "to_port": 5058, "parent_group_id": "69d21867-feee-4fc1-bdc4-8cd93f095f26", "ip_range": {}, "id": "64b67305-4b79-42f1-9abb-44fb06fda54d"}, {"from_port": 3478, "group": {}, "ip_protocol": "udp", "to_port": 3478, "parent_group_id": "69d21867-feee-4fc1-bdc4-8cd93f095f26", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "75933d4f-af62-42b6-bfa3-93b078b74d71"}, {"from_port": 32768, "group": {}, "ip_protocol": "udp", "to_port": 65535, "parent_group_id": "69d21867-feee-4fc1-bdc4-8cd93f095f26", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "959ab7ec-574d-44b0-b5fc-5d23b9b845a3"}, {"from_port": 5058, "group": {"tenant_id": "cb07e8418d69451592b95ae8f2017d7c", "name": "clearwater-opnfv-bono-sig"}, "ip_protocol": "tcp", "to_port": 5058, "parent_group_id": "69d21867-feee-4fc1-bdc4-8cd93f095f26", "ip_range": {}, "id": "ab187153-2a39-4139-bbe1-6f7bcf1cd29c"}, {"from_port": 5060, "group": {}, "ip_protocol": "tcp", "to_port": 5060, "parent_group_id": "69d21867-feee-4fc1-bdc4-8cd93f095f26", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "dfc82928-940e-470c-a330-3520f967500a"}], "tenant_id": "cb07e8418d69451592b95ae8f2017d7c", "id": "69d21867-feee-4fc1-bdc4-8cd93f095f26", "name": "clearwater-opnfv-bono-sig", "description": "Security group for Bono nodes (signaling)"}]} 2018-08-01 05:53:52,199 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/183f28d0-4ca7-48a9-bf91-0a032f8b36a4/os-security-groups used request id req-1cdd481c-a626-4aae-a86b-b690b75a64f0 2018-08-01 05:53:52,199 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.os-security-groups in 1.14370703697s 2018-08-01 05:53:52,200 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/183f28d0-4ca7-48a9-bf91-0a032f8b36a4/os-security-groups used request id req-1cdd481c-a626-4aae-a86b-b690b75a64f0 2018-08-01 05:53:52,207 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-01 05:53:52,210 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f5a83086f51c45f2204c68512a5b16fdfa8ab1ff" 2018-08-01 05:53:52,861 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1207 Content-Type: application/json X-Openstack-Request-Id: req-5d2a7ab1-16eb-4f24-9c62-9ca9761ac2ad Date: Wed, 01 Aug 2018 05:53:52 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://1c426f71-e315-470f-a765-a4a983e8d919/images/5ee586ea-c13f-471b-8079-57178d06ca87/snap", "metadata": {}}], "file": "/v2/images/5ee586ea-c13f-471b-8079-57178d06ca87/file", "owner": "cb07e8418d69451592b95ae8f2017d7c", "id": "5ee586ea-c13f-471b-8079-57178d06ca87", "size": 263062016, "self": "/v2/images/5ee586ea-c13f-471b-8079-57178d06ca87", "disk_format": "qcow2", "direct_url": "rbd://1c426f71-e315-470f-a765-a4a983e8d919/images/5ee586ea-c13f-471b-8079-57178d06ca87/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "c32842906fda865db9034d5a3159ad979a5432d2fec0864c6f6bed7b7de7338e", "updated_at": "2018-08-01T04:53:42Z", "visibility": "private", "owner_specified.shade.object": "images/heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "81360220b4382d4b91eef0ebaf46a661", "name": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "checksum": "81360220b4382d4b91eef0ebaf46a661", "created_at": "2018-08-01T04:53:38Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-01 05:53:52,861 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-5d2a7ab1-16eb-4f24-9c62-9ca9761ac2ad 2018-08-01 05:53:52,862 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.654265165329s 2018-08-01 05:53:52,862 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-5d2a7ab1-16eb-4f24-9c62-9ca9761ac2ad 2018-08-01 05:53:52,866 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-01 05:53:52,869 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8776/v3/cb07e8418d69451592b95ae8f2017d7c/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}f5a83086f51c45f2204c68512a5b16fdfa8ab1ff" 2018-08-01 05:53:52,913 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:53:52 GMT Server: Apache x-compute-request-id: req-56543737-6cc8-4752-94cb-a4f9df623f90 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-56543737-6cc8-4752-94cb-a4f9df623f90 Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-08-01 05:53:52,913 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/cb07e8418d69451592b95ae8f2017d7c/volumes/detail used request id req-56543737-6cc8-4752-94cb-a4f9df623f90 2018-08-01 05:53:52,914 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.0474650859833s 2018-08-01 05:53:52,914 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/cb07e8418d69451592b95ae8f2017d7c/volumes/detail used request id req-56543737-6cc8-4752-94cb-a4f9df623f90 2018-08-01 05:53:52,916 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-01 05:53:52,919 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21: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}f5a83086f51c45f2204c68512a5b16fdfa8ab1ff" 2018-08-01 05:53:52,945 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:53:52 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-362a5685-722d-4589-9d8d-3ca7d937a742 x-compute-request-id: req-362a5685-722d-4589-9d8d-3ca7d937a742 Content-Encoding: gzip Content-Length: 473 Content-Type: application/json RESP BODY: {"flavors": [{"name": "shaker-flavor_ada014ec-51b2-4b16-abc8-039585ddedf9", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/80cad012-10a6-4ee0-be06-4098e5231e52", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/80cad012-10a6-4ee0-be06-4098e5231e52", "rel": "bookmark"}], "ram": 512, "OS-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": "80cad012-10a6-4ee0-be06-4098e5231e52"}, {"name": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/d408bbdd-eb67-4274-af5f-12cad1e36091", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/d408bbdd-eb67-4274-af5f-12cad1e36091", "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": "d408bbdd-eb67-4274-af5f-12cad1e36091"}, {"name": "vmtp-flavor_455f0502-39b9-4683-ab46-623f9d25bfec", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/e80222cd-7913-499f-adff-4da7988d266d", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/e80222cd-7913-499f-adff-4da7988d266d", "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": "e80222cd-7913-499f-adff-4da7988d266d"}]} 2018-08-01 05:53:52,945 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-362a5685-722d-4589-9d8d-3ca7d937a742 2018-08-01 05:53:52,945 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0284578800201s 2018-08-01 05:53:52,945 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-362a5685-722d-4589-9d8d-3ca7d937a742 2018-08-01 05:53:52,948 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.os-security-groups 2018-08-01 05:53:52,950 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/b653a1f5-54e1-430b-8456-1e212e73e7d0/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}f5a83086f51c45f2204c68512a5b16fdfa8ab1ff" 2018-08-01 05:53:53,221 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:53:52 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-aedf1be0-d859-4fc7-8fc7-b0a16c14fba3 x-compute-request-id: req-aedf1be0-d859-4fc7-8fc7-b0a16c14fba3 Content-Length: 23 Content-Type: application/json RESP BODY: {"security_groups": []} 2018-08-01 05:53:53,221 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/b653a1f5-54e1-430b-8456-1e212e73e7d0/os-security-groups used request id req-aedf1be0-d859-4fc7-8fc7-b0a16c14fba3 2018-08-01 05:53:53,222 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.os-security-groups in 0.273855209351s 2018-08-01 05:53:53,222 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/b653a1f5-54e1-430b-8456-1e212e73e7d0/os-security-groups used request id req-aedf1be0-d859-4fc7-8fc7-b0a16c14fba3 2018-08-01 05:53:53,226 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-01 05:53:53,230 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f5a83086f51c45f2204c68512a5b16fdfa8ab1ff" 2018-08-01 05:53:53,262 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1207 Content-Type: application/json X-Openstack-Request-Id: req-498f864e-98cf-4416-be97-3772eda11e36 Date: Wed, 01 Aug 2018 05:53:53 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://1c426f71-e315-470f-a765-a4a983e8d919/images/5ee586ea-c13f-471b-8079-57178d06ca87/snap", "metadata": {}}], "file": "/v2/images/5ee586ea-c13f-471b-8079-57178d06ca87/file", "owner": "cb07e8418d69451592b95ae8f2017d7c", "id": "5ee586ea-c13f-471b-8079-57178d06ca87", "size": 263062016, "self": "/v2/images/5ee586ea-c13f-471b-8079-57178d06ca87", "disk_format": "qcow2", "direct_url": "rbd://1c426f71-e315-470f-a765-a4a983e8d919/images/5ee586ea-c13f-471b-8079-57178d06ca87/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "c32842906fda865db9034d5a3159ad979a5432d2fec0864c6f6bed7b7de7338e", "updated_at": "2018-08-01T04:53:42Z", "visibility": "private", "owner_specified.shade.object": "images/heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "81360220b4382d4b91eef0ebaf46a661", "name": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "checksum": "81360220b4382d4b91eef0ebaf46a661", "created_at": "2018-08-01T04:53:38Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-01 05:53:53,263 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-498f864e-98cf-4416-be97-3772eda11e36 2018-08-01 05:53:53,263 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.036906003952s 2018-08-01 05:53:53,263 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-498f864e-98cf-4416-be97-3772eda11e36 2018-08-01 05:53:53,267 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-01 05:53:53,270 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8776/v3/cb07e8418d69451592b95ae8f2017d7c/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}f5a83086f51c45f2204c68512a5b16fdfa8ab1ff" 2018-08-01 05:53:53,898 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:53:53 GMT Server: Apache x-compute-request-id: req-033e2413-f242-460e-8ae2-43d8db8752a9 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-033e2413-f242-460e-8ae2-43d8db8752a9 Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-08-01 05:53:53,898 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/cb07e8418d69451592b95ae8f2017d7c/volumes/detail used request id req-033e2413-f242-460e-8ae2-43d8db8752a9 2018-08-01 05:53:53,898 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.631099939346s 2018-08-01 05:53:53,898 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/cb07e8418d69451592b95ae8f2017d7c/volumes/detail used request id req-033e2413-f242-460e-8ae2-43d8db8752a9 2018-08-01 05:53:53,899 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-01 05:53:53,902 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21: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}f5a83086f51c45f2204c68512a5b16fdfa8ab1ff" 2018-08-01 05:53:53,938 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:53:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b7544a09-948b-4571-aae6-61b3e6810d0c x-compute-request-id: req-b7544a09-948b-4571-aae6-61b3e6810d0c Content-Encoding: gzip Content-Length: 473 Content-Type: application/json RESP BODY: {"flavors": [{"name": "shaker-flavor_ada014ec-51b2-4b16-abc8-039585ddedf9", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/80cad012-10a6-4ee0-be06-4098e5231e52", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/80cad012-10a6-4ee0-be06-4098e5231e52", "rel": "bookmark"}], "ram": 512, "OS-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": "80cad012-10a6-4ee0-be06-4098e5231e52"}, {"name": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/d408bbdd-eb67-4274-af5f-12cad1e36091", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/d408bbdd-eb67-4274-af5f-12cad1e36091", "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": "d408bbdd-eb67-4274-af5f-12cad1e36091"}, {"name": "vmtp-flavor_455f0502-39b9-4683-ab46-623f9d25bfec", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/e80222cd-7913-499f-adff-4da7988d266d", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/e80222cd-7913-499f-adff-4da7988d266d", "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": "e80222cd-7913-499f-adff-4da7988d266d"}]} 2018-08-01 05:53:53,938 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-b7544a09-948b-4571-aae6-61b3e6810d0c 2018-08-01 05:53:53,939 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.039274930954s 2018-08-01 05:53:53,939 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-b7544a09-948b-4571-aae6-61b3e6810d0c 2018-08-01 05:53:53,941 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.os-security-groups 2018-08-01 05:53:53,944 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/1c04dd67-c96a-438d-b7ad-7f418473f4b6/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}f5a83086f51c45f2204c68512a5b16fdfa8ab1ff" 2018-08-01 05:53:54,857 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:53:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ec08ddfe-2b12-423f-9963-a6d944919f68 x-compute-request-id: req-ec08ddfe-2b12-423f-9963-a6d944919f68 Content-Encoding: gzip Content-Length: 579 Content-Type: application/json RESP BODY: {"security_groups": [{"rules": [{"from_port": 2380, "group": {"tenant_id": "cb07e8418d69451592b95ae8f2017d7c", "name": "clearwater-opnfv-base-mgmt"}, "ip_protocol": "tcp", "to_port": 2380, "parent_group_id": "e7341ed9-1e82-4b99-9d41-b26b9edb0e8a", "ip_range": {}, "id": "16ecfc8f-6479-4b6f-a8ed-bb353ce45f58"}, {"from_port": 22, "group": {}, "ip_protocol": "tcp", "to_port": 22, "parent_group_id": "e7341ed9-1e82-4b99-9d41-b26b9edb0e8a", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "252dff5d-0544-4937-a56e-1d6f2ed24fc1"}, {"from_port": 161, "group": {}, "ip_protocol": "udp", "to_port": 161, "parent_group_id": "e7341ed9-1e82-4b99-9d41-b26b9edb0e8a", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "35dab122-0f5c-4af0-a840-344063ceb6f1"}, {"from_port": 4000, "group": {"tenant_id": "cb07e8418d69451592b95ae8f2017d7c", "name": "clearwater-opnfv-base-mgmt"}, "ip_protocol": "tcp", "to_port": 4000, "parent_group_id": "e7341ed9-1e82-4b99-9d41-b26b9edb0e8a", "ip_range": {}, "id": "4df2e075-abb5-4bdd-96e0-85742ef2a04c"}, {"from_port": -1, "group": {}, "ip_protocol": "icmp", "to_port": -1, "parent_group_id": "e7341ed9-1e82-4b99-9d41-b26b9edb0e8a", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "ebedc0dc-f946-4e36-86d2-5aedf6f10b74"}], "tenant_id": "cb07e8418d69451592b95ae8f2017d7c", "id": "e7341ed9-1e82-4b99-9d41-b26b9edb0e8a", "name": "clearwater-opnfv-base-mgmt", "description": "Base security group for all Clearwater nodes (management)"}, {"rules": [{"from_port": 443, "group": {}, "ip_protocol": "tcp", "to_port": 443, "parent_group_id": "b36d9f91-b635-42ee-91a6-415b700b3240", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "51de37c8-9db7-4c58-a641-ad4b590d0178"}, {"from_port": 80, "group": {}, "ip_protocol": "tcp", "to_port": 80, "parent_group_id": "b36d9f91-b635-42ee-91a6-415b700b3240", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "7c43df8c-fdac-4a3a-965f-49bdbf634ec8"}], "tenant_id": "cb07e8418d69451592b95ae8f2017d7c", "id": "b36d9f91-b635-42ee-91a6-415b700b3240", "name": "clearwater-opnfv-ellis-mgmt", "description": "Security group for Ellis nodes (management)"}]} 2018-08-01 05:53:54,858 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/1c04dd67-c96a-438d-b7ad-7f418473f4b6/os-security-groups used request id req-ec08ddfe-2b12-423f-9963-a6d944919f68 2018-08-01 05:53:54,858 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.os-security-groups in 0.916454076767s 2018-08-01 05:53:54,858 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/1c04dd67-c96a-438d-b7ad-7f418473f4b6/os-security-groups used request id req-ec08ddfe-2b12-423f-9963-a6d944919f68 2018-08-01 05:53:54,865 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-01 05:53:54,868 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f5a83086f51c45f2204c68512a5b16fdfa8ab1ff" 2018-08-01 05:53:55,518 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1207 Content-Type: application/json X-Openstack-Request-Id: req-9773b336-a2c6-4822-8706-7cc4bededa82 Date: Wed, 01 Aug 2018 05:53:55 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://1c426f71-e315-470f-a765-a4a983e8d919/images/5ee586ea-c13f-471b-8079-57178d06ca87/snap", "metadata": {}}], "file": "/v2/images/5ee586ea-c13f-471b-8079-57178d06ca87/file", "owner": "cb07e8418d69451592b95ae8f2017d7c", "id": "5ee586ea-c13f-471b-8079-57178d06ca87", "size": 263062016, "self": "/v2/images/5ee586ea-c13f-471b-8079-57178d06ca87", "disk_format": "qcow2", "direct_url": "rbd://1c426f71-e315-470f-a765-a4a983e8d919/images/5ee586ea-c13f-471b-8079-57178d06ca87/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "c32842906fda865db9034d5a3159ad979a5432d2fec0864c6f6bed7b7de7338e", "updated_at": "2018-08-01T04:53:42Z", "visibility": "private", "owner_specified.shade.object": "images/heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "81360220b4382d4b91eef0ebaf46a661", "name": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "checksum": "81360220b4382d4b91eef0ebaf46a661", "created_at": "2018-08-01T04:53:38Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-01 05:53:55,518 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-9773b336-a2c6-4822-8706-7cc4bededa82 2018-08-01 05:53:55,519 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.653700113297s 2018-08-01 05:53:55,519 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-9773b336-a2c6-4822-8706-7cc4bededa82 2018-08-01 05:53:55,523 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-01 05:53:55,526 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8776/v3/cb07e8418d69451592b95ae8f2017d7c/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}f5a83086f51c45f2204c68512a5b16fdfa8ab1ff" 2018-08-01 05:53:56,154 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:53:55 GMT Server: Apache x-compute-request-id: req-27019cd4-b969-4fdb-8d17-4bdb464689c7 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-27019cd4-b969-4fdb-8d17-4bdb464689c7 Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-08-01 05:53:56,155 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/cb07e8418d69451592b95ae8f2017d7c/volumes/detail used request id req-27019cd4-b969-4fdb-8d17-4bdb464689c7 2018-08-01 05:53:56,155 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.631711006165s 2018-08-01 05:53:56,155 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/cb07e8418d69451592b95ae8f2017d7c/volumes/detail used request id req-27019cd4-b969-4fdb-8d17-4bdb464689c7 2018-08-01 05:53:56,156 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-01 05:53:56,159 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21: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}f5a83086f51c45f2204c68512a5b16fdfa8ab1ff" 2018-08-01 05:53:56,185 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:53:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-950a668c-713f-47a9-a429-79f80a41b751 x-compute-request-id: req-950a668c-713f-47a9-a429-79f80a41b751 Content-Encoding: gzip Content-Length: 473 Content-Type: application/json RESP BODY: {"flavors": [{"name": "shaker-flavor_ada014ec-51b2-4b16-abc8-039585ddedf9", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/80cad012-10a6-4ee0-be06-4098e5231e52", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/80cad012-10a6-4ee0-be06-4098e5231e52", "rel": "bookmark"}], "ram": 512, "OS-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": "80cad012-10a6-4ee0-be06-4098e5231e52"}, {"name": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/d408bbdd-eb67-4274-af5f-12cad1e36091", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/d408bbdd-eb67-4274-af5f-12cad1e36091", "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": "d408bbdd-eb67-4274-af5f-12cad1e36091"}, {"name": "vmtp-flavor_455f0502-39b9-4683-ab46-623f9d25bfec", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/e80222cd-7913-499f-adff-4da7988d266d", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/e80222cd-7913-499f-adff-4da7988d266d", "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": "e80222cd-7913-499f-adff-4da7988d266d"}]} 2018-08-01 05:53:56,185 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-950a668c-713f-47a9-a429-79f80a41b751 2018-08-01 05:53:56,185 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0289399623871s 2018-08-01 05:53:56,185 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-950a668c-713f-47a9-a429-79f80a41b751 2018-08-01 05:53:56,187 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.os-security-groups 2018-08-01 05:53:56,189 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/5ffec145-a95f-472d-9fa2-14dcdb077e57/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}f5a83086f51c45f2204c68512a5b16fdfa8ab1ff" 2018-08-01 05:53:56,552 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:53:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6cfce8d2-3d33-44ac-8b0d-08c01148f9cc x-compute-request-id: req-6cfce8d2-3d33-44ac-8b0d-08c01148f9cc Content-Encoding: gzip Content-Length: 399 Content-Type: application/json RESP BODY: {"security_groups": [{"rules": [{"from_port": 22, "group": {}, "ip_protocol": "tcp", "to_port": 22, "parent_group_id": "d401b2af-673a-4256-9ee1-81f7c20630ca", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "0676cf47-3926-46d3-be9f-cf2bffd35222"}, {"from_port": 53, "group": {}, "ip_protocol": "tcp", "to_port": 53, "parent_group_id": "d401b2af-673a-4256-9ee1-81f7c20630ca", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "399cba48-e2e2-4a98-a52a-deaa142e8c10"}, {"from_port": -1, "group": {}, "ip_protocol": "icmp", "to_port": -1, "parent_group_id": "d401b2af-673a-4256-9ee1-81f7c20630ca", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "a4fd3946-e634-447f-91b7-2803d39d3a47"}, {"from_port": 53, "group": {}, "ip_protocol": "udp", "to_port": 53, "parent_group_id": "d401b2af-673a-4256-9ee1-81f7c20630ca", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "dc067d3d-90b4-4a9b-9794-82d374a17ef4"}], "tenant_id": "cb07e8418d69451592b95ae8f2017d7c", "id": "d401b2af-673a-4256-9ee1-81f7c20630ca", "name": "clearwater-opnfv-dns", "description": "Security group for DNS nodes"}, {"rules": [{"from_port": 22, "group": {}, "ip_protocol": "tcp", "to_port": 22, "parent_group_id": "d401b2af-673a-4256-9ee1-81f7c20630ca", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "0676cf47-3926-46d3-be9f-cf2bffd35222"}, {"from_port": 53, "group": {}, "ip_protocol": "tcp", "to_port": 53, "parent_group_id": "d401b2af-673a-4256-9ee1-81f7c20630ca", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "399cba48-e2e2-4a98-a52a-deaa142e8c10"}, {"from_port": -1, "group": {}, "ip_protocol": "icmp", "to_port": -1, "parent_group_id": "d401b2af-673a-4256-9ee1-81f7c20630ca", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "a4fd3946-e634-447f-91b7-2803d39d3a47"}, {"from_port": 53, "group": {}, "ip_protocol": "udp", "to_port": 53, "parent_group_id": "d401b2af-673a-4256-9ee1-81f7c20630ca", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "dc067d3d-90b4-4a9b-9794-82d374a17ef4"}], "tenant_id": "cb07e8418d69451592b95ae8f2017d7c", "id": "d401b2af-673a-4256-9ee1-81f7c20630ca", "name": "clearwater-opnfv-dns", "description": "Security group for DNS nodes"}]} 2018-08-01 05:53:56,553 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/5ffec145-a95f-472d-9fa2-14dcdb077e57/os-security-groups used request id req-6cfce8d2-3d33-44ac-8b0d-08c01148f9cc 2018-08-01 05:53:56,553 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.os-security-groups in 0.365386009216s 2018-08-01 05:53:56,553 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/5ffec145-a95f-472d-9fa2-14dcdb077e57/os-security-groups used request id req-6cfce8d2-3d33-44ac-8b0d-08c01148f9cc 2018-08-01 05:53:56,560 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-01 05:53:56,564 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f5a83086f51c45f2204c68512a5b16fdfa8ab1ff" 2018-08-01 05:53:57,214 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1207 Content-Type: application/json X-Openstack-Request-Id: req-ec541f13-6265-4fe8-84f7-f41efb9cdb5a Date: Wed, 01 Aug 2018 05:53:57 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://1c426f71-e315-470f-a765-a4a983e8d919/images/5ee586ea-c13f-471b-8079-57178d06ca87/snap", "metadata": {}}], "file": "/v2/images/5ee586ea-c13f-471b-8079-57178d06ca87/file", "owner": "cb07e8418d69451592b95ae8f2017d7c", "id": "5ee586ea-c13f-471b-8079-57178d06ca87", "size": 263062016, "self": "/v2/images/5ee586ea-c13f-471b-8079-57178d06ca87", "disk_format": "qcow2", "direct_url": "rbd://1c426f71-e315-470f-a765-a4a983e8d919/images/5ee586ea-c13f-471b-8079-57178d06ca87/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "c32842906fda865db9034d5a3159ad979a5432d2fec0864c6f6bed7b7de7338e", "updated_at": "2018-08-01T04:53:42Z", "visibility": "private", "owner_specified.shade.object": "images/heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "81360220b4382d4b91eef0ebaf46a661", "name": "heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "checksum": "81360220b4382d4b91eef0ebaf46a661", "created_at": "2018-08-01T04:53:38Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-01 05:53:57,215 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-ec541f13-6265-4fe8-84f7-f41efb9cdb5a 2018-08-01 05:53:57,215 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.654348134995s 2018-08-01 05:53:57,215 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-ec541f13-6265-4fe8-84f7-f41efb9cdb5a 2018-08-01 05:53:57,219 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-01 05:53:57,222 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8776/v3/cb07e8418d69451592b95ae8f2017d7c/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}f5a83086f51c45f2204c68512a5b16fdfa8ab1ff" 2018-08-01 05:53:57,940 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:53:57 GMT Server: Apache x-compute-request-id: req-0f6e5a0f-f6c4-4358-aca6-072ecab6126c OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-0f6e5a0f-f6c4-4358-aca6-072ecab6126c Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-08-01 05:53:57,940 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/cb07e8418d69451592b95ae8f2017d7c/volumes/detail used request id req-0f6e5a0f-f6c4-4358-aca6-072ecab6126c 2018-08-01 05:53:57,940 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.720921039581s 2018-08-01 05:53:57,941 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.21:8776/v3/cb07e8418d69451592b95ae8f2017d7c/volumes/detail used request id req-0f6e5a0f-f6c4-4358-aca6-072ecab6126c 2018-08-01 05:53:57,941 - 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:5a:5d:15', u'version': 4, u'addr': u'192.168.1.24', u'OS-EXT-IPS:type': u'fixed'})], u'clearwater-opnfv-private-management': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:17:36:06', u'version': 4, u'addr': u'192.168.0.17', u'OS-EXT-IPS:type': u'fixed'}), Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:17:36:06', u'version': 4, u'addr': u'172.30.9.214', u'OS-EXT-IPS:type': u'floating'})]}), 'terminated_at': None, 'image': Munch({u'id': u'5ee586ea-c13f-471b-8079-57178d06ca87', 'name': u'heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1'}), 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-01T04:58:50.000000', 'flavor': Munch({u'id': u'd408bbdd-eb67-4274-af5f-12cad1e36091', 'name': u'heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1'}), 'az': u'nova', 'id': u'7dc695fa-2949-466b-a2a6-9e335a529f66', 'security_groups': [Munch({'description': u'Base security group for all Clearwater nodes (management)', 'tenant_id': u'cb07e8418d69451592b95ae8f2017d7c', 'security_group_rules': [Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 2380, 'security_group_id': u'e7341ed9-1e82-4b99-9d41-b26b9edb0e8a', 'tenant_id': '', 'port_range_min': 2380, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'cb07e8418d69451592b95ae8f2017d7c', 'name': 'heat_ims-project_ac19ae67-8a04-434b-b065-8d594a8926e1', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'cb07e8418d69451592b95ae8f2017d7c', u'name': u'clearwater-opnfv-base-mgmt'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'cb07e8418d69451592b95ae8f2017d7c', u'name': u'clearwater-opnfv-base-mgmt'}), 'project_id': '', 'id': u'16ecfc8f-6479-4b6f-a8ed-bb353ce45f58'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 22, 'security_group_id': u'e7341ed9-1e82-4b99-9d41-b26b9edb0e8a', 'tenant_id': '', 'port_range_min': 22, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'cb07e8418d69451592b95ae8f2017d7c', 'name': 'heat_ims-project_ac19ae67-8a04-434b-b065-8d594a8926e1', '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'252dff5d-0544-4937-a56e-1d6f2ed24fc1'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'udp', 'ethertype': 'IPv4', 'port_range_max': 161, 'security_group_id': u'e7341ed9-1e82-4b99-9d41-b26b9edb0e8a', 'tenant_id': '', 'port_range_min': 161, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'cb07e8418d69451592b95ae8f2017d7c', 'name': 'heat_ims-project_ac19ae67-8a04-434b-b065-8d594a8926e1', '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'35dab122-0f5c-4af0-a840-344063ceb6f1'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 4000, 'security_group_id': u'e7341ed9-1e82-4b99-9d41-b26b9edb0e8a', 'tenant_id': '', 'port_range_min': 4000, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'cb07e8418d69451592b95ae8f2017d7c', 'name': 'heat_ims-project_ac19ae67-8a04-434b-b065-8d594a8926e1', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'cb07e8418d69451592b95ae8f2017d7c', u'name': u'clearwater-opnfv-base-mgmt'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'cb07e8418d69451592b95ae8f2017d7c', u'name': u'clearwater-opnfv-base-mgmt'}), 'project_id': '', 'id': u'4df2e075-abb5-4bdd-96e0-85742ef2a04c'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'icmp', 'ethertype': 'IPv4', 'port_range_max': None, 'security_group_id': u'e7341ed9-1e82-4b99-9d41-b26b9edb0e8a', 'tenant_id': '', 'port_range_min': None, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'cb07e8418d69451592b95ae8f2017d7c', 'name': 'heat_ims-project_ac19ae67-8a04-434b-b065-8d594a8926e1', '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'ebedc0dc-f946-4e36-86d2-5aedf6f10b74'})], 'id': u'e7341ed9-1e82-4b99-9d41-b26b9edb0e8a', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'cb07e8418d69451592b95ae8f2017d7c', 'name': 'heat_ims-project_ac19ae67-8a04-434b-b065-8d594a8926e1', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'cb07e8418d69451592b95ae8f2017d7c', 'properties': Munch({}), 'name': u'clearwater-opnfv-base-mgmt'}), Munch({'description': u'Security group for Dime nodes (management)', 'tenant_id': u'cb07e8418d69451592b95ae8f2017d7c', 'security_group_rules': [Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 8889, 'security_group_id': u'ec83b27f-42b0-4914-a8de-d1b3cd918358', 'tenant_id': '', 'port_range_min': 8889, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'cb07e8418d69451592b95ae8f2017d7c', 'name': 'heat_ims-project_ac19ae67-8a04-434b-b065-8d594a8926e1', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'cb07e8418d69451592b95ae8f2017d7c', u'name': u'clearwater-opnfv-ellis-mgmt'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'cb07e8418d69451592b95ae8f2017d7c', u'name': u'clearwater-opnfv-ellis-mgmt'}), 'project_id': '', 'id': u'de3acafa-6285-4ad7-8f3d-e5cd61684a2f'})], 'id': u'ec83b27f-42b0-4914-a8de-d1b3cd918358', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'cb07e8418d69451592b95ae8f2017d7c', 'name': 'heat_ims-project_ac19ae67-8a04-434b-b065-8d594a8926e1', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'cb07e8418d69451592b95ae8f2017d7c', 'properties': Munch({}), 'name': u'clearwater-opnfv-dime-mgmt'}), Munch({'description': u'Security group for Dime nodes (signaling)', 'tenant_id': u'cb07e8418d69451592b95ae8f2017d7c', 'security_group_rules': [Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 10888, 'security_group_id': u'10836207-9429-4df0-8585-04ee7e66af78', 'tenant_id': '', 'port_range_min': 10888, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'cb07e8418d69451592b95ae8f2017d7c', 'name': 'heat_ims-project_ac19ae67-8a04-434b-b065-8d594a8926e1', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'cb07e8418d69451592b95ae8f2017d7c', u'name': u'clearwater-opnfv-bono-sig'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'cb07e8418d69451592b95ae8f2017d7c', u'name': u'clearwater-opnfv-bono-sig'}), 'project_id': '', 'id': u'4909539c-60ae-47f8-a5ea-9cce6689b9ce'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 10888, 'security_group_id': u'10836207-9429-4df0-8585-04ee7e66af78', 'tenant_id': '', 'port_range_min': 10888, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'cb07e8418d69451592b95ae8f2017d7c', 'name': 'heat_ims-project_ac19ae67-8a04-434b-b065-8d594a8926e1', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'cb07e8418d69451592b95ae8f2017d7c', u'name': u'clearwater-opnfv-vellum-sig-outbound'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'cb07e8418d69451592b95ae8f2017d7c', u'name': u'clearwater-opnfv-vellum-sig-outbound'}), 'project_id': '', 'id': u'58301354-9e7a-4311-9eea-dd325e7b447b'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 10888, 'security_group_id': u'10836207-9429-4df0-8585-04ee7e66af78', 'tenant_id': '', 'port_range_min': 10888, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'cb07e8418d69451592b95ae8f2017d7c', 'name': 'heat_ims-project_ac19ae67-8a04-434b-b065-8d594a8926e1', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'cb07e8418d69451592b95ae8f2017d7c', u'name': u'clearwater-opnfv-sprout-sig-outbound'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'cb07e8418d69451592b95ae8f2017d7c', u'name': u'clearwater-opnfv-sprout-sig-outbound'}), 'project_id': '', 'id': u'9dfd41af-d3f4-4a61-84b9-89b5d72849f0'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 8888, 'security_group_id': u'10836207-9429-4df0-8585-04ee7e66af78', 'tenant_id': '', 'port_range_min': 8888, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'cb07e8418d69451592b95ae8f2017d7c', 'name': 'heat_ims-project_ac19ae67-8a04-434b-b065-8d594a8926e1', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'cb07e8418d69451592b95ae8f2017d7c', u'name': u'clearwater-opnfv-sprout-sig-outbound'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'cb07e8418d69451592b95ae8f2017d7c', u'name': u'clearwater-opnfv-sprout-sig-outbound'}), 'project_id': '', 'id': u'a0dac8f1-a37d-4755-b2a0-53d7ae0f3b30'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 8888, 'security_group_id': u'10836207-9429-4df0-8585-04ee7e66af78', 'tenant_id': '', 'port_range_min': 8888, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'cb07e8418d69451592b95ae8f2017d7c', 'name': 'heat_ims-project_ac19ae67-8a04-434b-b065-8d594a8926e1', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'cb07e8418d69451592b95ae8f2017d7c', u'name': u'clearwater-opnfv-bono-sig'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'cb07e8418d69451592b95ae8f2017d7c', u'name': u'clearwater-opnfv-bono-sig'}), 'project_id': '', 'id': u'd081ed2a-06be-4d9b-9729-889914b6c83d'})], 'id': u'10836207-9429-4df0-8585-04ee7e66af78', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'cb07e8418d69451592b95ae8f2017d7c', 'name': 'heat_ims-project_ac19ae67-8a04-434b-b065-8d594a8926e1', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'cb07e8418d69451592b95ae8f2017d7c', 'properties': Munch({}), 'name': u'clearwater-opnfv-dime-sig'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'39a67e8266a941419221c6c2899087f6', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': u'172.30.9.214', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'cb07e8418d69451592b95ae8f2017d7c', 'name': 'heat_ims-project_ac19ae67-8a04-434b-b065-8d594a8926e1', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 1, 'public_v4': u'172.30.9.214', 'progress': 0, u'OS-EXT-STS:power_state': 1, 'interface_ip': u'172.30.9.214', 'launched_at': u'2018-08-01T04:58:50.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-01T04:58:50Z', 'hostId': u'011e9895432519160fba775ad8c85f3c4ca289cddc05c7641b7edbcb', u'OS-SRV-USG:terminated_at': None, 'key_name': u'heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1', 'public_v6': '', 'private_v4': u'192.168.0.17', 'cloud': 'envvars', 'host_id': u'011e9895432519160fba775ad8c85f3c4ca289cddc05c7641b7edbcb', '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-01T04:58:50.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'cb07e8418d69451592b95ae8f2017d7c', 'name': u'dime-0.clearwater.opnfv', 'adminPass': None, 'tenant_id': u'cb07e8418d69451592b95ae8f2017d7c', 'created_at': u'2018-08-01T04:58:30Z', 'created': u'2018-08-01T04:58:30Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}), Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'clearwater-opnfv-private-signaling': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:e9:9d:86', 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:b8:7a:bc', 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:b8:7a:bc', 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'5ee586ea-c13f-471b-8079-57178d06ca87', 'name': u'heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1'}), 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-01T04:59:01.000000', 'flavor': Munch({u'id': u'd408bbdd-eb67-4274-af5f-12cad1e36091', 'name': u'heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1'}), 'az': u'nova', 'id': u'666ba6a3-36ea-4514-bbbe-fb9f5912b7e7', 'security_groups': [Munch({'description': u'Base security group for all Clearwater nodes (management)', 'tenant_id': u'cb07e8418d69451592b95ae8f2017d7c', 'security_group_rules': [Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 2380, 'security_group_id': u'e7341ed9-1e82-4b99-9d41-b26b9edb0e8a', 'tenant_id': '', 'port_range_min': 2380, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'cb07e8418d69451592b95ae8f2017d7c', 'name': 'heat_ims-project_ac19ae67-8a04-434b-b065-8d594a8926e1', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'cb07e8418d69451592b95ae8f2017d7c', u'name': u'clearwater-opnfv-base-mgmt'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'cb07e8418d69451592b95ae8f2017d7c', u'name': u'clearwater-opnfv-base-mgmt'}), 'project_id': '', 'id': u'16ecfc8f-6479-4b6f-a8ed-bb353ce45f58'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 22, 'security_group_id': u'e7341ed9-1e82-4b99-9d41-b26b9edb0e8a', 'tenant_id': '', 'port_range_min': 22, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'cb07e8418d69451592b95ae8f2017d7c', 'name': 'heat_ims-project_ac19ae67-8a04-434b-b065-8d594a8926e1', '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'252dff5d-0544-4937-a56e-1d6f2ed24fc1'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'udp', 'ethertype': 'IPv4', 'port_range_max': 161, 'security_group_id': u'e7341ed9-1e82-4b99-9d41-b26b9edb0e8a', 'tenant_id': '', 'port_range_min': 161, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'cb07e8418d69451592b95ae8f2017d7c', 'name': 'heat_ims-project_ac19ae67-8a04-434b-b065-8d594a8926e1', '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'35dab122-0f5c-4af0-a840-344063ceb6f1'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 4000, 'security_group_id': u'e7341ed9-1e82-4b99-9d41-b26b9edb0e8a', 'tenant_id': '', 'port_range_min': 4000, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'cb07e8418d69451592b95ae8f2017d7c', 'name': 'heat_ims-project_ac19ae67-8a04-434b-b065-8d594a8926e1', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'cb07e8418d69451592b95ae8f2017d7c', u'name': u'clearwater-opnfv-base-mgmt'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'cb07e8418d69451592b95ae8f2017d7c', u'name': u'clearwater-opnfv-base-mgmt'}), 'project_id': '', 'id': u'4df2e075-abb5-4bdd-96e0-85742ef2a04c'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'icmp', 'ethertype': 'IPv4', 'port_range_max': None, 'security_group_id': u'e7341ed9-1e82-4b99-9d41-b26b9edb0e8a', 'tenant_id': '', 'port_range_min': None, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'cb07e8418d69451592b95ae8f2017d7c', 'name': 'heat_ims-project_ac19ae67-8a04-434b-b065-8d594a8926e1', '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'ebedc0dc-f946-4e36-86d2-5aedf6f10b74'})], 'id': u'e7341ed9-1e82-4b99-9d41-b26b9edb0e8a', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'cb07e8418d69451592b95ae8f2017d7c', 'name': 'heat_ims-project_ac19ae67-8a04-434b-b065-8d594a8926e1', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'cb07e8418d69451592b95ae8f2017d7c', 'properties': Munch({}), 'name': u'clearwater-opnfv-base-mgmt'}), Munch({'description': u'Security group for Sprout nodes inbound traffic (signaling)', 'tenant_id': u'cb07e8418d69451592b95ae8f2017d7c', 'security_group_rules': [Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 9888, 'security_group_id': u'9f76f921-eb49-4af5-b210-c05507b51a5f', 'tenant_id': '', 'port_range_min': 9888, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'cb07e8418d69451592b95ae8f2017d7c', 'name': 'heat_ims-project_ac19ae67-8a04-434b-b065-8d594a8926e1', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'cb07e8418d69451592b95ae8f2017d7c', u'name': u'clearwater-opnfv-vellum-sig-outbound'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'cb07e8418d69451592b95ae8f2017d7c', u'name': u'clearwater-opnfv-vellum-sig-outbound'}), 'project_id': '', 'id': u'0046701b-2cb2-4c3f-b342-65d7839cb826'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 9888, 'security_group_id': u'9f76f921-eb49-4af5-b210-c05507b51a5f', 'tenant_id': '', 'port_range_min': 9888, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'cb07e8418d69451592b95ae8f2017d7c', 'name': 'heat_ims-project_ac19ae67-8a04-434b-b065-8d594a8926e1', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'cb07e8418d69451592b95ae8f2017d7c', u'name': u'clearwater-opnfv-dime-sig'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'cb07e8418d69451592b95ae8f2017d7c', u'name': u'clearwater-opnfv-dime-sig'}), 'project_id': '', 'id': u'3d79a4a4-cfe7-422b-b802-566e49b3e9a9'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 5054, 'security_group_id': u'9f76f921-eb49-4af5-b210-c05507b51a5f', 'tenant_id': '', 'port_range_min': 5054, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'cb07e8418d69451592b95ae8f2017d7c', 'name': 'heat_ims-project_ac19ae67-8a04-434b-b065-8d594a8926e1', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'cb07e8418d69451592b95ae8f2017d7c', u'name': u'clearwater-opnfv-bono-sig'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'cb07e8418d69451592b95ae8f2017d7c', u'name': u'clearwater-opnfv-bono-sig'}), 'project_id': '', 'id': u'50944173-1429-4ce0-b072-3818732fa4ac'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 5052, 'security_group_id': u'9f76f921-eb49-4af5-b210-c05507b51a5f', 'tenant_id': '', 'port_range_min': 5052, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'cb07e8418d69451592b95ae8f2017d7c', 'name': 'heat_ims-project_ac19ae67-8a04-434b-b065-8d594a8926e1', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'cb07e8418d69451592b95ae8f2017d7c', u'name': u'clearwater-opnfv-bono-sig'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'cb07e8418d69451592b95ae8f2017d7c', u'name': u'clearwater-opnfv-bono-sig'}), 'project_id': '', 'id': u'acd2f7c0-3bc7-406e-855a-35ae328cb6fd'})], 'id': u'9f76f921-eb49-4af5-b210-c05507b51a5f', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'cb07e8418d69451592b95ae8f2017d7c', 'name': 'heat_ims-project_ac19ae67-8a04-434b-b065-8d594a8926e1', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'cb07e8418d69451592b95ae8f2017d7c', 'properties': Munch({}), 'name': u'clearwater-opnfv-sprout-sig-inbound'}), Munch({'description': u'Security group for Sprout nodes outbound traffic (signaling)', 'tenant_id': u'cb07e8418d69451592b95ae8f2017d7c', 'security_group_rules': [Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 5054, 'security_group_id': u'91e3ac95-f1fc-41b8-a404-197331820259', 'tenant_id': '', 'port_range_min': 5054, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'cb07e8418d69451592b95ae8f2017d7c', 'name': 'heat_ims-project_ac19ae67-8a04-434b-b065-8d594a8926e1', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'cb07e8418d69451592b95ae8f2017d7c', u'name': u'clearwater-opnfv-sprout-sig-outbound'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'cb07e8418d69451592b95ae8f2017d7c', u'name': u'clearwater-opnfv-sprout-sig-outbound'}), 'project_id': '', 'id': u'5e7dde18-4d34-48ce-ae6d-3b88af975b68'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 5052, 'security_group_id': u'91e3ac95-f1fc-41b8-a404-197331820259', 'tenant_id': '', 'port_range_min': 5052, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'cb07e8418d69451592b95ae8f2017d7c', 'name': 'heat_ims-project_ac19ae67-8a04-434b-b065-8d594a8926e1', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'cb07e8418d69451592b95ae8f2017d7c', u'name': u'clearwater-opnfv-sprout-sig-outbound'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'cb07e8418d69451592b95ae8f2017d7c', u'name': u'clearwater-opnfv-sprout-sig-outbound'}), 'project_id': '', 'id': u'b5cc1255-c966-4ee5-8559-76c5cfb5f323'})], 'id': u'91e3ac95-f1fc-41b8-a404-197331820259', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'cb07e8418d69451592b95ae8f2017d7c', 'name': 'heat_ims-project_ac19ae67-8a04-434b-b065-8d594a8926e1', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'cb07e8418d69451592b95ae8f2017d7c', 'properties': Munch({}), 'name': u'clearwater-opnfv-sprout-sig-outbound'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'39a67e8266a941419221c6c2899087f6', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': u'172.30.9.207', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'cb07e8418d69451592b95ae8f2017d7c', 'name': 'heat_ims-project_ac19ae67-8a04-434b-b065-8d594a8926e1', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 1, 'public_v4': u'172.30.9.207', 'progress': 0, u'OS-EXT-STS:power_state': 1, 'interface_ip': u'172.30.9.207', 'launched_at': u'2018-08-01T04:59:01.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-01T04:59:01Z', 'hostId': u'2e96300f33de30ae103b74db6c12ac903a59d91a1ceaaebb091fc12a', u'OS-SRV-USG:terminated_at': None, 'key_name': u'heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1', 'public_v6': '', 'private_v4': u'192.168.0.4', 'cloud': 'envvars', 'host_id': u'2e96300f33de30ae103b74db6c12ac903a59d91a1ceaaebb091fc12a', '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-01T04:59:01.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'cb07e8418d69451592b95ae8f2017d7c', 'name': u'sprout-0.clearwater.opnfv', 'adminPass': None, 'tenant_id': u'cb07e8418d69451592b95ae8f2017d7c', 'created_at': u'2018-08-01T04:58:29Z', 'created': u'2018-08-01T04:58:29Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}), Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'clearwater-opnfv-private-signaling': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:25:72:d1', u'version': 4, u'addr': u'192.168.1.5', u'OS-EXT-IPS:type': u'fixed'}), Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:25:72:d1', u'version': 4, u'addr': u'172.30.9.200', u'OS-EXT-IPS:type': u'floating'})], u'clearwater-opnfv-private-management': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:d6:6e:69', u'version': 4, u'addr': u'192.168.0.5', u'OS-EXT-IPS:type': u'fixed'}), Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:d6:6e:69', u'version': 4, u'addr': u'172.30.9.208', u'OS-EXT-IPS:type': u'floating'})]}), 'terminated_at': None, 'image': Munch({u'id': u'5ee586ea-c13f-471b-8079-57178d06ca87', 'name': u'heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1'}), 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-01T04:59:01.000000', 'flavor': Munch({u'id': u'd408bbdd-eb67-4274-af5f-12cad1e36091', 'name': u'heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1'}), 'az': u'nova', 'id': u'aadb9baf-3f43-4ed7-89f5-ba607dacf0cb', 'security_groups': [Munch({'description': u'Base security group for all Clearwater nodes (management)', 'tenant_id': u'cb07e8418d69451592b95ae8f2017d7c', 'security_group_rules': [Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 2380, 'security_group_id': u'e7341ed9-1e82-4b99-9d41-b26b9edb0e8a', 'tenant_id': '', 'port_range_min': 2380, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'cb07e8418d69451592b95ae8f2017d7c', 'name': 'heat_ims-project_ac19ae67-8a04-434b-b065-8d594a8926e1', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'cb07e8418d69451592b95ae8f2017d7c', u'name': u'clearwater-opnfv-base-mgmt'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'cb07e8418d69451592b95ae8f2017d7c', u'name': u'clearwater-opnfv-base-mgmt'}), 'project_id': '', 'id': u'16ecfc8f-6479-4b6f-a8ed-bb353ce45f58'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 22, 'security_group_id': u'e7341ed9-1e82-4b99-9d41-b26b9edb0e8a', 'tenant_id': '', 'port_range_min': 22, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'cb07e8418d69451592b95ae8f2017d7c', 'name': 'heat_ims-project_ac19ae67-8a04-434b-b065-8d594a8926e1', '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'252dff5d-0544-4937-a56e-1d6f2ed24fc1'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'udp', 'ethertype': 'IPv4', 'port_range_max': 161, 'security_group_id': u'e7341ed9-1e82-4b99-9d41-b26b9edb0e8a', 'tenant_id': '', 'port_range_min': 161, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'cb07e8418d69451592b95ae8f2017d7c', 'name': 'heat_ims-project_ac19ae67-8a04-434b-b065-8d594a8926e1', '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'35dab122-0f5c-4af0-a840-344063ceb6f1'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 4000, 'security_group_id': u'e7341ed9-1e82-4b99-9d41-b26b9edb0e8a', 'tenant_id': '', 'port_range_min': 4000, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'cb07e8418d69451592b95ae8f2017d7c', 'name': 'heat_ims-project_ac19ae67-8a04-434b-b065-8d594a8926e1', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'cb07e8418d69451592b95ae8f2017d7c', u'name': u'clearwater-opnfv-base-mgmt'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'cb07e8418d69451592b95ae8f2017d7c', u'name': u'clearwater-opnfv-base-mgmt'}), 'project_id': '', 'id': u'4df2e075-abb5-4bdd-96e0-85742ef2a04c'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'icmp', 'ethertype': 'IPv4', 'port_range_max': None, 'security_group_id': u'e7341ed9-1e82-4b99-9d41-b26b9edb0e8a', 'tenant_id': '', 'port_range_min': None, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'cb07e8418d69451592b95ae8f2017d7c', 'name': 'heat_ims-project_ac19ae67-8a04-434b-b065-8d594a8926e1', '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'ebedc0dc-f946-4e36-86d2-5aedf6f10b74'})], 'id': u'e7341ed9-1e82-4b99-9d41-b26b9edb0e8a', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'cb07e8418d69451592b95ae8f2017d7c', 'name': 'heat_ims-project_ac19ae67-8a04-434b-b065-8d594a8926e1', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'cb07e8418d69451592b95ae8f2017d7c', 'properties': Munch({}), 'name': u'clearwater-opnfv-base-mgmt'}), Munch({'description': u'Security group for Homer nodes (management)', 'tenant_id': u'cb07e8418d69451592b95ae8f2017d7c', 'security_group_rules': [Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 7888, 'security_group_id': u'0845e7fe-3d09-439e-9af4-73efec72f52e', 'tenant_id': '', 'port_range_min': 7888, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'cb07e8418d69451592b95ae8f2017d7c', 'name': 'heat_ims-project_ac19ae67-8a04-434b-b065-8d594a8926e1', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'cb07e8418d69451592b95ae8f2017d7c', u'name': u'clearwater-opnfv-sprout-sig-outbound'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'cb07e8418d69451592b95ae8f2017d7c', u'name': u'clearwater-opnfv-sprout-sig-outbound'}), 'project_id': '', 'id': u'68339820-f1fb-4761-8160-8f03b1636b51'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 7888, 'security_group_id': u'0845e7fe-3d09-439e-9af4-73efec72f52e', 'tenant_id': '', 'port_range_min': 7888, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'cb07e8418d69451592b95ae8f2017d7c', 'name': 'heat_ims-project_ac19ae67-8a04-434b-b065-8d594a8926e1', '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'a6cf2de6-a949-4fa4-9d0b-7a021a4c47fd'})], 'id': u'0845e7fe-3d09-439e-9af4-73efec72f52e', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'cb07e8418d69451592b95ae8f2017d7c', 'name': 'heat_ims-project_ac19ae67-8a04-434b-b065-8d594a8926e1', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'cb07e8418d69451592b95ae8f2017d7c', 'properties': Munch({}), 'name': u'clearwater-opnfv-homer-mgmt'}), Munch({'description': u'Security group for Homer nodes (signaling)', 'tenant_id': u'cb07e8418d69451592b95ae8f2017d7c', 'security_group_rules': [Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 9160, 'security_group_id': u'55d932ba-f858-450c-8ae6-70030387d370', 'tenant_id': '', 'port_range_min': 9160, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'cb07e8418d69451592b95ae8f2017d7c', 'name': 'heat_ims-project_ac19ae67-8a04-434b-b065-8d594a8926e1', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'cb07e8418d69451592b95ae8f2017d7c', u'name': u'clearwater-opnfv-homer-sig'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'cb07e8418d69451592b95ae8f2017d7c', u'name': u'clearwater-opnfv-homer-sig'}), 'project_id': '', 'id': u'3bdf542b-21ed-41ff-bd04-5976eb1b2a35'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 7888, 'security_group_id': u'55d932ba-f858-450c-8ae6-70030387d370', 'tenant_id': '', 'port_range_min': 7888, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'cb07e8418d69451592b95ae8f2017d7c', 'name': 'heat_ims-project_ac19ae67-8a04-434b-b065-8d594a8926e1', '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'8725ff39-c727-49fc-93c4-ab2e9b4aed3a'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 7888, 'security_group_id': u'55d932ba-f858-450c-8ae6-70030387d370', 'tenant_id': '', 'port_range_min': 7888, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'cb07e8418d69451592b95ae8f2017d7c', 'name': 'heat_ims-project_ac19ae67-8a04-434b-b065-8d594a8926e1', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'cb07e8418d69451592b95ae8f2017d7c', u'name': u'clearwater-opnfv-sprout-sig-outbound'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'cb07e8418d69451592b95ae8f2017d7c', u'name': u'clearwater-opnfv-sprout-sig-outbound'}), 'project_id': '', 'id': u'90db8d23-9fe9-4b9f-850b-71e9c896642f'})], 'id': u'55d932ba-f858-450c-8ae6-70030387d370', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'cb07e8418d69451592b95ae8f2017d7c', 'name': 'heat_ims-project_ac19ae67-8a04-434b-b065-8d594a8926e1', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'cb07e8418d69451592b95ae8f2017d7c', 'properties': Munch({}), 'name': u'clearwater-opnfv-homer-sig'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'39a67e8266a941419221c6c2899087f6', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': u'172.30.9.200', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'cb07e8418d69451592b95ae8f2017d7c', 'name': 'heat_ims-project_ac19ae67-8a04-434b-b065-8d594a8926e1', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 1, 'public_v4': u'172.30.9.200', 'progress': 0, u'OS-EXT-STS:power_state': 1, 'interface_ip': u'172.30.9.200', 'launched_at': u'2018-08-01T04:59:01.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-01T04:59:01Z', 'hostId': u'2e96300f33de30ae103b74db6c12ac903a59d91a1ceaaebb091fc12a', u'OS-SRV-USG:terminated_at': None, 'key_name': u'heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1', 'public_v6': '', 'private_v4': u'192.168.1.5', 'cloud': 'envvars', 'host_id': u'2e96300f33de30ae103b74db6c12ac903a59d91a1ceaaebb091fc12a', '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-01T04:59:01.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'cb07e8418d69451592b95ae8f2017d7c', 'name': u'homer-0.clearwater.opnfv', 'adminPass': None, 'tenant_id': u'cb07e8418d69451592b95ae8f2017d7c', 'created_at': u'2018-08-01T04:58:29Z', 'created': u'2018-08-01T04:58:29Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}), Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'clearwater-opnfv-private-signaling': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:64:54:5a', u'version': 4, u'addr': u'192.168.1.8', u'OS-EXT-IPS:type': u'fixed'}), Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:64:54:5a', u'version': 4, u'addr': u'172.30.9.209', u'OS-EXT-IPS:type': u'floating'})], u'clearwater-opnfv-private-management': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:2e:61:e6', u'version': 4, u'addr': u'192.168.0.19', u'OS-EXT-IPS:type': u'fixed'}), Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:2e:61:e6', u'version': 4, u'addr': u'172.30.9.201', u'OS-EXT-IPS:type': u'floating'})]}), 'terminated_at': None, 'image': Munch({u'id': u'5ee586ea-c13f-471b-8079-57178d06ca87', 'name': u'heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1'}), 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-01T04:58:51.000000', 'flavor': Munch({u'id': u'd408bbdd-eb67-4274-af5f-12cad1e36091', 'name': u'heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1'}), 'az': u'nova', 'id': u'183f28d0-4ca7-48a9-bf91-0a032f8b36a4', 'security_groups': [Munch({'description': u'Base security group for all Clearwater nodes (management)', 'tenant_id': u'cb07e8418d69451592b95ae8f2017d7c', 'security_group_rules': [Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 2380, 'security_group_id': u'e7341ed9-1e82-4b99-9d41-b26b9edb0e8a', 'tenant_id': '', 'port_range_min': 2380, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'cb07e8418d69451592b95ae8f2017d7c', 'name': 'heat_ims-project_ac19ae67-8a04-434b-b065-8d594a8926e1', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'cb07e8418d69451592b95ae8f2017d7c', u'name': u'clearwater-opnfv-base-mgmt'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'cb07e8418d69451592b95ae8f2017d7c', u'name': u'clearwater-opnfv-base-mgmt'}), 'project_id': '', 'id': u'16ecfc8f-6479-4b6f-a8ed-bb353ce45f58'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 22, 'security_group_id': u'e7341ed9-1e82-4b99-9d41-b26b9edb0e8a', 'tenant_id': '', 'port_range_min': 22, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'cb07e8418d69451592b95ae8f2017d7c', 'name': 'heat_ims-project_ac19ae67-8a04-434b-b065-8d594a8926e1', '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'252dff5d-0544-4937-a56e-1d6f2ed24fc1'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'udp', 'ethertype': 'IPv4', 'port_range_max': 161, 'security_group_id': u'e7341ed9-1e82-4b99-9d41-b26b9edb0e8a', 'tenant_id': '', 'port_range_min': 161, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'cb07e8418d69451592b95ae8f2017d7c', 'name': 'heat_ims-project_ac19ae67-8a04-434b-b065-8d594a8926e1', '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'35dab122-0f5c-4af0-a840-344063ceb6f1'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 4000, 'security_group_id': u'e7341ed9-1e82-4b99-9d41-b26b9edb0e8a', 'tenant_id': '', 'port_range_min': 4000, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'cb07e8418d69451592b95ae8f2017d7c', 'name': 'heat_ims-project_ac19ae67-8a04-434b-b065-8d594a8926e1', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'cb07e8418d69451592b95ae8f2017d7c', u'name': u'clearwater-opnfv-base-mgmt'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'cb07e8418d69451592b95ae8f2017d7c', u'name': u'clearwater-opnfv-base-mgmt'}), 'project_id': '', 'id': u'4df2e075-abb5-4bdd-96e0-85742ef2a04c'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'icmp', 'ethertype': 'IPv4', 'port_range_max': None, 'security_group_id': u'e7341ed9-1e82-4b99-9d41-b26b9edb0e8a', 'tenant_id': '', 'port_range_min': None, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'cb07e8418d69451592b95ae8f2017d7c', 'name': 'heat_ims-project_ac19ae67-8a04-434b-b065-8d594a8926e1', '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'ebedc0dc-f946-4e36-86d2-5aedf6f10b74'})], 'id': u'e7341ed9-1e82-4b99-9d41-b26b9edb0e8a', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'cb07e8418d69451592b95ae8f2017d7c', 'name': 'heat_ims-project_ac19ae67-8a04-434b-b065-8d594a8926e1', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'cb07e8418d69451592b95ae8f2017d7c', 'properties': Munch({}), 'name': u'clearwater-opnfv-base-mgmt'}), Munch({'description': u'Security group for Bono nodes (signaling)', 'tenant_id': u'cb07e8418d69451592b95ae8f2017d7c', 'security_group_rules': [Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'udp', 'ethertype': 'IPv4', 'port_range_max': 5060, 'security_group_id': u'69d21867-feee-4fc1-bdc4-8cd93f095f26', 'tenant_id': '', 'port_range_min': 5060, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'cb07e8418d69451592b95ae8f2017d7c', 'name': 'heat_ims-project_ac19ae67-8a04-434b-b065-8d594a8926e1', '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'00a61aac-6a49-43dd-aa7a-34fbc5737e39'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 3478, 'security_group_id': u'69d21867-feee-4fc1-bdc4-8cd93f095f26', 'tenant_id': '', 'port_range_min': 3478, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'cb07e8418d69451592b95ae8f2017d7c', 'name': 'heat_ims-project_ac19ae67-8a04-434b-b065-8d594a8926e1', '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'3862b5f1-dfef-4053-b040-791b323287ce'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 5062, 'security_group_id': u'69d21867-feee-4fc1-bdc4-8cd93f095f26', 'tenant_id': '', 'port_range_min': 5062, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'cb07e8418d69451592b95ae8f2017d7c', 'name': 'heat_ims-project_ac19ae67-8a04-434b-b065-8d594a8926e1', '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'3adaa5d3-4063-4f59-9079-b4855be86923'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 5058, 'security_group_id': u'69d21867-feee-4fc1-bdc4-8cd93f095f26', 'tenant_id': '', 'port_range_min': 5058, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'cb07e8418d69451592b95ae8f2017d7c', 'name': 'heat_ims-project_ac19ae67-8a04-434b-b065-8d594a8926e1', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'cb07e8418d69451592b95ae8f2017d7c', u'name': u'clearwater-opnfv-sprout-sig-outbound'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'cb07e8418d69451592b95ae8f2017d7c', u'name': u'clearwater-opnfv-sprout-sig-outbound'}), 'project_id': '', 'id': u'64b67305-4b79-42f1-9abb-44fb06fda54d'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'udp', 'ethertype': 'IPv4', 'port_range_max': 3478, 'security_group_id': u'69d21867-feee-4fc1-bdc4-8cd93f095f26', 'tenant_id': '', 'port_range_min': 3478, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'cb07e8418d69451592b95ae8f2017d7c', 'name': 'heat_ims-project_ac19ae67-8a04-434b-b065-8d594a8926e1', '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'75933d4f-af62-42b6-bfa3-93b078b74d71'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'udp', 'ethertype': 'IPv4', 'port_range_max': 65535, 'security_group_id': u'69d21867-feee-4fc1-bdc4-8cd93f095f26', 'tenant_id': '', 'port_range_min': 32768, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'cb07e8418d69451592b95ae8f2017d7c', 'name': 'heat_ims-project_ac19ae67-8a04-434b-b065-8d594a8926e1', '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'959ab7ec-574d-44b0-b5fc-5d23b9b845a3'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 5058, 'security_group_id': u'69d21867-feee-4fc1-bdc4-8cd93f095f26', 'tenant_id': '', 'port_range_min': 5058, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'cb07e8418d69451592b95ae8f2017d7c', 'name': 'heat_ims-project_ac19ae67-8a04-434b-b065-8d594a8926e1', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'cb07e8418d69451592b95ae8f2017d7c', u'name': u'clearwater-opnfv-bono-sig'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'cb07e8418d69451592b95ae8f2017d7c', u'name': u'clearwater-opnfv-bono-sig'}), 'project_id': '', 'id': u'ab187153-2a39-4139-bbe1-6f7bcf1cd29c'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 5060, 'security_group_id': u'69d21867-feee-4fc1-bdc4-8cd93f095f26', 'tenant_id': '', 'port_range_min': 5060, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'cb07e8418d69451592b95ae8f2017d7c', 'name': 'heat_ims-project_ac19ae67-8a04-434b-b065-8d594a8926e1', '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'dfc82928-940e-470c-a330-3520f967500a'})], 'id': u'69d21867-feee-4fc1-bdc4-8cd93f095f26', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'cb07e8418d69451592b95ae8f2017d7c', 'name': 'heat_ims-project_ac19ae67-8a04-434b-b065-8d594a8926e1', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'cb07e8418d69451592b95ae8f2017d7c', 'properties': Munch({}), 'name': u'clearwater-opnfv-bono-sig'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'39a67e8266a941419221c6c2899087f6', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': u'172.30.9.209', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'cb07e8418d69451592b95ae8f2017d7c', 'name': 'heat_ims-project_ac19ae67-8a04-434b-b065-8d594a8926e1', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 1, 'public_v4': u'172.30.9.209', 'progress': 0, u'OS-EXT-STS:power_state': 1, 'interface_ip': u'172.30.9.209', 'launched_at': u'2018-08-01T04:58:51.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-01T04:58:52Z', 'hostId': u'011e9895432519160fba775ad8c85f3c4ca289cddc05c7641b7edbcb', u'OS-SRV-USG:terminated_at': None, 'key_name': u'heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1', 'public_v6': '', 'private_v4': u'192.168.1.8', 'cloud': 'envvars', 'host_id': u'011e9895432519160fba775ad8c85f3c4ca289cddc05c7641b7edbcb', '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-01T04:58:51.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'cb07e8418d69451592b95ae8f2017d7c', 'name': u'bono-0.clearwater.opnfv', 'adminPass': None, 'tenant_id': u'cb07e8418d69451592b95ae8f2017d7c', 'created_at': u'2018-08-01T04:58:28Z', 'created': u'2018-08-01T04:58:28Z', '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'5ee586ea-c13f-471b-8079-57178d06ca87', 'name': u'heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1'}), 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'd408bbdd-eb67-4274-af5f-12cad1e36091', 'name': u'heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1'}), 'az': u'nova', 'id': u'b653a1f5-54e1-430b-8456-1e212e73e7d0', 'security_groups': [], u'os-extended-volumes:volumes_attached': [], 'user_id': u'39a67e8266a941419221c6c2899087f6', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'cb07e8418d69451592b95ae8f2017d7c', 'name': 'heat_ims-project_ac19ae67-8a04-434b-b065-8d594a8926e1', '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-01T04:58:31Z', 'hostId': u'', u'OS-SRV-USG:terminated_at': None, 'key_name': u'heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1', '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'cb07e8418d69451592b95ae8f2017d7c', 'name': u'vellum-0.clearwater.opnfv', 'adminPass': None, 'tenant_id': u'cb07e8418d69451592b95ae8f2017d7c', 'created_at': u'2018-08-01T04:58:28Z', 'created': u'2018-08-01T04:58:28Z', '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:cc:77:40', 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:cc:77:40', 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'5ee586ea-c13f-471b-8079-57178d06ca87', 'name': u'heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1'}), 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-01T04:58:10.000000', 'flavor': Munch({u'id': u'd408bbdd-eb67-4274-af5f-12cad1e36091', 'name': u'heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1'}), 'az': u'nova', 'id': u'1c04dd67-c96a-438d-b7ad-7f418473f4b6', 'security_groups': [Munch({'description': u'Base security group for all Clearwater nodes (management)', 'tenant_id': u'cb07e8418d69451592b95ae8f2017d7c', 'security_group_rules': [Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 2380, 'security_group_id': u'e7341ed9-1e82-4b99-9d41-b26b9edb0e8a', 'tenant_id': '', 'port_range_min': 2380, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'cb07e8418d69451592b95ae8f2017d7c', 'name': 'heat_ims-project_ac19ae67-8a04-434b-b065-8d594a8926e1', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'cb07e8418d69451592b95ae8f2017d7c', u'name': u'clearwater-opnfv-base-mgmt'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'cb07e8418d69451592b95ae8f2017d7c', u'name': u'clearwater-opnfv-base-mgmt'}), 'project_id': '', 'id': u'16ecfc8f-6479-4b6f-a8ed-bb353ce45f58'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 22, 'security_group_id': u'e7341ed9-1e82-4b99-9d41-b26b9edb0e8a', 'tenant_id': '', 'port_range_min': 22, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'cb07e8418d69451592b95ae8f2017d7c', 'name': 'heat_ims-project_ac19ae67-8a04-434b-b065-8d594a8926e1', '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'252dff5d-0544-4937-a56e-1d6f2ed24fc1'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'udp', 'ethertype': 'IPv4', 'port_range_max': 161, 'security_group_id': u'e7341ed9-1e82-4b99-9d41-b26b9edb0e8a', 'tenant_id': '', 'port_range_min': 161, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'cb07e8418d69451592b95ae8f2017d7c', 'name': 'heat_ims-project_ac19ae67-8a04-434b-b065-8d594a8926e1', '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'35dab122-0f5c-4af0-a840-344063ceb6f1'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 4000, 'security_group_id': u'e7341ed9-1e82-4b99-9d41-b26b9edb0e8a', 'tenant_id': '', 'port_range_min': 4000, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'cb07e8418d69451592b95ae8f2017d7c', 'name': 'heat_ims-project_ac19ae67-8a04-434b-b065-8d594a8926e1', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'cb07e8418d69451592b95ae8f2017d7c', u'name': u'clearwater-opnfv-base-mgmt'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'cb07e8418d69451592b95ae8f2017d7c', u'name': u'clearwater-opnfv-base-mgmt'}), 'project_id': '', 'id': u'4df2e075-abb5-4bdd-96e0-85742ef2a04c'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'icmp', 'ethertype': 'IPv4', 'port_range_max': None, 'security_group_id': u'e7341ed9-1e82-4b99-9d41-b26b9edb0e8a', 'tenant_id': '', 'port_range_min': None, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'cb07e8418d69451592b95ae8f2017d7c', 'name': 'heat_ims-project_ac19ae67-8a04-434b-b065-8d594a8926e1', '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'ebedc0dc-f946-4e36-86d2-5aedf6f10b74'})], 'id': u'e7341ed9-1e82-4b99-9d41-b26b9edb0e8a', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'cb07e8418d69451592b95ae8f2017d7c', 'name': 'heat_ims-project_ac19ae67-8a04-434b-b065-8d594a8926e1', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'cb07e8418d69451592b95ae8f2017d7c', 'properties': Munch({}), 'name': u'clearwater-opnfv-base-mgmt'}), Munch({'description': u'Security group for Ellis nodes (management)', 'tenant_id': u'cb07e8418d69451592b95ae8f2017d7c', 'security_group_rules': [Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 443, 'security_group_id': u'b36d9f91-b635-42ee-91a6-415b700b3240', 'tenant_id': '', 'port_range_min': 443, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'cb07e8418d69451592b95ae8f2017d7c', 'name': 'heat_ims-project_ac19ae67-8a04-434b-b065-8d594a8926e1', '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'51de37c8-9db7-4c58-a641-ad4b590d0178'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 80, 'security_group_id': u'b36d9f91-b635-42ee-91a6-415b700b3240', 'tenant_id': '', 'port_range_min': 80, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'cb07e8418d69451592b95ae8f2017d7c', 'name': 'heat_ims-project_ac19ae67-8a04-434b-b065-8d594a8926e1', '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'7c43df8c-fdac-4a3a-965f-49bdbf634ec8'})], 'id': u'b36d9f91-b635-42ee-91a6-415b700b3240', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'cb07e8418d69451592b95ae8f2017d7c', 'name': 'heat_ims-project_ac19ae67-8a04-434b-b065-8d594a8926e1', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'cb07e8418d69451592b95ae8f2017d7c', 'properties': Munch({}), 'name': u'clearwater-opnfv-ellis-mgmt'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'39a67e8266a941419221c6c2899087f6', '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'cb07e8418d69451592b95ae8f2017d7c', 'name': 'heat_ims-project_ac19ae67-8a04-434b-b065-8d594a8926e1', '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-01T04:58:10.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-01T04:58:10Z', 'hostId': u'2e96300f33de30ae103b74db6c12ac903a59d91a1ceaaebb091fc12a', u'OS-SRV-USG:terminated_at': None, 'key_name': u'heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1', 'public_v6': '', 'private_v4': u'192.168.0.11', 'cloud': 'envvars', 'host_id': u'2e96300f33de30ae103b74db6c12ac903a59d91a1ceaaebb091fc12a', '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-01T04:58:10.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'cb07e8418d69451592b95ae8f2017d7c', 'name': u'ellis-0.clearwater.opnfv', 'adminPass': None, 'tenant_id': u'cb07e8418d69451592b95ae8f2017d7c', 'created_at': u'2018-08-01T04:56:32Z', 'created': u'2018-08-01T04:56:32Z', '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:0e:ff:3a', u'version': 4, u'addr': u'192.168.1.4', u'OS-EXT-IPS:type': u'fixed'})], u'clearwater-opnfv-private-management': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:6a:2a:06', u'version': 4, u'addr': u'192.168.0.15', u'OS-EXT-IPS:type': u'fixed'}), Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:6a:2a:06', 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'5ee586ea-c13f-471b-8079-57178d06ca87', 'name': u'heat_ims-img_alt_ac19ae67-8a04-434b-b065-8d594a8926e1'}), 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-01T04:56:20.000000', 'flavor': Munch({u'id': u'd408bbdd-eb67-4274-af5f-12cad1e36091', 'name': u'heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1'}), 'az': u'nova', 'id': u'5ffec145-a95f-472d-9fa2-14dcdb077e57', 'security_groups': [Munch({'description': u'Security group for DNS nodes', 'tenant_id': u'cb07e8418d69451592b95ae8f2017d7c', 'security_group_rules': [Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 22, 'security_group_id': u'd401b2af-673a-4256-9ee1-81f7c20630ca', 'tenant_id': '', 'port_range_min': 22, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'cb07e8418d69451592b95ae8f2017d7c', 'name': 'heat_ims-project_ac19ae67-8a04-434b-b065-8d594a8926e1', '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'0676cf47-3926-46d3-be9f-cf2bffd35222'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 53, 'security_group_id': u'd401b2af-673a-4256-9ee1-81f7c20630ca', 'tenant_id': '', 'port_range_min': 53, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'cb07e8418d69451592b95ae8f2017d7c', 'name': 'heat_ims-project_ac19ae67-8a04-434b-b065-8d594a8926e1', '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'399cba48-e2e2-4a98-a52a-deaa142e8c10'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'icmp', 'ethertype': 'IPv4', 'port_range_max': None, 'security_group_id': u'd401b2af-673a-4256-9ee1-81f7c20630ca', 'tenant_id': '', 'port_range_min': None, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'cb07e8418d69451592b95ae8f2017d7c', 'name': 'heat_ims-project_ac19ae67-8a04-434b-b065-8d594a8926e1', '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'a4fd3946-e634-447f-91b7-2803d39d3a47'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'udp', 'ethertype': 'IPv4', 'port_range_max': 53, 'security_group_id': u'd401b2af-673a-4256-9ee1-81f7c20630ca', 'tenant_id': '', 'port_range_min': 53, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'cb07e8418d69451592b95ae8f2017d7c', 'name': 'heat_ims-project_ac19ae67-8a04-434b-b065-8d594a8926e1', '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'dc067d3d-90b4-4a9b-9794-82d374a17ef4'})], 'id': u'd401b2af-673a-4256-9ee1-81f7c20630ca', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'cb07e8418d69451592b95ae8f2017d7c', 'name': 'heat_ims-project_ac19ae67-8a04-434b-b065-8d594a8926e1', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'cb07e8418d69451592b95ae8f2017d7c', 'properties': Munch({}), 'name': u'clearwater-opnfv-dns'}), Munch({'description': u'Security group for DNS nodes', 'tenant_id': u'cb07e8418d69451592b95ae8f2017d7c', 'security_group_rules': [Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 22, 'security_group_id': u'd401b2af-673a-4256-9ee1-81f7c20630ca', 'tenant_id': '', 'port_range_min': 22, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'cb07e8418d69451592b95ae8f2017d7c', 'name': 'heat_ims-project_ac19ae67-8a04-434b-b065-8d594a8926e1', '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'0676cf47-3926-46d3-be9f-cf2bffd35222'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 53, 'security_group_id': u'd401b2af-673a-4256-9ee1-81f7c20630ca', 'tenant_id': '', 'port_range_min': 53, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'cb07e8418d69451592b95ae8f2017d7c', 'name': 'heat_ims-project_ac19ae67-8a04-434b-b065-8d594a8926e1', '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'399cba48-e2e2-4a98-a52a-deaa142e8c10'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'icmp', 'ethertype': 'IPv4', 'port_range_max': None, 'security_group_id': u'd401b2af-673a-4256-9ee1-81f7c20630ca', 'tenant_id': '', 'port_range_min': None, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'cb07e8418d69451592b95ae8f2017d7c', 'name': 'heat_ims-project_ac19ae67-8a04-434b-b065-8d594a8926e1', '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'a4fd3946-e634-447f-91b7-2803d39d3a47'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'udp', 'ethertype': 'IPv4', 'port_range_max': 53, 'security_group_id': u'd401b2af-673a-4256-9ee1-81f7c20630ca', 'tenant_id': '', 'port_range_min': 53, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'cb07e8418d69451592b95ae8f2017d7c', 'name': 'heat_ims-project_ac19ae67-8a04-434b-b065-8d594a8926e1', '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'dc067d3d-90b4-4a9b-9794-82d374a17ef4'})], 'id': u'd401b2af-673a-4256-9ee1-81f7c20630ca', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'cb07e8418d69451592b95ae8f2017d7c', 'name': 'heat_ims-project_ac19ae67-8a04-434b-b065-8d594a8926e1', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'cb07e8418d69451592b95ae8f2017d7c', 'properties': Munch({}), 'name': u'clearwater-opnfv-dns'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'39a67e8266a941419221c6c2899087f6', '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'cb07e8418d69451592b95ae8f2017d7c', 'name': 'heat_ims-project_ac19ae67-8a04-434b-b065-8d594a8926e1', '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-01T04:56:20.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-01T04:56:20Z', 'hostId': u'011e9895432519160fba775ad8c85f3c4ca289cddc05c7641b7edbcb', u'OS-SRV-USG:terminated_at': None, 'key_name': u'heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1', 'public_v6': '', 'private_v4': u'192.168.0.15', 'cloud': 'envvars', 'host_id': u'011e9895432519160fba775ad8c85f3c4ca289cddc05c7641b7edbcb', '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-01T04:56:20.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'cb07e8418d69451592b95ae8f2017d7c', 'name': u'ns.clearwater.opnfv', 'adminPass': None, 'tenant_id': u'cb07e8418d69451592b95ae8f2017d7c', 'created_at': u'2018-08-01T04:54:35Z', 'created': u'2018-08-01T04:54:35Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'})] 2018-08-01 05:53:57,952 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-01 05:53:57,955 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f5a83086f51c45f2204c68512a5b16fdfa8ab1ff" 2018-08-01 05:53:58,723 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:53:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-abaa7abd-669f-4f76-9d08-332ad3b79c77 x-compute-request-id: req-abaa7abd-669f-4f76-9d08-332ad3b79c77 Content-Encoding: gzip Content-Length: 1516 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:17:36:06", "version": 4, "addr": "192.168.0.17", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:17:36:06", "version": 4, "addr": "172.30.9.214", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5a:5d:15", "version": 4, "addr": "192.168.1.24", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/7dc695fa-2949-466b-a2a6-9e335a529f66", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/7dc695fa-2949-466b-a2a6-9e335a529f66", "rel": "bookmark"}], "image": {"id": "5ee586ea-c13f-471b-8079-57178d06ca87", "links": [{"href": "http://172.30.9.21:8774/images/5ee586ea-c13f-471b-8079-57178d06ca87", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-01T04:58:50.000000", "flavor": {"id": "d408bbdd-eb67-4274-af5f-12cad1e36091", "links": [{"href": "http://172.30.9.21:8774/flavors/d408bbdd-eb67-4274-af5f-12cad1e36091", "rel": "bookmark"}]}, "id": "7dc695fa-2949-466b-a2a6-9e335a529f66", "security_groups": [{"name": "clearwater-opnfv-dime-sig"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-mgmt"}], "user_id": "39a67e8266a941419221c6c2899087f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-01T04:58:50Z", "hostId": "011e9895432519160fba775ad8c85f3c4ca289cddc05c7641b7edbcb", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "name": "dime-0.clearwater.opnfv", "created": "2018-08-01T04:58:30Z", "tenant_id": "cb07e8418d69451592b95ae8f2017d7c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b8:7a:bc", "version": 4, "addr": "192.168.0.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b8:7a:bc", "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:e9:9d:86", "version": 4, "addr": "192.168.1.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/666ba6a3-36ea-4514-bbbe-fb9f5912b7e7", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/666ba6a3-36ea-4514-bbbe-fb9f5912b7e7", "rel": "bookmark"}], "image": {"id": "5ee586ea-c13f-471b-8079-57178d06ca87", "links": [{"href": "http://172.30.9.21:8774/images/5ee586ea-c13f-471b-8079-57178d06ca87", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-01T04:59:01.000000", "flavor": {"id": "d408bbdd-eb67-4274-af5f-12cad1e36091", "links": [{"href": "http://172.30.9.21:8774/flavors/d408bbdd-eb67-4274-af5f-12cad1e36091", "rel": "bookmark"}]}, "id": "666ba6a3-36ea-4514-bbbe-fb9f5912b7e7", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-sprout-sig-inbound"}], "user_id": "39a67e8266a941419221c6c2899087f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-01T04:59:01Z", "hostId": "2e96300f33de30ae103b74db6c12ac903a59d91a1ceaaebb091fc12a", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-01T04:58:29Z", "tenant_id": "cb07e8418d69451592b95ae8f2017d7c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d6:6e:69", "version": 4, "addr": "192.168.0.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d6:6e:69", "version": 4, "addr": "172.30.9.208", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:25:72:d1", "version": 4, "addr": "192.168.1.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:25:72:d1", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/aadb9baf-3f43-4ed7-89f5-ba607dacf0cb", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/aadb9baf-3f43-4ed7-89f5-ba607dacf0cb", "rel": "bookmark"}], "image": {"id": "5ee586ea-c13f-471b-8079-57178d06ca87", "links": [{"href": "http://172.30.9.21:8774/images/5ee586ea-c13f-471b-8079-57178d06ca87", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-01T04:59:01.000000", "flavor": {"id": "d408bbdd-eb67-4274-af5f-12cad1e36091", "links": [{"href": "http://172.30.9.21:8774/flavors/d408bbdd-eb67-4274-af5f-12cad1e36091", "rel": "bookmark"}]}, "id": "aadb9baf-3f43-4ed7-89f5-ba607dacf0cb", "security_groups": [{"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-homer-sig"}], "user_id": "39a67e8266a941419221c6c2899087f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-01T04:59:01Z", "hostId": "2e96300f33de30ae103b74db6c12ac903a59d91a1ceaaebb091fc12a", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "name": "homer-0.clearwater.opnfv", "created": "2018-08-01T04:58:29Z", "tenant_id": "cb07e8418d69451592b95ae8f2017d7c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2e:61:e6", "version": 4, "addr": "192.168.0.19", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2e:61:e6", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:64:54:5a", "version": 4, "addr": "192.168.1.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:64:54:5a", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/183f28d0-4ca7-48a9-bf91-0a032f8b36a4", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/183f28d0-4ca7-48a9-bf91-0a032f8b36a4", "rel": "bookmark"}], "image": {"id": "5ee586ea-c13f-471b-8079-57178d06ca87", "links": [{"href": "http://172.30.9.21:8774/images/5ee586ea-c13f-471b-8079-57178d06ca87", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-01T04:58:51.000000", "flavor": {"id": "d408bbdd-eb67-4274-af5f-12cad1e36091", "links": [{"href": "http://172.30.9.21:8774/flavors/d408bbdd-eb67-4274-af5f-12cad1e36091", "rel": "bookmark"}]}, "id": "183f28d0-4ca7-48a9-bf91-0a032f8b36a4", "security_groups": [{"name": "clearwater-opnfv-bono-sig"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "39a67e8266a941419221c6c2899087f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-01T04:58:52Z", "hostId": "011e9895432519160fba775ad8c85f3c4ca289cddc05c7641b7edbcb", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "name": "bono-0.clearwater.opnfv", "created": "2018-08-01T04:58:28Z", "tenant_id": "cb07e8418d69451592b95ae8f2017d7c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/b653a1f5-54e1-430b-8456-1e212e73e7d0", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/b653a1f5-54e1-430b-8456-1e212e73e7d0", "rel": "bookmark"}], "image": {"id": "5ee586ea-c13f-471b-8079-57178d06ca87", "links": [{"href": "http://172.30.9.21:8774/images/5ee586ea-c13f-471b-8079-57178d06ca87", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d408bbdd-eb67-4274-af5f-12cad1e36091", "links": [{"href": "http://172.30.9.21:8774/flavors/d408bbdd-eb67-4274-af5f-12cad1e36091", "rel": "bookmark"}]}, "id": "b653a1f5-54e1-430b-8456-1e212e73e7d0", "user_id": "39a67e8266a941419221c6c2899087f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-01T04:58:31Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-01T04:58:28Z", "tenant_id": "cb07e8418d69451592b95ae8f2017d7c", "os-extended-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:77:40", "version": 4, "addr": "192.168.0.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cc:77:40", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/1c04dd67-c96a-438d-b7ad-7f418473f4b6", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/1c04dd67-c96a-438d-b7ad-7f418473f4b6", "rel": "bookmark"}], "image": {"id": "5ee586ea-c13f-471b-8079-57178d06ca87", "links": [{"href": "http://172.30.9.21:8774/images/5ee586ea-c13f-471b-8079-57178d06ca87", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-01T04:58:10.000000", "flavor": {"id": "d408bbdd-eb67-4274-af5f-12cad1e36091", "links": [{"href": "http://172.30.9.21:8774/flavors/d408bbdd-eb67-4274-af5f-12cad1e36091", "rel": "bookmark"}]}, "id": "1c04dd67-c96a-438d-b7ad-7f418473f4b6", "security_groups": [{"name": "clearwater-opnfv-ellis-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "39a67e8266a941419221c6c2899087f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-01T04:58:10Z", "hostId": "2e96300f33de30ae103b74db6c12ac903a59d91a1ceaaebb091fc12a", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-01T04:56:32Z", "tenant_id": "cb07e8418d69451592b95ae8f2017d7c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6a:2a:06", "version": 4, "addr": "192.168.0.15", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6a:2a:06", "version": 4, "addr": "172.30.9.203", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0e:ff:3a", "version": 4, "addr": "192.168.1.4", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/5ffec145-a95f-472d-9fa2-14dcdb077e57", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/5ffec145-a95f-472d-9fa2-14dcdb077e57", "rel": "bookmark"}], "image": {"id": "5ee586ea-c13f-471b-8079-57178d06ca87", "links": [{"href": "http://172.30.9.21:8774/images/5ee586ea-c13f-471b-8079-57178d06ca87", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-01T04:56:20.000000", "flavor": {"id": "d408bbdd-eb67-4274-af5f-12cad1e36091", "links": [{"href": "http://172.30.9.21:8774/flavors/d408bbdd-eb67-4274-af5f-12cad1e36091", "rel": "bookmark"}]}, "id": "5ffec145-a95f-472d-9fa2-14dcdb077e57", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "39a67e8266a941419221c6c2899087f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-01T04:56:20Z", "hostId": "011e9895432519160fba775ad8c85f3c4ca289cddc05c7641b7edbcb", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "name": "ns.clearwater.opnfv", "created": "2018-08-01T04:54:35Z", "tenant_id": "cb07e8418d69451592b95ae8f2017d7c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-01 05:53:58,724 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-abaa7abd-669f-4f76-9d08-332ad3b79c77 2018-08-01 05:53:58,724 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.771979808807s 2018-08-01 05:53:58,725 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-abaa7abd-669f-4f76-9d08-332ad3b79c77 2018-08-01 05:53:58,732 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-01 05:53:58,735 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/servers/7dc695fa-2949-466b-a2a6-9e335a529f66/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}f5a83086f51c45f2204c68512a5b16fdfa8ab1ff" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-01 05:53:58,849 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:53: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-91fcd276-8ef5-4591-aab6-fb63ff9e08da x-compute-request-id: req-91fcd276-8ef5-4591-aab6-fb63ff9e08da Content-Encoding: gzip Content-Length: 12268 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 3.13.0-153-generic (buildd@lcy01-amd64-026) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #203-Ubuntu SMP Thu Jun 14 08:52:28 UTC 2018 (Ubuntu 3.13.0-153.203-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] No AGP bridge found\n[ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106\n[ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff]\n[ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff]\n[ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff]\n[ 0.000000] RAMDISK: [mem 0x371d2000-0x378e0fff]\n[ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 000000007ffe0000 000040\n[ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff]\n[ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x00001000-0x00ffffff]\n[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]\n[ 0.000000] Normal empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x00001000-0x0009efff]\n[ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)\n[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x80000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s84032 r8192 d22464 u1048576\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] Checking aperture...\n[ 0.000000] No AGP bridge found\n[ 0.000000] Memory: 2039696K/2096616K available (7488K kernel code, 1163K rwdata, 3436K rodata, 1360K init, 1448K bss, 56920K reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU dyntick-idle grace-period acceleration is enabled.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] \tOffload RCU callbacks from all CPUs\n[ 0.000000] \tOffload RCU callbacks from CPUs: 0-1.\n[ 0.000000] NR_IRQS:16640 nr_irqs:512 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 8388608 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.008000] pid_max: default: 32768 minimum: 301\n[ 0.008000] Security Framework initialized\n[ 0.008036] AppArmor: AppArmor initialized\n[ 0.008891] Yama: becoming mindful.\n[ 0.009791] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.012963] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.014941] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.016005] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.017574] Initializing cgroup subsys memory\n[ 0.018478] Initializing cgroup subsys devices\n[ 0.019374] Initializing cgroup subsys freezer\n[ 0.020004] Initializing cgroup subsys blkio\n[ 0.020881] Initializing cgroup subsys perf_event\n[ 0.021825] Initializing cgroup subsys hugetlb\n[ 0.022780] CPU: Physical Processor ID: 0\n[ 0.024010] FEATURE SPEC_CTRL Present\n[ 0.025492] mce: CPU supports 10 MCE banks\n[ 0.026366] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.026366] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.028004] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.029213] Spectre V2 mitigation: Speculation control IBPB supported IBRS supported\n[ 0.030604] Spectre V2 mitigation: Retpoline compiled kernel. Defaulting IBRS to disabled[ 0.032002] Speculative Store Bypass: Vulnerable\n[ 0.033261] Freeing SMP alternatives memory: 32K (ffffffff81e78000 - ffffffff81e80000)\n[ 0.038308] ACPI: Core revision 20131115\n[ 0.039601] ACPI: All ACPI Tables successfully acquired\n[ 0.040249] ftrace: allocating 28727 entries in 113 pages\n[ 0.060297] Enabling x2apic\n[ 0.061023] Enabled x2apic\n[ 0.061866] Switched APIC routing to physical x2apic.\n[ 0.064915] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.066148] smpboot: CPU0: Intel Core Processor (Haswell, no TSX, IBRS) (fam: 06, model: 3c, stepping: 01)\n[ 0.068467] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.076657] KVM setup paravirtual spinlock\n[ 0.078831] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.080151] x86: Booting SMP configuration:\n[ 0.081077] .... node #0, CPUs: #1[ 0.078797] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.096046] x86: Booted up 1 node, 2 CPUs\n[ 0.096033] KVM setup async PF for cpu 1\n[ 0.096033] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.098856] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.100356] devtmpfs: initialized\n[ 0.102600] EVM: security.selinux\n[ 0.103326] EVM: security.SMACK64\n[ 0.104014] EVM: security.ima\n[ 0.104675] EVM: security.capability\n[ 0.105473] pinctrl core: initialized pinctrl subsystem\n[ 0.105942] regulator-dummy: no parameters\n[ 0.108066] RTC time: 4:58:52, date: 08/01/18\n[ 0.109391] NET: Registered protocol family 16\n[ 0.110651] cpuidle: using governor ladder\n[ 0.111551] cpuidle: using governor menu\n[ 0.112069] ACPI: bus type PCI registered\n[ 0.112935] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.114315] PCI: Using configuration type 1 for base access\n[ 0.116053] bio: create slab at 0\n[ 0.116932] ACPI: Added _OSI(Module Device)\n[ 0.116964] ACPI: Added _OSI(Processor Device)\n[ 0.117890] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.118864] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.121143] ACPI: Interpreter enabled\n[ 0.121973] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.123997] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.125283] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.127264] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.128570] ACPI: (supports S0 S5)\n[ 0.129327] ACPI: Using IOAPIC for interrupt routing\n[ 0.132016] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.134050] ACPI: No dock devices found.\n[ 0.136770] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.138007] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.139339] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.140020] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.142444] acpiphp: Slot [3] registered\n[ 0.143319] acpiphp: Slot [4] registered\n[ 0.144022] acpiphp: Slot [5] registered\n[ 0.144879] acpiphp: Slot [6] registered\n[ 0.145738] acpiphp: Slot [7] registered\n[ 0.146648] acpiphp: Slot [8] registered\n[ 0.147521] acpiphp: Slot [9] registered\n[ 0.148076] acpiphp: Slot [10] registered\n[ 0.149166] acpiphp: Slot [11] registered\n[ 0.150051] acpiphp: Slot [12] registered\n[ 0.151214] acpiphp: Slot [13] registered\n[ 0.152026] acpiphp: Slot [14] registered\n[ 0.153233] acpiphp: Slot [15] registered\n[ 0.154409] acpiphp: Slot [16] registered\n[ 0.155617] acpiphp: Slot [17] registered\n[ 0.156020] acpiphp: Slot [18] registered\n[ 0.157187] acpiphp: Slot [19] registered\n[ 0.158361] acpiphp: Slot [20] registered\n[ 0.159533] acpiphp: Slot [21] registered\n[ 0.160017] acpiphp: Slot [22] registered\n[ 0.161177] acpiphp: Slot [23] registered\n[ 0.162572] acpiphp: Slot [24] registered\n[ 0.163770] acpiphp: Slot [25] registered\n[ 0.164017] acpiphp: Slot [26] registered\n[ 0.165185] acpiphp: Slot [27] registered\n[ 0.166373] acpiphp: Slot [28] registered\n[ 0.167524] acpiphp: Slot [29] registered\n[ 0.168017] acpiphp: Slot [30] registered\n[ 0.169182] acpiphp: Slot [31] registered\n[ 0.170341] PCI host bridge to bus 0000:00\n[ 0.171544] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.172004] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.173752] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.175412] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.176004] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.177851] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.186400] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.188011] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.214496] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.216337] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.218258] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.220515] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.222386] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.224149] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.225797] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.225797] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.228004] vgaarb: loaded\n[ 0.228854] vgaarb: bridge control possible 0000:00:02.0\n[ 0.230633] SCSI subsystem initialized\n[ 0.231850] ACPI: bus type USB registered\n[ 0.232029] usbcore: registered new interface driver usbfs\n[ 0.233593] usbcore: registered new interface driver hub\n[ 0.235095] usbcore: registered new device driver usb\n[ 0.236087] PCI: Using ACPI for IRQ routing\n[ 0.237465] NetLabel: Initializing\n[ 0.238467] NetLabel: domain hash size = 128\n[ 0.239700] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.240061] NetLabel: unlabeled traffic allowed by default\n[ 0.241595] Switched to clocksource kvm-clock\n[ 0.248463] AppArmor: AppArmor Filesystem Enabled\n[ 0.249919] pnp: PnP ACPI init\n[ 0.250864] ACPI: bus type PNP registered\n[ 0.252476] pnp: PnP ACPI: found 8 devices\n[ 0.253728] ACPI: bus type PNP unregistered\n[ 0.261431] NET: Registered protocol family 2\n[ 0.263097] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.265307] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.267261] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.269133] TCP: reno registered\n[ 0.270113] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.271814] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.273668] NET: Registered protocol family 1\n[ 0.274931] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.276547] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.278150] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.300757] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.323249] Trying to unpack rootfs image as initramfs...\n[ 0.417207] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000)\n[ 0.419578] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.421182] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.422806] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.425167] Scanning for low memory corruption every 60 seconds\n[ 0.427084] Initialise system trusted keyring\n[ 0.428351] audit: initializing netlink socket (disabled)\n[ 0.429809] type=2000 audit(1533099533.177:1): initialized\n[ 0.449879] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.452415] zbud: loaded\n[ 0.453415] VFS: Disk quotas dquot_6.5.2\n[ 0.454553] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.456555] fuse init (API version 7.22)\n[ 0.457687] msgmni has been set to 3997\n[ 0.458788] Key type big_key registered\n[ 0.460214] Key type asymmetric registered\n[ 0.461340] Asymmetric key parser 'x509' registered\n[ 0.462660] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.464728] io scheduler noop registered\n[ 0.465830] io scheduler deadline registered (default)\n[ 0.467214] io scheduler cfq registered\n[ 0.468390] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.469848] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.471565] ipmi message handler version 39.2\n[ 0.472785] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.474744] ACPI: Power Button [PWRF]\n[ 0.475837] GHES: HEST is not enabled!\n[ 0.497723] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.541975] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.564878] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.566876] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.590726] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.593251] Linux agpgart interface v0.103\n[ 0.595110] brd: module loaded\n[ 0.596307] loop: module loaded\n[ 0.597469] blk-mq: CPU -> queue map\n[ 0.598434] CPU 0 -> Queue 0\n[ 0.599238] CPU 1 -> Queue 0\n[ 0.600579] vda: vda1\n[ 0.602071] scsi0 : ata_piix\n[ 0.602961] scsi1 : ata_piix\n[ 0.603834] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.605468] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.607422] libphy: Fixed MDIO Bus: probed\n[ 0.608657] tun: Universal TUN/TAP device driver, 1.6\n[ 0.610042] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.613140] PPP generic driver version 2.4.2\n[ 0.614327] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.615937] ehci-pci: EHCI PCI platform driver\n[ 0.617162] ehci-platform: EHCI generic platform driver\n[ 0.618483] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.620011] ohci-pci: OHCI PCI platform driver\n[ 0.621218] ohci-platform: OHCI generic platform driver\n[ 0.622547] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.644816] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.646166] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.648127] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.649645] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.651335] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.653224] usb usb1: Product: UHCI Host Controller\n[ 0.654474] usb usb1: Manufacturer: Linux 3.13.0-153-generic uhci_hcd\n[ 0.656077] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.657371] hub 1-0:1.0: USB hub found\n[ 0.658403] hub 1-0:1.0: 2 ports detected\n[ 0.659573] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.662069] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.663294] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.664750] mousedev: PS/2 mouse device common for all mice\n[ 0.666425] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.668856] rtc_cmos 00:00: RTC can wake from S4\n[ 0.670105] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.671398] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.672764] device-mapper: uevent: version 1.0.3\n[ 0.673812] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.675564] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.676859] TCP: cubic registered\n[ 0.677720] NET: Registered protocol family 10\n[ 0.678905] NET: Registered protocol family 17\n[ 0.679864] Key type dns_resolver registered\n[ 0.680954] Loading compiled-in X.509 certificates\n[ 0.682473] Loaded X.509 cert 'Magrathea: Glacier signing key: b55e82a2f7d16bc6025e44ba19d50e03fccf0ab0'\n[ 0.691313] registered taskstats version 1\n[ 0.693888] Key type trusted registered\n[ 0.697175] Key type encrypted registered\n[ 0.698102] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.699207] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.700784] regulator-dummy: disabling\n[ 0.701679] Magic number: 14:948:968\n[ 0.702629] rtc_cmos 00:00: setting system clock to 2018-08-01 04:58:53 UTC (1533099533)\n[ 0.704358] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.705571] EDD information not available.\n[ 0.765082] Freeing unused kernel memory: 1360K (ffffffff81d24000 - ffffffff81e78000)\n[ 0.766789] Write protecting the kernel read-only data: 12288k\n[ 0.768853] Freeing unused kernel memory: 688K (ffff880001754000 - ffff880001800000)\n[ 0.771891] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.786186] systemd-udevd[107]: starting version 204\n[ 0.816667] FDC 0 is a S82078B\n[ 0.972056] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.135869] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.137262] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.138651] usb 1-1: Product: QEMU USB Tablet\n[ 1.139580] usb 1-1: Manufacturer: QEMU\n[ 1.140434] usb 1-1: SerialNumber: 42\n[ 1.416200] tsc: Refined TSC clocksource calibration: 3491.852 MHz\n[ 1.844904] 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.190178] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nBegin: Running /scripts/local-bottom ... done.\ndone.\nBegin: Running /scripts/init-bottom ... done.\n[ 3.357608] random: init urandom read with 11 bits of entropy available\n * Stopping Track if upstart is running in a container[74G[ OK ]\n[ 3.618261] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Starting Initialize or finalize resolvconf[74G[ OK ]\n * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Wed, 01 Aug 2018 04:58:56 +0000. Up 3.95 seconds.\ncloud-init-nonet[4.10]: waiting 10 seconds for network device\n * Starting set console keymap[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Bridge udev events into upstart[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Starting cold plug devices[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\n * Stopping cold plug devices[74G[ OK ]\n * Stopping log initial device creation[74G[ OK ]\n * Starting enable remaining boot-time encrypted block devices[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\ncloud-init-nonet[4.98]: static networking is now up\n * Starting set sysctls from /etc/sysctl.conf[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Wed, 01 Aug 2018 04:58:57 +0000. Up 5.12 seconds.\nci-info: +++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++\nci-info: +--------+-------+--------------+---------------+-------------------+\nci-info: | Device | Up | Address | Mask | Hw-Address |\nci-info: +--------+-------+--------------+---------------+-------------------+\nci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . |\nci-info: | eth1 | False | . | . | fa:16:3e:5a:5d:15 |\nci-info: | eth0 | True | 192.168.0.17 | 255.255.255.0 | fa:16:3e:17:36:06 |\nci-info: +--------+-------+--------------+---------------+-------------------+\nci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG |\nci-info: | 1 | 169.254.169.254 | 192.168.0.2 | 255.255.255.255 | eth0 | UGH |\nci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nGenerating public/private rsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_rsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\nThe key fingerprint is:\nf5:e4:89:7d:e4:fe:04:4e:5f:1f:a3:5b:ed:b9:7a:c3 root@dime-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| |\n| |\n| . . . |\n| . * + |\n| S . = =o.|\n| =.o*|\n| .+.=|\n| oE.|\n| ooo=|\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:\nc3:0e:9a:79:7a:3b:01:2f:63:04:f9:61:0e:36:8a:31 root@dime-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| . |\n|E * o |\n|.= B . |\n|o = . |\n| . o. S |\n| ++oo . |\n| .+o... |\n| oo |\n| ...o |\n+-----------------+\nGenerating public/private ecdsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\nThe key fingerprint is:\nda:7d:66:84:8d:b3:c8:0f:e2:c5:b4:1a:65:87:80:03 root@dime-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| E |\n| . . |\n| o . |\n| . . . + |\n| S = o |\n| O = + |\n| + O o + |\n| . = o + |\n| o . |\n+-----------------+\nGenerating public/private ed25519 key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ed25519_key.\nYour public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\nThe key fingerprint is:\n75:d6:ad:75:fc:97:14:e8:de:b7:a5:cd:a6:59:32:d5 root@dime-0\nThe key's randomart image is:\n+--[ED25519 256--+\n| .. |\n| o o.|\n| . + ..=|\n| . o ..o=|\n| S . o.E|\n| . o+|\n| o+=|\n| .*+|\n| oo |\n+-----------------+\n * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Stopping Mount filesystems on boot[74G[ OK ]\n * Starting flush early job output to logs[74G[ OK ]\n * Stopping Failsafe Boot Delay[74G[ OK ]\n * Starting System V initialisation compatibility[74G[ OK ]\n * Stopping flush early job output to logs[74G[ OK ]\n * Starting configure virtual network devices[74G[ OK ]\n * Starting D-Bus system message bus[74G[ OK ]\n * Starting Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Starting SystemD login management service[74G[ OK ]\n * Starting early crypto disks... [80G [74G[ OK ]\n * Starting Bridge file events into upstart[74G[ OK ]\nSkipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd\n * Starting AppArmor profiles [80G [74G[ OK ]\n * Stopping System V initialisation compatibility[74G[ OK ]\n * Starting System V runlevel compatibility[74G[ OK ]\n * Starting deferred execution scheduler[74G[ OK ]\n * Starting OpenSSH server[74G[ OK ]\n * Starting regular background program processing daemon[74G[ OK ]\n * Starting save kernel messages[74G[ OK ]\n * Stopping save kernel messages[74G[ OK ]\n * Starting CPU interrupts balancing daemon[74G[ OK ]\n * Starting automatic crash report generation[74G[ OK ]\nacpid: starting up with netlink and the input layer\n * Starting ACPI daemon[74G[ OK ]\nacpid: 1 rule loaded\nacpid: waiting for events: event logging is off\nopen-vm-tools: not starting as this is not a VMware VM\nlandscape-client is not configured, please run landscape-config.\n * Restoring resolver state... [80G [74G[ OK ]\n * Stopping System V runlevel compatibility[74G[ OK ]\n\nUbuntu 14.04.5 LTS dime-0 ttyS0\n\ndime-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Wed, 01 Aug 2018 05:01:02 +0000. Up 129.85 seconds.\nGenerating locales...\n en_US.UTF-8... up-to-date\nGeneration complete.\nCloud-init v. 0.7.5 running 'modules:final' at Wed, 01 Aug 2018 05:02:03 +0000. Up 190.81 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+ apt-key add -\n+ curl -L http://repo.cw-ngv.com/repo_key\n % Total % Received % Xferd Average Speed Time Time Time Current\n Dload Upload Total Spent Left Speed\n 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:06 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:07 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:08 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:09 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:10 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:11 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:12 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:13 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:14 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:15 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:16 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:17 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:18 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:19 --:--:-- 0curl: (6) Could not resolve host: repo.cw-ngv.com\ngpg: no valid OpenPGP data found.\n+ apt-get update\nErr http://repo.cw-ngv.com binary/ InRelease\n \nErr http://archive.ubuntu.com trusty InRelease\n \nErr http://archive.ubuntu.com trusty-updates InRelease\n \nErr http://archive.ubuntu.com trusty-backports InRelease\n \nErr http://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://repo.cw-ngv.com binary/ Release.gpg\n Could not resolve 'repo.cw-ngv.com'\nErr http://archive.ubuntu.com trusty Release.gpg\n Could not resolve 'archive.ubuntu.com'\nErr http://archive.ubuntu.com trusty-updates Release.gpg\n Could not resolve 'archive.ubuntu.com'\nErr http://archive.ubuntu.com trusty-backports Release.gpg\n Could not resolve 'archive.ubuntu.com'\nReading package lists...\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/InRelease \n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/InRelease \n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/InRelease \n\nW: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/InRelease \n\nW: Failed to fetch http://repo.cw-ngv.com/stable/binary/InRelease \n\nW: Failed to fetch http://repo.cw-ngv.com/stable/binary/Release.gpg Could not resolve 'repo.cw-ngv.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/Release.gpg Could not resolve 'security.ubuntu.com'\n\nW: Some index files failed to download. They have been ignored, or old ones used instead.\n+ mkdir -p /etc/clearwater\n+ etcd_ip=192.168.0.11\n+ '[' -n 192.168.0.11 ']'\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.214\n++ echo 172.30.9.214\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.214\n++ ip2rr 192.168.1.24\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.24\n++ echo A 192.168.1.24\n++ ip2rr 192.168.1.24\n++ echo 192.168.1.24\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.24\n++ ip2rr 192.168.0.17\n++ echo 192.168.0.17\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.0.17\n; Communication with 192.168.0.15#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.214\n++ echo 172.30.9.214\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.214\n++ ip2rr 192.168.1.24\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.24\n++ echo A 192.168.1.24\n++ ip2rr 192.168.1.24\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.24\n++ echo A 192.168.1.24\n++ ip2rr 192.168.0.17\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.0.17\n++ echo A 192.168.0.17\n; Communication with 192.168.0.15#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.214\n++ echo 172.30.9.214\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.214\n++ ip2rr 192.168.1.24\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.24\n++ echo A 192.168.1.24\n++ ip2rr 192.168.1.24\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.24\n++ echo A 192.168.1.24\n++ ip2rr 192.168.0.17\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.0.17\n++ echo A 192.168.0.17\n; Communication with 192.168.0.15#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.214\n++ echo 172.30.9.214\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.214\n++ ip2rr 192.168.1.24\n++ echo 192.168.1.24\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.24\n++ ip2rr 192.168.1.24\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.24\n++ echo A 192.168.1.24\n++ ip2rr 192.168.0.17\n++ echo 192.168.0.17\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.0.17\n; Communication with 192.168.0.15#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.214\n++ echo 172.30.9.214\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.214\n++ ip2rr 192.168.1.24\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.24\n++ echo A 192.168.1.24\n++ ip2rr 192.168.1.24\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.24\n++ echo A 192.168.1.24\n++ ip2rr 192.168.0.17\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.0.17\n++ echo A 192.168.0.17\n; Communication with 192.168.0.15#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.214\n++ echo 172.30.9.214\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.214\n++ ip2rr 192.168.1.24\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.24\n++ echo A 192.168.1.24\n++ ip2rr 192.168.1.24\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.24\n++ echo A 192.168.1.24\n++ ip2rr 192.168.0.17\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.0.17\n++ echo A 192.168.0.17\n; Communication with 192.168.0.15#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.214\n++ echo 172.30.9.214\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.214\n++ ip2rr 192.168.1.24\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.24\n++ echo A 192.168.1.24\n++ ip2rr 192.168.1.24\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.24\n++ echo A 192.168.1.24\n++ ip2rr 192.168.0.17\n++ echo 192.168.0.17\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.0.17\n; Communication with 192.168.0.15#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.214\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.214\n++ echo A 172.30.9.214\n++ ip2rr 192.168.1.24\n++ echo 192.168.1.24\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.24\n++ ip2rr 192.168.1.24\n++ echo 192.168.1.24\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.24\n++ ip2rr 192.168.0.17\n++ echo 192.168.0.17\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.0.17\n; Communication with 192.168.0.15#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.214\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.214\n++ echo A 172.30.9.214\n++ ip2rr 192.168.1.24\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.24\n++ echo A 192.168.1.24\n++ ip2rr 192.168.1.24\n++ echo 192.168.1.24\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.24\n++ ip2rr 192.168.0.17\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.0.17\n++ echo A 192.168.0.17\n; Communication with 192.168.0.15#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.214\n++ echo 172.30.9.214\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.214\n++ ip2rr 192.168.1.24\n++ echo 192.168.1.24\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.24\n++ ip2rr 192.168.1.24\n++ echo 192.168.1.24\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.24\n++ ip2rr 192.168.0.17\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.0.17\n++ echo A 192.168.0.17\n; Communication with 192.168.0.15#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.214\n++ echo 172.30.9.214\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.214\n++ ip2rr 192.168.1.24\n++ echo 192.168.1.24\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.24\n++ ip2rr 192.168.1.24\n++ echo 192.168.1.24\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.24\n++ ip2rr 192.168.0.17\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.0.17\n++ echo A 192.168.0.17\n; Communication with 192.168.0.15#53 failed: timed out\ncould not talk to specified name server\n+ '[' 10 -lt 10 ']'\n+ echo 'nameserver 192.168.0.15'\n+ echo RESOLV_CONF=/etc/dnsmasq.resolv.conf\n+ mkdir -p /etc/netns/signaling\n+ echo 'nameserver 192.168.1.4'\n+ service dnsmasq force-reload\ndnsmasq: unrecognized service\n2018-08-01 05:08:16,848 - util.py[WARNING]: Failed running /var/lib/cloud/instance/scripts/part-001 [1]\n2018-08-01 05:08:16,852 - cc_scripts_user.py[WARNING]: Failed to run module scripts-user (scripts in /var/lib/cloud/instance/scripts)\n2018-08-01 05:08:16,854 - 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 | c8:a4:fa:54:c3:83:25:0d:b6:e3:b3:40:35:ac:33:7a | - | Generated-by-Nova |\nci-info: +---------+-------------------------------------------------+---------+-------------------+\nec2: \nec2: #############################################################\nec2: -----BEGIN SSH HOST KEY FINGERPRINTS-----\nec2: 1024 c3:0e:9a:79:7a:3b:01:2f:63:04:f9:61:0e:36:8a:31 root@dime-0 (DSA)\nec2: 256 da:7d:66:84:8d:b3:c8:0f:e2:c5:b4:1a:65:87:80:03 root@dime-0 (ECDSA)\nec2: 256 75:d6:ad:75:fc:97:14:e8:de:b7:a5:cd:a6:59:32:d5 root@dime-0 (ED25519)\nec2: 2048 f5:e4:89:7d:e4:fe:04:4e:5f:1f:a3:5b:ed:b9:7a:c3 root@dime-0 (RSA)\nec2: -----END SSH HOST KEY FINGERPRINTS-----\nec2: #############################################################\n-----BEGIN SSH HOST KEY KEYS-----\necdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBARsKPwbo3IELUYoXpj3DjbxP36ZJkkSx84wrgHlaEEP8raQUiSOe00EST0A6PoQxSM1ZaET1tlhoEnAIfLD8rI= root@dime-0\nssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIO/6bdBLKAueNr+Amb5yThSjThVAiDlUxTySMwtgNwA0 root@dime-0\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCvqxs88Oq9pqp2iMHE8dyEHonLsKMw3GUCtEk8iHil9iAS3xGlaaD+7QpFLKBO0GkGDI2yURVVQn+insUrGzJpEGH6yBzyDRFAWq/FoUCF8MrfSiUdH93Sa2BD06Slu4egUhAjohbomkda8HiSAYeu3HzzSS/fzFmNNV+qsspC0GWeW0WExDxYH2vTIiUYnzJ8Uk3lUHL2Nu1aXU9P8yPOSWncCWec12P4JVmdv4JGt0PX/1K0OFbDbuF43RtZK7xnHnwkIa3OMcgGvocgTwqt5qEXR/xrB/JCgnRF66cGJ1ukHzTerM6Bk2jH6E2Mll8UMqsEQcVkDmzc4h9C3zwX root@dime-0\n-----END SSH HOST KEY KEYS-----\nCloud-init v. 0.7.5 finished at Wed, 01 Aug 2018 05:08:16 +0000. Datasource DataSourceOpenStack [net,ver=2]. Up 564.10 seconds\n"} 2018-08-01 05:53:58,850 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/7dc695fa-2949-466b-a2a6-9e335a529f66/action used request id req-91fcd276-8ef5-4591-aab6-fb63ff9e08da 2018-08-01 05:53:58,850 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.117770910263s 2018-08-01 05:53:58,851 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/7dc695fa-2949-466b-a2a6-9e335a529f66/action used request id req-91fcd276-8ef5-4591-aab6-fb63ff9e08da 2018-08-01 05:53:58,851 - functest.core.singlevm - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 3.13.0-153-generic (buildd@lcy01-amd64-026) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #203-Ubuntu SMP Thu Jun 14 08:52:28 UTC 2018 (Ubuntu 3.13.0-153.203-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] No AGP bridge found [ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 [ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff] [ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff] [ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff] [ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff] [ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff] [ 0.000000] RAMDISK: [mem 0x371d2000-0x378e0fff] [ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 000000007ffe0000 000040 [ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff] [ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00001000-0x00ffffff] [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] [ 0.000000] Normal empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00001000-0x0009efff] [ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x80000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s84032 r8192 d22464 u1048576 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] Checking aperture... [ 0.000000] No AGP bridge found [ 0.000000] Memory: 2039696K/2096616K available (7488K kernel code, 1163K rwdata, 3436K rodata, 1360K init, 1448K bss, 56920K reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2. [ 0.000000] Offload RCU callbacks from all CPUs [ 0.000000] Offload RCU callbacks from CPUs: 0-1. [ 0.000000] NR_IRQS:16640 nr_irqs:512 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 8388608 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.008000] pid_max: default: 32768 minimum: 301 [ 0.008000] Security Framework initialized [ 0.008036] AppArmor: AppArmor initialized [ 0.008891] Yama: becoming mindful. [ 0.009791] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.012963] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.014941] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.016005] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.017574] Initializing cgroup subsys memory [ 0.018478] Initializing cgroup subsys devices [ 0.019374] Initializing cgroup subsys freezer [ 0.020004] Initializing cgroup subsys blkio [ 0.020881] Initializing cgroup subsys perf_event [ 0.021825] Initializing cgroup subsys hugetlb [ 0.022780] CPU: Physical Processor ID: 0 [ 0.024010] FEATURE SPEC_CTRL Present [ 0.025492] mce: CPU supports 10 MCE banks [ 0.026366] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.026366] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.028004] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.029213] Spectre V2 mitigation: Speculation control IBPB supported IBRS supported [ 0.030604] Spectre V2 mitigation: Retpoline compiled kernel. Defaulting IBRS to disabled[ 0.032002] Speculative Store Bypass: Vulnerable [ 0.033261] Freeing SMP alternatives memory: 32K (ffffffff81e78000 - ffffffff81e80000) [ 0.038308] ACPI: Core revision 20131115 [ 0.039601] ACPI: All ACPI Tables successfully acquired [ 0.040249] ftrace: allocating 28727 entries in 113 pages [ 0.060297] Enabling x2apic [ 0.061023] Enabled x2apic [ 0.061866] Switched APIC routing to physical x2apic. [ 0.064915] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.066148] smpboot: CPU0: Intel Core Processor (Haswell, no TSX, IBRS) (fam: 06, model: 3c, stepping: 01) [ 0.068467] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.076657] KVM setup paravirtual spinlock [ 0.078831] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.080151] x86: Booting SMP configuration: [ 0.081077] .... node #0, CPUs: #1[ 0.078797] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.096046] x86: Booted up 1 node, 2 CPUs [ 0.096033] KVM setup async PF for cpu 1 [ 0.096033] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.098856] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.100356] devtmpfs: initialized [ 0.102600] EVM: security.selinux [ 0.103326] EVM: security.SMACK64 [ 0.104014] EVM: security.ima [ 0.104675] EVM: security.capability [ 0.105473] pinctrl core: initialized pinctrl subsystem [ 0.105942] regulator-dummy: no parameters [ 0.108066] RTC time: 4:58:52, date: 08/01/18 [ 0.109391] NET: Registered protocol family 16 [ 0.110651] cpuidle: using governor ladder [ 0.111551] cpuidle: using governor menu [ 0.112069] ACPI: bus type PCI registered [ 0.112935] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.114315] PCI: Using configuration type 1 for base access [ 0.116053] bio: create slab at 0 [ 0.116932] ACPI: Added _OSI(Module Device) [ 0.116964] ACPI: Added _OSI(Processor Device) [ 0.117890] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.118864] ACPI: Added _OSI(Processor Aggregator Device) [ 0.121143] ACPI: Interpreter enabled [ 0.121973] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.123997] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.125283] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.127264] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.128570] ACPI: (supports S0 S5) [ 0.129327] ACPI: Using IOAPIC for interrupt routing [ 0.132016] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.134050] ACPI: No dock devices found. [ 0.136770] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.138007] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.139339] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.140020] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.142444] acpiphp: Slot [3] registered [ 0.143319] acpiphp: Slot [4] registered [ 0.144022] acpiphp: Slot [5] registered [ 0.144879] acpiphp: Slot [6] registered [ 0.145738] acpiphp: Slot [7] registered [ 0.146648] acpiphp: Slot [8] registered [ 0.147521] acpiphp: Slot [9] registered [ 0.148076] acpiphp: Slot [10] registered [ 0.149166] acpiphp: Slot [11] registered [ 0.150051] acpiphp: Slot [12] registered [ 0.151214] acpiphp: Slot [13] registered [ 0.152026] acpiphp: Slot [14] registered [ 0.153233] acpiphp: Slot [15] registered [ 0.154409] acpiphp: Slot [16] registered [ 0.155617] acpiphp: Slot [17] registered [ 0.156020] acpiphp: Slot [18] registered [ 0.157187] acpiphp: Slot [19] registered [ 0.158361] acpiphp: Slot [20] registered [ 0.159533] acpiphp: Slot [21] registered [ 0.160017] acpiphp: Slot [22] registered [ 0.161177] acpiphp: Slot [23] registered [ 0.162572] acpiphp: Slot [24] registered [ 0.163770] acpiphp: Slot [25] registered [ 0.164017] acpiphp: Slot [26] registered [ 0.165185] acpiphp: Slot [27] registered [ 0.166373] acpiphp: Slot [28] registered [ 0.167524] acpiphp: Slot [29] registered [ 0.168017] acpiphp: Slot [30] registered [ 0.169182] acpiphp: Slot [31] registered [ 0.170341] PCI host bridge to bus 0000:00 [ 0.171544] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.172004] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.173752] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.175412] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.176004] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.177851] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.186400] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.188011] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.214496] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.216337] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.218258] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.220515] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.222386] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.224149] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.225797] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.225797] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.228004] vgaarb: loaded [ 0.228854] vgaarb: bridge control possible 0000:00:02.0 [ 0.230633] SCSI subsystem initialized [ 0.231850] ACPI: bus type USB registered [ 0.232029] usbcore: registered new interface driver usbfs [ 0.233593] usbcore: registered new interface driver hub [ 0.235095] usbcore: registered new device driver usb [ 0.236087] PCI: Using ACPI for IRQ routing [ 0.237465] NetLabel: Initializing [ 0.238467] NetLabel: domain hash size = 128 [ 0.239700] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.240061] NetLabel: unlabeled traffic allowed by default [ 0.241595] Switched to clocksource kvm-clock [ 0.248463] AppArmor: AppArmor Filesystem Enabled [ 0.249919] pnp: PnP ACPI init [ 0.250864] ACPI: bus type PNP registered [ 0.252476] pnp: PnP ACPI: found 8 devices [ 0.253728] ACPI: bus type PNP unregistered [ 0.261431] NET: Registered protocol family 2 [ 0.263097] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.265307] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.267261] TCP: Hash tables configured (established 16384 bind 16384) [ 0.269133] TCP: reno registered [ 0.270113] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.271814] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.273668] NET: Registered protocol family 1 [ 0.274931] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.276547] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.278150] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.300757] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.323249] Trying to unpack rootfs image as initramfs... [ 0.417207] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000) [ 0.419578] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.421182] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.422806] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.425167] Scanning for low memory corruption every 60 seconds [ 0.427084] Initialise system trusted keyring [ 0.428351] audit: initializing netlink socket (disabled) [ 0.429809] type=2000 audit(1533099533.177:1): initialized [ 0.449879] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.452415] zbud: loaded [ 0.453415] VFS: Disk quotas dquot_6.5.2 [ 0.454553] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.456555] fuse init (API version 7.22) [ 0.457687] msgmni has been set to 3997 [ 0.458788] Key type big_key registered [ 0.460214] Key type asymmetric registered [ 0.461340] Asymmetric key parser 'x509' registered [ 0.462660] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.464728] io scheduler noop registered [ 0.465830] io scheduler deadline registered (default) [ 0.467214] io scheduler cfq registered [ 0.468390] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.469848] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.471565] ipmi message handler version 39.2 [ 0.472785] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.474744] ACPI: Power Button [PWRF] [ 0.475837] GHES: HEST is not enabled! [ 0.497723] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.541975] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.564878] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.566876] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.590726] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.593251] Linux agpgart interface v0.103 [ 0.595110] brd: module loaded [ 0.596307] loop: module loaded [ 0.597469] blk-mq: CPU -> queue map [ 0.598434] CPU 0 -> Queue 0 [ 0.599238] CPU 1 -> Queue 0 [ 0.600579] vda: vda1 [ 0.602071] scsi0 : ata_piix [ 0.602961] scsi1 : ata_piix [ 0.603834] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.605468] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.607422] libphy: Fixed MDIO Bus: probed [ 0.608657] tun: Universal TUN/TAP device driver, 1.6 [ 0.610042] tun: (C) 1999-2004 Max Krasnyansky [ 0.613140] PPP generic driver version 2.4.2 [ 0.614327] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.615937] ehci-pci: EHCI PCI platform driver [ 0.617162] ehci-platform: EHCI generic platform driver [ 0.618483] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.620011] ohci-pci: OHCI PCI platform driver [ 0.621218] ohci-platform: OHCI generic platform driver [ 0.622547] uhci_hcd: USB Universal Host Controller Interface driver [ 0.644816] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.646166] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.648127] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.649645] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.651335] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.653224] usb usb1: Product: UHCI Host Controller [ 0.654474] usb usb1: Manufacturer: Linux 3.13.0-153-generic uhci_hcd [ 0.656077] usb usb1: SerialNumber: 0000:00:01.2 [ 0.657371] hub 1-0:1.0: USB hub found [ 0.658403] hub 1-0:1.0: 2 ports detected [ 0.659573] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.662069] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.663294] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.664750] mousedev: PS/2 mouse device common for all mice [ 0.666425] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.668856] rtc_cmos 00:00: RTC can wake from S4 [ 0.670105] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.671398] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.672764] device-mapper: uevent: version 1.0.3 [ 0.673812] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.675564] ledtrig-cpu: registered to indicate activity on CPUs [ 0.676859] TCP: cubic registered [ 0.677720] NET: Registered protocol family 10 [ 0.678905] NET: Registered protocol family 17 [ 0.679864] Key type dns_resolver registered [ 0.680954] Loading compiled-in X.509 certificates [ 0.682473] Loaded X.509 cert 'Magrathea: Glacier signing key: b55e82a2f7d16bc6025e44ba19d50e03fccf0ab0' [ 0.691313] registered taskstats version 1 [ 0.693888] Key type trusted registered [ 0.697175] Key type encrypted registered [ 0.698102] AppArmor: AppArmor sha1 policy hashing enabled [ 0.699207] IMA: No TPM chip found, activating TPM-bypass! [ 0.700784] regulator-dummy: disabling [ 0.701679] Magic number: 14:948:968 [ 0.702629] rtc_cmos 00:00: setting system clock to 2018-08-01 04:58:53 UTC (1533099533) [ 0.704358] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.705571] EDD information not available. [ 0.765082] Freeing unused kernel memory: 1360K (ffffffff81d24000 - ffffffff81e78000) [ 0.766789] Write protecting the kernel read-only data: 12288k [ 0.768853] Freeing unused kernel memory: 688K (ffff880001754000 - ffff880001800000) [ 0.771891] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.786186] systemd-udevd[107]: starting version 204 [ 0.816667] FDC 0 is a S82078B [ 0.972056] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.135869] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.137262] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.138651] usb 1-1: Product: QEMU USB Tablet [ 1.139580] usb 1-1: Manufacturer: QEMU [ 1.140434] usb 1-1: SerialNumber: 42 [ 1.416200] tsc: Refined TSC clocksource calibration: 3491.852 MHz [ 1.844904] 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.190178] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) Begin: Running /scripts/local-bottom ... done. done. Begin: Running /scripts/init-bottom ... done. [ 3.357608] random: init urandom read with 11 bits of entropy available * Stopping Track if upstart is running in a container[74G[ OK ] [ 3.618261] EXT4-fs (vda1): re-mounted. Opts: (null) * Starting Initialize or finalize resolvconf[74G[ OK ] * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Wed, 01 Aug 2018 04:58:56 +0000. Up 3.95 seconds. cloud-init-nonet[4.10]: waiting 10 seconds for network device * Starting set console keymap[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Bridge udev events into upstart[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Starting cold plug devices[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] * Stopping cold plug devices[74G[ OK ] * Stopping log initial device creation[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] cloud-init-nonet[4.98]: static networking is now up * Starting set sysctls from /etc/sysctl.conf[74G[ OK ] * Starting configure network device[74G[ OK ] * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Wed, 01 Aug 2018 04:58:57 +0000. Up 5.12 seconds. ci-info: +++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++ ci-info: +--------+-------+--------------+---------------+-------------------+ ci-info: | Device | Up | Address | Mask | Hw-Address | ci-info: +--------+-------+--------------+---------------+-------------------+ ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | ci-info: | eth1 | False | . | . | fa:16:3e:5a:5d:15 | ci-info: | eth0 | True | 192.168.0.17 | 255.255.255.0 | fa:16:3e:17:36:06 | ci-info: +--------+-------+--------------+---------------+-------------------+ ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++ ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG | ci-info: | 1 | 169.254.169.254 | 192.168.0.2 | 255.255.255.255 | eth0 | UGH | ci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ Generating public/private rsa key pair. Your identification has been saved in /etc/ssh/ssh_host_rsa_key. Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub. The key fingerprint is: f5:e4:89:7d:e4:fe:04:4e:5f:1f:a3:5b:ed:b9:7a:c3 root@dime-0 The key's randomart image is: +--[ RSA 2048]----+ | | | | | . . . | | . * + | | S . = =o.| | =.o*| | .+.=| | oE.| | ooo=| +-----------------+ 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: c3:0e:9a:79:7a:3b:01:2f:63:04:f9:61:0e:36:8a:31 root@dime-0 The key's randomart image is: +--[ DSA 1024]----+ | . | |E * o | |.= B . | |o = . | | . o. S | | ++oo . | | .+o... | | oo | | ...o | +-----------------+ Generating public/private ecdsa key pair. Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. The key fingerprint is: da:7d:66:84:8d:b3:c8:0f:e2:c5:b4:1a:65:87:80:03 root@dime-0 The key's randomart image is: +--[ECDSA 256]---+ | E | | . . | | o . | | . . . + | | S = 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: 75:d6:ad:75:fc:97:14:e8:de:b7:a5:cd:a6:59:32:d5 root@dime-0 The key's randomart image is: +--[ED25519 256--+ | .. | | o o.| | . + ..=| | . o ..o=| | S . o.E| | . o+| | o+=| | .*+| | oo | +-----------------+ * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ] * Starting configure network device security[74G[ OK ] * Stopping Mount filesystems on boot[74G[ OK ] * Starting flush early job output to logs[74G[ OK ] * Stopping Failsafe Boot Delay[74G[ OK ] * Starting System V initialisation compatibility[74G[ OK ] * Stopping flush early job output to logs[74G[ OK ] * Starting configure virtual network devices[74G[ OK ] * Starting D-Bus system message bus[74G[ OK ] * Starting Pollinate to seed the pseudo random number generator[74G[ OK ] * Starting SystemD login management service[74G[ OK ] * Starting early crypto disks... [80G [74G[ OK ] * Starting Bridge file events into upstart[74G[ OK ] Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd * Starting AppArmor profiles [80G [74G[ OK ] * Stopping System V initialisation compatibility[74G[ OK ] * Starting System V runlevel compatibility[74G[ OK ] * Starting deferred execution scheduler[74G[ OK ] * Starting OpenSSH server[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting save kernel messages[74G[ OK ] * Stopping save kernel messages[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] * Starting automatic crash report generation[74G[ OK ] acpid: starting up with netlink and the input layer * Starting ACPI daemon[74G[ OK ] acpid: 1 rule loaded acpid: waiting for events: event logging is off open-vm-tools: not starting as this is not a VMware VM landscape-client is not configured, please run landscape-config. * Restoring resolver state... [80G [74G[ OK ] * Stopping System V runlevel compatibility[74G[ OK ] Ubuntu 14.04.5 LTS dime-0 ttyS0 dime-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Wed, 01 Aug 2018 05:01:02 +0000. Up 129.85 seconds. Generating locales... en_US.UTF-8... up-to-date Generation complete. Cloud-init v. 0.7.5 running 'modules:final' at Wed, 01 Aug 2018 05:02:03 +0000. Up 190.81 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/' + apt-key add - + curl -L http://repo.cw-ngv.com/repo_key % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:06 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:07 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:08 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:09 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:10 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:11 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:12 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:13 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:14 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:15 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:16 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:17 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:18 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:19 --:--:-- 0curl: (6) Could not resolve host: repo.cw-ngv.com gpg: no valid OpenPGP data found. + apt-get update Err http://repo.cw-ngv.com binary/ InRelease Err http://archive.ubuntu.com trusty InRelease Err http://archive.ubuntu.com trusty-updates InRelease Err http://archive.ubuntu.com trusty-backports InRelease Err http://security.ubuntu.com trusty-security InRelease Err http://security.ubuntu.com trusty-security Release.gpg Could not resolve 'security.ubuntu.com' Err http://repo.cw-ngv.com binary/ Release.gpg Could not resolve 'repo.cw-ngv.com' Err http://archive.ubuntu.com trusty Release.gpg Could not resolve 'archive.ubuntu.com' Err http://archive.ubuntu.com trusty-updates Release.gpg Could not resolve 'archive.ubuntu.com' Err http://archive.ubuntu.com trusty-backports Release.gpg Could not resolve 'archive.ubuntu.com' Reading package lists... W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/InRelease W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/InRelease W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/InRelease W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/InRelease W: Failed to fetch http://repo.cw-ngv.com/stable/binary/InRelease W: Failed to fetch http://repo.cw-ngv.com/stable/binary/Release.gpg Could not resolve 'repo.cw-ngv.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/Release.gpg Could not resolve 'security.ubuntu.com' W: Some index files failed to download. They have been ignored, or old ones used instead. + mkdir -p /etc/clearwater + etcd_ip=192.168.0.11 + '[' -n 192.168.0.11 ']' + 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.214 ++ echo 172.30.9.214 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.214 ++ ip2rr 192.168.1.24 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.24 ++ echo A 192.168.1.24 ++ ip2rr 192.168.1.24 ++ echo 192.168.1.24 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.24 ++ ip2rr 192.168.0.17 ++ echo 192.168.0.17 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.0.17 ; Communication with 192.168.0.15#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.214 ++ echo 172.30.9.214 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.214 ++ ip2rr 192.168.1.24 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.24 ++ echo A 192.168.1.24 ++ ip2rr 192.168.1.24 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.24 ++ echo A 192.168.1.24 ++ ip2rr 192.168.0.17 ++ grep -q -e '[^0-9.]' ++ echo 192.168.0.17 ++ echo A 192.168.0.17 ; Communication with 192.168.0.15#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.214 ++ echo 172.30.9.214 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.214 ++ ip2rr 192.168.1.24 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.24 ++ echo A 192.168.1.24 ++ ip2rr 192.168.1.24 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.24 ++ echo A 192.168.1.24 ++ ip2rr 192.168.0.17 ++ grep -q -e '[^0-9.]' ++ echo 192.168.0.17 ++ echo A 192.168.0.17 ; Communication with 192.168.0.15#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.214 ++ echo 172.30.9.214 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.214 ++ ip2rr 192.168.1.24 ++ echo 192.168.1.24 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.24 ++ ip2rr 192.168.1.24 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.24 ++ echo A 192.168.1.24 ++ ip2rr 192.168.0.17 ++ echo 192.168.0.17 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.0.17 ; Communication with 192.168.0.15#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.214 ++ echo 172.30.9.214 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.214 ++ ip2rr 192.168.1.24 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.24 ++ echo A 192.168.1.24 ++ ip2rr 192.168.1.24 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.24 ++ echo A 192.168.1.24 ++ ip2rr 192.168.0.17 ++ grep -q -e '[^0-9.]' ++ echo 192.168.0.17 ++ echo A 192.168.0.17 ; Communication with 192.168.0.15#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.214 ++ echo 172.30.9.214 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.214 ++ ip2rr 192.168.1.24 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.24 ++ echo A 192.168.1.24 ++ ip2rr 192.168.1.24 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.24 ++ echo A 192.168.1.24 ++ ip2rr 192.168.0.17 ++ grep -q -e '[^0-9.]' ++ echo 192.168.0.17 ++ echo A 192.168.0.17 ; Communication with 192.168.0.15#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.214 ++ echo 172.30.9.214 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.214 ++ ip2rr 192.168.1.24 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.24 ++ echo A 192.168.1.24 ++ ip2rr 192.168.1.24 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.24 ++ echo A 192.168.1.24 ++ ip2rr 192.168.0.17 ++ echo 192.168.0.17 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.0.17 ; Communication with 192.168.0.15#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.214 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.214 ++ echo A 172.30.9.214 ++ ip2rr 192.168.1.24 ++ echo 192.168.1.24 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.24 ++ ip2rr 192.168.1.24 ++ echo 192.168.1.24 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.24 ++ ip2rr 192.168.0.17 ++ echo 192.168.0.17 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.0.17 ; Communication with 192.168.0.15#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.214 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.214 ++ echo A 172.30.9.214 ++ ip2rr 192.168.1.24 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.24 ++ echo A 192.168.1.24 ++ ip2rr 192.168.1.24 ++ echo 192.168.1.24 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.24 ++ ip2rr 192.168.0.17 ++ grep -q -e '[^0-9.]' ++ echo 192.168.0.17 ++ echo A 192.168.0.17 ; Communication with 192.168.0.15#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.214 ++ echo 172.30.9.214 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.214 ++ ip2rr 192.168.1.24 ++ echo 192.168.1.24 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.24 ++ ip2rr 192.168.1.24 ++ echo 192.168.1.24 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.24 ++ ip2rr 192.168.0.17 ++ grep -q -e '[^0-9.]' ++ echo 192.168.0.17 ++ echo A 192.168.0.17 ; Communication with 192.168.0.15#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.214 ++ echo 172.30.9.214 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.214 ++ ip2rr 192.168.1.24 ++ echo 192.168.1.24 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.24 ++ ip2rr 192.168.1.24 ++ echo 192.168.1.24 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.24 ++ ip2rr 192.168.0.17 ++ grep -q -e '[^0-9.]' ++ echo 192.168.0.17 ++ echo A 192.168.0.17 ; Communication with 192.168.0.15#53 failed: timed out could not talk to specified name server + '[' 10 -lt 10 ']' + echo 'nameserver 192.168.0.15' + echo RESOLV_CONF=/etc/dnsmasq.resolv.conf + mkdir -p /etc/netns/signaling + echo 'nameserver 192.168.1.4' + service dnsmasq force-reload dnsmasq: unrecognized service 2018-08-01 05:08:16,848 - util.py[WARNING]: Failed running /var/lib/cloud/instance/scripts/part-001 [1] 2018-08-01 05:08:16,852 - cc_scripts_user.py[WARNING]: Failed to run module scripts-user (scripts in /var/lib/cloud/instance/scripts) 2018-08-01 05:08:16,854 - 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 | c8:a4:fa:54:c3:83:25:0d:b6:e3:b3:40:35:ac:33:7a | - | Generated-by-Nova | ci-info: +---------+-------------------------------------------------+---------+-------------------+ ec2: ec2: ############################################################# ec2: -----BEGIN SSH HOST KEY FINGERPRINTS----- ec2: 1024 c3:0e:9a:79:7a:3b:01:2f:63:04:f9:61:0e:36:8a:31 root@dime-0 (DSA) ec2: 256 da:7d:66:84:8d:b3:c8:0f:e2:c5:b4:1a:65:87:80:03 root@dime-0 (ECDSA) ec2: 256 75:d6:ad:75:fc:97:14:e8:de:b7:a5:cd:a6:59:32:d5 root@dime-0 (ED25519) ec2: 2048 f5:e4:89:7d:e4:fe:04:4e:5f:1f:a3:5b:ed:b9:7a:c3 root@dime-0 (RSA) ec2: -----END SSH HOST KEY FINGERPRINTS----- ec2: ############################################################# -----BEGIN SSH HOST KEY KEYS----- ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBARsKPwbo3IELUYoXpj3DjbxP36ZJkkSx84wrgHlaEEP8raQUiSOe00EST0A6PoQxSM1ZaET1tlhoEnAIfLD8rI= root@dime-0 ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIO/6bdBLKAueNr+Amb5yThSjThVAiDlUxTySMwtgNwA0 root@dime-0 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCvqxs88Oq9pqp2iMHE8dyEHonLsKMw3GUCtEk8iHil9iAS3xGlaaD+7QpFLKBO0GkGDI2yURVVQn+insUrGzJpEGH6yBzyDRFAWq/FoUCF8MrfSiUdH93Sa2BD06Slu4egUhAjohbomkda8HiSAYeu3HzzSS/fzFmNNV+qsspC0GWeW0WExDxYH2vTIiUYnzJ8Uk3lUHL2Nu1aXU9P8yPOSWncCWec12P4JVmdv4JGt0PX/1K0OFbDbuF43RtZK7xnHnwkIa3OMcgGvocgTwqt5qEXR/xrB/JCgnRF66cGJ1ukHzTerM6Bk2jH6E2Mll8UMqsEQcVkDmzc4h9C3zwX root@dime-0 -----END SSH HOST KEY KEYS----- Cloud-init v. 0.7.5 finished at Wed, 01 Aug 2018 05:08:16 +0000. Datasource DataSourceOpenStack [net,ver=2]. Up 564.10 seconds 2018-08-01 05:53:58,854 - functest.core.singlevm - DEBUG - regex found: ''Cloud-init .* finished at ' in console 2018-08-01 05:53:58,854 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-01 05:53:58,857 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f5a83086f51c45f2204c68512a5b16fdfa8ab1ff" 2018-08-01 05:53:59,821 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:53: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-8a3c9632-e52f-45bc-97e2-81c2b418e44f x-compute-request-id: req-8a3c9632-e52f-45bc-97e2-81c2b418e44f Content-Encoding: gzip Content-Length: 1516 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:17:36:06", "version": 4, "addr": "192.168.0.17", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:17:36:06", "version": 4, "addr": "172.30.9.214", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5a:5d:15", "version": 4, "addr": "192.168.1.24", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/7dc695fa-2949-466b-a2a6-9e335a529f66", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/7dc695fa-2949-466b-a2a6-9e335a529f66", "rel": "bookmark"}], "image": {"id": "5ee586ea-c13f-471b-8079-57178d06ca87", "links": [{"href": "http://172.30.9.21:8774/images/5ee586ea-c13f-471b-8079-57178d06ca87", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-01T04:58:50.000000", "flavor": {"id": "d408bbdd-eb67-4274-af5f-12cad1e36091", "links": [{"href": "http://172.30.9.21:8774/flavors/d408bbdd-eb67-4274-af5f-12cad1e36091", "rel": "bookmark"}]}, "id": "7dc695fa-2949-466b-a2a6-9e335a529f66", "security_groups": [{"name": "clearwater-opnfv-dime-sig"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-mgmt"}], "user_id": "39a67e8266a941419221c6c2899087f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-01T04:58:50Z", "hostId": "011e9895432519160fba775ad8c85f3c4ca289cddc05c7641b7edbcb", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "name": "dime-0.clearwater.opnfv", "created": "2018-08-01T04:58:30Z", "tenant_id": "cb07e8418d69451592b95ae8f2017d7c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b8:7a:bc", "version": 4, "addr": "192.168.0.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b8:7a:bc", "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:e9:9d:86", "version": 4, "addr": "192.168.1.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/666ba6a3-36ea-4514-bbbe-fb9f5912b7e7", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/666ba6a3-36ea-4514-bbbe-fb9f5912b7e7", "rel": "bookmark"}], "image": {"id": "5ee586ea-c13f-471b-8079-57178d06ca87", "links": [{"href": "http://172.30.9.21:8774/images/5ee586ea-c13f-471b-8079-57178d06ca87", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-01T04:59:01.000000", "flavor": {"id": "d408bbdd-eb67-4274-af5f-12cad1e36091", "links": [{"href": "http://172.30.9.21:8774/flavors/d408bbdd-eb67-4274-af5f-12cad1e36091", "rel": "bookmark"}]}, "id": "666ba6a3-36ea-4514-bbbe-fb9f5912b7e7", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-sprout-sig-inbound"}], "user_id": "39a67e8266a941419221c6c2899087f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-01T04:59:01Z", "hostId": "2e96300f33de30ae103b74db6c12ac903a59d91a1ceaaebb091fc12a", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-01T04:58:29Z", "tenant_id": "cb07e8418d69451592b95ae8f2017d7c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d6:6e:69", "version": 4, "addr": "192.168.0.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d6:6e:69", "version": 4, "addr": "172.30.9.208", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:25:72:d1", "version": 4, "addr": "192.168.1.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:25:72:d1", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/aadb9baf-3f43-4ed7-89f5-ba607dacf0cb", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/aadb9baf-3f43-4ed7-89f5-ba607dacf0cb", "rel": "bookmark"}], "image": {"id": "5ee586ea-c13f-471b-8079-57178d06ca87", "links": [{"href": "http://172.30.9.21:8774/images/5ee586ea-c13f-471b-8079-57178d06ca87", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-01T04:59:01.000000", "flavor": {"id": "d408bbdd-eb67-4274-af5f-12cad1e36091", "links": [{"href": "http://172.30.9.21:8774/flavors/d408bbdd-eb67-4274-af5f-12cad1e36091", "rel": "bookmark"}]}, "id": "aadb9baf-3f43-4ed7-89f5-ba607dacf0cb", "security_groups": [{"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-homer-sig"}], "user_id": "39a67e8266a941419221c6c2899087f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-01T04:59:01Z", "hostId": "2e96300f33de30ae103b74db6c12ac903a59d91a1ceaaebb091fc12a", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "name": "homer-0.clearwater.opnfv", "created": "2018-08-01T04:58:29Z", "tenant_id": "cb07e8418d69451592b95ae8f2017d7c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2e:61:e6", "version": 4, "addr": "192.168.0.19", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2e:61:e6", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:64:54:5a", "version": 4, "addr": "192.168.1.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:64:54:5a", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/183f28d0-4ca7-48a9-bf91-0a032f8b36a4", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/183f28d0-4ca7-48a9-bf91-0a032f8b36a4", "rel": "bookmark"}], "image": {"id": "5ee586ea-c13f-471b-8079-57178d06ca87", "links": [{"href": "http://172.30.9.21:8774/images/5ee586ea-c13f-471b-8079-57178d06ca87", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-01T04:58:51.000000", "flavor": {"id": "d408bbdd-eb67-4274-af5f-12cad1e36091", "links": [{"href": "http://172.30.9.21:8774/flavors/d408bbdd-eb67-4274-af5f-12cad1e36091", "rel": "bookmark"}]}, "id": "183f28d0-4ca7-48a9-bf91-0a032f8b36a4", "security_groups": [{"name": "clearwater-opnfv-bono-sig"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "39a67e8266a941419221c6c2899087f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-01T04:58:52Z", "hostId": "011e9895432519160fba775ad8c85f3c4ca289cddc05c7641b7edbcb", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "name": "bono-0.clearwater.opnfv", "created": "2018-08-01T04:58:28Z", "tenant_id": "cb07e8418d69451592b95ae8f2017d7c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/b653a1f5-54e1-430b-8456-1e212e73e7d0", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/b653a1f5-54e1-430b-8456-1e212e73e7d0", "rel": "bookmark"}], "image": {"id": "5ee586ea-c13f-471b-8079-57178d06ca87", "links": [{"href": "http://172.30.9.21:8774/images/5ee586ea-c13f-471b-8079-57178d06ca87", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d408bbdd-eb67-4274-af5f-12cad1e36091", "links": [{"href": "http://172.30.9.21:8774/flavors/d408bbdd-eb67-4274-af5f-12cad1e36091", "rel": "bookmark"}]}, "id": "b653a1f5-54e1-430b-8456-1e212e73e7d0", "user_id": "39a67e8266a941419221c6c2899087f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-01T04:58:31Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-01T04:58:28Z", "tenant_id": "cb07e8418d69451592b95ae8f2017d7c", "os-extended-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:77:40", "version": 4, "addr": "192.168.0.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cc:77:40", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/1c04dd67-c96a-438d-b7ad-7f418473f4b6", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/1c04dd67-c96a-438d-b7ad-7f418473f4b6", "rel": "bookmark"}], "image": {"id": "5ee586ea-c13f-471b-8079-57178d06ca87", "links": [{"href": "http://172.30.9.21:8774/images/5ee586ea-c13f-471b-8079-57178d06ca87", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-01T04:58:10.000000", "flavor": {"id": "d408bbdd-eb67-4274-af5f-12cad1e36091", "links": [{"href": "http://172.30.9.21:8774/flavors/d408bbdd-eb67-4274-af5f-12cad1e36091", "rel": "bookmark"}]}, "id": "1c04dd67-c96a-438d-b7ad-7f418473f4b6", "security_groups": [{"name": "clearwater-opnfv-ellis-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "39a67e8266a941419221c6c2899087f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-01T04:58:10Z", "hostId": "2e96300f33de30ae103b74db6c12ac903a59d91a1ceaaebb091fc12a", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-01T04:56:32Z", "tenant_id": "cb07e8418d69451592b95ae8f2017d7c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6a:2a:06", "version": 4, "addr": "192.168.0.15", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6a:2a:06", "version": 4, "addr": "172.30.9.203", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0e:ff:3a", "version": 4, "addr": "192.168.1.4", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/5ffec145-a95f-472d-9fa2-14dcdb077e57", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/5ffec145-a95f-472d-9fa2-14dcdb077e57", "rel": "bookmark"}], "image": {"id": "5ee586ea-c13f-471b-8079-57178d06ca87", "links": [{"href": "http://172.30.9.21:8774/images/5ee586ea-c13f-471b-8079-57178d06ca87", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-01T04:56:20.000000", "flavor": {"id": "d408bbdd-eb67-4274-af5f-12cad1e36091", "links": [{"href": "http://172.30.9.21:8774/flavors/d408bbdd-eb67-4274-af5f-12cad1e36091", "rel": "bookmark"}]}, "id": "5ffec145-a95f-472d-9fa2-14dcdb077e57", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "39a67e8266a941419221c6c2899087f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-01T04:56:20Z", "hostId": "011e9895432519160fba775ad8c85f3c4ca289cddc05c7641b7edbcb", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "name": "ns.clearwater.opnfv", "created": "2018-08-01T04:54:35Z", "tenant_id": "cb07e8418d69451592b95ae8f2017d7c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-01 05:53:59,821 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-8a3c9632-e52f-45bc-97e2-81c2b418e44f 2018-08-01 05:53:59,821 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.966758012772s 2018-08-01 05:53:59,822 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-8a3c9632-e52f-45bc-97e2-81c2b418e44f 2018-08-01 05:53:59,830 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-01 05:53:59,832 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/servers/666ba6a3-36ea-4514-bbbe-fb9f5912b7e7/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}f5a83086f51c45f2204c68512a5b16fdfa8ab1ff" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-01 05:53:59,942 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:53:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-81a0c7b1-49bd-47d1-bdc0-d64a1bf16ef3 x-compute-request-id: req-81a0c7b1-49bd-47d1-bdc0-d64a1bf16ef3 Content-Encoding: gzip Content-Length: 12129 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 3.13.0-153-generic (buildd@lcy01-amd64-026) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #203-Ubuntu SMP Thu Jun 14 08:52:28 UTC 2018 (Ubuntu 3.13.0-153.203-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] No AGP bridge found\n[ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106\n[ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff]\n[ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff]\n[ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff]\n[ 0.000000] RAMDISK: [mem 0x371d2000-0x378e0fff]\n[ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 000000007ffe0000 000040\n[ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff]\n[ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x00001000-0x00ffffff]\n[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]\n[ 0.000000] Normal empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x00001000-0x0009efff]\n[ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)\n[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x80000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s84032 r8192 d22464 u1048576\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] Checking aperture...\n[ 0.000000] No AGP bridge found\n[ 0.000000] Memory: 2039696K/2096616K available (7488K kernel code, 1163K rwdata, 3436K rodata, 1360K init, 1448K bss, 56920K reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU dyntick-idle grace-period acceleration is enabled.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] \tOffload RCU callbacks from all CPUs\n[ 0.000000] \tOffload RCU callbacks from CPUs: 0-1.\n[ 0.000000] NR_IRQS:16640 nr_irqs:512 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 8388608 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.008000] pid_max: default: 32768 minimum: 301\n[ 0.008000] Security Framework initialized\n[ 0.008032] AppArmor: AppArmor initialized\n[ 0.008878] Yama: becoming mindful.\n[ 0.009763] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.013090] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.015039] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.016005] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.017559] Initializing cgroup subsys memory\n[ 0.018444] Initializing cgroup subsys devices\n[ 0.019339] Initializing cgroup subsys freezer\n[ 0.020004] Initializing cgroup subsys blkio\n[ 0.020860] Initializing cgroup subsys perf_event\n[ 0.021846] Initializing cgroup subsys hugetlb\n[ 0.022866] CPU: Physical Processor ID: 0\n[ 0.024010] FEATURE SPEC_CTRL Present\n[ 0.025641] mce: CPU supports 10 MCE banks\n[ 0.026617] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.026617] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.028005] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.029206] Spectre V2 mitigation: Speculation control IBPB supported IBRS supported\n[ 0.030590] Spectre V2 mitigation: Retpoline compiled kernel. Defaulting IBRS to disabled[ 0.032003] Speculative Store Bypass: Vulnerable\n[ 0.033375] Freeing SMP alternatives memory: 32K (ffffffff81e78000 - ffffffff81e80000)\n[ 0.038641] ACPI: Core revision 20131115\n[ 0.040413] ACPI: All ACPI Tables successfully acquired\n[ 0.041729] ftrace: allocating 28727 entries in 113 pages\n[ 0.060254] Enabling x2apic\n[ 0.060947] Enabled x2apic\n[ 0.061791] Switched APIC routing to physical x2apic.\n[ 0.064908] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.066216] smpboot: CPU0: Intel Core Processor (Haswell, no TSX, IBRS) (fam: 06, model: 3c, stepping: 01)\n[ 0.069025] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.076707] KVM setup paravirtual spinlock\n[ 0.078888] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.080145] x86: Booting SMP configuration:\n[ 0.081135] .... node #0, CPUs: #1[ 0.078854] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.096022] x86: Booted up 1 node, 2 CPUs\n[ 0.096014] KVM setup async PF for cpu 1\n[ 0.096014] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.098979] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.100325] devtmpfs: initialized\n[ 0.102112] EVM: security.selinux\n[ 0.102891] EVM: security.SMACK64\n[ 0.104008] EVM: security.ima\n[ 0.104751] EVM: security.capability\n[ 0.105562] pinctrl core: initialized pinctrl subsystem\n[ 0.106027] regulator-dummy: no parameters\n[ 0.108061] RTC time: 4:59:02, date: 08/01/18\n[ 0.109053] NET: Registered protocol family 16\n[ 0.110118] cpuidle: using governor ladder\n[ 0.110961] cpuidle: using governor menu\n[ 0.111919] ACPI: bus type PCI registered\n[ 0.112004] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.113343] PCI: Using configuration type 1 for base access\n[ 0.114999] bio: create slab at 0\n[ 0.116056] ACPI: Added _OSI(Module Device)\n[ 0.116973] ACPI: Added _OSI(Processor Device)\n[ 0.117951] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.118972] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.121093] ACPI: Interpreter enabled\n[ 0.121950] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.123980] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.125283] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.127273] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.129302] ACPI: (supports S0 S5)\n[ 0.130064] ACPI: Using IOAPIC for interrupt routing\n[ 0.132015] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.134157] ACPI: No dock devices found.\n[ 0.136748] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.137999] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.139337] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.140017] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.142485] acpiphp: Slot [3] registered\n[ 0.143315] acpiphp: Slot [4] registered\n[ 0.144017] acpiphp: Slot [5] registered\n[ 0.144900] acpiphp: Slot [6] registered\n[ 0.145815] acpiphp: Slot [7] registered\n[ 0.146683] acpiphp: Slot [8] registered\n[ 0.147542] acpiphp: Slot [9] registered\n[ 0.148024] acpiphp: Slot [10] registered\n[ 0.148909] acpiphp: Slot [11] registered\n[ 0.149768] acpiphp: Slot [12] registered\n[ 0.150607] acpiphp: Slot [13] registered\n[ 0.151474] acpiphp: Slot [14] registered\n[ 0.152018] acpiphp: Slot [15] registered\n[ 0.152890] acpiphp: Slot [16] registered\n[ 0.153745] acpiphp: Slot [17] registered\n[ 0.154617] acpiphp: Slot [18] registered\n[ 0.155499] acpiphp: Slot [19] registered\n[ 0.156017] acpiphp: Slot [20] registered\n[ 0.156896] acpiphp: Slot [21] registered\n[ 0.157777] acpiphp: Slot [22] registered\n[ 0.158658] acpiphp: Slot [23] registered\n[ 0.159562] acpiphp: Slot [24] registered\n[ 0.160017] acpiphp: Slot [25] registered\n[ 0.160911] acpiphp: Slot [26] registered\n[ 0.161785] acpiphp: Slot [27] registered\n[ 0.162725] acpiphp: Slot [28] registered\n[ 0.163578] acpiphp: Slot [29] registered\n[ 0.164017] acpiphp: Slot [30] registered\n[ 0.164896] acpiphp: Slot [31] registered\n[ 0.165747] PCI host bridge to bus 0000:00\n[ 0.166637] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.167752] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.168003] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.169241] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.170580] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.171880] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.176552] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.178141] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.203116] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.204742] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.207000] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.208504] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.209968] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.211418] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.212223] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.213114] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.214743] vgaarb: loaded\n[ 0.215377] vgaarb: bridge control possible 0000:00:02.0\n[ 0.216232] SCSI subsystem initialized\n[ 0.217206] ACPI: bus type USB registered\n[ 0.217206] usbcore: registered new interface driver usbfs\n[ 0.220492] usbcore: registered new interface driver hub\n[ 0.222137] usbcore: registered new device driver usb\n[ 0.222137] PCI: Using ACPI for IRQ routing\n[ 0.224976] NetLabel: Initializing\n[ 0.225719] NetLabel: domain hash size = 128\n[ 0.226622] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.227661] NetLabel: unlabeled traffic allowed by default\n[ 0.228476] Switched to clocksource kvm-clock\n[ 0.235736] AppArmor: AppArmor Filesystem Enabled\n[ 0.236779] pnp: PnP ACPI init\n[ 0.237529] ACPI: bus type PNP registered\n[ 0.239095] pnp: PnP ACPI: found 8 devices\n[ 0.240038] ACPI: bus type PNP unregistered\n[ 0.247705] NET: Registered protocol family 2\n[ 0.249116] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.250799] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.252324] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.253711] TCP: reno registered\n[ 0.254409] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.255574] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.256970] NET: Registered protocol family 1\n[ 0.257936] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.259058] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.260150] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.281893] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.303665] Trying to unpack rootfs image as initramfs...\n[ 0.394408] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000)\n[ 0.396411] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.397636] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.399515] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.401346] Scanning for low memory corruption every 60 seconds\n[ 0.403072] Initialise system trusted keyring\n[ 0.404501] audit: initializing netlink socket (disabled)\n[ 0.406155] type=2000 audit(1533099542.817:1): initialized\n[ 0.430875] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.434217] zbud: loaded\n[ 0.435348] VFS: Disk quotas dquot_6.5.2\n[ 0.436584] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.438819] fuse init (API version 7.22)\n[ 0.440106] msgmni has been set to 3997\n[ 0.441346] Key type big_key registered\n[ 0.442823] Key type asymmetric registered\n[ 0.444115] Asymmetric key parser 'x509' registered\n[ 0.445642] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.447953] io scheduler noop registered\n[ 0.449133] io scheduler deadline registered (default)\n[ 0.450447] io scheduler cfq registered\n[ 0.451327] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.452667] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.454227] ipmi message handler version 39.2\n[ 0.455357] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.457116] ACPI: Power Button [PWRF]\n[ 0.458144] GHES: HEST is not enabled!\n[ 0.479904] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.523751] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.546213] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.548128] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.571893] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.574216] Linux agpgart interface v0.103\n[ 0.575927] brd: module loaded\n[ 0.577057] loop: module loaded\n[ 0.578119] blk-mq: CPU -> queue map\n[ 0.578982] CPU 0 -> Queue 0\n[ 0.579791] CPU 1 -> Queue 0\n[ 0.581225] vda: vda1\n[ 0.583002] scsi0 : ata_piix\n[ 0.584083] scsi1 : ata_piix\n[ 0.585106] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.586968] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.588690] libphy: Fixed MDIO Bus: probed\n[ 0.589720] tun: Universal TUN/TAP device driver, 1.6\n[ 0.590884] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.593769] PPP generic driver version 2.4.2\n[ 0.594882] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.596277] ehci-pci: EHCI PCI platform driver\n[ 0.597306] ehci-platform: EHCI generic platform driver\n[ 0.598605] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.599752] ohci-pci: OHCI PCI platform driver\n[ 0.600686] ohci-platform: OHCI generic platform driver\n[ 0.601731] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.623685] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.624706] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.626229] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.627390] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.628629] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.630060] usb usb1: Product: UHCI Host Controller\n[ 0.631018] usb usb1: Manufacturer: Linux 3.13.0-153-generic uhci_hcd\n[ 0.632217] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.633297] hub 1-0:1.0: USB hub found\n[ 0.634106] hub 1-0:1.0: 2 ports detected\n[ 0.635088] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.637267] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.638267] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.639401] mousedev: PS/2 mouse device common for all mice\n[ 0.640751] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.642651] rtc_cmos 00:00: RTC can wake from S4\n[ 0.643830] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.645091] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.646371] device-mapper: uevent: version 1.0.3\n[ 0.647371] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.649052] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.650319] TCP: cubic registered\n[ 0.651134] NET: Registered protocol family 10\n[ 0.652256] NET: Registered protocol family 17\n[ 0.653170] Key type dns_resolver registered\n[ 0.654266] Loading compiled-in X.509 certificates\n[ 0.656034] Loaded X.509 cert 'Magrathea: Glacier signing key: b55e82a2f7d16bc6025e44ba19d50e03fccf0ab0'\n[ 0.665334] registered taskstats version 1\n[ 0.668351] Key type trusted registered\n[ 0.672093] Key type encrypted registered\n[ 0.673183] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.674580] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.676381] regulator-dummy: disabling\n[ 0.677525] Magic number: 14:948:968\n[ 0.678674] rtc_cmos 00:00: setting system clock to 2018-08-01 04:59:02 UTC (1533099542)\n[ 0.680868] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.682041] EDD information not available.\n[ 0.745529] Freeing unused kernel memory: 1360K (ffffffff81d24000 - ffffffff81e78000)\n[ 0.747225] Write protecting the kernel read-only data: 12288k\n[ 0.748822] Freeing unused kernel memory: 688K (ffff880001754000 - ffff880001800000)\n[ 0.751626] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.765955] systemd-udevd[107]: starting version 204\n[ 0.804770] FDC 0 is a S82078B\n[ 0.944100] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.109104] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.110845] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.112587] usb 1-1: Product: QEMU USB Tablet\n[ 1.113656] usb 1-1: Manufacturer: QEMU\n[ 1.114830] usb 1-1: SerialNumber: 42\n[ 1.396052] tsc: Refined TSC clocksource calibration: 3491.872 MHz\n[ 1.817148] 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.053480] 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.130148] random: init urandom read with 10 bits of entropy available\n * Starting Mount filesystems on boot[74G[ OK ]\n * Starting Populate /dev filesystem[74G[ OK ]\n * Starting Populate and link to /run filesystem[74G[ OK ]\n * Stopping Populate /dev filesystem[74G[ OK ]\n * Stopping Populate and link to /run filesystem[74G[ OK ]\n[ 2.213801] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ]\n * Stopping Track if upstart is running in a container[74G[ OK ]\n * Starting Initialize or finalize resolvconf[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Wed, 01 Aug 2018 04:59:04 +0000. Up 2.56 seconds.\ncloud-init-nonet[2.76]: waiting 10 seconds for network device\n * Starting set console keymap[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Bridge udev events into upstart[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Starting cold plug devices[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\n * Stopping cold plug devices[74G[ OK ]\n * Stopping log initial device creation[74G[ OK ]\n * Starting enable remaining boot-time encrypted block devices[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\ncloud-init-nonet[7.15]: static networking is now up\n * Starting configure network device[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Wed, 01 Aug 2018 04:59:09 +0000. Up 7.27 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:e9:9d:86 |\nci-info: | eth0 | True | 192.168.0.4 | 255.255.255.0 | fa:16:3e:b8:7a:bc |\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:\nbe:3d:cf:42:ce:90:2b:14:31:a6:a2:3f:82:55:e9:89 root@sprout-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| |\n| + |\n| + o |\n| . + . |\n| . = . .S. |\n|. E o ..o . |\n|.o . .* |\n|o o . .o=. |\n| . . .. .+o |\n+-----------------+\nGenerating public/private dsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_dsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\nThe key fingerprint is:\n5c:1e:1c:fd:b9:1b:1b:95:8d:d5:69:55:44:06:16:39 root@sprout-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| .. +*@|\n| . ...E+o|\n| + ..=o|\n| . o . +.o|\n| S . o |\n| + |\n| = |\n| o |\n| |\n+-----------------+\nGenerating public/private ecdsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\nThe key fingerprint is:\n85:c5:eb:56:f4:4c:9f:e7:9d:0b:bc:d3:31:d2:01:58 root@sprout-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| .. oE |\n| o..... |\n| . .o +...|\n| .. . ooo|\n| S. .. ..=|\n| o + =o|\n| . = +|\n| o o |\n| . |\n+-----------------+\nGenerating public/private ed25519 key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ed25519_key.\nYour public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\nThe key fingerprint is:\n6a:59:02:cd:b3:75:2c:e4:a9:43:72:a8:ca:4d:34:42 root@sprout-0\nThe key's randomart image is:\n+--[ED25519 256--+\n| E . |\n|. + o o |\n| . o+ * = o |\n| o..= = o |\n| .. = S |\n|..o * |\n|.. . + |\n| . |\n| |\n+-----------------+\n * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Stopping Mount filesystems on boot[74G[ OK ]\n * Starting flush early job output to logs[74G[ OK ]\n * Stopping Failsafe Boot Delay[74G[ OK ]\n * Starting D-Bus system message bus[74G[ OK ]\n * Starting System V initialisation compatibility[74G[ OK ]\n * Stopping flush early job output to logs[74G[ OK ]\n * Starting configure virtual network devices[74G[ OK ]\n * Starting SystemD login management service[74G[ OK ]\n * Starting Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Starting Bridge file events into upstart[74G[ OK ]\n * Starting early crypto disks... [80G [74G[ OK ]\nSkipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd\n * Starting AppArmor profiles [80G [74G[ OK ]\n * Stopping System V initialisation compatibility[74G[ OK ]\n * Starting System V runlevel compatibility[74G[ OK ]\n * Starting save kernel messages[74G[ OK ]\n * Starting OpenSSH server[74G[ OK ]\n * Starting regular background program processing daemon[74G[ OK ]\n * Starting deferred execution scheduler[74G[ OK ]\n * Starting CPU interrupts balancing daemon[74G[ OK ]\n * Stopping save kernel messages[74G[ OK ]\n * Starting automatic crash report generation[74G[ OK ]\nacpid: starting up with netlink and the input layer\n * Starting ACPI daemon[74G[ OK ]\nacpid: 1 rule loaded\nacpid: waiting for events: event logging is off\nopen-vm-tools: not starting as this is not a VMware VM\nlandscape-client is not configured, please run landscape-config.\n * Restoring resolver state... [80G [74G[ OK ]\n * Stopping System V runlevel compatibility[74G[ OK ]\n\nUbuntu 14.04.5 LTS sprout-0 ttyS0\n\nsprout-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Wed, 01 Aug 2018 05:01:13 +0000. Up 131.24 seconds.\nGenerating locales...\n en_US.UTF-8... up-to-date\nGeneration complete.\nCloud-init v. 0.7.5 running 'modules:final' at Wed, 01 Aug 2018 05:02:13 +0000. Up 191.96 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.11\n+ '[' -n 192.168.0.11 ']'\n+ cat\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install sprout --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nE: Unable to locate package sprout\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install clearwater-management --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nE: Unable to locate package clearwater-management\n+ retries=0\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.207\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.207\n++ echo A 172.30.9.207\n++ ip2rr 192.168.1.7\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.7\n++ echo A 192.168.1.7\n++ ip2rr 192.168.1.7\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.7\n++ echo A 192.168.1.7\n++ ip2rr 192.168.1.7\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.7\n++ echo A 192.168.1.7\n++ ip2rr 192.168.1.7\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.7\n++ echo A 192.168.1.7\n; Communication with 192.168.0.15#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++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.207\n++ echo A 172.30.9.207\n++ ip2rr 192.168.1.7\n++ echo 192.168.1.7\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.7\n++ ip2rr 192.168.1.7\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.7\n++ echo A 192.168.1.7\n++ ip2rr 192.168.1.7\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.7\n++ echo A 192.168.1.7\n++ ip2rr 192.168.1.7\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.7\n++ echo A 192.168.1.7\n; Communication with 192.168.0.15#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++ echo 172.30.9.207\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.207\n++ ip2rr 192.168.1.7\n++ echo 192.168.1.7\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.7\n++ ip2rr 192.168.1.7\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.7\n++ echo A 192.168.1.7\n++ ip2rr 192.168.1.7\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.7\n++ echo A 192.168.1.7\n++ ip2rr 192.168.1.7\n++ echo 192.168.1.7\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.7\n; Communication with 192.168.0.15#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++ echo 172.30.9.207\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.207\n++ ip2rr 192.168.1.7\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.7\n++ echo A 192.168.1.7\n++ ip2rr 192.168.1.7\n++ echo 192.168.1.7\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.7\n++ ip2rr 192.168.1.7\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.7\n++ echo A 192.168.1.7\n++ ip2rr 192.168.1.7\n++ echo 192.168.1.7\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.7\n; Communication with 192.168.0.15#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++ echo 172.30.9.207\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.207\n++ ip2rr 192.168.1.7\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.7\n++ echo A 192.168.1.7\n++ ip2rr 192.168.1.7\n++ echo 192.168.1.7\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.7\n++ ip2rr 192.168.1.7\n++ echo 192.168.1.7\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.7\n++ ip2rr 192.168.1.7\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.7\n++ echo A 192.168.1.7\n; Communication with 192.168.0.15#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++ echo 172.30.9.207\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.207\n++ ip2rr 192.168.1.7\n++ echo 192.168.1.7\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.7\n++ ip2rr 192.168.1.7\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.7\n++ echo A 192.168.1.7\n++ ip2rr 192.168.1.7\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.7\n++ echo A 192.168.1.7\n++ ip2rr 192.168.1.7\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.7\n++ echo A 192.168.1.7\n; Communication with 192.168.0.15#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++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.207\n++ echo A 172.30.9.207\n++ ip2rr 192.168.1.7\n++ echo 192.168.1.7\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.7\n++ ip2rr 192.168.1.7\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.7\n++ echo A 192.168.1.7\n++ ip2rr 192.168.1.7\n++ echo 192.168.1.7\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.7\n++ ip2rr 192.168.1.7\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.7\n++ echo A 192.168.1.7\n; Communication with 192.168.0.15#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++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.207\n++ echo A 172.30.9.207\n++ ip2rr 192.168.1.7\n++ echo 192.168.1.7\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.7\n++ ip2rr 192.168.1.7\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.7\n++ echo A 192.168.1.7\n++ ip2rr 192.168.1.7\n++ echo 192.168.1.7\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.7\n++ ip2rr 192.168.1.7\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.7\n++ echo A 192.168.1.7\n; Communication with 192.168.0.15#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++ echo 172.30.9.207\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.207\n++ ip2rr 192.168.1.7\n++ echo 192.168.1.7\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.7\n++ ip2rr 192.168.1.7\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.7\n++ echo A 192.168.1.7\n++ ip2rr 192.168.1.7\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.7\n++ echo A 192.168.1.7\n++ ip2rr 192.168.1.7\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.7\n++ echo A 192.168.1.7\n; Communication with 192.168.0.15#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 192.168.1.7\n++ echo 192.168.1.7\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.7\n++ ip2rr 192.168.1.7\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.7\n++ echo A 192.168.1.7\n++ ip2rr 192.168.1.7\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.7\n++ echo A 192.168.1.7\n++ ip2rr 192.168.1.7\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.7\n++ echo A 192.168.1.7\n; Communication with 192.168.0.15#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++ echo 172.30.9.207\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.207\n++ ip2rr 192.168.1.7\n++ echo 192.168.1.7\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.7\n++ ip2rr 192.168.1.7\n++ echo 192.168.1.7\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.7\n++ ip2rr 192.168.1.7\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.7\n++ echo A 192.168.1.7\n++ ip2rr 192.168.1.7\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.7\n++ echo A 192.168.1.7\n; Communication with 192.168.0.15#53 failed: timed out\ncould not talk to specified name server\n+ '[' 10 -lt 10 ']'\n+ echo 'nameserver 192.168.0.15'\n+ echo RESOLV_CONF=/etc/dnsmasq.resolv.conf\n+ mkdir -p /etc/netns/signaling\n+ echo 'nameserver 192.168.1.4'\n+ service dnsmasq force-reload\ndnsmasq: unrecognized service\n2018-08-01 05:07:47,288 - util.py[WARNING]: Failed running /var/lib/cloud/instance/scripts/part-001 [1]\n2018-08-01 05:07:47,292 - cc_scripts_user.py[WARNING]: Failed to run module scripts-user (scripts in /var/lib/cloud/instance/scripts)\n2018-08-01 05:07:47,294 - 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 | c8:a4:fa:54:c3:83:25:0d:b6:e3:b3:40:35:ac:33:7a | - | Generated-by-Nova |\nci-info: +---------+-------------------------------------------------+---------+-------------------+\nec2: \nec2: #############################################################\nec2: -----BEGIN SSH HOST KEY FINGERPRINTS-----\nec2: 1024 5c:1e:1c:fd:b9:1b:1b:95:8d:d5:69:55:44:06:16:39 root@sprout-0 (DSA)\nec2: 256 85:c5:eb:56:f4:4c:9f:e7:9d:0b:bc:d3:31:d2:01:58 root@sprout-0 (ECDSA)\nec2: 256 6a:59:02:cd:b3:75:2c:e4:a9:43:72:a8:ca:4d:34:42 root@sprout-0 (ED25519)\nec2: 2048 be:3d:cf:42:ce:90:2b:14:31:a6:a2:3f:82:55:e9:89 root@sprout-0 (RSA)\nec2: -----END SSH HOST KEY FINGERPRINTS-----\nec2: #############################################################\n-----BEGIN SSH HOST KEY KEYS-----\necdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBPyb2a3Aon5jWGd70nfVw16Ws4r0gX/gCcM/WT2aX+EUJrCK6tvFCgArtJh0/chSMm/FQJcMXqNP2e9UVb8pMlo= root@sprout-0\nssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAICrB5M2zGUmoTFwIM2uyN/thIOQKLiKVScO3ANF5uubl root@sprout-0\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDBd/jNlAZAPbRBdCzBK7GonSNiSsOz6rrr29jrUN89PeIsla49w6+boGOcwb0uYnPhL+dkS9Hd6RQAfYe79SvY9UU8vSNT0Yrikh/QQXb8ZZ2CflVUG+dQ5EzRVDE/SHlcEjUBDEI2aVsoao/bWrAniEKWoJT7HE5XGW/a7iSRrtC3pk+i47+rSCjFeMQc/YFhS61pveDFuY5tDfAe2kRM+L1JLi7bt69f3kxIfQS3UyZLNgg247jkxxcNZDzME0gKTa73kvlS1s0n7REYywX6PeBI3cXYpu5i/ssEBzM3JhUF/nN6p47q4XjKcw9O/9i+KzD+lM5MX21PbmWaH0jX root@sprout-0\n-----END SSH HOST KEY KEYS-----\nCloud-init v. 0.7.5 finished at Wed, 01 Aug 2018 05:07:47 +0000. Datasource DataSourceOpenStack [net,ver=2]. Up 525.53 seconds\n"} 2018-08-01 05:53:59,943 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/666ba6a3-36ea-4514-bbbe-fb9f5912b7e7/action used request id req-81a0c7b1-49bd-47d1-bdc0-d64a1bf16ef3 2018-08-01 05:53:59,943 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.113806962967s 2018-08-01 05:53:59,945 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/666ba6a3-36ea-4514-bbbe-fb9f5912b7e7/action used request id req-81a0c7b1-49bd-47d1-bdc0-d64a1bf16ef3 2018-08-01 05:53:59,945 - functest.core.singlevm - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 3.13.0-153-generic (buildd@lcy01-amd64-026) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #203-Ubuntu SMP Thu Jun 14 08:52:28 UTC 2018 (Ubuntu 3.13.0-153.203-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] No AGP bridge found [ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 [ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff] [ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff] [ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff] [ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff] [ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff] [ 0.000000] RAMDISK: [mem 0x371d2000-0x378e0fff] [ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 000000007ffe0000 000040 [ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff] [ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00001000-0x00ffffff] [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] [ 0.000000] Normal empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00001000-0x0009efff] [ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x80000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s84032 r8192 d22464 u1048576 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] Checking aperture... [ 0.000000] No AGP bridge found [ 0.000000] Memory: 2039696K/2096616K available (7488K kernel code, 1163K rwdata, 3436K rodata, 1360K init, 1448K bss, 56920K reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2. [ 0.000000] Offload RCU callbacks from all CPUs [ 0.000000] Offload RCU callbacks from CPUs: 0-1. [ 0.000000] NR_IRQS:16640 nr_irqs:512 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 8388608 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.008000] pid_max: default: 32768 minimum: 301 [ 0.008000] Security Framework initialized [ 0.008032] AppArmor: AppArmor initialized [ 0.008878] Yama: becoming mindful. [ 0.009763] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.013090] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.015039] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.016005] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.017559] Initializing cgroup subsys memory [ 0.018444] Initializing cgroup subsys devices [ 0.019339] Initializing cgroup subsys freezer [ 0.020004] Initializing cgroup subsys blkio [ 0.020860] Initializing cgroup subsys perf_event [ 0.021846] Initializing cgroup subsys hugetlb [ 0.022866] CPU: Physical Processor ID: 0 [ 0.024010] FEATURE SPEC_CTRL Present [ 0.025641] mce: CPU supports 10 MCE banks [ 0.026617] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.026617] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.028005] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.029206] Spectre V2 mitigation: Speculation control IBPB supported IBRS supported [ 0.030590] Spectre V2 mitigation: Retpoline compiled kernel. Defaulting IBRS to disabled[ 0.032003] Speculative Store Bypass: Vulnerable [ 0.033375] Freeing SMP alternatives memory: 32K (ffffffff81e78000 - ffffffff81e80000) [ 0.038641] ACPI: Core revision 20131115 [ 0.040413] ACPI: All ACPI Tables successfully acquired [ 0.041729] ftrace: allocating 28727 entries in 113 pages [ 0.060254] Enabling x2apic [ 0.060947] Enabled x2apic [ 0.061791] Switched APIC routing to physical x2apic. [ 0.064908] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.066216] smpboot: CPU0: Intel Core Processor (Haswell, no TSX, IBRS) (fam: 06, model: 3c, stepping: 01) [ 0.069025] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.076707] KVM setup paravirtual spinlock [ 0.078888] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.080145] x86: Booting SMP configuration: [ 0.081135] .... node #0, CPUs: #1[ 0.078854] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.096022] x86: Booted up 1 node, 2 CPUs [ 0.096014] KVM setup async PF for cpu 1 [ 0.096014] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.098979] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.100325] devtmpfs: initialized [ 0.102112] EVM: security.selinux [ 0.102891] EVM: security.SMACK64 [ 0.104008] EVM: security.ima [ 0.104751] EVM: security.capability [ 0.105562] pinctrl core: initialized pinctrl subsystem [ 0.106027] regulator-dummy: no parameters [ 0.108061] RTC time: 4:59:02, date: 08/01/18 [ 0.109053] NET: Registered protocol family 16 [ 0.110118] cpuidle: using governor ladder [ 0.110961] cpuidle: using governor menu [ 0.111919] ACPI: bus type PCI registered [ 0.112004] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.113343] PCI: Using configuration type 1 for base access [ 0.114999] bio: create slab at 0 [ 0.116056] ACPI: Added _OSI(Module Device) [ 0.116973] ACPI: Added _OSI(Processor Device) [ 0.117951] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.118972] ACPI: Added _OSI(Processor Aggregator Device) [ 0.121093] ACPI: Interpreter enabled [ 0.121950] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.123980] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.125283] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.127273] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.129302] ACPI: (supports S0 S5) [ 0.130064] ACPI: Using IOAPIC for interrupt routing [ 0.132015] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.134157] ACPI: No dock devices found. [ 0.136748] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.137999] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.139337] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.140017] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.142485] acpiphp: Slot [3] registered [ 0.143315] acpiphp: Slot [4] registered [ 0.144017] acpiphp: Slot [5] registered [ 0.144900] acpiphp: Slot [6] registered [ 0.145815] acpiphp: Slot [7] registered [ 0.146683] acpiphp: Slot [8] registered [ 0.147542] acpiphp: Slot [9] registered [ 0.148024] acpiphp: Slot [10] registered [ 0.148909] acpiphp: Slot [11] registered [ 0.149768] acpiphp: Slot [12] registered [ 0.150607] acpiphp: Slot [13] registered [ 0.151474] acpiphp: Slot [14] registered [ 0.152018] acpiphp: Slot [15] registered [ 0.152890] acpiphp: Slot [16] registered [ 0.153745] acpiphp: Slot [17] registered [ 0.154617] acpiphp: Slot [18] registered [ 0.155499] acpiphp: Slot [19] registered [ 0.156017] acpiphp: Slot [20] registered [ 0.156896] acpiphp: Slot [21] registered [ 0.157777] acpiphp: Slot [22] registered [ 0.158658] acpiphp: Slot [23] registered [ 0.159562] acpiphp: Slot [24] registered [ 0.160017] acpiphp: Slot [25] registered [ 0.160911] acpiphp: Slot [26] registered [ 0.161785] acpiphp: Slot [27] registered [ 0.162725] acpiphp: Slot [28] registered [ 0.163578] acpiphp: Slot [29] registered [ 0.164017] acpiphp: Slot [30] registered [ 0.164896] acpiphp: Slot [31] registered [ 0.165747] PCI host bridge to bus 0000:00 [ 0.166637] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.167752] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.168003] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.169241] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.170580] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.171880] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.176552] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.178141] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.203116] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.204742] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.207000] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.208504] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.209968] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.211418] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.212223] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.213114] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.214743] vgaarb: loaded [ 0.215377] vgaarb: bridge control possible 0000:00:02.0 [ 0.216232] SCSI subsystem initialized [ 0.217206] ACPI: bus type USB registered [ 0.217206] usbcore: registered new interface driver usbfs [ 0.220492] usbcore: registered new interface driver hub [ 0.222137] usbcore: registered new device driver usb [ 0.222137] PCI: Using ACPI for IRQ routing [ 0.224976] NetLabel: Initializing [ 0.225719] NetLabel: domain hash size = 128 [ 0.226622] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.227661] NetLabel: unlabeled traffic allowed by default [ 0.228476] Switched to clocksource kvm-clock [ 0.235736] AppArmor: AppArmor Filesystem Enabled [ 0.236779] pnp: PnP ACPI init [ 0.237529] ACPI: bus type PNP registered [ 0.239095] pnp: PnP ACPI: found 8 devices [ 0.240038] ACPI: bus type PNP unregistered [ 0.247705] NET: Registered protocol family 2 [ 0.249116] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.250799] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.252324] TCP: Hash tables configured (established 16384 bind 16384) [ 0.253711] TCP: reno registered [ 0.254409] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.255574] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.256970] NET: Registered protocol family 1 [ 0.257936] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.259058] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.260150] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.281893] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.303665] Trying to unpack rootfs image as initramfs... [ 0.394408] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000) [ 0.396411] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.397636] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.399515] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.401346] Scanning for low memory corruption every 60 seconds [ 0.403072] Initialise system trusted keyring [ 0.404501] audit: initializing netlink socket (disabled) [ 0.406155] type=2000 audit(1533099542.817:1): initialized [ 0.430875] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.434217] zbud: loaded [ 0.435348] VFS: Disk quotas dquot_6.5.2 [ 0.436584] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.438819] fuse init (API version 7.22) [ 0.440106] msgmni has been set to 3997 [ 0.441346] Key type big_key registered [ 0.442823] Key type asymmetric registered [ 0.444115] Asymmetric key parser 'x509' registered [ 0.445642] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.447953] io scheduler noop registered [ 0.449133] io scheduler deadline registered (default) [ 0.450447] io scheduler cfq registered [ 0.451327] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.452667] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.454227] ipmi message handler version 39.2 [ 0.455357] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.457116] ACPI: Power Button [PWRF] [ 0.458144] GHES: HEST is not enabled! [ 0.479904] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.523751] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.546213] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.548128] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.571893] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.574216] Linux agpgart interface v0.103 [ 0.575927] brd: module loaded [ 0.577057] loop: module loaded [ 0.578119] blk-mq: CPU -> queue map [ 0.578982] CPU 0 -> Queue 0 [ 0.579791] CPU 1 -> Queue 0 [ 0.581225] vda: vda1 [ 0.583002] scsi0 : ata_piix [ 0.584083] scsi1 : ata_piix [ 0.585106] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.586968] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.588690] libphy: Fixed MDIO Bus: probed [ 0.589720] tun: Universal TUN/TAP device driver, 1.6 [ 0.590884] tun: (C) 1999-2004 Max Krasnyansky [ 0.593769] PPP generic driver version 2.4.2 [ 0.594882] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.596277] ehci-pci: EHCI PCI platform driver [ 0.597306] ehci-platform: EHCI generic platform driver [ 0.598605] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.599752] ohci-pci: OHCI PCI platform driver [ 0.600686] ohci-platform: OHCI generic platform driver [ 0.601731] uhci_hcd: USB Universal Host Controller Interface driver [ 0.623685] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.624706] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.626229] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.627390] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.628629] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.630060] usb usb1: Product: UHCI Host Controller [ 0.631018] usb usb1: Manufacturer: Linux 3.13.0-153-generic uhci_hcd [ 0.632217] usb usb1: SerialNumber: 0000:00:01.2 [ 0.633297] hub 1-0:1.0: USB hub found [ 0.634106] hub 1-0:1.0: 2 ports detected [ 0.635088] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.637267] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.638267] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.639401] mousedev: PS/2 mouse device common for all mice [ 0.640751] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.642651] rtc_cmos 00:00: RTC can wake from S4 [ 0.643830] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.645091] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.646371] device-mapper: uevent: version 1.0.3 [ 0.647371] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.649052] ledtrig-cpu: registered to indicate activity on CPUs [ 0.650319] TCP: cubic registered [ 0.651134] NET: Registered protocol family 10 [ 0.652256] NET: Registered protocol family 17 [ 0.653170] Key type dns_resolver registered [ 0.654266] Loading compiled-in X.509 certificates [ 0.656034] Loaded X.509 cert 'Magrathea: Glacier signing key: b55e82a2f7d16bc6025e44ba19d50e03fccf0ab0' [ 0.665334] registered taskstats version 1 [ 0.668351] Key type trusted registered [ 0.672093] Key type encrypted registered [ 0.673183] AppArmor: AppArmor sha1 policy hashing enabled [ 0.674580] IMA: No TPM chip found, activating TPM-bypass! [ 0.676381] regulator-dummy: disabling [ 0.677525] Magic number: 14:948:968 [ 0.678674] rtc_cmos 00:00: setting system clock to 2018-08-01 04:59:02 UTC (1533099542) [ 0.680868] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.682041] EDD information not available. [ 0.745529] Freeing unused kernel memory: 1360K (ffffffff81d24000 - ffffffff81e78000) [ 0.747225] Write protecting the kernel read-only data: 12288k [ 0.748822] Freeing unused kernel memory: 688K (ffff880001754000 - ffff880001800000) [ 0.751626] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.765955] systemd-udevd[107]: starting version 204 [ 0.804770] FDC 0 is a S82078B [ 0.944100] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.109104] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.110845] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.112587] usb 1-1: Product: QEMU USB Tablet [ 1.113656] usb 1-1: Manufacturer: QEMU [ 1.114830] usb 1-1: SerialNumber: 42 [ 1.396052] tsc: Refined TSC clocksource calibration: 3491.872 MHz [ 1.817148] 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.053480] 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.130148] random: init urandom read with 10 bits of entropy available * Starting Mount filesystems on boot[74G[ OK ] * Starting Populate /dev filesystem[74G[ OK ] * Starting Populate and link to /run filesystem[74G[ OK ] * Stopping Populate /dev filesystem[74G[ OK ] * Stopping Populate and link to /run filesystem[74G[ OK ] [ 2.213801] EXT4-fs (vda1): re-mounted. Opts: (null) * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Stopping Track if upstart is running in a container[74G[ OK ] * Starting Initialize or finalize resolvconf[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Wed, 01 Aug 2018 04:59:04 +0000. Up 2.56 seconds. cloud-init-nonet[2.76]: waiting 10 seconds for network device * Starting set console keymap[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Bridge udev events into upstart[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Starting cold plug devices[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] * Stopping cold plug devices[74G[ OK ] * Stopping log initial device creation[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] cloud-init-nonet[7.15]: static networking is now up * Starting configure network device[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Wed, 01 Aug 2018 04:59:09 +0000. Up 7.27 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:e9:9d:86 | ci-info: | eth0 | True | 192.168.0.4 | 255.255.255.0 | fa:16:3e:b8:7a:bc | 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: be:3d:cf:42:ce:90:2b:14:31:a6:a2:3f:82:55:e9:89 root@sprout-0 The key's randomart image is: +--[ RSA 2048]----+ | | | + | | + o | | . + . | | . = . .S. | |. E o ..o . | |.o . .* | |o o . .o=. | | . . .. .+o | +-----------------+ Generating public/private dsa key pair. Your identification has been saved in /etc/ssh/ssh_host_dsa_key. Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub. The key fingerprint is: 5c:1e:1c:fd:b9:1b:1b:95:8d:d5:69:55:44:06:16:39 root@sprout-0 The key's randomart image is: +--[ DSA 1024]----+ | .. +*@| | . ...E+o| | + ..=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: 85:c5:eb:56:f4:4c:9f:e7:9d:0b:bc:d3:31:d2:01:58 root@sprout-0 The key's randomart image is: +--[ECDSA 256]---+ | .. oE | | o..... | | . .o +...| | .. . ooo| | S. .. ..=| | o + =o| | . = +| | o o | | . | +-----------------+ Generating public/private ed25519 key pair. Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. The key fingerprint is: 6a:59:02:cd:b3:75:2c:e4:a9:43:72:a8:ca:4d:34:42 root@sprout-0 The key's randomart image is: +--[ED25519 256--+ | E . | |. + o o | | . o+ * = o | | o..= = o | | .. = S | |..o * | |.. . + | | . | | | +-----------------+ * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ] * Starting configure network device security[74G[ OK ] * Stopping Mount filesystems on boot[74G[ OK ] * Starting flush early job output to logs[74G[ OK ] * Stopping Failsafe Boot Delay[74G[ OK ] * Starting D-Bus system message bus[74G[ OK ] * Starting System V initialisation compatibility[74G[ OK ] * Stopping flush early job output to logs[74G[ OK ] * Starting configure virtual network devices[74G[ OK ] * Starting SystemD login management service[74G[ OK ] * Starting Pollinate to seed the pseudo random number generator[74G[ OK ] * Starting Bridge file events into upstart[74G[ OK ] * Starting early crypto disks... [80G [74G[ OK ] Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd * Starting AppArmor profiles [80G [74G[ OK ] * Stopping System V initialisation compatibility[74G[ OK ] * Starting System V runlevel compatibility[74G[ OK ] * Starting save kernel messages[74G[ OK ] * Starting OpenSSH server[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting deferred execution scheduler[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] * Stopping save kernel messages[74G[ OK ] * Starting automatic crash report generation[74G[ OK ] acpid: starting up with netlink and the input layer * Starting ACPI daemon[74G[ OK ] acpid: 1 rule loaded acpid: waiting for events: event logging is off open-vm-tools: not starting as this is not a VMware VM landscape-client is not configured, please run landscape-config. * Restoring resolver state... [80G [74G[ OK ] * Stopping System V runlevel compatibility[74G[ OK ] Ubuntu 14.04.5 LTS sprout-0 ttyS0 sprout-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Wed, 01 Aug 2018 05:01:13 +0000. Up 131.24 seconds. Generating locales... en_US.UTF-8... up-to-date Generation complete. Cloud-init v. 0.7.5 running 'modules:final' at Wed, 01 Aug 2018 05:02:13 +0000. Up 191.96 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.11 + '[' -n 192.168.0.11 ']' + cat + DEBIAN_FRONTEND=noninteractive + apt-get install sprout --yes --force-yes Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package sprout + DEBIAN_FRONTEND=noninteractive + apt-get install clearwater-management --yes --force-yes Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package clearwater-management + retries=0 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.207 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.207 ++ echo A 172.30.9.207 ++ ip2rr 192.168.1.7 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.7 ++ echo A 192.168.1.7 ++ ip2rr 192.168.1.7 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.7 ++ echo A 192.168.1.7 ++ ip2rr 192.168.1.7 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.7 ++ echo A 192.168.1.7 ++ ip2rr 192.168.1.7 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.7 ++ echo A 192.168.1.7 ; Communication with 192.168.0.15#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 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.207 ++ echo A 172.30.9.207 ++ ip2rr 192.168.1.7 ++ echo 192.168.1.7 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.7 ++ ip2rr 192.168.1.7 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.7 ++ echo A 192.168.1.7 ++ ip2rr 192.168.1.7 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.7 ++ echo A 192.168.1.7 ++ ip2rr 192.168.1.7 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.7 ++ echo A 192.168.1.7 ; Communication with 192.168.0.15#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 ++ echo 172.30.9.207 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.207 ++ ip2rr 192.168.1.7 ++ echo 192.168.1.7 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.7 ++ ip2rr 192.168.1.7 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.7 ++ echo A 192.168.1.7 ++ ip2rr 192.168.1.7 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.7 ++ echo A 192.168.1.7 ++ ip2rr 192.168.1.7 ++ echo 192.168.1.7 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.7 ; Communication with 192.168.0.15#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 ++ echo 172.30.9.207 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.207 ++ ip2rr 192.168.1.7 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.7 ++ echo A 192.168.1.7 ++ ip2rr 192.168.1.7 ++ echo 192.168.1.7 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.7 ++ ip2rr 192.168.1.7 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.7 ++ echo A 192.168.1.7 ++ ip2rr 192.168.1.7 ++ echo 192.168.1.7 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.7 ; Communication with 192.168.0.15#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 ++ echo 172.30.9.207 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.207 ++ ip2rr 192.168.1.7 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.7 ++ echo A 192.168.1.7 ++ ip2rr 192.168.1.7 ++ echo 192.168.1.7 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.7 ++ ip2rr 192.168.1.7 ++ echo 192.168.1.7 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.7 ++ ip2rr 192.168.1.7 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.7 ++ echo A 192.168.1.7 ; Communication with 192.168.0.15#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 ++ echo 172.30.9.207 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.207 ++ ip2rr 192.168.1.7 ++ echo 192.168.1.7 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.7 ++ ip2rr 192.168.1.7 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.7 ++ echo A 192.168.1.7 ++ ip2rr 192.168.1.7 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.7 ++ echo A 192.168.1.7 ++ ip2rr 192.168.1.7 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.7 ++ echo A 192.168.1.7 ; Communication with 192.168.0.15#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 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.207 ++ echo A 172.30.9.207 ++ ip2rr 192.168.1.7 ++ echo 192.168.1.7 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.7 ++ ip2rr 192.168.1.7 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.7 ++ echo A 192.168.1.7 ++ ip2rr 192.168.1.7 ++ echo 192.168.1.7 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.7 ++ ip2rr 192.168.1.7 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.7 ++ echo A 192.168.1.7 ; Communication with 192.168.0.15#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 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.207 ++ echo A 172.30.9.207 ++ ip2rr 192.168.1.7 ++ echo 192.168.1.7 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.7 ++ ip2rr 192.168.1.7 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.7 ++ echo A 192.168.1.7 ++ ip2rr 192.168.1.7 ++ echo 192.168.1.7 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.7 ++ ip2rr 192.168.1.7 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.7 ++ echo A 192.168.1.7 ; Communication with 192.168.0.15#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 ++ echo 172.30.9.207 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.207 ++ ip2rr 192.168.1.7 ++ echo 192.168.1.7 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.7 ++ ip2rr 192.168.1.7 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.7 ++ echo A 192.168.1.7 ++ ip2rr 192.168.1.7 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.7 ++ echo A 192.168.1.7 ++ ip2rr 192.168.1.7 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.7 ++ echo A 192.168.1.7 ; Communication with 192.168.0.15#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 192.168.1.7 ++ echo 192.168.1.7 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.7 ++ ip2rr 192.168.1.7 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.7 ++ echo A 192.168.1.7 ++ ip2rr 192.168.1.7 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.7 ++ echo A 192.168.1.7 ++ ip2rr 192.168.1.7 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.7 ++ echo A 192.168.1.7 ; Communication with 192.168.0.15#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 ++ echo 172.30.9.207 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.207 ++ ip2rr 192.168.1.7 ++ echo 192.168.1.7 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.7 ++ ip2rr 192.168.1.7 ++ echo 192.168.1.7 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.7 ++ ip2rr 192.168.1.7 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.7 ++ echo A 192.168.1.7 ++ ip2rr 192.168.1.7 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.7 ++ echo A 192.168.1.7 ; Communication with 192.168.0.15#53 failed: timed out could not talk to specified name server + '[' 10 -lt 10 ']' + echo 'nameserver 192.168.0.15' + echo RESOLV_CONF=/etc/dnsmasq.resolv.conf + mkdir -p /etc/netns/signaling + echo 'nameserver 192.168.1.4' + service dnsmasq force-reload dnsmasq: unrecognized service 2018-08-01 05:07:47,288 - util.py[WARNING]: Failed running /var/lib/cloud/instance/scripts/part-001 [1] 2018-08-01 05:07:47,292 - cc_scripts_user.py[WARNING]: Failed to run module scripts-user (scripts in /var/lib/cloud/instance/scripts) 2018-08-01 05:07:47,294 - 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 | c8:a4:fa:54:c3:83:25:0d:b6:e3:b3:40:35:ac:33:7a | - | Generated-by-Nova | ci-info: +---------+-------------------------------------------------+---------+-------------------+ ec2: ec2: ############################################################# ec2: -----BEGIN SSH HOST KEY FINGERPRINTS----- ec2: 1024 5c:1e:1c:fd:b9:1b:1b:95:8d:d5:69:55:44:06:16:39 root@sprout-0 (DSA) ec2: 256 85:c5:eb:56:f4:4c:9f:e7:9d:0b:bc:d3:31:d2:01:58 root@sprout-0 (ECDSA) ec2: 256 6a:59:02:cd:b3:75:2c:e4:a9:43:72:a8:ca:4d:34:42 root@sprout-0 (ED25519) ec2: 2048 be:3d:cf:42:ce:90:2b:14:31:a6:a2:3f:82:55:e9:89 root@sprout-0 (RSA) ec2: -----END SSH HOST KEY FINGERPRINTS----- ec2: ############################################################# -----BEGIN SSH HOST KEY KEYS----- ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBPyb2a3Aon5jWGd70nfVw16Ws4r0gX/gCcM/WT2aX+EUJrCK6tvFCgArtJh0/chSMm/FQJcMXqNP2e9UVb8pMlo= root@sprout-0 ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAICrB5M2zGUmoTFwIM2uyN/thIOQKLiKVScO3ANF5uubl root@sprout-0 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDBd/jNlAZAPbRBdCzBK7GonSNiSsOz6rrr29jrUN89PeIsla49w6+boGOcwb0uYnPhL+dkS9Hd6RQAfYe79SvY9UU8vSNT0Yrikh/QQXb8ZZ2CflVUG+dQ5EzRVDE/SHlcEjUBDEI2aVsoao/bWrAniEKWoJT7HE5XGW/a7iSRrtC3pk+i47+rSCjFeMQc/YFhS61pveDFuY5tDfAe2kRM+L1JLi7bt69f3kxIfQS3UyZLNgg247jkxxcNZDzME0gKTa73kvlS1s0n7REYywX6PeBI3cXYpu5i/ssEBzM3JhUF/nN6p47q4XjKcw9O/9i+KzD+lM5MX21PbmWaH0jX root@sprout-0 -----END SSH HOST KEY KEYS----- Cloud-init v. 0.7.5 finished at Wed, 01 Aug 2018 05:07:47 +0000. Datasource DataSourceOpenStack [net,ver=2]. Up 525.53 seconds 2018-08-01 05:53:59,947 - functest.core.singlevm - DEBUG - regex found: ''Cloud-init .* finished at ' in console 2018-08-01 05:53:59,947 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-01 05:53:59,950 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f5a83086f51c45f2204c68512a5b16fdfa8ab1ff" 2018-08-01 05:54:00,913 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:53:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b4f3c3c7-7ea8-4128-805a-9eba56335b55 x-compute-request-id: req-b4f3c3c7-7ea8-4128-805a-9eba56335b55 Content-Encoding: gzip Content-Length: 1516 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:17:36:06", "version": 4, "addr": "192.168.0.17", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:17:36:06", "version": 4, "addr": "172.30.9.214", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5a:5d:15", "version": 4, "addr": "192.168.1.24", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/7dc695fa-2949-466b-a2a6-9e335a529f66", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/7dc695fa-2949-466b-a2a6-9e335a529f66", "rel": "bookmark"}], "image": {"id": "5ee586ea-c13f-471b-8079-57178d06ca87", "links": [{"href": "http://172.30.9.21:8774/images/5ee586ea-c13f-471b-8079-57178d06ca87", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-01T04:58:50.000000", "flavor": {"id": "d408bbdd-eb67-4274-af5f-12cad1e36091", "links": [{"href": "http://172.30.9.21:8774/flavors/d408bbdd-eb67-4274-af5f-12cad1e36091", "rel": "bookmark"}]}, "id": "7dc695fa-2949-466b-a2a6-9e335a529f66", "security_groups": [{"name": "clearwater-opnfv-dime-sig"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-mgmt"}], "user_id": "39a67e8266a941419221c6c2899087f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-01T04:58:50Z", "hostId": "011e9895432519160fba775ad8c85f3c4ca289cddc05c7641b7edbcb", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "name": "dime-0.clearwater.opnfv", "created": "2018-08-01T04:58:30Z", "tenant_id": "cb07e8418d69451592b95ae8f2017d7c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b8:7a:bc", "version": 4, "addr": "192.168.0.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b8:7a:bc", "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:e9:9d:86", "version": 4, "addr": "192.168.1.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/666ba6a3-36ea-4514-bbbe-fb9f5912b7e7", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/666ba6a3-36ea-4514-bbbe-fb9f5912b7e7", "rel": "bookmark"}], "image": {"id": "5ee586ea-c13f-471b-8079-57178d06ca87", "links": [{"href": "http://172.30.9.21:8774/images/5ee586ea-c13f-471b-8079-57178d06ca87", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-01T04:59:01.000000", "flavor": {"id": "d408bbdd-eb67-4274-af5f-12cad1e36091", "links": [{"href": "http://172.30.9.21:8774/flavors/d408bbdd-eb67-4274-af5f-12cad1e36091", "rel": "bookmark"}]}, "id": "666ba6a3-36ea-4514-bbbe-fb9f5912b7e7", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-sprout-sig-inbound"}], "user_id": "39a67e8266a941419221c6c2899087f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-01T04:59:01Z", "hostId": "2e96300f33de30ae103b74db6c12ac903a59d91a1ceaaebb091fc12a", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-01T04:58:29Z", "tenant_id": "cb07e8418d69451592b95ae8f2017d7c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d6:6e:69", "version": 4, "addr": "192.168.0.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d6:6e:69", "version": 4, "addr": "172.30.9.208", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:25:72:d1", "version": 4, "addr": "192.168.1.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:25:72:d1", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/aadb9baf-3f43-4ed7-89f5-ba607dacf0cb", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/aadb9baf-3f43-4ed7-89f5-ba607dacf0cb", "rel": "bookmark"}], "image": {"id": "5ee586ea-c13f-471b-8079-57178d06ca87", "links": [{"href": "http://172.30.9.21:8774/images/5ee586ea-c13f-471b-8079-57178d06ca87", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-01T04:59:01.000000", "flavor": {"id": "d408bbdd-eb67-4274-af5f-12cad1e36091", "links": [{"href": "http://172.30.9.21:8774/flavors/d408bbdd-eb67-4274-af5f-12cad1e36091", "rel": "bookmark"}]}, "id": "aadb9baf-3f43-4ed7-89f5-ba607dacf0cb", "security_groups": [{"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-homer-sig"}], "user_id": "39a67e8266a941419221c6c2899087f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-01T04:59:01Z", "hostId": "2e96300f33de30ae103b74db6c12ac903a59d91a1ceaaebb091fc12a", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "name": "homer-0.clearwater.opnfv", "created": "2018-08-01T04:58:29Z", "tenant_id": "cb07e8418d69451592b95ae8f2017d7c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2e:61:e6", "version": 4, "addr": "192.168.0.19", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2e:61:e6", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:64:54:5a", "version": 4, "addr": "192.168.1.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:64:54:5a", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/183f28d0-4ca7-48a9-bf91-0a032f8b36a4", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/183f28d0-4ca7-48a9-bf91-0a032f8b36a4", "rel": "bookmark"}], "image": {"id": "5ee586ea-c13f-471b-8079-57178d06ca87", "links": [{"href": "http://172.30.9.21:8774/images/5ee586ea-c13f-471b-8079-57178d06ca87", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-01T04:58:51.000000", "flavor": {"id": "d408bbdd-eb67-4274-af5f-12cad1e36091", "links": [{"href": "http://172.30.9.21:8774/flavors/d408bbdd-eb67-4274-af5f-12cad1e36091", "rel": "bookmark"}]}, "id": "183f28d0-4ca7-48a9-bf91-0a032f8b36a4", "security_groups": [{"name": "clearwater-opnfv-bono-sig"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "39a67e8266a941419221c6c2899087f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-01T04:58:52Z", "hostId": "011e9895432519160fba775ad8c85f3c4ca289cddc05c7641b7edbcb", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "name": "bono-0.clearwater.opnfv", "created": "2018-08-01T04:58:28Z", "tenant_id": "cb07e8418d69451592b95ae8f2017d7c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/b653a1f5-54e1-430b-8456-1e212e73e7d0", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/b653a1f5-54e1-430b-8456-1e212e73e7d0", "rel": "bookmark"}], "image": {"id": "5ee586ea-c13f-471b-8079-57178d06ca87", "links": [{"href": "http://172.30.9.21:8774/images/5ee586ea-c13f-471b-8079-57178d06ca87", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d408bbdd-eb67-4274-af5f-12cad1e36091", "links": [{"href": "http://172.30.9.21:8774/flavors/d408bbdd-eb67-4274-af5f-12cad1e36091", "rel": "bookmark"}]}, "id": "b653a1f5-54e1-430b-8456-1e212e73e7d0", "user_id": "39a67e8266a941419221c6c2899087f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-01T04:58:31Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-01T04:58:28Z", "tenant_id": "cb07e8418d69451592b95ae8f2017d7c", "os-extended-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:77:40", "version": 4, "addr": "192.168.0.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cc:77:40", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/1c04dd67-c96a-438d-b7ad-7f418473f4b6", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/1c04dd67-c96a-438d-b7ad-7f418473f4b6", "rel": "bookmark"}], "image": {"id": "5ee586ea-c13f-471b-8079-57178d06ca87", "links": [{"href": "http://172.30.9.21:8774/images/5ee586ea-c13f-471b-8079-57178d06ca87", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-01T04:58:10.000000", "flavor": {"id": "d408bbdd-eb67-4274-af5f-12cad1e36091", "links": [{"href": "http://172.30.9.21:8774/flavors/d408bbdd-eb67-4274-af5f-12cad1e36091", "rel": "bookmark"}]}, "id": "1c04dd67-c96a-438d-b7ad-7f418473f4b6", "security_groups": [{"name": "clearwater-opnfv-ellis-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "39a67e8266a941419221c6c2899087f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-01T04:58:10Z", "hostId": "2e96300f33de30ae103b74db6c12ac903a59d91a1ceaaebb091fc12a", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-01T04:56:32Z", "tenant_id": "cb07e8418d69451592b95ae8f2017d7c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6a:2a:06", "version": 4, "addr": "192.168.0.15", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6a:2a:06", "version": 4, "addr": "172.30.9.203", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0e:ff:3a", "version": 4, "addr": "192.168.1.4", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/5ffec145-a95f-472d-9fa2-14dcdb077e57", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/5ffec145-a95f-472d-9fa2-14dcdb077e57", "rel": "bookmark"}], "image": {"id": "5ee586ea-c13f-471b-8079-57178d06ca87", "links": [{"href": "http://172.30.9.21:8774/images/5ee586ea-c13f-471b-8079-57178d06ca87", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-01T04:56:20.000000", "flavor": {"id": "d408bbdd-eb67-4274-af5f-12cad1e36091", "links": [{"href": "http://172.30.9.21:8774/flavors/d408bbdd-eb67-4274-af5f-12cad1e36091", "rel": "bookmark"}]}, "id": "5ffec145-a95f-472d-9fa2-14dcdb077e57", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "39a67e8266a941419221c6c2899087f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-01T04:56:20Z", "hostId": "011e9895432519160fba775ad8c85f3c4ca289cddc05c7641b7edbcb", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "name": "ns.clearwater.opnfv", "created": "2018-08-01T04:54:35Z", "tenant_id": "cb07e8418d69451592b95ae8f2017d7c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-01 05:54:00,913 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-b4f3c3c7-7ea8-4128-805a-9eba56335b55 2018-08-01 05:54:00,913 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.965854883194s 2018-08-01 05:54:00,914 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-b4f3c3c7-7ea8-4128-805a-9eba56335b55 2018-08-01 05:54:00,921 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-01 05:54:00,924 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/servers/aadb9baf-3f43-4ed7-89f5-ba607dacf0cb/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}f5a83086f51c45f2204c68512a5b16fdfa8ab1ff" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-01 05:54:01,042 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:54:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-72d9c5bb-6c62-45d9-b7bb-466d213c95eb x-compute-request-id: req-72d9c5bb-6c62-45d9-b7bb-466d213c95eb Content-Encoding: gzip Content-Length: 12064 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 3.13.0-153-generic (buildd@lcy01-amd64-026) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #203-Ubuntu SMP Thu Jun 14 08:52:28 UTC 2018 (Ubuntu 3.13.0-153.203-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] No AGP bridge found\n[ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106\n[ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff]\n[ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff]\n[ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff]\n[ 0.000000] RAMDISK: [mem 0x371d2000-0x378e0fff]\n[ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 000000007ffe0000 000040\n[ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff]\n[ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x00001000-0x00ffffff]\n[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]\n[ 0.000000] Normal empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x00001000-0x0009efff]\n[ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)\n[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x80000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s84032 r8192 d22464 u1048576\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] Checking aperture...\n[ 0.000000] No AGP bridge found\n[ 0.000000] Memory: 2039696K/2096616K available (7488K kernel code, 1163K rwdata, 3436K rodata, 1360K init, 1448K bss, 56920K reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU dyntick-idle grace-period acceleration is enabled.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] \tOffload RCU callbacks from all CPUs\n[ 0.000000] \tOffload RCU callbacks from CPUs: 0-1.\n[ 0.000000] NR_IRQS:16640 nr_irqs:512 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 8388608 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.008000] pid_max: default: 32768 minimum: 301\n[ 0.008000] Security Framework initialized\n[ 0.008028] AppArmor: AppArmor initialized\n[ 0.008879] Yama: becoming mindful.\n[ 0.009761] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.012872] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.014816] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.016005] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.017616] Initializing cgroup subsys memory\n[ 0.018517] Initializing cgroup subsys devices\n[ 0.019458] Initializing cgroup subsys freezer\n[ 0.020003] Initializing cgroup subsys blkio\n[ 0.020895] Initializing cgroup subsys perf_event\n[ 0.021874] Initializing cgroup subsys hugetlb\n[ 0.022834] CPU: Physical Processor ID: 0\n[ 0.024009] FEATURE SPEC_CTRL Present\n[ 0.025486] mce: CPU supports 10 MCE banks\n[ 0.026386] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.026386] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.028005] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.029239] Spectre V2 mitigation: Speculation control IBPB supported IBRS supported\n[ 0.030662] Spectre V2 mitigation: Retpoline compiled kernel. Defaulting IBRS to disabled[ 0.032003] Speculative Store Bypass: Vulnerable\n[ 0.033420] Freeing SMP alternatives memory: 32K (ffffffff81e78000 - ffffffff81e80000)\n[ 0.038554] ACPI: Core revision 20131115\n[ 0.040463] ACPI: All ACPI Tables successfully acquired\n[ 0.041905] ftrace: allocating 28727 entries in 113 pages\n[ 0.060263] Enabling x2apic\n[ 0.061079] Enabled x2apic\n[ 0.062031] Switched APIC routing to physical x2apic.\n[ 0.064912] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.066419] smpboot: CPU0: Intel Core Processor (Haswell, no TSX, IBRS) (fam: 06, model: 3c, stepping: 01)\n[ 0.070050] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.076918] KVM setup paravirtual spinlock\n[ 0.079241] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.080150] x86: Booting SMP configuration:\n[ 0.081279] .... node #0, CPUs: #1[ 0.079207] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.096018] x86: Booted up 1 node, 2 CPUs\n[ 0.096012] KVM setup async PF for cpu 1\n[ 0.096015] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.099595] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.100325] devtmpfs: initialized\n[ 0.102432] EVM: security.selinux\n[ 0.103317] EVM: security.SMACK64\n[ 0.104005] EVM: security.ima\n[ 0.104856] EVM: security.capability\n[ 0.105805] pinctrl core: initialized pinctrl subsystem\n[ 0.106146] regulator-dummy: no parameters\n[ 0.108061] RTC time: 4:59:01, date: 08/01/18\n[ 0.109195] NET: Registered protocol family 16\n[ 0.110506] cpuidle: using governor ladder\n[ 0.111563] cpuidle: using governor menu\n[ 0.112068] ACPI: bus type PCI registered\n[ 0.113141] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.114743] PCI: Using configuration type 1 for base access\n[ 0.116534] bio: create slab at 0\n[ 0.117090] ACPI: Added _OSI(Module Device)\n[ 0.117112] ACPI: Added _OSI(Processor Device)\n[ 0.118189] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.120003] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.122288] ACPI: Interpreter enabled\n[ 0.123250] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.125454] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.127702] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.129478] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.131767] ACPI: (supports S0 S5)\n[ 0.132003] ACPI: Using IOAPIC for interrupt routing\n[ 0.136014] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.138313] ACPI: No dock devices found.\n[ 0.141152] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.142661] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.144007] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.145561] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.148190] acpiphp: Slot [3] registered\n[ 0.149223] acpiphp: Slot [4] registered\n[ 0.150258] acpiphp: Slot [5] registered\n[ 0.151268] acpiphp: Slot [6] registered\n[ 0.152018] acpiphp: Slot [7] registered\n[ 0.153033] acpiphp: Slot [8] registered\n[ 0.154033] acpiphp: Slot [9] registered\n[ 0.155049] acpiphp: Slot [10] registered\n[ 0.156019] acpiphp: Slot [11] registered\n[ 0.157007] acpiphp: Slot [12] registered\n[ 0.158001] acpiphp: Slot [13] registered\n[ 0.159010] acpiphp: Slot [14] registered\n[ 0.160018] acpiphp: Slot [15] registered\n[ 0.160949] acpiphp: Slot [16] registered\n[ 0.161806] acpiphp: Slot [17] registered\n[ 0.162646] acpiphp: Slot [18] registered\n[ 0.163482] acpiphp: Slot [19] registered\n[ 0.164020] acpiphp: Slot [20] registered\n[ 0.164883] acpiphp: Slot [21] registered\n[ 0.165732] acpiphp: Slot [22] registered\n[ 0.166650] acpiphp: Slot [23] registered\n[ 0.167502] acpiphp: Slot [24] registered\n[ 0.168018] acpiphp: Slot [25] registered\n[ 0.168860] acpiphp: Slot [26] registered\n[ 0.169749] acpiphp: Slot [27] registered\n[ 0.170615] acpiphp: Slot [28] registered\n[ 0.171459] acpiphp: Slot [29] registered\n[ 0.172019] acpiphp: Slot [30] registered\n[ 0.172900] acpiphp: Slot [31] registered\n[ 0.173760] PCI host bridge to bus 0000:00\n[ 0.174601] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.175690] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.176004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.177190] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.178482] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.179750] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.184646] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.186149] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.213905] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.215474] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.216713] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.218444] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.220041] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.221615] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.223148] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.223148] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.224003] vgaarb: loaded\n[ 0.224735] vgaarb: bridge control possible 0000:00:02.0\n[ 0.228498] SCSI subsystem initialized\n[ 0.229664] ACPI: bus type USB registered\n[ 0.229664] usbcore: registered new interface driver usbfs\n[ 0.232023] usbcore: registered new interface driver hub\n[ 0.233325] usbcore: registered new device driver usb\n[ 0.233343] PCI: Using ACPI for IRQ routing\n[ 0.236380] NetLabel: Initializing\n[ 0.237244] NetLabel: domain hash size = 128\n[ 0.238300] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.239506] NetLabel: unlabeled traffic allowed by default\n[ 0.240182] Switched to clocksource kvm-clock\n[ 0.247651] AppArmor: AppArmor Filesystem Enabled\n[ 0.248807] pnp: PnP ACPI init\n[ 0.249617] ACPI: bus type PNP registered\n[ 0.251128] pnp: PnP ACPI: found 8 devices\n[ 0.252147] ACPI: bus type PNP unregistered\n[ 0.259351] NET: Registered protocol family 2\n[ 0.260687] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.262492] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.264210] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.265818] TCP: reno registered\n[ 0.266637] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.268091] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.269962] NET: Registered protocol family 1\n[ 0.270990] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.272328] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.273605] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.296002] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.318693] Trying to unpack rootfs image as initramfs...\n[ 0.413279] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000)\n[ 0.415293] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.416615] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.418629] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.420614] Scanning for low memory corruption every 60 seconds\n[ 0.422386] Initialise system trusted keyring\n[ 0.423935] audit: initializing netlink socket (disabled)\n[ 0.425711] type=2000 audit(1533099542.849:1): initialized\n[ 0.449801] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.452013] zbud: loaded\n[ 0.452904] VFS: Disk quotas dquot_6.5.2\n[ 0.453913] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.455648] fuse init (API version 7.22)\n[ 0.456662] msgmni has been set to 3997\n[ 0.457673] Key type big_key registered\n[ 0.458692] Key type asymmetric registered\n[ 0.459526] Asymmetric key parser 'x509' registered\n[ 0.460515] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.462009] io scheduler noop registered\n[ 0.462796] io scheduler deadline registered (default)\n[ 0.463798] io scheduler cfq registered\n[ 0.464736] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.465819] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.467120] ipmi message handler version 39.2\n[ 0.468204] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.469922] ACPI: Power Button [PWRF]\n[ 0.470939] GHES: HEST is not enabled!\n[ 0.492661] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.536376] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558728] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.560521] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.584634] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.586812] Linux agpgart interface v0.103\n[ 0.588529] brd: module loaded\n[ 0.589611] loop: module loaded\n[ 0.590583] blk-mq: CPU -> queue map\n[ 0.591317] CPU 0 -> Queue 0\n[ 0.591959] CPU 1 -> Queue 0\n[ 0.593244] vda: vda1\n[ 0.594606] scsi0 : ata_piix\n[ 0.595506] scsi1 : ata_piix\n[ 0.596388] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.597887] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.599793] libphy: Fixed MDIO Bus: probed\n[ 0.600912] tun: Universal TUN/TAP device driver, 1.6\n[ 0.602104] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.605365] PPP generic driver version 2.4.2\n[ 0.606509] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.608045] ehci-pci: EHCI PCI platform driver\n[ 0.609138] ehci-platform: EHCI generic platform driver\n[ 0.610524] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.612054] ohci-pci: OHCI PCI platform driver\n[ 0.613231] ohci-platform: OHCI generic platform driver\n[ 0.614568] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.636880] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.638160] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.640083] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.641544] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.643154] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.644972] usb usb1: Product: UHCI Host Controller\n[ 0.646190] usb usb1: Manufacturer: Linux 3.13.0-153-generic uhci_hcd\n[ 0.647714] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.648970] hub 1-0:1.0: USB hub found\n[ 0.649941] hub 1-0:1.0: 2 ports detected\n[ 0.651080] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.653736] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.654933] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.656307] mousedev: PS/2 mouse device common for all mice\n[ 0.657958] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.660215] rtc_cmos 00:00: RTC can wake from S4\n[ 0.661762] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.663392] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.664987] device-mapper: uevent: version 1.0.3\n[ 0.666023] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.667767] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.669063] TCP: cubic registered\n[ 0.669904] NET: Registered protocol family 10\n[ 0.671092] NET: Registered protocol family 17\n[ 0.672272] Key type dns_resolver registered\n[ 0.673404] Loading compiled-in X.509 certificates\n[ 0.675065] Loaded X.509 cert 'Magrathea: Glacier signing key: b55e82a2f7d16bc6025e44ba19d50e03fccf0ab0'\n[ 0.685855] registered taskstats version 1\n[ 0.688631] Key type trusted registered\n[ 0.692109] Key type encrypted registered\n[ 0.693037] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.694171] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.695725] regulator-dummy: disabling\n[ 0.696605] Magic number: 14:948:968\n[ 0.697553] rtc_cmos 00:00: setting system clock to 2018-08-01 04:59:02 UTC (1533099542)\n[ 0.699327] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.700549] EDD information not available.\n[ 0.757595] Freeing unused kernel memory: 1360K (ffffffff81d24000 - ffffffff81e78000)\n[ 0.759813] Write protecting the kernel read-only data: 12288k\n[ 0.761494] Freeing unused kernel memory: 688K (ffff880001754000 - ffff880001800000)\n[ 0.764397] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.777665] systemd-udevd[107]: starting version 204\n[ 0.832357] FDC 0 is a S82078B\n[ 0.960061] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.119952] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.121864] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.123278] usb 1-1: Product: QEMU USB Tablet\n[ 1.124203] usb 1-1: Manufacturer: QEMU\n[ 1.125056] usb 1-1: SerialNumber: 42\n[ 1.412052] tsc: Refined TSC clocksource calibration: 3491.872 MHz\n[ 1.848861] 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.071953] 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.146136] 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 * Starting Populate and link to /run filesystem[74G[ OK ]\n * Stopping Populate and link to /run filesystem[74G[ OK ]\n * Stopping Track if upstart is running in a container[74G[ OK ]\n[ 2.247248] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Starting Initialize or finalize resolvconf[74G[ OK ]\n * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Wed, 01 Aug 2018 04:59:04 +0000. Up 2.59 seconds.\ncloud-init-nonet[2.78]: waiting 10 seconds for network device\n * Starting set console keymap[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Bridge udev events into upstart[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Starting cold plug devices[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\ncloud-init-nonet[3.98]: 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 Wed, 01 Aug 2018 04:59:05 +0000. Up 4.16 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:25:72:d1 |\nci-info: | eth0 | True | 192.168.0.5 | 255.255.255.0 | fa:16:3e:d6:6e:69 |\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:\nc4:8f:bd:e4:05:7f:94:f0:2b:d2:a6:34:3e:cb:7f:cf root@homer-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| . |\n| . o . |\n| o . + |\n| . + + . . |\n| S B * o |\n| = B o |\n| * |\n| . 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:\nb2:d9:21:85:f6:ea:bc:7a:4f:a5:92:8b:0b:5e:3a:8a root@homer-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| |\n| . |\n| o . |\n| . o |\n| o S . |\n| O + |\n| . . * + |\n|...+ +.+ |\n|E.o.++=o. |\n+-----------------+\nGenerating public/private ecdsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\nThe key fingerprint is:\n1b:6b:01:db:ff:3d:fb:9c:d9:4b:93:7b:a3:f3:87:81 root@homer-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| |\n| |\n| . |\n| + |\n| . S . |\n| * E . .|\n| + . * |\n| . . o+oO|\n| ..*XO|\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:\n68:e6:4e:c6:8d:66:8d:3b:1c:4b:26:d6:55:55:1f:33 root@homer-0\nThe key's randomart image is:\n+--[ED25519 256--+\n| ....E |\n| . .+|\n| . .|\n| .. |\n| .+.S |\n| o=== |\n| . =Xoo |\n| *+. |\n| o. |\n+-----------------+\n * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Stopping Mount filesystems on boot[74G[ OK ]\n * Starting flush early job output to logs[74G[ OK ]\n * Stopping Failsafe Boot Delay[74G[ OK ]\n * Starting D-Bus system message bus[74G[ OK ]\n * Starting System V initialisation compatibility[74G[ OK ]\n * Stopping flush early job output to logs[74G[ OK ]\n * Starting 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 homer-0 ttyS0\n\nhomer-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Wed, 01 Aug 2018 05:01:10 +0000. Up 128.33 seconds.\nGenerating locales...\n en_US.UTF-8... up-to-date\nGeneration complete.\nCloud-init v. 0.7.5 running 'modules:final' at Wed, 01 Aug 2018 05:02:10 +0000. Up 189.02 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://archive.ubuntu.com trusty InRelease\n \nErr http://archive.ubuntu.com trusty-updates InRelease\n \nErr http://archive.ubuntu.com trusty-backports InRelease\n \nErr http://security.ubuntu.com trusty-security InRelease\n \nErr http://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 Release.gpg\n Could not resolve 'archive.ubuntu.com'\nErr http://archive.ubuntu.com trusty-updates Release.gpg\n Could not resolve 'archive.ubuntu.com'\nErr http://archive.ubuntu.com trusty-backports Release.gpg\n Could not resolve 'archive.ubuntu.com'\nReading package lists...\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/InRelease \n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/InRelease \n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/InRelease \n\nW: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/InRelease \n\nW: Failed to fetch http://repo.cw-ngv.com/stable/binary/InRelease \n\nW: Failed to fetch http://repo.cw-ngv.com/stable/binary/Release.gpg Could not resolve 'repo.cw-ngv.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/Release.gpg Could not resolve 'security.ubuntu.com'\n\nW: Some index files failed to download. They have been ignored, or old ones used instead.\n+ mkdir -p /etc/clearwater\n+ etcd_ip=192.168.0.11\n+ '[' -n 192.168.0.11 ']'\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.208\n++ echo 172.30.9.208\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.208\n++ ip2rr 172.30.9.200\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.200\n++ echo A 172.30.9.200\n; Communication with 192.168.0.15#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.208\n++ echo 172.30.9.208\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.208\n++ ip2rr 172.30.9.200\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.200\n++ echo A 172.30.9.200\n; Communication with 192.168.0.15#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.208\n++ echo 172.30.9.208\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.208\n++ ip2rr 172.30.9.200\n++ echo 172.30.9.200\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.200\n; Communication with 192.168.0.15#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.208\n++ echo 172.30.9.208\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.208\n++ ip2rr 172.30.9.200\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.200\n++ echo A 172.30.9.200\n; Communication with 192.168.0.15#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.208\n++ echo 172.30.9.208\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.208\n++ ip2rr 172.30.9.200\n++ echo 172.30.9.200\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.200\n; Communication with 192.168.0.15#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.208\n++ echo 172.30.9.208\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.208\n++ ip2rr 172.30.9.200\n++ echo 172.30.9.200\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.200\n; Communication with 192.168.0.15#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.208\n++ echo 172.30.9.208\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.208\n++ ip2rr 172.30.9.200\n++ echo 172.30.9.200\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.200\n; Communication with 192.168.0.15#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.208\n++ echo 172.30.9.208\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.208\n++ ip2rr 172.30.9.200\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.200\n++ echo A 172.30.9.200\n; Communication with 192.168.0.15#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.208\n++ echo 172.30.9.208\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.208\n++ ip2rr 172.30.9.200\n++ echo 172.30.9.200\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.200\n; Communication with 192.168.0.15#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.208\n++ echo 172.30.9.208\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.208\n++ ip2rr 172.30.9.200\n++ echo 172.30.9.200\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.200\n; Communication with 192.168.0.15#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.208\n++ echo 172.30.9.208\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.208\n++ ip2rr 172.30.9.200\n++ echo 172.30.9.200\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.200\n; Communication with 192.168.0.15#53 failed: timed out\ncould not talk to specified name server\n+ '[' 10 -lt 10 ']'\n+ echo 'nameserver 192.168.0.15'\n+ echo RESOLV_CONF=/etc/dnsmasq.resolv.conf\n+ mkdir -p /etc/netns/signaling\n+ echo 'nameserver 192.168.1.4'\n+ service dnsmasq force-reload\ndnsmasq: unrecognized service\n2018-08-01 05:07:44,109 - util.py[WARNING]: Failed running /var/lib/cloud/instance/scripts/part-001 [1]\n2018-08-01 05:07:44,115 - cc_scripts_user.py[WARNING]: Failed to run module scripts-user (scripts in /var/lib/cloud/instance/scripts)\n2018-08-01 05:07:44,117 - 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 | c8:a4:fa:54:c3:83:25:0d:b6:e3:b3:40:35:ac:33:7a | - | Generated-by-Nova |\nci-info: +---------+-------------------------------------------------+---------+-------------------+\nec2: \nec2: #############################################################\nec2: -----BEGIN SSH HOST KEY FINGERPRINTS-----\nec2: 1024 b2:d9:21:85:f6:ea:bc:7a:4f:a5:92:8b:0b:5e:3a:8a root@homer-0 (DSA)\nec2: 256 1b:6b:01:db:ff:3d:fb:9c:d9:4b:93:7b:a3:f3:87:81 root@homer-0 (ECDSA)\nec2: 256 68:e6:4e:c6:8d:66:8d:3b:1c:4b:26:d6:55:55:1f:33 root@homer-0 (ED25519)\nec2: 2048 c4:8f:bd:e4:05:7f:94:f0:2b:d2:a6:34:3e:cb:7f:cf root@homer-0 (RSA)\nec2: -----END SSH HOST KEY FINGERPRINTS-----\nec2: #############################################################\n-----BEGIN SSH HOST KEY KEYS-----\necdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBK43s/ltH/KN/rTxugVRMNAfRu6PpnQ/Sb7oWcR9llA02DK/m+A03n7cXqqUHyZJLaOJNY1jABv0nsg0ZqKm8kc= root@homer-0\nssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHzNxqWiPbJfVQRc1EW0QZxLR1FHekJvxTgugI1hYPeL root@homer-0\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC3mja40iSLRtOKpEoKojvntSxhHwHLCLeNnTnLl/1THnbVJKvziNlpDtA9JXHNXi+vBCpdjtDXOCd2gF6eo3HYghZvpaSqi9H8j9bVZmtqiasI/vOzU0Tnt7lhAxGJnmGL2KsfcROVMlPLEmpDzt4bbRn3y13CtJyCYMKpCI1HsYOOmPVpPA1YlpfTnh7qVy+jme1jcEQ6qW1+DzanNAMatJpM4P3guyKs0pGSrUlVmmDfLBrlmTpM7ArJGPMsS87HnRBW3eXFcvPpLiOzLxhSnXgOm8bBSLZu4FbDIbhGPUTuoMrsyCO5tI2YMJHei4MNo8dUz3dYdZLU6FTTJ+Vz root@homer-0\n-----END SSH HOST KEY KEYS-----\nCloud-init v. 0.7.5 finished at Wed, 01 Aug 2018 05:07:44 +0000. Datasource DataSourceOpenStack [net,ver=2]. Up 522.35 seconds\n"} 2018-08-01 05:54:01,043 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/aadb9baf-3f43-4ed7-89f5-ba607dacf0cb/action used request id req-72d9c5bb-6c62-45d9-b7bb-466d213c95eb 2018-08-01 05:54:01,043 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.121489048004s 2018-08-01 05:54:01,044 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/aadb9baf-3f43-4ed7-89f5-ba607dacf0cb/action used request id req-72d9c5bb-6c62-45d9-b7bb-466d213c95eb 2018-08-01 05:54:01,044 - functest.core.singlevm - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 3.13.0-153-generic (buildd@lcy01-amd64-026) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #203-Ubuntu SMP Thu Jun 14 08:52:28 UTC 2018 (Ubuntu 3.13.0-153.203-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] No AGP bridge found [ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 [ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff] [ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff] [ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff] [ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff] [ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff] [ 0.000000] RAMDISK: [mem 0x371d2000-0x378e0fff] [ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 000000007ffe0000 000040 [ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff] [ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00001000-0x00ffffff] [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] [ 0.000000] Normal empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00001000-0x0009efff] [ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x80000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s84032 r8192 d22464 u1048576 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] Checking aperture... [ 0.000000] No AGP bridge found [ 0.000000] Memory: 2039696K/2096616K available (7488K kernel code, 1163K rwdata, 3436K rodata, 1360K init, 1448K bss, 56920K reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2. [ 0.000000] Offload RCU callbacks from all CPUs [ 0.000000] Offload RCU callbacks from CPUs: 0-1. [ 0.000000] NR_IRQS:16640 nr_irqs:512 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 8388608 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.008000] pid_max: default: 32768 minimum: 301 [ 0.008000] Security Framework initialized [ 0.008028] AppArmor: AppArmor initialized [ 0.008879] Yama: becoming mindful. [ 0.009761] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.012872] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.014816] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.016005] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.017616] Initializing cgroup subsys memory [ 0.018517] Initializing cgroup subsys devices [ 0.019458] Initializing cgroup subsys freezer [ 0.020003] Initializing cgroup subsys blkio [ 0.020895] Initializing cgroup subsys perf_event [ 0.021874] Initializing cgroup subsys hugetlb [ 0.022834] CPU: Physical Processor ID: 0 [ 0.024009] FEATURE SPEC_CTRL Present [ 0.025486] mce: CPU supports 10 MCE banks [ 0.026386] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.026386] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.028005] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.029239] Spectre V2 mitigation: Speculation control IBPB supported IBRS supported [ 0.030662] Spectre V2 mitigation: Retpoline compiled kernel. Defaulting IBRS to disabled[ 0.032003] Speculative Store Bypass: Vulnerable [ 0.033420] Freeing SMP alternatives memory: 32K (ffffffff81e78000 - ffffffff81e80000) [ 0.038554] ACPI: Core revision 20131115 [ 0.040463] ACPI: All ACPI Tables successfully acquired [ 0.041905] ftrace: allocating 28727 entries in 113 pages [ 0.060263] Enabling x2apic [ 0.061079] Enabled x2apic [ 0.062031] Switched APIC routing to physical x2apic. [ 0.064912] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.066419] smpboot: CPU0: Intel Core Processor (Haswell, no TSX, IBRS) (fam: 06, model: 3c, stepping: 01) [ 0.070050] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.076918] KVM setup paravirtual spinlock [ 0.079241] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.080150] x86: Booting SMP configuration: [ 0.081279] .... node #0, CPUs: #1[ 0.079207] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.096018] x86: Booted up 1 node, 2 CPUs [ 0.096012] KVM setup async PF for cpu 1 [ 0.096015] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.099595] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.100325] devtmpfs: initialized [ 0.102432] EVM: security.selinux [ 0.103317] EVM: security.SMACK64 [ 0.104005] EVM: security.ima [ 0.104856] EVM: security.capability [ 0.105805] pinctrl core: initialized pinctrl subsystem [ 0.106146] regulator-dummy: no parameters [ 0.108061] RTC time: 4:59:01, date: 08/01/18 [ 0.109195] NET: Registered protocol family 16 [ 0.110506] cpuidle: using governor ladder [ 0.111563] cpuidle: using governor menu [ 0.112068] ACPI: bus type PCI registered [ 0.113141] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.114743] PCI: Using configuration type 1 for base access [ 0.116534] bio: create slab at 0 [ 0.117090] ACPI: Added _OSI(Module Device) [ 0.117112] ACPI: Added _OSI(Processor Device) [ 0.118189] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.120003] ACPI: Added _OSI(Processor Aggregator Device) [ 0.122288] ACPI: Interpreter enabled [ 0.123250] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.125454] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.127702] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.129478] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.131767] ACPI: (supports S0 S5) [ 0.132003] ACPI: Using IOAPIC for interrupt routing [ 0.136014] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.138313] ACPI: No dock devices found. [ 0.141152] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.142661] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.144007] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.145561] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.148190] acpiphp: Slot [3] registered [ 0.149223] acpiphp: Slot [4] registered [ 0.150258] acpiphp: Slot [5] registered [ 0.151268] acpiphp: Slot [6] registered [ 0.152018] acpiphp: Slot [7] registered [ 0.153033] acpiphp: Slot [8] registered [ 0.154033] acpiphp: Slot [9] registered [ 0.155049] acpiphp: Slot [10] registered [ 0.156019] acpiphp: Slot [11] registered [ 0.157007] acpiphp: Slot [12] registered [ 0.158001] acpiphp: Slot [13] registered [ 0.159010] acpiphp: Slot [14] registered [ 0.160018] acpiphp: Slot [15] registered [ 0.160949] acpiphp: Slot [16] registered [ 0.161806] acpiphp: Slot [17] registered [ 0.162646] acpiphp: Slot [18] registered [ 0.163482] acpiphp: Slot [19] registered [ 0.164020] acpiphp: Slot [20] registered [ 0.164883] acpiphp: Slot [21] registered [ 0.165732] acpiphp: Slot [22] registered [ 0.166650] acpiphp: Slot [23] registered [ 0.167502] acpiphp: Slot [24] registered [ 0.168018] acpiphp: Slot [25] registered [ 0.168860] acpiphp: Slot [26] registered [ 0.169749] acpiphp: Slot [27] registered [ 0.170615] acpiphp: Slot [28] registered [ 0.171459] acpiphp: Slot [29] registered [ 0.172019] acpiphp: Slot [30] registered [ 0.172900] acpiphp: Slot [31] registered [ 0.173760] PCI host bridge to bus 0000:00 [ 0.174601] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.175690] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.176004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.177190] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.178482] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.179750] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.184646] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.186149] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.213905] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.215474] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.216713] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.218444] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.220041] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.221615] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.223148] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.223148] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.224003] vgaarb: loaded [ 0.224735] vgaarb: bridge control possible 0000:00:02.0 [ 0.228498] SCSI subsystem initialized [ 0.229664] ACPI: bus type USB registered [ 0.229664] usbcore: registered new interface driver usbfs [ 0.232023] usbcore: registered new interface driver hub [ 0.233325] usbcore: registered new device driver usb [ 0.233343] PCI: Using ACPI for IRQ routing [ 0.236380] NetLabel: Initializing [ 0.237244] NetLabel: domain hash size = 128 [ 0.238300] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.239506] NetLabel: unlabeled traffic allowed by default [ 0.240182] Switched to clocksource kvm-clock [ 0.247651] AppArmor: AppArmor Filesystem Enabled [ 0.248807] pnp: PnP ACPI init [ 0.249617] ACPI: bus type PNP registered [ 0.251128] pnp: PnP ACPI: found 8 devices [ 0.252147] ACPI: bus type PNP unregistered [ 0.259351] NET: Registered protocol family 2 [ 0.260687] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.262492] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.264210] TCP: Hash tables configured (established 16384 bind 16384) [ 0.265818] TCP: reno registered [ 0.266637] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.268091] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.269962] NET: Registered protocol family 1 [ 0.270990] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.272328] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.273605] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.296002] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.318693] Trying to unpack rootfs image as initramfs... [ 0.413279] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000) [ 0.415293] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.416615] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.418629] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.420614] Scanning for low memory corruption every 60 seconds [ 0.422386] Initialise system trusted keyring [ 0.423935] audit: initializing netlink socket (disabled) [ 0.425711] type=2000 audit(1533099542.849:1): initialized [ 0.449801] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.452013] zbud: loaded [ 0.452904] VFS: Disk quotas dquot_6.5.2 [ 0.453913] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.455648] fuse init (API version 7.22) [ 0.456662] msgmni has been set to 3997 [ 0.457673] Key type big_key registered [ 0.458692] Key type asymmetric registered [ 0.459526] Asymmetric key parser 'x509' registered [ 0.460515] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.462009] io scheduler noop registered [ 0.462796] io scheduler deadline registered (default) [ 0.463798] io scheduler cfq registered [ 0.464736] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.465819] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.467120] ipmi message handler version 39.2 [ 0.468204] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.469922] ACPI: Power Button [PWRF] [ 0.470939] GHES: HEST is not enabled! [ 0.492661] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.536376] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.558728] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.560521] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.584634] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.586812] Linux agpgart interface v0.103 [ 0.588529] brd: module loaded [ 0.589611] loop: module loaded [ 0.590583] blk-mq: CPU -> queue map [ 0.591317] CPU 0 -> Queue 0 [ 0.591959] CPU 1 -> Queue 0 [ 0.593244] vda: vda1 [ 0.594606] scsi0 : ata_piix [ 0.595506] scsi1 : ata_piix [ 0.596388] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.597887] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.599793] libphy: Fixed MDIO Bus: probed [ 0.600912] tun: Universal TUN/TAP device driver, 1.6 [ 0.602104] tun: (C) 1999-2004 Max Krasnyansky [ 0.605365] PPP generic driver version 2.4.2 [ 0.606509] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.608045] ehci-pci: EHCI PCI platform driver [ 0.609138] ehci-platform: EHCI generic platform driver [ 0.610524] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.612054] ohci-pci: OHCI PCI platform driver [ 0.613231] ohci-platform: OHCI generic platform driver [ 0.614568] uhci_hcd: USB Universal Host Controller Interface driver [ 0.636880] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.638160] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.640083] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.641544] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.643154] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.644972] usb usb1: Product: UHCI Host Controller [ 0.646190] usb usb1: Manufacturer: Linux 3.13.0-153-generic uhci_hcd [ 0.647714] usb usb1: SerialNumber: 0000:00:01.2 [ 0.648970] hub 1-0:1.0: USB hub found [ 0.649941] hub 1-0:1.0: 2 ports detected [ 0.651080] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.653736] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.654933] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.656307] mousedev: PS/2 mouse device common for all mice [ 0.657958] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.660215] rtc_cmos 00:00: RTC can wake from S4 [ 0.661762] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.663392] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.664987] device-mapper: uevent: version 1.0.3 [ 0.666023] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.667767] ledtrig-cpu: registered to indicate activity on CPUs [ 0.669063] TCP: cubic registered [ 0.669904] NET: Registered protocol family 10 [ 0.671092] NET: Registered protocol family 17 [ 0.672272] Key type dns_resolver registered [ 0.673404] Loading compiled-in X.509 certificates [ 0.675065] Loaded X.509 cert 'Magrathea: Glacier signing key: b55e82a2f7d16bc6025e44ba19d50e03fccf0ab0' [ 0.685855] registered taskstats version 1 [ 0.688631] Key type trusted registered [ 0.692109] Key type encrypted registered [ 0.693037] AppArmor: AppArmor sha1 policy hashing enabled [ 0.694171] IMA: No TPM chip found, activating TPM-bypass! [ 0.695725] regulator-dummy: disabling [ 0.696605] Magic number: 14:948:968 [ 0.697553] rtc_cmos 00:00: setting system clock to 2018-08-01 04:59:02 UTC (1533099542) [ 0.699327] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.700549] EDD information not available. [ 0.757595] Freeing unused kernel memory: 1360K (ffffffff81d24000 - ffffffff81e78000) [ 0.759813] Write protecting the kernel read-only data: 12288k [ 0.761494] Freeing unused kernel memory: 688K (ffff880001754000 - ffff880001800000) [ 0.764397] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.777665] systemd-udevd[107]: starting version 204 [ 0.832357] FDC 0 is a S82078B [ 0.960061] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.119952] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.121864] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.123278] usb 1-1: Product: QEMU USB Tablet [ 1.124203] usb 1-1: Manufacturer: QEMU [ 1.125056] usb 1-1: SerialNumber: 42 [ 1.412052] tsc: Refined TSC clocksource calibration: 3491.872 MHz [ 1.848861] 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.071953] 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.146136] 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 ] * Starting Populate and link to /run filesystem[74G[ OK ] * Stopping Populate and link to /run filesystem[74G[ OK ] * Stopping Track if upstart is running in a container[74G[ OK ] [ 2.247248] EXT4-fs (vda1): re-mounted. Opts: (null) * Starting Initialize or finalize resolvconf[74G[ OK ] * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Wed, 01 Aug 2018 04:59:04 +0000. Up 2.59 seconds. cloud-init-nonet[2.78]: waiting 10 seconds for network device * Starting set console keymap[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Bridge udev events into upstart[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Starting cold plug devices[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] cloud-init-nonet[3.98]: 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 Wed, 01 Aug 2018 04:59:05 +0000. Up 4.16 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:25:72:d1 | ci-info: | eth0 | True | 192.168.0.5 | 255.255.255.0 | fa:16:3e:d6:6e:69 | 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: c4:8f:bd:e4:05:7f:94:f0:2b:d2:a6:34:3e:cb:7f:cf root@homer-0 The key's randomart image is: +--[ RSA 2048]----+ | . | | . o . | | o . + | | . + + . . | | S B * o | | = B 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: b2:d9:21:85:f6:ea:bc:7a:4f:a5:92:8b:0b:5e:3a:8a root@homer-0 The key's randomart image is: +--[ DSA 1024]----+ | | | . | | o . | | . o | | o S . | | O + | | . . * + | |...+ +.+ | |E.o.++=o. | +-----------------+ Generating public/private ecdsa key pair. Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. The key fingerprint is: 1b:6b:01:db:ff:3d:fb:9c:d9:4b:93:7b:a3:f3:87:81 root@homer-0 The key's randomart image is: +--[ECDSA 256]---+ | | | | | . | | + | | . S . | | * E . .| | + . * | | . . o+oO| | ..*XO| +-----------------+ 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: 68:e6:4e:c6:8d:66:8d:3b:1c:4b:26:d6:55:55:1f:33 root@homer-0 The key's randomart image is: +--[ED25519 256--+ | ....E | | . .+| | . .| | .. | | .+.S | | o=== | | . =Xoo | | *+. | | o. | +-----------------+ * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ] * Starting configure network device security[74G[ OK ] * Stopping Mount filesystems on boot[74G[ OK ] * Starting flush early job output to logs[74G[ OK ] * Stopping Failsafe Boot Delay[74G[ OK ] * Starting D-Bus system message bus[74G[ OK ] * Starting System V initialisation compatibility[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 homer-0 ttyS0 homer-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Wed, 01 Aug 2018 05:01:10 +0000. Up 128.33 seconds. Generating locales... en_US.UTF-8... up-to-date Generation complete. Cloud-init v. 0.7.5 running 'modules:final' at Wed, 01 Aug 2018 05:02:10 +0000. Up 189.02 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://archive.ubuntu.com trusty InRelease Err http://archive.ubuntu.com trusty-updates InRelease Err http://archive.ubuntu.com trusty-backports InRelease Err http://security.ubuntu.com trusty-security InRelease Err http://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 Release.gpg Could not resolve 'archive.ubuntu.com' Err http://archive.ubuntu.com trusty-updates Release.gpg Could not resolve 'archive.ubuntu.com' Err http://archive.ubuntu.com trusty-backports Release.gpg Could not resolve 'archive.ubuntu.com' Reading package lists... W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/InRelease W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/InRelease W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/InRelease W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/InRelease W: Failed to fetch http://repo.cw-ngv.com/stable/binary/InRelease W: Failed to fetch http://repo.cw-ngv.com/stable/binary/Release.gpg Could not resolve 'repo.cw-ngv.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/Release.gpg Could not resolve 'security.ubuntu.com' W: Some index files failed to download. They have been ignored, or old ones used instead. + mkdir -p /etc/clearwater + etcd_ip=192.168.0.11 + '[' -n 192.168.0.11 ']' + 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.208 ++ echo 172.30.9.208 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.208 ++ ip2rr 172.30.9.200 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.200 ++ echo A 172.30.9.200 ; Communication with 192.168.0.15#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.208 ++ echo 172.30.9.208 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.208 ++ ip2rr 172.30.9.200 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.200 ++ echo A 172.30.9.200 ; Communication with 192.168.0.15#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.208 ++ echo 172.30.9.208 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.208 ++ ip2rr 172.30.9.200 ++ echo 172.30.9.200 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.200 ; Communication with 192.168.0.15#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.208 ++ echo 172.30.9.208 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.208 ++ ip2rr 172.30.9.200 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.200 ++ echo A 172.30.9.200 ; Communication with 192.168.0.15#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.208 ++ echo 172.30.9.208 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.208 ++ ip2rr 172.30.9.200 ++ echo 172.30.9.200 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.200 ; Communication with 192.168.0.15#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.208 ++ echo 172.30.9.208 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.208 ++ ip2rr 172.30.9.200 ++ echo 172.30.9.200 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.200 ; Communication with 192.168.0.15#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.208 ++ echo 172.30.9.208 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.208 ++ ip2rr 172.30.9.200 ++ echo 172.30.9.200 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.200 ; Communication with 192.168.0.15#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.208 ++ echo 172.30.9.208 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.208 ++ ip2rr 172.30.9.200 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.200 ++ echo A 172.30.9.200 ; Communication with 192.168.0.15#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.208 ++ echo 172.30.9.208 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.208 ++ ip2rr 172.30.9.200 ++ echo 172.30.9.200 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.200 ; Communication with 192.168.0.15#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.208 ++ echo 172.30.9.208 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.208 ++ ip2rr 172.30.9.200 ++ echo 172.30.9.200 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.200 ; Communication with 192.168.0.15#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.208 ++ echo 172.30.9.208 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.208 ++ ip2rr 172.30.9.200 ++ echo 172.30.9.200 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.200 ; Communication with 192.168.0.15#53 failed: timed out could not talk to specified name server + '[' 10 -lt 10 ']' + echo 'nameserver 192.168.0.15' + echo RESOLV_CONF=/etc/dnsmasq.resolv.conf + mkdir -p /etc/netns/signaling + echo 'nameserver 192.168.1.4' + service dnsmasq force-reload dnsmasq: unrecognized service 2018-08-01 05:07:44,109 - util.py[WARNING]: Failed running /var/lib/cloud/instance/scripts/part-001 [1] 2018-08-01 05:07:44,115 - cc_scripts_user.py[WARNING]: Failed to run module scripts-user (scripts in /var/lib/cloud/instance/scripts) 2018-08-01 05:07:44,117 - 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 | c8:a4:fa:54:c3:83:25:0d:b6:e3:b3:40:35:ac:33:7a | - | Generated-by-Nova | ci-info: +---------+-------------------------------------------------+---------+-------------------+ ec2: ec2: ############################################################# ec2: -----BEGIN SSH HOST KEY FINGERPRINTS----- ec2: 1024 b2:d9:21:85:f6:ea:bc:7a:4f:a5:92:8b:0b:5e:3a:8a root@homer-0 (DSA) ec2: 256 1b:6b:01:db:ff:3d:fb:9c:d9:4b:93:7b:a3:f3:87:81 root@homer-0 (ECDSA) ec2: 256 68:e6:4e:c6:8d:66:8d:3b:1c:4b:26:d6:55:55:1f:33 root@homer-0 (ED25519) ec2: 2048 c4:8f:bd:e4:05:7f:94:f0:2b:d2:a6:34:3e:cb:7f:cf root@homer-0 (RSA) ec2: -----END SSH HOST KEY FINGERPRINTS----- ec2: ############################################################# -----BEGIN SSH HOST KEY KEYS----- ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBK43s/ltH/KN/rTxugVRMNAfRu6PpnQ/Sb7oWcR9llA02DK/m+A03n7cXqqUHyZJLaOJNY1jABv0nsg0ZqKm8kc= root@homer-0 ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHzNxqWiPbJfVQRc1EW0QZxLR1FHekJvxTgugI1hYPeL root@homer-0 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC3mja40iSLRtOKpEoKojvntSxhHwHLCLeNnTnLl/1THnbVJKvziNlpDtA9JXHNXi+vBCpdjtDXOCd2gF6eo3HYghZvpaSqi9H8j9bVZmtqiasI/vOzU0Tnt7lhAxGJnmGL2KsfcROVMlPLEmpDzt4bbRn3y13CtJyCYMKpCI1HsYOOmPVpPA1YlpfTnh7qVy+jme1jcEQ6qW1+DzanNAMatJpM4P3guyKs0pGSrUlVmmDfLBrlmTpM7ArJGPMsS87HnRBW3eXFcvPpLiOzLxhSnXgOm8bBSLZu4FbDIbhGPUTuoMrsyCO5tI2YMJHei4MNo8dUz3dYdZLU6FTTJ+Vz root@homer-0 -----END SSH HOST KEY KEYS----- Cloud-init v. 0.7.5 finished at Wed, 01 Aug 2018 05:07:44 +0000. Datasource DataSourceOpenStack [net,ver=2]. Up 522.35 seconds 2018-08-01 05:54:01,046 - functest.core.singlevm - DEBUG - regex found: ''Cloud-init .* finished at ' in console 2018-08-01 05:54:01,047 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-01 05:54:01,049 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f5a83086f51c45f2204c68512a5b16fdfa8ab1ff" 2018-08-01 05:54:01,814 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:54:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-04f6213f-8270-4908-87c8-1b46e123f238 x-compute-request-id: req-04f6213f-8270-4908-87c8-1b46e123f238 Content-Encoding: gzip Content-Length: 1516 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:17:36:06", "version": 4, "addr": "192.168.0.17", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:17:36:06", "version": 4, "addr": "172.30.9.214", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5a:5d:15", "version": 4, "addr": "192.168.1.24", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/7dc695fa-2949-466b-a2a6-9e335a529f66", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/7dc695fa-2949-466b-a2a6-9e335a529f66", "rel": "bookmark"}], "image": {"id": "5ee586ea-c13f-471b-8079-57178d06ca87", "links": [{"href": "http://172.30.9.21:8774/images/5ee586ea-c13f-471b-8079-57178d06ca87", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-01T04:58:50.000000", "flavor": {"id": "d408bbdd-eb67-4274-af5f-12cad1e36091", "links": [{"href": "http://172.30.9.21:8774/flavors/d408bbdd-eb67-4274-af5f-12cad1e36091", "rel": "bookmark"}]}, "id": "7dc695fa-2949-466b-a2a6-9e335a529f66", "security_groups": [{"name": "clearwater-opnfv-dime-sig"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-mgmt"}], "user_id": "39a67e8266a941419221c6c2899087f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-01T04:58:50Z", "hostId": "011e9895432519160fba775ad8c85f3c4ca289cddc05c7641b7edbcb", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "name": "dime-0.clearwater.opnfv", "created": "2018-08-01T04:58:30Z", "tenant_id": "cb07e8418d69451592b95ae8f2017d7c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b8:7a:bc", "version": 4, "addr": "192.168.0.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b8:7a:bc", "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:e9:9d:86", "version": 4, "addr": "192.168.1.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/666ba6a3-36ea-4514-bbbe-fb9f5912b7e7", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/666ba6a3-36ea-4514-bbbe-fb9f5912b7e7", "rel": "bookmark"}], "image": {"id": "5ee586ea-c13f-471b-8079-57178d06ca87", "links": [{"href": "http://172.30.9.21:8774/images/5ee586ea-c13f-471b-8079-57178d06ca87", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-01T04:59:01.000000", "flavor": {"id": "d408bbdd-eb67-4274-af5f-12cad1e36091", "links": [{"href": "http://172.30.9.21:8774/flavors/d408bbdd-eb67-4274-af5f-12cad1e36091", "rel": "bookmark"}]}, "id": "666ba6a3-36ea-4514-bbbe-fb9f5912b7e7", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-sprout-sig-inbound"}], "user_id": "39a67e8266a941419221c6c2899087f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-01T04:59:01Z", "hostId": "2e96300f33de30ae103b74db6c12ac903a59d91a1ceaaebb091fc12a", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-01T04:58:29Z", "tenant_id": "cb07e8418d69451592b95ae8f2017d7c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d6:6e:69", "version": 4, "addr": "192.168.0.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d6:6e:69", "version": 4, "addr": "172.30.9.208", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:25:72:d1", "version": 4, "addr": "192.168.1.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:25:72:d1", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/aadb9baf-3f43-4ed7-89f5-ba607dacf0cb", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/aadb9baf-3f43-4ed7-89f5-ba607dacf0cb", "rel": "bookmark"}], "image": {"id": "5ee586ea-c13f-471b-8079-57178d06ca87", "links": [{"href": "http://172.30.9.21:8774/images/5ee586ea-c13f-471b-8079-57178d06ca87", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-01T04:59:01.000000", "flavor": {"id": "d408bbdd-eb67-4274-af5f-12cad1e36091", "links": [{"href": "http://172.30.9.21:8774/flavors/d408bbdd-eb67-4274-af5f-12cad1e36091", "rel": "bookmark"}]}, "id": "aadb9baf-3f43-4ed7-89f5-ba607dacf0cb", "security_groups": [{"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-homer-sig"}], "user_id": "39a67e8266a941419221c6c2899087f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-01T04:59:01Z", "hostId": "2e96300f33de30ae103b74db6c12ac903a59d91a1ceaaebb091fc12a", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "name": "homer-0.clearwater.opnfv", "created": "2018-08-01T04:58:29Z", "tenant_id": "cb07e8418d69451592b95ae8f2017d7c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2e:61:e6", "version": 4, "addr": "192.168.0.19", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2e:61:e6", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:64:54:5a", "version": 4, "addr": "192.168.1.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:64:54:5a", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/183f28d0-4ca7-48a9-bf91-0a032f8b36a4", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/183f28d0-4ca7-48a9-bf91-0a032f8b36a4", "rel": "bookmark"}], "image": {"id": "5ee586ea-c13f-471b-8079-57178d06ca87", "links": [{"href": "http://172.30.9.21:8774/images/5ee586ea-c13f-471b-8079-57178d06ca87", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-01T04:58:51.000000", "flavor": {"id": "d408bbdd-eb67-4274-af5f-12cad1e36091", "links": [{"href": "http://172.30.9.21:8774/flavors/d408bbdd-eb67-4274-af5f-12cad1e36091", "rel": "bookmark"}]}, "id": "183f28d0-4ca7-48a9-bf91-0a032f8b36a4", "security_groups": [{"name": "clearwater-opnfv-bono-sig"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "39a67e8266a941419221c6c2899087f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-01T04:58:52Z", "hostId": "011e9895432519160fba775ad8c85f3c4ca289cddc05c7641b7edbcb", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "name": "bono-0.clearwater.opnfv", "created": "2018-08-01T04:58:28Z", "tenant_id": "cb07e8418d69451592b95ae8f2017d7c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/b653a1f5-54e1-430b-8456-1e212e73e7d0", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/b653a1f5-54e1-430b-8456-1e212e73e7d0", "rel": "bookmark"}], "image": {"id": "5ee586ea-c13f-471b-8079-57178d06ca87", "links": [{"href": "http://172.30.9.21:8774/images/5ee586ea-c13f-471b-8079-57178d06ca87", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d408bbdd-eb67-4274-af5f-12cad1e36091", "links": [{"href": "http://172.30.9.21:8774/flavors/d408bbdd-eb67-4274-af5f-12cad1e36091", "rel": "bookmark"}]}, "id": "b653a1f5-54e1-430b-8456-1e212e73e7d0", "user_id": "39a67e8266a941419221c6c2899087f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-01T04:58:31Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-01T04:58:28Z", "tenant_id": "cb07e8418d69451592b95ae8f2017d7c", "os-extended-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:77:40", "version": 4, "addr": "192.168.0.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cc:77:40", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/1c04dd67-c96a-438d-b7ad-7f418473f4b6", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/1c04dd67-c96a-438d-b7ad-7f418473f4b6", "rel": "bookmark"}], "image": {"id": "5ee586ea-c13f-471b-8079-57178d06ca87", "links": [{"href": "http://172.30.9.21:8774/images/5ee586ea-c13f-471b-8079-57178d06ca87", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-01T04:58:10.000000", "flavor": {"id": "d408bbdd-eb67-4274-af5f-12cad1e36091", "links": [{"href": "http://172.30.9.21:8774/flavors/d408bbdd-eb67-4274-af5f-12cad1e36091", "rel": "bookmark"}]}, "id": "1c04dd67-c96a-438d-b7ad-7f418473f4b6", "security_groups": [{"name": "clearwater-opnfv-ellis-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "39a67e8266a941419221c6c2899087f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-01T04:58:10Z", "hostId": "2e96300f33de30ae103b74db6c12ac903a59d91a1ceaaebb091fc12a", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-01T04:56:32Z", "tenant_id": "cb07e8418d69451592b95ae8f2017d7c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6a:2a:06", "version": 4, "addr": "192.168.0.15", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6a:2a:06", "version": 4, "addr": "172.30.9.203", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0e:ff:3a", "version": 4, "addr": "192.168.1.4", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/5ffec145-a95f-472d-9fa2-14dcdb077e57", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/5ffec145-a95f-472d-9fa2-14dcdb077e57", "rel": "bookmark"}], "image": {"id": "5ee586ea-c13f-471b-8079-57178d06ca87", "links": [{"href": "http://172.30.9.21:8774/images/5ee586ea-c13f-471b-8079-57178d06ca87", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-01T04:56:20.000000", "flavor": {"id": "d408bbdd-eb67-4274-af5f-12cad1e36091", "links": [{"href": "http://172.30.9.21:8774/flavors/d408bbdd-eb67-4274-af5f-12cad1e36091", "rel": "bookmark"}]}, "id": "5ffec145-a95f-472d-9fa2-14dcdb077e57", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "39a67e8266a941419221c6c2899087f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-01T04:56:20Z", "hostId": "011e9895432519160fba775ad8c85f3c4ca289cddc05c7641b7edbcb", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "name": "ns.clearwater.opnfv", "created": "2018-08-01T04:54:35Z", "tenant_id": "cb07e8418d69451592b95ae8f2017d7c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-01 05:54:01,814 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-04f6213f-8270-4908-87c8-1b46e123f238 2018-08-01 05:54:01,814 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.767611980438s 2018-08-01 05:54:01,815 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-04f6213f-8270-4908-87c8-1b46e123f238 2018-08-01 05:54:01,822 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-01 05:54:01,825 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/servers/183f28d0-4ca7-48a9-bf91-0a032f8b36a4/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}f5a83086f51c45f2204c68512a5b16fdfa8ab1ff" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-01 05:54:01,900 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:54:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-20d48d31-3736-448d-b1d2-b83ef32bc335 x-compute-request-id: req-20d48d31-3736-448d-b1d2-b83ef32bc335 Content-Encoding: gzip Content-Length: 12053 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 3.13.0-153-generic (buildd@lcy01-amd64-026) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #203-Ubuntu SMP Thu Jun 14 08:52:28 UTC 2018 (Ubuntu 3.13.0-153.203-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] No AGP bridge found\n[ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106\n[ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff]\n[ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff]\n[ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff]\n[ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff]\n[ 0.000000] RAMDISK: [mem 0x371d2000-0x378e0fff]\n[ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 000000007ffe0000 000040\n[ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff]\n[ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x00001000-0x00ffffff]\n[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]\n[ 0.000000] Normal empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x00001000-0x0009efff]\n[ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)\n[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x80000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s84032 r8192 d22464 u1048576\n[ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] Checking aperture...\n[ 0.000000] No AGP bridge found\n[ 0.000000] Memory: 2039696K/2096616K available (7488K kernel code, 1163K rwdata, 3436K rodata, 1360K init, 1448K bss, 56920K reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU dyntick-idle grace-period acceleration is enabled.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] \tOffload RCU callbacks from all CPUs\n[ 0.000000] \tOffload RCU callbacks from CPUs: 0-1.\n[ 0.000000] NR_IRQS:16640 nr_irqs:512 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 8388608 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.008000] pid_max: default: 32768 minimum: 301\n[ 0.008034] Security Framework initialized\n[ 0.009096] AppArmor: AppArmor initialized\n[ 0.010136] Yama: becoming mindful.\n[ 0.011255] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.013331] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.016632] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.018356] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.020232] Initializing cgroup subsys memory\n[ 0.021427] Initializing cgroup subsys devices\n[ 0.022607] Initializing cgroup subsys freezer\n[ 0.024003] Initializing cgroup subsys blkio\n[ 0.025161] Initializing cgroup subsys perf_event\n[ 0.026347] Initializing cgroup subsys hugetlb\n[ 0.027487] CPU: Physical Processor ID: 0\n[ 0.028009] FEATURE SPEC_CTRL Present\n[ 0.029739] mce: CPU supports 10 MCE banks\n[ 0.030790] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.030790] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.032004] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.033534] Spectre V2 mitigation: Speculation control IBPB supported IBRS supported\n[ 0.036003] Spectre V2 mitigation: Retpoline compiled kernel. Defaulting IBRS to disabled[ 0.038295] Speculative Store Bypass: Vulnerable\n[ 0.040320] Freeing SMP alternatives memory: 32K (ffffffff81e78000 - ffffffff81e80000)\n[ 0.046222] ACPI: Core revision 20131115\n[ 0.047823] ACPI: All ACPI Tables successfully acquired\n[ 0.049088] ftrace: allocating 28727 entries in 113 pages\n[ 0.068264] Enabling x2apic\n[ 0.069148] Enabled x2apic\n[ 0.070150] Switched APIC routing to physical x2apic.\n[ 0.072949] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.074586] smpboot: CPU0: Intel Core Processor (Haswell, no TSX, IBRS) (fam: 06, model: 3c, stepping: 01)\n[ 0.078196] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.085234] KVM setup paravirtual spinlock\n[ 0.087708] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.088154] x86: Booting SMP configuration:\n[ 0.089351] .... node #0, CPUs: #1[ 0.087676] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.104040] x86: Booted up 1 node, 2 CPUs\n[ 0.104038] KVM setup async PF for cpu 1\n[ 0.104042] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.107124] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.108377] devtmpfs: initialized\n[ 0.109965] EVM: security.selinux\n[ 0.110818] EVM: security.SMACK64\n[ 0.112005] EVM: security.ima\n[ 0.112664] EVM: security.capability\n[ 0.113476] pinctrl core: initialized pinctrl subsystem\n[ 0.114085] regulator-dummy: no parameters\n[ 0.116072] RTC time: 4:58:53, date: 08/01/18\n[ 0.117145] NET: Registered protocol family 16\n[ 0.118216] cpuidle: using governor ladder\n[ 0.119277] cpuidle: using governor menu\n[ 0.120084] ACPI: bus type PCI registered\n[ 0.121161] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.122872] PCI: Using configuration type 1 for base access\n[ 0.124605] bio: create slab at 0\n[ 0.125108] ACPI: Added _OSI(Module Device)\n[ 0.125213] ACPI: Added _OSI(Processor Device)\n[ 0.128004] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.128984] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.131555] ACPI: Interpreter enabled\n[ 0.132006] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.133889] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.135781] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.137207] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.139094] ACPI: (supports S0 S5)\n[ 0.139808] ACPI: Using IOAPIC for interrupt routing\n[ 0.140016] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.141927] ACPI: No dock devices found.\n[ 0.144560] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.145716] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.146956] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.148022] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.150278] acpiphp: Slot [3] registered\n[ 0.151092] acpiphp: Slot [4] registered\n[ 0.151894] acpiphp: Slot [5] registered\n[ 0.152018] acpiphp: Slot [6] registered\n[ 0.152825] acpiphp: Slot [7] registered\n[ 0.153641] acpiphp: Slot [8] registered\n[ 0.154454] acpiphp: Slot [9] registered\n[ 0.155265] acpiphp: Slot [10] registered\n[ 0.156017] acpiphp: Slot [11] registered\n[ 0.156836] acpiphp: Slot [12] registered\n[ 0.157669] acpiphp: Slot [13] registered\n[ 0.158497] acpiphp: Slot [14] registered\n[ 0.159316] acpiphp: Slot [15] registered\n[ 0.160017] acpiphp: Slot [16] registered\n[ 0.160845] acpiphp: Slot [17] registered\n[ 0.161685] acpiphp: Slot [18] registered\n[ 0.162514] acpiphp: Slot [19] registered\n[ 0.163336] acpiphp: Slot [20] registered\n[ 0.164017] acpiphp: Slot [21] registered\n[ 0.164831] acpiphp: Slot [22] registered\n[ 0.165664] acpiphp: Slot [23] registered\n[ 0.166496] acpiphp: Slot [24] registered\n[ 0.167321] acpiphp: Slot [25] registered\n[ 0.168017] acpiphp: Slot [26] registered\n[ 0.168833] acpiphp: Slot [27] registered\n[ 0.169677] acpiphp: Slot [28] registered\n[ 0.170511] acpiphp: Slot [29] registered\n[ 0.171336] acpiphp: Slot [30] registered\n[ 0.172026] acpiphp: Slot [31] registered\n[ 0.172862] PCI host bridge to bus 0000:00\n[ 0.173691] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.174718] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.175852] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.176004] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.177256] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.178509] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.186466] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.187957] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.212922] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.214496] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.215957] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.216699] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.218134] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.219634] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.220216] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.221109] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.222682] vgaarb: loaded\n[ 0.223285] vgaarb: bridge control possible 0000:00:02.0\n[ 0.224222] SCSI subsystem initialized\n[ 0.225122] ACPI: bus type USB registered\n[ 0.225122] usbcore: registered new interface driver usbfs\n[ 0.225939] usbcore: registered new interface driver hub\n[ 0.228047] usbcore: registered new device driver usb\n[ 0.229073] PCI: Using ACPI for IRQ routing\n[ 0.229128] NetLabel: Initializing\n[ 0.229854] NetLabel: domain hash size = 128\n[ 0.230724] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.232061] NetLabel: unlabeled traffic allowed by default\n[ 0.233135] Switched to clocksource kvm-clock\n[ 0.239178] AppArmor: AppArmor Filesystem Enabled\n[ 0.240162] pnp: PnP ACPI init\n[ 0.240841] ACPI: bus type PNP registered\n[ 0.242066] pnp: PnP ACPI: found 8 devices\n[ 0.242904] ACPI: bus type PNP unregistered\n[ 0.250708] NET: Registered protocol family 2\n[ 0.251856] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.253391] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.254757] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.256053] TCP: reno registered\n[ 0.256751] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.257898] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.259144] NET: Registered protocol family 1\n[ 0.260047] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.261163] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.262248] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.283990] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.306069] Trying to unpack rootfs image as initramfs...\n[ 0.398672] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000)\n[ 0.400703] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.401819] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.403388] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.405114] Scanning for low memory corruption every 60 seconds\n[ 0.406546] Initialise system trusted keyring\n[ 0.407490] audit: initializing netlink socket (disabled)\n[ 0.408587] type=2000 audit(1533099533.849:1): initialized\n[ 0.427936] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.429975] zbud: loaded\n[ 0.430783] VFS: Disk quotas dquot_6.5.2\n[ 0.431647] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.433242] fuse init (API version 7.22)\n[ 0.434168] msgmni has been set to 3997\n[ 0.435038] Key type big_key registered\n[ 0.436251] Key type asymmetric registered\n[ 0.437111] Asymmetric key parser 'x509' registered\n[ 0.438092] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.439627] io scheduler noop registered\n[ 0.440471] io scheduler deadline registered (default)\n[ 0.441496] io scheduler cfq registered\n[ 0.442362] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.443439] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.444741] ipmi message handler version 39.2\n[ 0.445681] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.447173] ACPI: Power Button [PWRF]\n[ 0.448044] GHES: HEST is not enabled!\n[ 0.469845] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.513699] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.535871] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.537601] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.561711] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.563981] Linux agpgart interface v0.103\n[ 0.565807] brd: module loaded\n[ 0.566922] loop: module loaded\n[ 0.567905] blk-mq: CPU -> queue map\n[ 0.568683] CPU 0 -> Queue 0\n[ 0.569354] CPU 1 -> Queue 0\n[ 0.570629] vda: vda1\n[ 0.571844] scsi0 : ata_piix\n[ 0.572617] scsi1 : ata_piix\n[ 0.573313] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.574562] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.576142] libphy: Fixed MDIO Bus: probed\n[ 0.577206] tun: Universal TUN/TAP device driver, 1.6\n[ 0.578195] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.580750] PPP generic driver version 2.4.2\n[ 0.581699] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.582927] ehci-pci: EHCI PCI platform driver\n[ 0.583827] ehci-platform: EHCI generic platform driver\n[ 0.584876] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.586045] ohci-pci: OHCI PCI platform driver\n[ 0.586949] ohci-platform: OHCI generic platform driver\n[ 0.587974] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.609825] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.610864] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.612422] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.613591] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.614863] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.616327] usb usb1: Product: UHCI Host Controller\n[ 0.617305] usb usb1: Manufacturer: Linux 3.13.0-153-generic uhci_hcd\n[ 0.618508] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.619533] hub 1-0:1.0: USB hub found\n[ 0.620370] hub 1-0:1.0: 2 ports detected\n[ 0.621329] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.623494] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.624505] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.625662] mousedev: PS/2 mouse device common for all mice\n[ 0.627003] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.628844] rtc_cmos 00:00: RTC can wake from S4\n[ 0.630061] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.631308] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.632605] device-mapper: uevent: version 1.0.3\n[ 0.633599] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.635267] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.636519] TCP: cubic registered\n[ 0.637319] NET: Registered protocol family 10\n[ 0.638448] NET: Registered protocol family 17\n[ 0.639371] Key type dns_resolver registered\n[ 0.640431] Loading compiled-in X.509 certificates\n[ 0.641912] Loaded X.509 cert 'Magrathea: Glacier signing key: b55e82a2f7d16bc6025e44ba19d50e03fccf0ab0'\n[ 0.650676] registered taskstats version 1\n[ 0.653473] Key type trusted registered\n[ 0.656990] Key type encrypted registered\n[ 0.657849] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.658931] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.660484] regulator-dummy: disabling\n[ 0.661362] Magic number: 14:948:968\n[ 0.662286] rtc_cmos 00:00: setting system clock to 2018-08-01 04:58:54 UTC (1533099534)\n[ 0.663989] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.665171] EDD information not available.\n[ 0.733303] Freeing unused kernel memory: 1360K (ffffffff81d24000 - ffffffff81e78000)\n[ 0.734909] Write protecting the kernel read-only data: 12288k\n[ 0.736521] Freeing unused kernel memory: 688K (ffff880001754000 - ffff880001800000)\n[ 0.739210] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.753699] systemd-udevd[107]: starting version 204\n[ 0.801258] FDC 0 is a S82078B\n[ 0.932048] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.092828] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.094522] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.096294] usb 1-1: Product: QEMU USB Tablet\n[ 1.097402] usb 1-1: Manufacturer: QEMU\n[ 1.098400] usb 1-1: SerialNumber: 42\n[ 1.400061] tsc: Refined TSC clocksource calibration: 3491.851 MHz\n[ 1.820959] 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.048469] 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.254935] random: init urandom read with 10 bits of entropy available\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.877719] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Starting Initialize or finalize resolvconf[74G[ OK ]\n * Stopping Track if upstart is running in a container[74G[ OK ]\n * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Wed, 01 Aug 2018 04:58:57 +0000. Up 3.20 seconds.\ncloud-init-nonet[3.35]: 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 * Stopping cold plug devices[74G[ OK ]\n * Stopping log initial device creation[74G[ OK ]\n * Starting load fallback graphics devices[74G[ OK ]\n * Stopping load fallback graphics devices[74G[ OK ]\n * Starting enable remaining boot-time encrypted block devices[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\ncloud-init-nonet[11.27]: static networking is now up\n * Starting configure network device[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Wed, 01 Aug 2018 04:59:05 +0000. Up 11.40 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:64:54:5a |\nci-info: | eth0 | True | 192.168.0.19 | 255.255.255.0 | fa:16:3e:2e:61:e6 |\nci-info: +--------+-------+--------------+---------------+-------------------+\nci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG |\nci-info: | 1 | 169.254.169.254 | 192.168.0.1 | 255.255.255.255 | eth0 | UGH |\nci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nGenerating public/private rsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_rsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\nThe key fingerprint is:\ne7:95:8a:12:da:3c:36:c0:d1:cd:a3:49:10:dd:54:19 root@bono-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| oo o..Eo |\n| o.o. . |\n| . o + |\n| . o o . . |\n| o + S . o |\n| = . + o |\n| . B . o |\n| . + |\n| |\n+-----------------+\nGenerating public/private dsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_dsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\nThe key fingerprint is:\na4:2d:60:83:10:27:8c:21:80:7a:98:2c:00:b0:4f:5a root@bono-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n|^o. |\n|=* . |\n|=oE + . |\n|=*.. o + |\n|o.. o S |\n| . |\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:\n61:40:d2:12:dd:de:fe:86:fc:8c:2e:68:4e:63:6f:57 root@bono-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| o=o. |\n| ..o.. |\n| . .o. |\n| .... |\n| S. |\n| . E |\n| +. . + |\n| oooo +oo |\n| o...+ooo |\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:\n53:96:ed:de:46:16:49:78:b1:03:9b:b7:24:39:85:5b root@bono-0\nThe key's randomart image is:\n+--[ED25519 256--+\n| .o+. |\n| ooBEo |\n| + B+B |\n| o ..= + |\n| S . + |\n| . . + |\n| . o |\n| . |\n| |\n+-----------------+\n * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Stopping Mount filesystems on boot[74G[ OK ]\n * Starting flush early job output to logs[74G[ OK ]\n * Stopping Failsafe Boot Delay[74G[ OK ]\n * Starting System V initialisation compatibility[74G[ OK ]\n * Starting D-Bus system message bus[74G[ OK ]\n * Stopping flush early job output to logs[74G[ OK ]\n * Starting configure virtual network devices[74G[ OK ]\n * Starting SystemD login management service[74G[ OK ]\n * Starting Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Starting Bridge file events into upstart[74G[ OK ]\n * Starting early crypto disks... [80G [74G[ OK ]\nSkipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd\n * Starting AppArmor profiles [80G [74G[ OK ]\n * Stopping System V initialisation compatibility[74G[ OK ]\n * Starting System V runlevel compatibility[74G[ OK ]\n * Starting deferred execution scheduler[74G[ OK ]\n * Starting OpenSSH server[74G[ OK ]\n * Starting regular background program processing daemon[74G[ OK ]\n * Starting save kernel messages[74G[ OK ]\n * Stopping save kernel messages[74G[ OK ]\n * Starting CPU interrupts balancing daemon[74G[ OK ]\n * Starting automatic crash report generation[74G[ OK ]\n * Starting ACPI daemon[74G[ OK ]\nacpid: starting up with netlink and the input layer\nacpid: 1 rule loaded\nacpid: waiting for events: event logging is off\nopen-vm-tools: not starting as this is not a VMware VM\nlandscape-client is not configured, please run landscape-config.\n * Restoring resolver state... [80G [74G[ OK ]\n * Stopping System V runlevel compatibility[74G[ OK ]\n\nUbuntu 14.04.5 LTS bono-0 ttyS0\n\nbono-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Wed, 01 Aug 2018 05:01:09 +0000. Up 135.51 seconds.\nGenerating locales...\n en_US.UTF-8... up-to-date\nGeneration complete.\nCloud-init v. 0.7.5 running 'modules:final' at Wed, 01 Aug 2018 05:02:10 +0000. Up 196.34 seconds.\n+ cat\n++ echo 192.168.1.0/24\n++ cut -d / -f 2\n+ chmod a+x /etc/init.d/signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace\n+ /etc/init.d/signaling_namespace\n+ echo 'deb http://repo.cw-ngv.com/stable binary/'\n+ curl -L http://repo.cw-ngv.com/repo_key\n+ apt-key add -\n % Total % Received % Xferd Average Speed Time Time Time Current\n Dload Upload Total Spent Left Speed\n 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:06 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:07 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:08 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:09 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:10 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:11 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:12 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:13 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:14 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:15 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:16 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:17 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:18 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:19 --:--:-- 0curl: (6) Could not resolve host: repo.cw-ngv.com\ngpg: no valid OpenPGP data found.\n+ apt-get update\nErr http://repo.cw-ngv.com binary/ InRelease\n \nErr http://repo.cw-ngv.com binary/ Release.gpg\n Could not resolve 'repo.cw-ngv.com'\nErr http://security.ubuntu.com trusty-security InRelease\n \nErr http://security.ubuntu.com trusty-security Release.gpg\n Could not resolve 'security.ubuntu.com'\nErr http://archive.ubuntu.com trusty InRelease\n \nErr http://archive.ubuntu.com trusty-updates InRelease\n \nErr http://archive.ubuntu.com trusty-backports InRelease\n \nErr http://archive.ubuntu.com trusty Release.gpg\n Could not resolve 'archive.ubuntu.com'\nErr http://archive.ubuntu.com trusty-updates Release.gpg\n Could not resolve 'archive.ubuntu.com'\nErr http://archive.ubuntu.com trusty-backports Release.gpg\n Could not resolve 'archive.ubuntu.com'\nReading package lists...\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/InRelease \n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/InRelease \n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/InRelease \n\nW: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/InRelease \n\nW: Failed to fetch http://repo.cw-ngv.com/stable/binary/InRelease \n\nW: Failed to fetch http://repo.cw-ngv.com/stable/binary/Release.gpg Could not resolve 'repo.cw-ngv.com'\n\nW: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/Release.gpg Could not resolve 'security.ubuntu.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/Release.gpg Could not resolve 'archive.ubuntu.com'\n\nW: Some index files failed to download. They have been ignored, or old ones used instead.\n+ mkdir -p /etc/clearwater\n+ etcd_ip=192.168.0.11\n+ '[' -n 192.168.0.11 ']'\n+ cat\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install bono --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nE: Unable to locate package bono\n+ DEBIAN_FRONTEND=noninteractive\n+ apt-get install clearwater-management --yes --force-yes\nReading package lists...\nBuilding dependency tree...\nReading state information...\nE: Unable to locate package clearwater-management\n+ retries=0\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.201\n++ echo 172.30.9.201\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.201\n++ ip2rr 172.30.9.209\n++ echo 172.30.9.209\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.209\n++ ip2rr 172.30.9.209\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.209\n++ echo A 172.30.9.209\n; Communication with 192.168.0.15#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.201\n++ echo 172.30.9.201\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.201\n++ ip2rr 172.30.9.209\n++ echo 172.30.9.209\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.209\n++ ip2rr 172.30.9.209\n++ echo 172.30.9.209\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.209\n; Communication with 192.168.0.15#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.201\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.201\n++ echo A 172.30.9.201\n++ ip2rr 172.30.9.209\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.209\n++ echo A 172.30.9.209\n++ ip2rr 172.30.9.209\n++ echo 172.30.9.209\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.209\n; Communication with 192.168.0.15#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.201\n++ echo 172.30.9.201\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.201\n++ ip2rr 172.30.9.209\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.209\n++ echo A 172.30.9.209\n++ ip2rr 172.30.9.209\n++ echo 172.30.9.209\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.209\n; Communication with 192.168.0.15#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.201\n++ echo 172.30.9.201\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.201\n++ ip2rr 172.30.9.209\n++ echo 172.30.9.209\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.209\n++ ip2rr 172.30.9.209\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.209\n++ echo A 172.30.9.209\n; Communication with 192.168.0.15#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.201\n++ echo 172.30.9.201\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.201\n++ ip2rr 172.30.9.209\n++ echo 172.30.9.209\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.209\n++ ip2rr 172.30.9.209\n++ echo 172.30.9.209\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.209\n; Communication with 192.168.0.15#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.201\n++ echo 172.30.9.201\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.201\n++ ip2rr 172.30.9.209\n++ echo 172.30.9.209\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.209\n++ ip2rr 172.30.9.209\n++ echo 172.30.9.209\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.209\n; Communication with 192.168.0.15#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.201\n++ echo 172.30.9.201\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.201\n++ ip2rr 172.30.9.209\n++ echo 172.30.9.209\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.209\n++ ip2rr 172.30.9.209\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.209\n++ echo A 172.30.9.209\n; Communication with 192.168.0.15#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.201\n++ echo 172.30.9.201\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.201\n++ ip2rr 172.30.9.209\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.209\n++ echo A 172.30.9.209\n++ ip2rr 172.30.9.209\n++ echo 172.30.9.209\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.209\n; Communication with 192.168.0.15#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.201\n++ echo 172.30.9.201\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.201\n++ ip2rr 172.30.9.209\n++ echo 172.30.9.209\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.209\n++ ip2rr 172.30.9.209\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.209\n++ echo A 172.30.9.209\n; Communication with 192.168.0.15#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.201\n++ echo 172.30.9.201\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.201\n++ ip2rr 172.30.9.209\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.209\n++ echo A 172.30.9.209\n++ ip2rr 172.30.9.209\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.209\n++ echo A 172.30.9.209\n; Communication with 192.168.0.15#53 failed: timed out\ncould not talk to specified name server\n+ '[' 10 -lt 10 ']'\n+ echo 'nameserver 192.168.0.15'\n+ echo RESOLV_CONF=/etc/dnsmasq.resolv.conf\n+ mkdir -p /etc/netns/signaling\n+ echo 'nameserver 192.168.1.4'\n+ service dnsmasq force-reload\ndnsmasq: unrecognized service\n2018-08-01 05:07:42,944 - util.py[WARNING]: Failed running /var/lib/cloud/instance/scripts/part-001 [1]\n2018-08-01 05:07:42,949 - cc_scripts_user.py[WARNING]: Failed to run module scripts-user (scripts in /var/lib/cloud/instance/scripts)\n2018-08-01 05:07:42,951 - 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 | c8:a4:fa:54:c3:83:25:0d:b6:e3:b3:40:35:ac:33:7a | - | Generated-by-Nova |\nci-info: +---------+-------------------------------------------------+---------+-------------------+\nec2: \nec2: #############################################################\nec2: -----BEGIN SSH HOST KEY FINGERPRINTS-----\nec2: 1024 a4:2d:60:83:10:27:8c:21:80:7a:98:2c:00:b0:4f:5a root@bono-0 (DSA)\nec2: 256 61:40:d2:12:dd:de:fe:86:fc:8c:2e:68:4e:63:6f:57 root@bono-0 (ECDSA)\nec2: 256 53:96:ed:de:46:16:49:78:b1:03:9b:b7:24:39:85:5b root@bono-0 (ED25519)\nec2: 2048 e7:95:8a:12:da:3c:36:c0:d1:cd:a3:49:10:dd:54:19 root@bono-0 (RSA)\nec2: -----END SSH HOST KEY FINGERPRINTS-----\nec2: #############################################################\n-----BEGIN SSH HOST KEY KEYS-----\necdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEkrGF9br01OQsc385TiZ/QmB5y1O34ZhAVD3mEzrxnSt/lTHoveI+m/uryGDaMI2+ubBVbB9Jgi7SLEIjPtJD8= root@bono-0\nssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPeKL5y20beNyb0MR9ovCNUlzaOxsfs5lx+TfzOOIw+L root@bono-0\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDGvLeEcprsi/p+5iLP46bmP5Wp9cAA5NaXtVRI7LNpD7I33SvRjqKjfzhNU+OPIndcVaIsTYVwMKEPLIuZRTzPrCy9dei86R86Ce19Yj6a0f1LaiUeebQSa9Fm+oyWCs8TVNUh6xL/oXAOSSYBjBC29LhyXBuNtjOWswB5oSyos3JZghjZ2H8pHZ4fT0LUFoZ5wcsKE9VQo05gupPjlyxoilPQmhmA87eSdCEMzv4KbBMLLCV9sGCA7DwDfuCMNvoVy/kZtTQv7o24TcT7+X1jGpB6yM1KmRdyJEMjh0pqHJJXMSQ6DcX7R5rNWl5S/hDFCpqbAiOq2hSQgI9US07H root@bono-0\n-----END SSH HOST KEY KEYS-----\nCloud-init v. 0.7.5 finished at Wed, 01 Aug 2018 05:07:43 +0000. Datasource DataSourceOpenStack [net,ver=2]. Up 529.16 seconds\n"} 2018-08-01 05:54:01,901 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/183f28d0-4ca7-48a9-bf91-0a032f8b36a4/action used request id req-20d48d31-3736-448d-b1d2-b83ef32bc335 2018-08-01 05:54:01,901 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0788128376007s 2018-08-01 05:54:01,903 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/183f28d0-4ca7-48a9-bf91-0a032f8b36a4/action used request id req-20d48d31-3736-448d-b1d2-b83ef32bc335 2018-08-01 05:54:01,903 - functest.core.singlevm - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 3.13.0-153-generic (buildd@lcy01-amd64-026) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #203-Ubuntu SMP Thu Jun 14 08:52:28 UTC 2018 (Ubuntu 3.13.0-153.203-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000007ffdc000-0x000000007fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] No AGP bridge found [ 0.000000] e820: last_pfn = 0x7ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 [ 0.000000] found SMP MP-table at [mem 0x000f6380-0x000f638f] mapped at [ffff8800000f6380] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff] [ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff] [ 0.000000] init_memory_mapping: [mem 0x7c000000-0x7fbfffff] [ 0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff] [ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffdbfff] [ 0.000000] RAMDISK: [mem 0x371d2000-0x378e0fff] [ 0.000000] ACPI: RSDP 00000000000f60e0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 000000007ffe15d1 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 000000007ffe145d 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 000000007ffe0040 00141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 000000007ffe0000 000040 [ 0.000000] ACPI: APIC 000000007ffe1551 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x7ffdbfff] [ 0.000000] NODE_DATA [mem 0x7ffd7000-0x7ffdbfff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, boot clock [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00001000-0x00ffffff] [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] [ 0.000000] Normal empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00001000-0x0009efff] [ 0.000000] node 0: [mem 0x00100000-0x7ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x80000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s84032 r8192 d22464 u1048576 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffd3001, primary cpu clock [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 7fc0fc40 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515941 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] Checking aperture... [ 0.000000] No AGP bridge found [ 0.000000] Memory: 2039696K/2096616K available (7488K kernel code, 1163K rwdata, 3436K rodata, 1360K init, 1448K bss, 56920K reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2. [ 0.000000] Offload RCU callbacks from all CPUs [ 0.000000] Offload RCU callbacks from CPUs: 0-1. [ 0.000000] NR_IRQS:16640 nr_irqs:512 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 8388608 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.912 MHz processor [ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.008000] pid_max: default: 32768 minimum: 301 [ 0.008034] Security Framework initialized [ 0.009096] AppArmor: AppArmor initialized [ 0.010136] Yama: becoming mindful. [ 0.011255] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.013331] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.016632] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.018356] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.020232] Initializing cgroup subsys memory [ 0.021427] Initializing cgroup subsys devices [ 0.022607] Initializing cgroup subsys freezer [ 0.024003] Initializing cgroup subsys blkio [ 0.025161] Initializing cgroup subsys perf_event [ 0.026347] Initializing cgroup subsys hugetlb [ 0.027487] CPU: Physical Processor ID: 0 [ 0.028009] FEATURE SPEC_CTRL Present [ 0.029739] mce: CPU supports 10 MCE banks [ 0.030790] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.030790] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.032004] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.033534] Spectre V2 mitigation: Speculation control IBPB supported IBRS supported [ 0.036003] Spectre V2 mitigation: Retpoline compiled kernel. Defaulting IBRS to disabled[ 0.038295] Speculative Store Bypass: Vulnerable [ 0.040320] Freeing SMP alternatives memory: 32K (ffffffff81e78000 - ffffffff81e80000) [ 0.046222] ACPI: Core revision 20131115 [ 0.047823] ACPI: All ACPI Tables successfully acquired [ 0.049088] ftrace: allocating 28727 entries in 113 pages [ 0.068264] Enabling x2apic [ 0.069148] Enabled x2apic [ 0.070150] Switched APIC routing to physical x2apic. [ 0.072949] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.074586] smpboot: CPU0: Intel Core Processor (Haswell, no TSX, IBRS) (fam: 06, model: 3c, stepping: 01) [ 0.078196] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.085234] KVM setup paravirtual spinlock [ 0.087708] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.088154] x86: Booting SMP configuration: [ 0.089351] .... node #0, CPUs: #1[ 0.087676] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.104040] x86: Booted up 1 node, 2 CPUs [ 0.104038] KVM setup async PF for cpu 1 [ 0.104042] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.107124] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.108377] devtmpfs: initialized [ 0.109965] EVM: security.selinux [ 0.110818] EVM: security.SMACK64 [ 0.112005] EVM: security.ima [ 0.112664] EVM: security.capability [ 0.113476] pinctrl core: initialized pinctrl subsystem [ 0.114085] regulator-dummy: no parameters [ 0.116072] RTC time: 4:58:53, date: 08/01/18 [ 0.117145] NET: Registered protocol family 16 [ 0.118216] cpuidle: using governor ladder [ 0.119277] cpuidle: using governor menu [ 0.120084] ACPI: bus type PCI registered [ 0.121161] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.122872] PCI: Using configuration type 1 for base access [ 0.124605] bio: create slab at 0 [ 0.125108] ACPI: Added _OSI(Module Device) [ 0.125213] ACPI: Added _OSI(Processor Device) [ 0.128004] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.128984] ACPI: Added _OSI(Processor Aggregator Device) [ 0.131555] ACPI: Interpreter enabled [ 0.132006] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.133889] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.135781] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.137207] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.139094] ACPI: (supports S0 S5) [ 0.139808] ACPI: Using IOAPIC for interrupt routing [ 0.140016] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.141927] ACPI: No dock devices found. [ 0.144560] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.145716] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.146956] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.148022] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.150278] acpiphp: Slot [3] registered [ 0.151092] acpiphp: Slot [4] registered [ 0.151894] acpiphp: Slot [5] registered [ 0.152018] acpiphp: Slot [6] registered [ 0.152825] acpiphp: Slot [7] registered [ 0.153641] acpiphp: Slot [8] registered [ 0.154454] acpiphp: Slot [9] registered [ 0.155265] acpiphp: Slot [10] registered [ 0.156017] acpiphp: Slot [11] registered [ 0.156836] acpiphp: Slot [12] registered [ 0.157669] acpiphp: Slot [13] registered [ 0.158497] acpiphp: Slot [14] registered [ 0.159316] acpiphp: Slot [15] registered [ 0.160017] acpiphp: Slot [16] registered [ 0.160845] acpiphp: Slot [17] registered [ 0.161685] acpiphp: Slot [18] registered [ 0.162514] acpiphp: Slot [19] registered [ 0.163336] acpiphp: Slot [20] registered [ 0.164017] acpiphp: Slot [21] registered [ 0.164831] acpiphp: Slot [22] registered [ 0.165664] acpiphp: Slot [23] registered [ 0.166496] acpiphp: Slot [24] registered [ 0.167321] acpiphp: Slot [25] registered [ 0.168017] acpiphp: Slot [26] registered [ 0.168833] acpiphp: Slot [27] registered [ 0.169677] acpiphp: Slot [28] registered [ 0.170511] acpiphp: Slot [29] registered [ 0.171336] acpiphp: Slot [30] registered [ 0.172026] acpiphp: Slot [31] registered [ 0.172862] PCI host bridge to bus 0000:00 [ 0.173691] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.174718] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.175852] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.176004] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.177256] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.178509] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.186466] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.187957] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.212922] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.214496] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.215957] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.216699] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.218134] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.219634] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.220216] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.221109] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.222682] vgaarb: loaded [ 0.223285] vgaarb: bridge control possible 0000:00:02.0 [ 0.224222] SCSI subsystem initialized [ 0.225122] ACPI: bus type USB registered [ 0.225122] usbcore: registered new interface driver usbfs [ 0.225939] usbcore: registered new interface driver hub [ 0.228047] usbcore: registered new device driver usb [ 0.229073] PCI: Using ACPI for IRQ routing [ 0.229128] NetLabel: Initializing [ 0.229854] NetLabel: domain hash size = 128 [ 0.230724] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.232061] NetLabel: unlabeled traffic allowed by default [ 0.233135] Switched to clocksource kvm-clock [ 0.239178] AppArmor: AppArmor Filesystem Enabled [ 0.240162] pnp: PnP ACPI init [ 0.240841] ACPI: bus type PNP registered [ 0.242066] pnp: PnP ACPI: found 8 devices [ 0.242904] ACPI: bus type PNP unregistered [ 0.250708] NET: Registered protocol family 2 [ 0.251856] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.253391] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.254757] TCP: Hash tables configured (established 16384 bind 16384) [ 0.256053] TCP: reno registered [ 0.256751] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.257898] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.259144] NET: Registered protocol family 1 [ 0.260047] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.261163] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.262248] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.283990] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.306069] Trying to unpack rootfs image as initramfs... [ 0.398672] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000) [ 0.400703] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.401819] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.403388] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.405114] Scanning for low memory corruption every 60 seconds [ 0.406546] Initialise system trusted keyring [ 0.407490] audit: initializing netlink socket (disabled) [ 0.408587] type=2000 audit(1533099533.849:1): initialized [ 0.427936] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.429975] zbud: loaded [ 0.430783] VFS: Disk quotas dquot_6.5.2 [ 0.431647] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.433242] fuse init (API version 7.22) [ 0.434168] msgmni has been set to 3997 [ 0.435038] Key type big_key registered [ 0.436251] Key type asymmetric registered [ 0.437111] Asymmetric key parser 'x509' registered [ 0.438092] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.439627] io scheduler noop registered [ 0.440471] io scheduler deadline registered (default) [ 0.441496] io scheduler cfq registered [ 0.442362] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.443439] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.444741] ipmi message handler version 39.2 [ 0.445681] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.447173] ACPI: Power Button [PWRF] [ 0.448044] GHES: HEST is not enabled! [ 0.469845] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.513699] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.535871] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.537601] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.561711] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.563981] Linux agpgart interface v0.103 [ 0.565807] brd: module loaded [ 0.566922] loop: module loaded [ 0.567905] blk-mq: CPU -> queue map [ 0.568683] CPU 0 -> Queue 0 [ 0.569354] CPU 1 -> Queue 0 [ 0.570629] vda: vda1 [ 0.571844] scsi0 : ata_piix [ 0.572617] scsi1 : ata_piix [ 0.573313] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.574562] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.576142] libphy: Fixed MDIO Bus: probed [ 0.577206] tun: Universal TUN/TAP device driver, 1.6 [ 0.578195] tun: (C) 1999-2004 Max Krasnyansky [ 0.580750] PPP generic driver version 2.4.2 [ 0.581699] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.582927] ehci-pci: EHCI PCI platform driver [ 0.583827] ehci-platform: EHCI generic platform driver [ 0.584876] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.586045] ohci-pci: OHCI PCI platform driver [ 0.586949] ohci-platform: OHCI generic platform driver [ 0.587974] uhci_hcd: USB Universal Host Controller Interface driver [ 0.609825] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.610864] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.612422] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.613591] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.614863] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.616327] usb usb1: Product: UHCI Host Controller [ 0.617305] usb usb1: Manufacturer: Linux 3.13.0-153-generic uhci_hcd [ 0.618508] usb usb1: SerialNumber: 0000:00:01.2 [ 0.619533] hub 1-0:1.0: USB hub found [ 0.620370] hub 1-0:1.0: 2 ports detected [ 0.621329] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.623494] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.624505] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.625662] mousedev: PS/2 mouse device common for all mice [ 0.627003] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.628844] rtc_cmos 00:00: RTC can wake from S4 [ 0.630061] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.631308] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.632605] device-mapper: uevent: version 1.0.3 [ 0.633599] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.635267] ledtrig-cpu: registered to indicate activity on CPUs [ 0.636519] TCP: cubic registered [ 0.637319] NET: Registered protocol family 10 [ 0.638448] NET: Registered protocol family 17 [ 0.639371] Key type dns_resolver registered [ 0.640431] Loading compiled-in X.509 certificates [ 0.641912] Loaded X.509 cert 'Magrathea: Glacier signing key: b55e82a2f7d16bc6025e44ba19d50e03fccf0ab0' [ 0.650676] registered taskstats version 1 [ 0.653473] Key type trusted registered [ 0.656990] Key type encrypted registered [ 0.657849] AppArmor: AppArmor sha1 policy hashing enabled [ 0.658931] IMA: No TPM chip found, activating TPM-bypass! [ 0.660484] regulator-dummy: disabling [ 0.661362] Magic number: 14:948:968 [ 0.662286] rtc_cmos 00:00: setting system clock to 2018-08-01 04:58:54 UTC (1533099534) [ 0.663989] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.665171] EDD information not available. [ 0.733303] Freeing unused kernel memory: 1360K (ffffffff81d24000 - ffffffff81e78000) [ 0.734909] Write protecting the kernel read-only data: 12288k [ 0.736521] Freeing unused kernel memory: 688K (ffff880001754000 - ffff880001800000) [ 0.739210] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.753699] systemd-udevd[107]: starting version 204 [ 0.801258] FDC 0 is a S82078B [ 0.932048] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.092828] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.094522] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.096294] usb 1-1: Product: QEMU USB Tablet [ 1.097402] usb 1-1: Manufacturer: QEMU [ 1.098400] usb 1-1: SerialNumber: 42 [ 1.400061] tsc: Refined TSC clocksource calibration: 3491.851 MHz [ 1.820959] 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.048469] 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.254935] random: init urandom read with 10 bits of entropy available * 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.877719] EXT4-fs (vda1): re-mounted. Opts: (null) * Starting Initialize or finalize resolvconf[74G[ OK ] * Stopping Track if upstart is running in a container[74G[ OK ] * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Wed, 01 Aug 2018 04:58:57 +0000. Up 3.20 seconds. cloud-init-nonet[3.35]: 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 ] * Stopping cold plug devices[74G[ OK ] * Stopping log initial device creation[74G[ OK ] * Starting load fallback graphics devices[74G[ OK ] * Stopping load fallback graphics devices[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] cloud-init-nonet[11.27]: static networking is now up * Starting configure network device[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Wed, 01 Aug 2018 04:59:05 +0000. Up 11.40 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:64:54:5a | ci-info: | eth0 | True | 192.168.0.19 | 255.255.255.0 | fa:16:3e:2e:61:e6 | ci-info: +--------+-------+--------------+---------------+-------------------+ ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++ ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG | ci-info: | 1 | 169.254.169.254 | 192.168.0.1 | 255.255.255.255 | eth0 | UGH | ci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ Generating public/private rsa key pair. Your identification has been saved in /etc/ssh/ssh_host_rsa_key. Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub. The key fingerprint is: e7:95:8a:12:da:3c:36:c0:d1:cd:a3:49:10:dd:54:19 root@bono-0 The key's randomart image is: +--[ RSA 2048]----+ | oo o..Eo | | o.o. . | | . o + | | . o o . . | | o + S . o | | = . + o | | . B . o | | . + | | | +-----------------+ Generating public/private dsa key pair. Your identification has been saved in /etc/ssh/ssh_host_dsa_key. Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub. The key fingerprint is: a4:2d:60:83:10:27:8c:21:80:7a:98:2c:00:b0:4f:5a root@bono-0 The key's randomart image is: +--[ DSA 1024]----+ |^o. | |=* . | |=oE + . | |=*.. o + | |o.. o S | | . | | | | | | | +-----------------+ 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: 61:40:d2:12:dd:de:fe:86:fc:8c:2e:68:4e:63:6f:57 root@bono-0 The key's randomart image is: +--[ECDSA 256]---+ | o=o. | | ..o.. | | . .o. | | .... | | S. | | . E | | +. . + | | oooo +oo | | o...+ooo | +-----------------+ 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: 53:96:ed:de:46:16:49:78:b1:03:9b:b7:24:39:85:5b root@bono-0 The key's randomart image is: +--[ED25519 256--+ | .o+. | | ooBEo | | + B+B | | o ..= + | | S . + | | . . + | | . o | | . | | | +-----------------+ * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ] * Starting configure network device security[74G[ OK ] * Stopping Mount filesystems on boot[74G[ OK ] * Starting flush early job output to logs[74G[ OK ] * Stopping Failsafe Boot Delay[74G[ OK ] * Starting System V initialisation compatibility[74G[ OK ] * Starting D-Bus system message bus[74G[ OK ] * Stopping flush early job output to logs[74G[ OK ] * Starting configure virtual network devices[74G[ OK ] * Starting SystemD login management service[74G[ OK ] * Starting Pollinate to seed the pseudo random number generator[74G[ OK ] * Starting Bridge file events into upstart[74G[ OK ] * Starting early crypto disks... [80G [74G[ OK ] Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd * Starting AppArmor profiles [80G [74G[ OK ] * Stopping System V initialisation compatibility[74G[ OK ] * Starting System V runlevel compatibility[74G[ OK ] * Starting deferred execution scheduler[74G[ OK ] * Starting OpenSSH server[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting save kernel messages[74G[ OK ] * Stopping save kernel messages[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] * Starting automatic crash report generation[74G[ OK ] * Starting ACPI daemon[74G[ OK ] acpid: starting up with netlink and the input layer acpid: 1 rule loaded acpid: waiting for events: event logging is off open-vm-tools: not starting as this is not a VMware VM landscape-client is not configured, please run landscape-config. * Restoring resolver state... [80G [74G[ OK ] * Stopping System V runlevel compatibility[74G[ OK ] Ubuntu 14.04.5 LTS bono-0 ttyS0 bono-0 login: Cloud-init v. 0.7.5 running 'modules:config' at Wed, 01 Aug 2018 05:01:09 +0000. Up 135.51 seconds. Generating locales... en_US.UTF-8... up-to-date Generation complete. Cloud-init v. 0.7.5 running 'modules:final' at Wed, 01 Aug 2018 05:02:10 +0000. Up 196.34 seconds. + cat ++ echo 192.168.1.0/24 ++ cut -d / -f 2 + chmod a+x /etc/init.d/signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace + /etc/init.d/signaling_namespace + echo 'deb http://repo.cw-ngv.com/stable binary/' + curl -L http://repo.cw-ngv.com/repo_key + apt-key add - % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:06 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:07 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:08 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:09 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:10 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:11 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:12 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:13 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:14 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:15 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:16 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:17 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:18 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:19 --:--:-- 0curl: (6) Could not resolve host: repo.cw-ngv.com gpg: no valid OpenPGP data found. + apt-get update Err http://repo.cw-ngv.com binary/ InRelease Err http://repo.cw-ngv.com binary/ Release.gpg Could not resolve 'repo.cw-ngv.com' Err http://security.ubuntu.com trusty-security InRelease Err http://security.ubuntu.com trusty-security Release.gpg Could not resolve 'security.ubuntu.com' Err http://archive.ubuntu.com trusty InRelease Err http://archive.ubuntu.com trusty-updates InRelease Err http://archive.ubuntu.com trusty-backports InRelease Err http://archive.ubuntu.com trusty Release.gpg Could not resolve 'archive.ubuntu.com' Err http://archive.ubuntu.com trusty-updates Release.gpg Could not resolve 'archive.ubuntu.com' Err http://archive.ubuntu.com trusty-backports Release.gpg Could not resolve 'archive.ubuntu.com' Reading package lists... W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/InRelease W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/InRelease W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/InRelease W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/InRelease W: Failed to fetch http://repo.cw-ngv.com/stable/binary/InRelease W: Failed to fetch http://repo.cw-ngv.com/stable/binary/Release.gpg Could not resolve 'repo.cw-ngv.com' W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/trusty-security/Release.gpg Could not resolve 'security.ubuntu.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/Release.gpg Could not resolve 'archive.ubuntu.com' W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-backports/Release.gpg Could not resolve 'archive.ubuntu.com' W: Some index files failed to download. They have been ignored, or old ones used instead. + mkdir -p /etc/clearwater + etcd_ip=192.168.0.11 + '[' -n 192.168.0.11 ']' + cat + DEBIAN_FRONTEND=noninteractive + apt-get install bono --yes --force-yes Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package bono + DEBIAN_FRONTEND=noninteractive + apt-get install clearwater-management --yes --force-yes Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package clearwater-management + retries=0 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.201 ++ echo 172.30.9.201 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.201 ++ ip2rr 172.30.9.209 ++ echo 172.30.9.209 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.209 ++ ip2rr 172.30.9.209 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.209 ++ echo A 172.30.9.209 ; Communication with 192.168.0.15#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.201 ++ echo 172.30.9.201 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.201 ++ ip2rr 172.30.9.209 ++ echo 172.30.9.209 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.209 ++ ip2rr 172.30.9.209 ++ echo 172.30.9.209 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.209 ; Communication with 192.168.0.15#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.201 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.201 ++ echo A 172.30.9.201 ++ ip2rr 172.30.9.209 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.209 ++ echo A 172.30.9.209 ++ ip2rr 172.30.9.209 ++ echo 172.30.9.209 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.209 ; Communication with 192.168.0.15#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.201 ++ echo 172.30.9.201 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.201 ++ ip2rr 172.30.9.209 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.209 ++ echo A 172.30.9.209 ++ ip2rr 172.30.9.209 ++ echo 172.30.9.209 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.209 ; Communication with 192.168.0.15#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.201 ++ echo 172.30.9.201 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.201 ++ ip2rr 172.30.9.209 ++ echo 172.30.9.209 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.209 ++ ip2rr 172.30.9.209 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.209 ++ echo A 172.30.9.209 ; Communication with 192.168.0.15#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.201 ++ echo 172.30.9.201 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.201 ++ ip2rr 172.30.9.209 ++ echo 172.30.9.209 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.209 ++ ip2rr 172.30.9.209 ++ echo 172.30.9.209 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.209 ; Communication with 192.168.0.15#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.201 ++ echo 172.30.9.201 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.201 ++ ip2rr 172.30.9.209 ++ echo 172.30.9.209 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.209 ++ ip2rr 172.30.9.209 ++ echo 172.30.9.209 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.209 ; Communication with 192.168.0.15#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.201 ++ echo 172.30.9.201 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.201 ++ ip2rr 172.30.9.209 ++ echo 172.30.9.209 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.209 ++ ip2rr 172.30.9.209 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.209 ++ echo A 172.30.9.209 ; Communication with 192.168.0.15#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.201 ++ echo 172.30.9.201 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.201 ++ ip2rr 172.30.9.209 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.209 ++ echo A 172.30.9.209 ++ ip2rr 172.30.9.209 ++ echo 172.30.9.209 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.209 ; Communication with 192.168.0.15#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.201 ++ echo 172.30.9.201 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.201 ++ ip2rr 172.30.9.209 ++ echo 172.30.9.209 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.209 ++ ip2rr 172.30.9.209 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.209 ++ echo A 172.30.9.209 ; Communication with 192.168.0.15#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.201 ++ echo 172.30.9.201 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.201 ++ ip2rr 172.30.9.209 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.209 ++ echo A 172.30.9.209 ++ ip2rr 172.30.9.209 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.209 ++ echo A 172.30.9.209 ; Communication with 192.168.0.15#53 failed: timed out could not talk to specified name server + '[' 10 -lt 10 ']' + echo 'nameserver 192.168.0.15' + echo RESOLV_CONF=/etc/dnsmasq.resolv.conf + mkdir -p /etc/netns/signaling + echo 'nameserver 192.168.1.4' + service dnsmasq force-reload dnsmasq: unrecognized service 2018-08-01 05:07:42,944 - util.py[WARNING]: Failed running /var/lib/cloud/instance/scripts/part-001 [1] 2018-08-01 05:07:42,949 - cc_scripts_user.py[WARNING]: Failed to run module scripts-user (scripts in /var/lib/cloud/instance/scripts) 2018-08-01 05:07:42,951 - 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 | c8:a4:fa:54:c3:83:25:0d:b6:e3:b3:40:35:ac:33:7a | - | Generated-by-Nova | ci-info: +---------+-------------------------------------------------+---------+-------------------+ ec2: ec2: ############################################################# ec2: -----BEGIN SSH HOST KEY FINGERPRINTS----- ec2: 1024 a4:2d:60:83:10:27:8c:21:80:7a:98:2c:00:b0:4f:5a root@bono-0 (DSA) ec2: 256 61:40:d2:12:dd:de:fe:86:fc:8c:2e:68:4e:63:6f:57 root@bono-0 (ECDSA) ec2: 256 53:96:ed:de:46:16:49:78:b1:03:9b:b7:24:39:85:5b root@bono-0 (ED25519) ec2: 2048 e7:95:8a:12:da:3c:36:c0:d1:cd:a3:49:10:dd:54:19 root@bono-0 (RSA) ec2: -----END SSH HOST KEY FINGERPRINTS----- ec2: ############################################################# -----BEGIN SSH HOST KEY KEYS----- ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEkrGF9br01OQsc385TiZ/QmB5y1O34ZhAVD3mEzrxnSt/lTHoveI+m/uryGDaMI2+ubBVbB9Jgi7SLEIjPtJD8= root@bono-0 ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPeKL5y20beNyb0MR9ovCNUlzaOxsfs5lx+TfzOOIw+L root@bono-0 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDGvLeEcprsi/p+5iLP46bmP5Wp9cAA5NaXtVRI7LNpD7I33SvRjqKjfzhNU+OPIndcVaIsTYVwMKEPLIuZRTzPrCy9dei86R86Ce19Yj6a0f1LaiUeebQSa9Fm+oyWCs8TVNUh6xL/oXAOSSYBjBC29LhyXBuNtjOWswB5oSyos3JZghjZ2H8pHZ4fT0LUFoZ5wcsKE9VQo05gupPjlyxoilPQmhmA87eSdCEMzv4KbBMLLCV9sGCA7DwDfuCMNvoVy/kZtTQv7o24TcT7+X1jGpB6yM1KmRdyJEMjh0pqHJJXMSQ6DcX7R5rNWl5S/hDFCpqbAiOq2hSQgI9US07H root@bono-0 -----END SSH HOST KEY KEYS----- Cloud-init v. 0.7.5 finished at Wed, 01 Aug 2018 05:07:43 +0000. Datasource DataSourceOpenStack [net,ver=2]. Up 529.16 seconds 2018-08-01 05:54:01,905 - functest.core.singlevm - DEBUG - regex found: ''Cloud-init .* finished at ' in console 2018-08-01 05:54:01,906 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-01 05:54:01,908 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f5a83086f51c45f2204c68512a5b16fdfa8ab1ff" 2018-08-01 05:54:02,858 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:54:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f7930552-cde9-4d26-afa8-30d45be91f66 x-compute-request-id: req-f7930552-cde9-4d26-afa8-30d45be91f66 Content-Encoding: gzip Content-Length: 1516 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:17:36:06", "version": 4, "addr": "192.168.0.17", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:17:36:06", "version": 4, "addr": "172.30.9.214", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5a:5d:15", "version": 4, "addr": "192.168.1.24", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/7dc695fa-2949-466b-a2a6-9e335a529f66", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/7dc695fa-2949-466b-a2a6-9e335a529f66", "rel": "bookmark"}], "image": {"id": "5ee586ea-c13f-471b-8079-57178d06ca87", "links": [{"href": "http://172.30.9.21:8774/images/5ee586ea-c13f-471b-8079-57178d06ca87", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-01T04:58:50.000000", "flavor": {"id": "d408bbdd-eb67-4274-af5f-12cad1e36091", "links": [{"href": "http://172.30.9.21:8774/flavors/d408bbdd-eb67-4274-af5f-12cad1e36091", "rel": "bookmark"}]}, "id": "7dc695fa-2949-466b-a2a6-9e335a529f66", "security_groups": [{"name": "clearwater-opnfv-dime-sig"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-mgmt"}], "user_id": "39a67e8266a941419221c6c2899087f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-01T04:58:50Z", "hostId": "011e9895432519160fba775ad8c85f3c4ca289cddc05c7641b7edbcb", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "name": "dime-0.clearwater.opnfv", "created": "2018-08-01T04:58:30Z", "tenant_id": "cb07e8418d69451592b95ae8f2017d7c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b8:7a:bc", "version": 4, "addr": "192.168.0.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b8:7a:bc", "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:e9:9d:86", "version": 4, "addr": "192.168.1.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/666ba6a3-36ea-4514-bbbe-fb9f5912b7e7", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/666ba6a3-36ea-4514-bbbe-fb9f5912b7e7", "rel": "bookmark"}], "image": {"id": "5ee586ea-c13f-471b-8079-57178d06ca87", "links": [{"href": "http://172.30.9.21:8774/images/5ee586ea-c13f-471b-8079-57178d06ca87", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-01T04:59:01.000000", "flavor": {"id": "d408bbdd-eb67-4274-af5f-12cad1e36091", "links": [{"href": "http://172.30.9.21:8774/flavors/d408bbdd-eb67-4274-af5f-12cad1e36091", "rel": "bookmark"}]}, "id": "666ba6a3-36ea-4514-bbbe-fb9f5912b7e7", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-sprout-sig-inbound"}], "user_id": "39a67e8266a941419221c6c2899087f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-01T04:59:01Z", "hostId": "2e96300f33de30ae103b74db6c12ac903a59d91a1ceaaebb091fc12a", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-01T04:58:29Z", "tenant_id": "cb07e8418d69451592b95ae8f2017d7c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d6:6e:69", "version": 4, "addr": "192.168.0.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d6:6e:69", "version": 4, "addr": "172.30.9.208", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:25:72:d1", "version": 4, "addr": "192.168.1.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:25:72:d1", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/aadb9baf-3f43-4ed7-89f5-ba607dacf0cb", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/aadb9baf-3f43-4ed7-89f5-ba607dacf0cb", "rel": "bookmark"}], "image": {"id": "5ee586ea-c13f-471b-8079-57178d06ca87", "links": [{"href": "http://172.30.9.21:8774/images/5ee586ea-c13f-471b-8079-57178d06ca87", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-01T04:59:01.000000", "flavor": {"id": "d408bbdd-eb67-4274-af5f-12cad1e36091", "links": [{"href": "http://172.30.9.21:8774/flavors/d408bbdd-eb67-4274-af5f-12cad1e36091", "rel": "bookmark"}]}, "id": "aadb9baf-3f43-4ed7-89f5-ba607dacf0cb", "security_groups": [{"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-homer-sig"}], "user_id": "39a67e8266a941419221c6c2899087f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-01T04:59:01Z", "hostId": "2e96300f33de30ae103b74db6c12ac903a59d91a1ceaaebb091fc12a", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "name": "homer-0.clearwater.opnfv", "created": "2018-08-01T04:58:29Z", "tenant_id": "cb07e8418d69451592b95ae8f2017d7c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2e:61:e6", "version": 4, "addr": "192.168.0.19", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2e:61:e6", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:64:54:5a", "version": 4, "addr": "192.168.1.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:64:54:5a", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/183f28d0-4ca7-48a9-bf91-0a032f8b36a4", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/183f28d0-4ca7-48a9-bf91-0a032f8b36a4", "rel": "bookmark"}], "image": {"id": "5ee586ea-c13f-471b-8079-57178d06ca87", "links": [{"href": "http://172.30.9.21:8774/images/5ee586ea-c13f-471b-8079-57178d06ca87", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-01T04:58:51.000000", "flavor": {"id": "d408bbdd-eb67-4274-af5f-12cad1e36091", "links": [{"href": "http://172.30.9.21:8774/flavors/d408bbdd-eb67-4274-af5f-12cad1e36091", "rel": "bookmark"}]}, "id": "183f28d0-4ca7-48a9-bf91-0a032f8b36a4", "security_groups": [{"name": "clearwater-opnfv-bono-sig"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "39a67e8266a941419221c6c2899087f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-01T04:58:52Z", "hostId": "011e9895432519160fba775ad8c85f3c4ca289cddc05c7641b7edbcb", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "name": "bono-0.clearwater.opnfv", "created": "2018-08-01T04:58:28Z", "tenant_id": "cb07e8418d69451592b95ae8f2017d7c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/b653a1f5-54e1-430b-8456-1e212e73e7d0", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/b653a1f5-54e1-430b-8456-1e212e73e7d0", "rel": "bookmark"}], "image": {"id": "5ee586ea-c13f-471b-8079-57178d06ca87", "links": [{"href": "http://172.30.9.21:8774/images/5ee586ea-c13f-471b-8079-57178d06ca87", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d408bbdd-eb67-4274-af5f-12cad1e36091", "links": [{"href": "http://172.30.9.21:8774/flavors/d408bbdd-eb67-4274-af5f-12cad1e36091", "rel": "bookmark"}]}, "id": "b653a1f5-54e1-430b-8456-1e212e73e7d0", "user_id": "39a67e8266a941419221c6c2899087f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-01T04:58:31Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-01T04:58:28Z", "tenant_id": "cb07e8418d69451592b95ae8f2017d7c", "os-extended-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:77:40", "version": 4, "addr": "192.168.0.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cc:77:40", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/1c04dd67-c96a-438d-b7ad-7f418473f4b6", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/1c04dd67-c96a-438d-b7ad-7f418473f4b6", "rel": "bookmark"}], "image": {"id": "5ee586ea-c13f-471b-8079-57178d06ca87", "links": [{"href": "http://172.30.9.21:8774/images/5ee586ea-c13f-471b-8079-57178d06ca87", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-01T04:58:10.000000", "flavor": {"id": "d408bbdd-eb67-4274-af5f-12cad1e36091", "links": [{"href": "http://172.30.9.21:8774/flavors/d408bbdd-eb67-4274-af5f-12cad1e36091", "rel": "bookmark"}]}, "id": "1c04dd67-c96a-438d-b7ad-7f418473f4b6", "security_groups": [{"name": "clearwater-opnfv-ellis-mgmt"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "39a67e8266a941419221c6c2899087f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-01T04:58:10Z", "hostId": "2e96300f33de30ae103b74db6c12ac903a59d91a1ceaaebb091fc12a", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-01T04:56:32Z", "tenant_id": "cb07e8418d69451592b95ae8f2017d7c", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6a:2a:06", "version": 4, "addr": "192.168.0.15", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6a:2a:06", "version": 4, "addr": "172.30.9.203", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0e:ff:3a", "version": 4, "addr": "192.168.1.4", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/5ffec145-a95f-472d-9fa2-14dcdb077e57", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/5ffec145-a95f-472d-9fa2-14dcdb077e57", "rel": "bookmark"}], "image": {"id": "5ee586ea-c13f-471b-8079-57178d06ca87", "links": [{"href": "http://172.30.9.21:8774/images/5ee586ea-c13f-471b-8079-57178d06ca87", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-01T04:56:20.000000", "flavor": {"id": "d408bbdd-eb67-4274-af5f-12cad1e36091", "links": [{"href": "http://172.30.9.21:8774/flavors/d408bbdd-eb67-4274-af5f-12cad1e36091", "rel": "bookmark"}]}, "id": "5ffec145-a95f-472d-9fa2-14dcdb077e57", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "39a67e8266a941419221c6c2899087f6", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-01T04:56:20Z", "hostId": "011e9895432519160fba775ad8c85f3c4ca289cddc05c7641b7edbcb", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_ac19ae67-8a04-434b-b065-8d594a8926e1", "name": "ns.clearwater.opnfv", "created": "2018-08-01T04:54:35Z", "tenant_id": "cb07e8418d69451592b95ae8f2017d7c", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-01 05:54:02,858 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-f7930552-cde9-4d26-afa8-30d45be91f66 2018-08-01 05:54:02,858 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.952596902847s 2018-08-01 05:54:02,859 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-f7930552-cde9-4d26-afa8-30d45be91f66 2018-08-01 05:54:02,866 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-01 05:54:02,869 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/servers/b653a1f5-54e1-430b-8456-1e212e73e7d0/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}f5a83086f51c45f2204c68512a5b16fdfa8ab1ff" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-01 05:54:02,922 - keystoneauth.session - DEBUG - RESP: [409] Date: Wed, 01 Aug 2018 05:54:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-7ba2a27a-28ec-4e44-9605-1d334f559cc4 x-compute-request-id: req-7ba2a27a-28ec-4e44-9605-1d334f559cc4 Content-Length: 110 Content-Type: application/json; charset=UTF-8 RESP BODY: {"conflictingRequest": {"message": "Instance b653a1f5-54e1-430b-8456-1e212e73e7d0 is not ready", "code": 409}} 2018-08-01 05:54:02,922 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/b653a1f5-54e1-430b-8456-1e212e73e7d0/action used request id req-7ba2a27a-28ec-4e44-9605-1d334f559cc4 2018-08-01 05:54:02,922 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0558521747589s 2018-08-01 05:54:02,923 - 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 195, 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.21:8774/v2.1/servers/b653a1f5-54e1-430b-8456-1e212e73e7d0/action Instance b653a1f5-54e1-430b-8456-1e212e73e7d0 is not ready 2018-08-01 05:54:03,045 - xtesting.core.testcase - ERROR - The HTTP request raises issues Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/xtesting/core/testcase.py", line 226, in push_to_db req.raise_for_status() File "/usr/lib/python2.7/site-packages/requests/models.py", line 935, in raise_for_status raise HTTPError(http_error_msg, response=self) HTTPError: 403 Client Error: Could Not Found testcases [{'project_name': u'functest', 'name': u'heat_ims'}] for url: http://testresults.opnfv.org/test/api/v1/results 2018-08-01 05:54:03,046 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | heat_ims | functest | 60:29 | FAIL | +-------------------+------------------+------------------+----------------+ 2018-08-01 05:54:03,052 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:54:03,054 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f5a83086f51c45f2204c68512a5b16fdfa8ab1ff" 2018-08-01 05:54:03,082 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:54:03 GMT Server: Apache x-openstack-request-id: req-f3c9968e-c4ad-45b5-9c6d-4a455cd267f2 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:54:03,108 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:54:03 GMT Server: Apache x-openstack-request-id: req-49124c5b-7af4-4836-a0a9-0268b4b7a6be 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": "cb07e8418d69451592b95ae8f2017d7c", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "OS::stack_name": "clearwater-opnfv"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "ROLLBACK_FAILED", "stack_owner": null, "updated_time": "2018-08-01T05:53:36Z", "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Resource DELETE failed: AttributeError: resources.vellum.resources[0].resources.server: 'NoneType' object has no attribute 'version'", "template_description": "No description"}} 2018-08-01 05:54:03,109 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-49124c5b-7af4-4836-a0a9-0268b4b7a6be 2018-08-01 05:54:03,109 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.056675195694s 2018-08-01 05:54:03,109 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-49124c5b-7af4-4836-a0a9-0268b4b7a6be 2018-08-01 05:54:03,111 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:54:03,113 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/8eebdb6c-dbef-4c2c-b53d-05028f69de62/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}f5a83086f51c45f2204c68512a5b16fdfa8ab1ff" 2018-08-01 05:54:03,141 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:54:03 GMT Server: Apache x-openstack-request-id: req-94130ce0-9099-458e-8bfe-06fb5b5dd927 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/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-01 05:54:03,184 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:54:03 GMT Server: Apache x-openstack-request-id: req-6460e08f-250c-46e3-8171-291ac35743ef Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 403 Content-Type: application/json RESP BODY: {"events": [{"resource_name": "clearwater-opnfv", "event_time": "2018-08-01T05:53:41Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/resources/clearwater-opnfv/events/cf80e3db-f9a7-4ecb-9aea-9ef918970e17", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/resources/clearwater-opnfv", "rel": "resource"}, {"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "stack"}], "logical_resource_id": "clearwater-opnfv", "resource_status_reason": "Resource DELETE failed: AttributeError: resources.homer.resources[0].resources.server: 'NoneType' object has no attribute 'version'", "resource_status": "ROLLBACK_FAILED", "physical_resource_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "id": "cf80e3db-f9a7-4ecb-9aea-9ef918970e17"}]} 2018-08-01 05:54:03,184 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?limit=1&sort_dir=desc&limit=1&sort_dir=desc used request id req-6460e08f-250c-46e3-8171-291ac35743ef 2018-08-01 05:54:03,184 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0732810497284s 2018-08-01 05:54:03,184 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?limit=1&sort_dir=desc&limit=1&sort_dir=desc used request id req-6460e08f-250c-46e3-8171-291ac35743ef 2018-08-01 05:54:03,185 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.DELETE.stacks 2018-08-01 05:54:03,188 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/8eebdb6c-dbef-4c2c-b53d-05028f69de62 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f5a83086f51c45f2204c68512a5b16fdfa8ab1ff" 2018-08-01 05:54:03,214 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:54:03 GMT Server: Apache x-openstack-request-id: req-921b8735-67f3-42cc-963d-94fc0b99396d Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62 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-01 05:54:03,243 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 01 Aug 2018 05:54:03 GMT Server: Apache x-openstack-request-id: req-eca7ee61-862e-4e49-adfa-3db7be57101f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-01 05:54:03,243 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62 used request id req-eca7ee61-862e-4e49-adfa-3db7be57101f 2018-08-01 05:54:03,243 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.DELETE.stacks in 0.0576648712158s 2018-08-01 05:54:03,243 - shade.request_ids - DEBUG - DELETE call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62 used request id req-eca7ee61-862e-4e49-adfa-3db7be57101f 2018-08-01 05:54:03,244 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:54:03,246 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=cf80e3db-f9a7-4ecb-9aea-9ef918970e17&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f5a83086f51c45f2204c68512a5b16fdfa8ab1ff" 2018-08-01 05:54:03,272 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:54:03 GMT Server: Apache x-openstack-request-id: req-21df7ee1-01e2-4a59-ab9b-dcb52a02ea5c Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=cf80e3db-f9a7-4ecb-9aea-9ef918970e17&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:54:03,315 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:54:03 GMT Server: Apache x-openstack-request-id: req-049f9dc4-cbfe-47e6-8ff2-f3a092e5b74a Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:54:03,315 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=cf80e3db-f9a7-4ecb-9aea-9ef918970e17&sort_dir=asc&marker=cf80e3db-f9a7-4ecb-9aea-9ef918970e17&sort_dir=asc used request id req-049f9dc4-cbfe-47e6-8ff2-f3a092e5b74a 2018-08-01 05:54:03,315 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0717031955719s 2018-08-01 05:54:03,316 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=cf80e3db-f9a7-4ecb-9aea-9ef918970e17&sort_dir=asc&marker=cf80e3db-f9a7-4ecb-9aea-9ef918970e17&sort_dir=asc used request id req-049f9dc4-cbfe-47e6-8ff2-f3a092e5b74a 2018-08-01 05:54:08,321 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:54:08,325 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=cf80e3db-f9a7-4ecb-9aea-9ef918970e17&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f5a83086f51c45f2204c68512a5b16fdfa8ab1ff" 2018-08-01 05:54:08,356 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:54:08 GMT Server: Apache x-openstack-request-id: req-abd84eaa-3edf-408c-92fa-7197c5eb9219 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=cf80e3db-f9a7-4ecb-9aea-9ef918970e17&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:54:09,000 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:54:08 GMT Server: Apache x-openstack-request-id: req-97ecebfb-f080-42a9-b929-562097194b3d Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 599 Content-Type: application/json RESP BODY: {"events": [{"resource_name": "clearwater-opnfv", "event_time": "2018-08-01T05:54:03Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/resources/clearwater-opnfv/events/dcab74fc-898c-49c4-a0f9-ecae980ce5b3", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/resources/clearwater-opnfv", "rel": "resource"}, {"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "stack"}], "logical_resource_id": "clearwater-opnfv", "resource_status_reason": "Stack DELETE started", "resource_status": "DELETE_IN_PROGRESS", "physical_resource_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "id": "dcab74fc-898c-49c4-a0f9-ecae980ce5b3"}, {"resource_name": "vellum", "event_time": "2018-08-01T05:54:03Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/resources/vellum/events/9ceaf309-5d88-4555-b2f6-a2f63aaa7e7b", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/resources/vellum", "rel": "resource"}, {"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "stack"}], "logical_resource_id": "vellum", "resource_status_reason": "state changed", "resource_status": "DELETE_IN_PROGRESS", "physical_resource_id": "2e9fe0f4-fb99-4766-bb0d-0a288f3924f5", "id": "9ceaf309-5d88-4555-b2f6-a2f63aaa7e7b"}, {"resource_name": "vellum", "event_time": "2018-08-01T05:54:03Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/resources/vellum/events/4e87bdc7-365a-4d44-b9ef-fa59fdcab56b", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/resources/vellum", "rel": "resource"}, {"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "stack"}], "logical_resource_id": "vellum", "resource_status_reason": "AttributeError: resources.vellum.resources[0].resources.server: 'NoneType' object has no attribute 'version'", "resource_status": "DELETE_FAILED", "physical_resource_id": "2e9fe0f4-fb99-4766-bb0d-0a288f3924f5", "id": "4e87bdc7-365a-4d44-b9ef-fa59fdcab56b"}, {"resource_name": "clearwater-opnfv", "event_time": "2018-08-01T05:54:03Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/resources/clearwater-opnfv/events/f8955b82-2834-435d-869b-2bc0cf127792", "rel": "self"}, {"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/resources/clearwater-opnfv", "rel": "resource"}, {"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "stack"}], "logical_resource_id": "clearwater-opnfv", "resource_status_reason": "Resource DELETE failed: AttributeError: resources.vellum.resources[0].resources.server: 'NoneType' object has no attribute 'version'", "resource_status": "DELETE_FAILED", "physical_resource_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "id": "f8955b82-2834-435d-869b-2bc0cf127792"}]} 2018-08-01 05:54:09,000 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=cf80e3db-f9a7-4ecb-9aea-9ef918970e17&sort_dir=asc&marker=cf80e3db-f9a7-4ecb-9aea-9ef918970e17&sort_dir=asc used request id req-97ecebfb-f080-42a9-b929-562097194b3d 2018-08-01 05:54:09,000 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.67849111557s 2018-08-01 05:54:09,000 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=cf80e3db-f9a7-4ecb-9aea-9ef918970e17&sort_dir=asc&marker=cf80e3db-f9a7-4ecb-9aea-9ef918970e17&sort_dir=asc used request id req-97ecebfb-f080-42a9-b929-562097194b3d 2018-08-01 05:54:14,007 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:54:14,010 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=f8955b82-2834-435d-869b-2bc0cf127792&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f5a83086f51c45f2204c68512a5b16fdfa8ab1ff" 2018-08-01 05:54:14,040 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:54:14 GMT Server: Apache x-openstack-request-id: req-6b059844-90e5-4525-8f2e-9573351bb14b Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=f8955b82-2834-435d-869b-2bc0cf127792&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:54:14,082 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:54:14 GMT Server: Apache x-openstack-request-id: req-42f5fa50-357b-492d-8e89-0bb1d30ef835 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:54:14,082 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=f8955b82-2834-435d-869b-2bc0cf127792&sort_dir=asc&marker=f8955b82-2834-435d-869b-2bc0cf127792&sort_dir=asc used request id req-42f5fa50-357b-492d-8e89-0bb1d30ef835 2018-08-01 05:54:14,082 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0749170780182s 2018-08-01 05:54:14,082 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=f8955b82-2834-435d-869b-2bc0cf127792&sort_dir=asc&marker=f8955b82-2834-435d-869b-2bc0cf127792&sort_dir=asc used request id req-42f5fa50-357b-492d-8e89-0bb1d30ef835 2018-08-01 05:54:19,088 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-01 05:54:19,091 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=f8955b82-2834-435d-869b-2bc0cf127792&sort_dir=asc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f5a83086f51c45f2204c68512a5b16fdfa8ab1ff" 2018-08-01 05:54:19,120 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:54:19 GMT Server: Apache x-openstack-request-id: req-52c710d6-f62d-4c43-87c8-ff69a23565a0 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=f8955b82-2834-435d-869b-2bc0cf127792&sort_dir=asc Content-Length: 559 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:54:19,162 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:54:19 GMT Server: Apache x-openstack-request-id: req-d264602f-d583-43ac-b616-256f30bf9e0c Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-01 05:54:19,163 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=f8955b82-2834-435d-869b-2bc0cf127792&sort_dir=asc&marker=f8955b82-2834-435d-869b-2bc0cf127792&sort_dir=asc used request id req-d264602f-d583-43ac-b616-256f30bf9e0c 2018-08-01 05:54:19,163 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.074147939682s 2018-08-01 05:54:19,163 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62/events?marker=f8955b82-2834-435d-869b-2bc0cf127792&sort_dir=asc&marker=f8955b82-2834-435d-869b-2bc0cf127792&sort_dir=asc used request id req-d264602f-d583-43ac-b616-256f30bf9e0c 2018-08-01 05:54:19,163 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:54:19,166 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f5a83086f51c45f2204c68512a5b16fdfa8ab1ff" 2018-08-01 05:54:19,193 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:54:19 GMT Server: Apache x-openstack-request-id: req-5f7d0e59-877f-43a2-89bf-63020a94f8f0 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:54:19,219 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:54:19 GMT Server: Apache x-openstack-request-id: req-550e1139-5e50-4cec-b8b1-db7905fcc9a7 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 504 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "No description", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "OS::stack_name": "clearwater-opnfv"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "DELETE_FAILED", "stack_owner": null, "updated_time": "2018-08-01T05:54:03Z", "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Resource DELETE failed: AttributeError: resources.vellum.resources[0].resources.server: 'NoneType' object has no attribute 'version'", "template_description": "No description"}} 2018-08-01 05:54:19,220 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-550e1139-5e50-4cec-b8b1-db7905fcc9a7 2018-08-01 05:54:19,220 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0561499595642s 2018-08-01 05:54:19,220 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-550e1139-5e50-4cec-b8b1-db7905fcc9a7 2018-08-01 05:54:19,221 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-01 05:54:19,224 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}f5a83086f51c45f2204c68512a5b16fdfa8ab1ff" 2018-08-01 05:54:19,250 - keystoneauth.session - DEBUG - RESP: [302] Date: Wed, 01 Aug 2018 05:54:19 GMT Server: Apache x-openstack-request-id: req-721b44fa-a3e4-4f5b-8a87-bb90548f8089 Location: http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False Content-Length: 467 Content-Type: text/html; charset=UTF-8 RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-01 05:54:19,279 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:54:19 GMT Server: Apache x-openstack-request-id: req-7b8f0689-fd79-4d97-8481-09aa378b3a3e Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 504 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "No description", "parameters": {"OS::project_id": "cb07e8418d69451592b95ae8f2017d7c", "OS::stack_id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "OS::stack_name": "clearwater-opnfv"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "d5489dd75d234c748c2670b956cd3e53", "tags": null, "creation_time": "2018-08-01T04:53:54Z", "links": [{"href": "http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "DELETE_FAILED", "stack_owner": null, "updated_time": "2018-08-01T05:54:03Z", "id": "8eebdb6c-dbef-4c2c-b53d-05028f69de62", "stack_status_reason": "Resource DELETE failed: AttributeError: resources.vellum.resources[0].resources.server: 'NoneType' object has no attribute 'version'", "template_description": "No description"}} 2018-08-01 05:54:19,279 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-7b8f0689-fd79-4d97-8481-09aa378b3a3e 2018-08-01 05:54:19,279 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0577051639557s 2018-08-01 05:54:19,279 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.21:8004/v1/cb07e8418d69451592b95ae8f2017d7c/stacks/clearwater-opnfv/8eebdb6c-dbef-4c2c-b53d-05028f69de62?resolve_outputs=False used request id req-7b8f0689-fd79-4d97-8481-09aa378b3a3e 2018-08-01 05:54:19,281 - 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 1423, in delete_stack id=name_or_id, reason=stack['stack_status_reason'])) OpenStackCloudException: Failed to delete stack 8eebdb6c-dbef-4c2c-b53d-05028f69de62: Resource DELETE failed: AttributeError: resources.vellum.resources[0].resources.server: 'NoneType' object has no attribute 'version' 2018-08-01 05:54:19,281 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-01 05:54:19,282 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-08-01 05:54:19,687 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ed1e3c9b852e426e8d791112d2fd4701", "name": "member"}, {"id": "147f18c7e1e349fc8e383440249c4c73", "name": "reader"}, {"id": "86fab6e3eccc4f5f9bd58caee92e2693", "name": "admin"}], "expires_at": "2018-08-01T06:54:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "90aa95516c664aef94b667c55fdaffe9", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:8004/v1/90aa95516c664aef94b667c55fdaffe9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5af2a23f0d4746a18ce9987becf49813"}, {"url": "http://192.30.9.7:8004/v1/90aa95516c664aef94b667c55fdaffe9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d6722b9f2184abb8e7b581d10709b51"}, {"url": "http://192.30.9.7:8004/v1/90aa95516c664aef94b667c55fdaffe9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc81206c7ec74b63a868c84343e2355a"}], "type": "orchestration", "id": "032123c5c07d477ab419a77fddb5ca2b", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/90aa95516c664aef94b667c55fdaffe9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00197bc0507d42718c9de1a1f3ff7fa9"}, {"url": "http://192.30.9.7:8776/v2/90aa95516c664aef94b667c55fdaffe9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "186c94a5205743a68de2c02795dd12cf"}, {"url": "http://192.30.9.7:8776/v2/90aa95516c664aef94b667c55fdaffe9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32c49f45893f4074a75a056facd63fc5"}], "type": "volumev2", "id": "09ef7c245fd9479f97ffee152dae0c8e", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27e89bb29a0d43ce83aefd4cae0f7bd7"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "295d31abf3f44d85b346281cd9c04740"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d685797f4b164aa48837a822ed32598b"}], "type": "alarming", "id": "0f8615b3651c41099fe76f0fa5b23dd1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f0c9b6089cd4f558ee73fabe48d842a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "551cf56b00bd4d038a8694d11700f2ef"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9ea08b0116c4412eaded9a074baa4211"}], "type": "image", "id": "17038717f3f0408e8c9d5af024ea0aab", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "17647a3a3a00479b9213e6f6cf7a30ea", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c2328ef964c4156917122cfb247f0c4"}, {"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33d0ce77838b4a0fbe56c50f7b1e4d71"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38b745fc1fe14a8691a6fb2553ade0e0"}], "type": "event", "id": "1d35633c710f4d9c88e1f50abe614b06", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/90aa95516c664aef94b667c55fdaffe9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dcebb246e8d42fab040b053411c0957"}, {"url": "http://192.30.9.7:8776/v3/90aa95516c664aef94b667c55fdaffe9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92f3de4ac4f44b9a95bdb5c3f0c34d51"}, {"url": "http://172.30.9.21:8776/v3/90aa95516c664aef94b667c55fdaffe9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f92025e32c9344f587283e14c1506699"}], "type": "volumev3", "id": "27b85f80d71f464183ff256181f71b43", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0f1136276d75402689a9c377621253ce"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b943f44b606457c91b7d5098b199be0"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b47ac34c09dc4c05b1ca4c869d47eaeb"}], "type": "metric", "id": "5a0ae06ba8b741ffb51d39c9adb9451c", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10bc7f20cf92414cb6d088da882341c5"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "53c0109d8bd545ef83f6d70ce101d52d"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d3688eabec1484e8c6549a46b35b25f"}], "type": "cloudformation", "id": "64e449782da244a4b49ea375e297a3ea", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/90aa95516c664aef94b667c55fdaffe9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8713e9b13a6e43c59e8aa6d6cd510b2b"}, {"url": "http://192.30.9.7:8776/v1/90aa95516c664aef94b667c55fdaffe9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b073433cdd0f4518882ecf0e413ae4af"}, {"url": "http://172.30.9.21:8776/v1/90aa95516c664aef94b667c55fdaffe9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fc41a1400c1945199a7f0758b5566e31"}], "type": "volume", "id": "6951fb022adb46feaa04f1020c483fd1", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "247e0a42582047fb8b1a74db1f38edf7"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37ed8998a3894a91b69a9e4f00e62b69"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b11d1b5d1d9043d88291c85c92eb73f4"}], "type": "placement", "id": "83e7ef9cff3b4731b936862816b9afd9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "432bfc9d0c4249dd9ccda5421e19b9e2"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f93c2c146b149cbb3483078f52c4bdf"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd4fdce564324509818028dc78641d8d"}], "type": "network", "id": "94871ebfcb5240ebb8b1c19b8739272c", "name": "neutron"}, {"endpoints": [{"url": "http://12.0.0.40:8080/v1/AUTH_90aa95516c664aef94b667c55fdaffe9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2333bd642dd5455c8f03d343d974704d"}, {"url": "http://12.0.0.40:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c3a57c4832a74174a0c0889da1e1364b"}, {"url": "http://172.30.9.21:8080/v1/AUTH_90aa95516c664aef94b667c55fdaffe9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f27db37221fb446f86228761531722fd"}], "type": "object-store", "id": "b008c8aea7694b57822ddc559b6dfc45", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "038ac873a08f40dab615db1106f36b91"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9c064a815b5c40c0bb0beee1dee18b58"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa33b6fd9ec24bfb9e27785b76bc205d"}], "type": "identity", "id": "de72ed0871ef4a7bab6d7ea0bbfa8d90", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c04b9806aca48e692c506107e0bd3a6"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "449f60307ac54b799d4527d2070f35db"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d69efddbf8af404a9b303b99cfb12f43"}], "type": "compute", "id": "eb2dd02d9ef54f67b42600e437ecb401", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "749556e27c83423fb69e649d00450103"}, "audit_ids": ["_Wcd-kKlQL-j1ep83S_7EQ"], "issued_at": "2018-08-01T05:54:19.000000Z"}} 2018-08-01 05:54:19,691 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}a8c08ac519bf0de6b4b13a9e336a7b14695c7d83" 2018-08-01 05:54:19,817 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:54:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-da09ea58-2154-4b68-a386-40c2cdbd9b3c Content-Encoding: gzip Content-Length: 837 Content-Type: application/json RESP BODY: {"users": [{"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/0f8a0650d1a846e88ba44704b50255c1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0f8a0650d1a846e88ba44704b50255c1", "email": "glance@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/130b7ea936644204a37124e676ddf428"}, "domain_id": "default", "enabled": true, "options": {}, "id": "130b7ea936644204a37124e676ddf428", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/1476f1d37caa49ec90baf29b9d92850d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1476f1d37caa49ec90baf29b9d92850d", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/386874e6c2464a43ba93f0248a95595b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "386874e6c2464a43ba93f0248a95595b", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat_ims-user_ac19ae67-8a04-434b-b065-8d594a8926e1", "links": {"self": "http://172.30.9.21:5000/v3/users/39a67e8266a941419221c6c2899087f6"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "39a67e8266a941419221c6c2899087f6", "domain_id": "default", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/3cb1fd184ec34300aba849c010464d1a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3cb1fd184ec34300aba849c010464d1a", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/749556e27c83423fb69e649d00450103"}, "domain_id": "default", "enabled": true, "options": {}, "id": "749556e27c83423fb69e649d00450103", "email": "admin@example.com", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.21:5000/v3/users/b6122bbf2037491bb9db6c47618110d1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b6122bbf2037491bb9db6c47618110d1", "email": "swift@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/c09ff16c1a614c8bbc73ec74064357a4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c09ff16c1a614c8bbc73ec74064357a4", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/c1daa0d43666493abbd83fb1577cff74"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c1daa0d43666493abbd83fb1577cff74", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/d1cc4ab5045f48be8e12d229b3b59cac"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d1cc4ab5045f48be8e12d229b3b59cac", "email": "cinder@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.21:5000/v3/users/d32629a0e7364688b6a82d496d6e354d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d32629a0e7364688b6a82d496d6e354d", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/d5ee6c90793c4cbeb762d8c68db45d5c"}, "domain_id": "cc40371ace4f4c2e9452fa2c52c1368e", "enabled": true, "options": {}, "id": "d5ee6c90793c4cbeb762d8c68db45d5c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/d91fd39b379e480e825eb2aa75b847b7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d91fd39b379e480e825eb2aa75b847b7", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/ecd8a45bf2844011921c3e9caab06794"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ecd8a45bf2844011921c3e9caab06794", "email": "heat@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-08-01 05:54:19,817 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-da09ea58-2154-4b68-a386-40c2cdbd9b3c 2018-08-01 05:54:19,817 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.535629034042s 2018-08-01 05:54:19,818 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-da09ea58-2154-4b68-a386-40c2cdbd9b3c 2018-08-01 05:54:19,823 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-01 05:54:19,827 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/users/39a67e8266a941419221c6c2899087f6 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a8c08ac519bf0de6b4b13a9e336a7b14695c7d83" 2018-08-01 05:54:19,954 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:54:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a5f182f4-409d-44a2-86f1-e7357289137a Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"user": {"name": "heat_ims-user_ac19ae67-8a04-434b-b065-8d594a8926e1", "links": {"self": "http://172.30.9.21:5000/v3/users/39a67e8266a941419221c6c2899087f6"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "39a67e8266a941419221c6c2899087f6", "description": null}} 2018-08-01 05:54:19,954 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users/39a67e8266a941419221c6c2899087f6 used request id req-a5f182f4-409d-44a2-86f1-e7357289137a 2018-08-01 05:54:19,954 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.130526065826s 2018-08-01 05:54:19,954 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users/39a67e8266a941419221c6c2899087f6 used request id req-a5f182f4-409d-44a2-86f1-e7357289137a 2018-08-01 05:54:19,955 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-08-01 05:54:19,958 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:5000/v3/users/39a67e8266a941419221c6c2899087f6 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a8c08ac519bf0de6b4b13a9e336a7b14695c7d83" 2018-08-01 05:54:20,215 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 01 Aug 2018 05:54:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ff843396-f8ce-46b0-8e19-924ca2a56ade Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-01 05:54:20,216 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/39a67e8266a941419221c6c2899087f6 used request id req-ff843396-f8ce-46b0-8e19-924ca2a56ade 2018-08-01 05:54:20,216 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.260807037354s 2018-08-01 05:54:20,216 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/39a67e8266a941419221c6c2899087f6 used request id req-ff843396-f8ce-46b0-8e19-924ca2a56ade 2018-08-01 05:54:20,222 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-01 05:54:20,225 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}a8c08ac519bf0de6b4b13a9e336a7b14695c7d83" 2018-08-01 05:54:20,339 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:54:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d148b99c-64d7-4c64-8672-bf194e2da913 Content-Encoding: gzip Content-Length: 480 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/89443fd7c5cf4259bed71fca1c3fe619"}, "tags": [], "enabled": true, "id": "89443fd7c5cf4259bed71fca1c3fe619", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/90aa95516c664aef94b667c55fdaffe9"}, "tags": [], "enabled": true, "id": "90aa95516c664aef94b667c55fdaffe9", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: heat_ims", "links": {"self": "http://172.30.9.21:5000/v3/projects/cb07e8418d69451592b95ae8f2017d7c"}, "tags": [], "enabled": true, "id": "cb07e8418d69451592b95ae8f2017d7c", "parent_id": "default", "domain_id": "default", "name": "heat_ims-project_ac19ae67-8a04-434b-b065-8d594a8926e1"}, {"is_domain": false, "description": "Heat stack user project", "links": {"self": "http://172.30.9.21:5000/v3/projects/d5489dd75d234c748c2670b956cd3e53"}, "tags": [], "enabled": true, "id": "d5489dd75d234c748c2670b956cd3e53", "parent_id": "cc40371ace4f4c2e9452fa2c52c1368e", "domain_id": "cc40371ace4f4c2e9452fa2c52c1368e", "name": "cb07e8418d69451592b95ae8f2017d7c-8eebdb6c-dbef-4c2c-b53d-05028f6"}]} 2018-08-01 05:54:20,339 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects used request id req-d148b99c-64d7-4c64-8672-bf194e2da913 2018-08-01 05:54:20,339 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.117100954056s 2018-08-01 05:54:20,340 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects used request id req-d148b99c-64d7-4c64-8672-bf194e2da913 2018-08-01 05:54:20,344 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-08-01 05:54:20,348 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:5000/v3/projects/cb07e8418d69451592b95ae8f2017d7c -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a8c08ac519bf0de6b4b13a9e336a7b14695c7d83" 2018-08-01 05:54:20,512 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 01 Aug 2018 05:54:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-33c1c3eb-0311-4ada-bac5-4a79488e7f2d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-01 05:54:20,512 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/cb07e8418d69451592b95ae8f2017d7c used request id req-33c1c3eb-0311-4ada-bac5-4a79488e7f2d 2018-08-01 05:54:20,512 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.167711019516s 2018-08-01 05:54:20,512 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/cb07e8418d69451592b95ae8f2017d7c used request id req-33c1c3eb-0311-4ada-bac5-4a79488e7f2d 2018-08-01 05:54:20,516 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-01 05:54:20,519 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a8c08ac519bf0de6b4b13a9e336a7b14695c7d83" 2018-08-01 05:54:20,614 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:54:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a403180e-5e00-4ee1-8660-724ea23d1697 Content-Encoding: gzip Content-Length: 411 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "147f18c7e1e349fc8e383440249c4c73", "links": {"self": "http://172.30.9.21:5000/v3/roles/147f18c7e1e349fc8e383440249c4c73"}, "name": "reader"}, {"domain_id": null, "id": "730dcac60af740de8f4eb572d8499268", "links": {"self": "http://172.30.9.21:5000/v3/roles/730dcac60af740de8f4eb572d8499268"}, "name": "swiftoperator"}, {"domain_id": null, "id": "86fab6e3eccc4f5f9bd58caee92e2693", "links": {"self": "http://172.30.9.21:5000/v3/roles/86fab6e3eccc4f5f9bd58caee92e2693"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "ad67d551a0ed4d878f5d7550caae0aea", "links": {"self": "http://172.30.9.21:5000/v3/roles/ad67d551a0ed4d878f5d7550caae0aea"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "b2b3ff44e054497fa64f6525e0e6195b", "links": {"self": "http://172.30.9.21:5000/v3/roles/b2b3ff44e054497fa64f6525e0e6195b"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ed1e3c9b852e426e8d791112d2fd4701", "links": {"self": "http://172.30.9.21:5000/v3/roles/ed1e3c9b852e426e8d791112d2fd4701"}, "name": "member"}, {"domain_id": null, "id": "f5c89a4293d34be3af121f401210ef46", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5c89a4293d34be3af121f401210ef46"}, "name": "ResellerAdmin"}]} 2018-08-01 05:54:20,614 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-a403180e-5e00-4ee1-8660-724ea23d1697 2018-08-01 05:54:20,614 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0979628562927s 2018-08-01 05:54:20,614 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-a403180e-5e00-4ee1-8660-724ea23d1697 2018-08-01 05:54:20,620 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.roles 2018-08-01 05:54:20,623 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:5000/v3/roles/ad67d551a0ed4d878f5d7550caae0aea -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a8c08ac519bf0de6b4b13a9e336a7b14695c7d83" 2018-08-01 05:54:20,768 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 01 Aug 2018 05:54:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d92689f7-404c-4c7e-8920-efc55df8249c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-01 05:54:20,768 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/ad67d551a0ed4d878f5d7550caae0aea used request id req-d92689f7-404c-4c7e-8920-efc55df8249c 2018-08-01 05:54:20,768 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.roles in 0.148292064667s 2018-08-01 05:54:20,768 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/roles/ad67d551a0ed4d878f5d7550caae0aea used request id req-d92689f7-404c-4c7e-8920-efc55df8249c 2018-08-01 05:54:20,769 - xtesting.ci.run_tests - ERROR - The test case 'heat_ims' failed. 2018-08-01 05:54:20,796 - xtesting.ci.run_tests - INFO - Loading test case 'vyos_vrouter'... 2018-08-01 05:54:20,851 - git.cmd - DEBUG - Popen(['git', 'version'], cwd=/, universal_newlines=False, shell=None) 2018-08-01 05:54:20,893 - git.cmd - DEBUG - Popen(['git', 'version'], cwd=/, universal_newlines=False, shell=None) 2018-08-01 05:54:20,986 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-01 05:54:20,986 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-01 05:54:20,987 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-01 05:54:20,987 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-01 05:54:20,987 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-01 05:54:20,987 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-01 05:54:20,987 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-01 05:54:20,987 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-01 05:54:20,987 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-01 05:54:20,987 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-01 05:54:20,987 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-01 05:54:20,987 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-01 05:54:20,987 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-01 05:54:20,988 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-01 05:54:20,988 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-01 05:54:20,988 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-01 05:54:20,988 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-01 05:54:20,988 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-01 05:54:20,988 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-01 05:54:20,988 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-01 05:54:20,988 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-01 05:54:20,988 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-01 05:54:20,992 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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-01 05:54:20,998 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:54:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-82ced241-3494-4727-aa27-4c49ef6b5fa4 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-01 05:54:20,998 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-82ced241-3494-4727-aa27-4c49ef6b5fa4 2018-08-01 05:54:20,998 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-08-01 05:54:21,389 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ed1e3c9b852e426e8d791112d2fd4701", "name": "member"}, {"id": "147f18c7e1e349fc8e383440249c4c73", "name": "reader"}, {"id": "86fab6e3eccc4f5f9bd58caee92e2693", "name": "admin"}], "expires_at": "2018-08-01T06:54:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "90aa95516c664aef94b667c55fdaffe9", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:8004/v1/90aa95516c664aef94b667c55fdaffe9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5af2a23f0d4746a18ce9987becf49813"}, {"url": "http://192.30.9.7:8004/v1/90aa95516c664aef94b667c55fdaffe9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d6722b9f2184abb8e7b581d10709b51"}, {"url": "http://192.30.9.7:8004/v1/90aa95516c664aef94b667c55fdaffe9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc81206c7ec74b63a868c84343e2355a"}], "type": "orchestration", "id": "032123c5c07d477ab419a77fddb5ca2b", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/90aa95516c664aef94b667c55fdaffe9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00197bc0507d42718c9de1a1f3ff7fa9"}, {"url": "http://192.30.9.7:8776/v2/90aa95516c664aef94b667c55fdaffe9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "186c94a5205743a68de2c02795dd12cf"}, {"url": "http://192.30.9.7:8776/v2/90aa95516c664aef94b667c55fdaffe9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32c49f45893f4074a75a056facd63fc5"}], "type": "volumev2", "id": "09ef7c245fd9479f97ffee152dae0c8e", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27e89bb29a0d43ce83aefd4cae0f7bd7"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "295d31abf3f44d85b346281cd9c04740"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d685797f4b164aa48837a822ed32598b"}], "type": "alarming", "id": "0f8615b3651c41099fe76f0fa5b23dd1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f0c9b6089cd4f558ee73fabe48d842a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "551cf56b00bd4d038a8694d11700f2ef"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9ea08b0116c4412eaded9a074baa4211"}], "type": "image", "id": "17038717f3f0408e8c9d5af024ea0aab", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "17647a3a3a00479b9213e6f6cf7a30ea", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c2328ef964c4156917122cfb247f0c4"}, {"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33d0ce77838b4a0fbe56c50f7b1e4d71"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38b745fc1fe14a8691a6fb2553ade0e0"}], "type": "event", "id": "1d35633c710f4d9c88e1f50abe614b06", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/90aa95516c664aef94b667c55fdaffe9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dcebb246e8d42fab040b053411c0957"}, {"url": "http://192.30.9.7:8776/v3/90aa95516c664aef94b667c55fdaffe9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92f3de4ac4f44b9a95bdb5c3f0c34d51"}, {"url": "http://172.30.9.21:8776/v3/90aa95516c664aef94b667c55fdaffe9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f92025e32c9344f587283e14c1506699"}], "type": "volumev3", "id": "27b85f80d71f464183ff256181f71b43", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0f1136276d75402689a9c377621253ce"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b943f44b606457c91b7d5098b199be0"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b47ac34c09dc4c05b1ca4c869d47eaeb"}], "type": "metric", "id": "5a0ae06ba8b741ffb51d39c9adb9451c", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10bc7f20cf92414cb6d088da882341c5"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "53c0109d8bd545ef83f6d70ce101d52d"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d3688eabec1484e8c6549a46b35b25f"}], "type": "cloudformation", "id": "64e449782da244a4b49ea375e297a3ea", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/90aa95516c664aef94b667c55fdaffe9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8713e9b13a6e43c59e8aa6d6cd510b2b"}, {"url": "http://192.30.9.7:8776/v1/90aa95516c664aef94b667c55fdaffe9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b073433cdd0f4518882ecf0e413ae4af"}, {"url": "http://172.30.9.21:8776/v1/90aa95516c664aef94b667c55fdaffe9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fc41a1400c1945199a7f0758b5566e31"}], "type": "volume", "id": "6951fb022adb46feaa04f1020c483fd1", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "247e0a42582047fb8b1a74db1f38edf7"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37ed8998a3894a91b69a9e4f00e62b69"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b11d1b5d1d9043d88291c85c92eb73f4"}], "type": "placement", "id": "83e7ef9cff3b4731b936862816b9afd9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "432bfc9d0c4249dd9ccda5421e19b9e2"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f93c2c146b149cbb3483078f52c4bdf"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd4fdce564324509818028dc78641d8d"}], "type": "network", "id": "94871ebfcb5240ebb8b1c19b8739272c", "name": "neutron"}, {"endpoints": [{"url": "http://12.0.0.40:8080/v1/AUTH_90aa95516c664aef94b667c55fdaffe9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2333bd642dd5455c8f03d343d974704d"}, {"url": "http://12.0.0.40:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c3a57c4832a74174a0c0889da1e1364b"}, {"url": "http://172.30.9.21:8080/v1/AUTH_90aa95516c664aef94b667c55fdaffe9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f27db37221fb446f86228761531722fd"}], "type": "object-store", "id": "b008c8aea7694b57822ddc559b6dfc45", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "038ac873a08f40dab615db1106f36b91"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9c064a815b5c40c0bb0beee1dee18b58"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa33b6fd9ec24bfb9e27785b76bc205d"}], "type": "identity", "id": "de72ed0871ef4a7bab6d7ea0bbfa8d90", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c04b9806aca48e692c506107e0bd3a6"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "449f60307ac54b799d4527d2070f35db"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d69efddbf8af404a9b303b99cfb12f43"}], "type": "compute", "id": "eb2dd02d9ef54f67b42600e437ecb401", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "749556e27c83423fb69e649d00450103"}, "audit_ids": ["_pfe93axReCoG1R65LAFGw"], "issued_at": "2018-08-01T05:54:21.000000Z"}} 2018-08-01 05:54:21,392 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-01 05:54:21,393 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21: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}9bd0fb1e08e24056f610bf9477e912db7eda280d" 2018-08-01 05:54:21,683 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-5ee8489b-9939-41ec-b7b0-10623ad1d60a Date: Wed, 01 Aug 2018 05:54:21 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"262fe7ec-b437-40b8-908b-6eb66c149655","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"89443fd7c5cf4259bed71fca1c3fe619","status":"ACTIVE","subnets":["e06facf3-a24e-40d5-a5ce-a0901a6e4875"],"description":"","tags":[],"updated_at":"2018-08-01T03:28:20Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"89443fd7c5cf4259bed71fca1c3fe619","created_at":"2018-08-01T03:28:13Z","provider:network_type":"flat"}]} 2018-08-01 05:54:21,684 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json?router%3Aexternal=True used request id req-5ee8489b-9939-41ec-b7b0-10623ad1d60a 2018-08-01 05:54:21,684 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.291632890701s 2018-08-01 05:54:21,684 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json?router%3Aexternal=True used request id req-5ee8489b-9939-41ec-b7b0-10623ad1d60a 2018-08-01 05:54:21,688 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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-01 05:54:21,694 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 01 Aug 2018 05:54:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-48db635d-6a75-4cd9-a9a6-2321111793ff 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.21:5000/v3/", "rel": "self"}]}]}} 2018-08-01 05:54:21,694 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/ used request id req-48db635d-6a75-4cd9-a9a6-2321111793ff 2018-08-01 05:54:21,695 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-01 05:54:21,698 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}9bd0fb1e08e24056f610bf9477e912db7eda280d" 2018-08-01 05:54:21,804 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:54:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6b740987-8cc3-4a62-a9b3-3af5b27eb7a6 Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.21:5000/v3/domains/cc40371ace4f4c2e9452fa2c52c1368e"}, "tags": [], "enabled": true, "id": "cc40371ace4f4c2e9452fa2c52c1368e", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains", "previous": null, "next": null}} 2018-08-01 05:54:21,804 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains used request id req-6b740987-8cc3-4a62-a9b3-3af5b27eb7a6 2018-08-01 05:54:21,805 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.109704017639s 2018-08-01 05:54:21,805 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains used request id req-6b740987-8cc3-4a62-a9b3-3af5b27eb7a6 2018-08-01 05:54:21,812 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-08-01 05:54:21,815 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}9bd0fb1e08e24056f610bf9477e912db7eda280d" -d '{"project": {"description": "Created by OPNFV Functest: vyos_vrouter", "enabled": true, "domain_id": "default", "name": "vyos_vrouter-project_a967c3e7-2399-45ac-a5ab-3aac5f918193"}}' 2018-08-01 05:54:21,954 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 01 Aug 2018 05:54:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0064127f-6b5d-4d3b-bc7a-abfd86909c3e 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.21:5000/v3/projects/b3bd489e2d434bf0819a8445cb7200ba"}, "tags": [], "enabled": true, "id": "b3bd489e2d434bf0819a8445cb7200ba", "parent_id": "default", "domain_id": "default", "name": "vyos_vrouter-project_a967c3e7-2399-45ac-a5ab-3aac5f918193"}} 2018-08-01 05:54:21,954 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-0064127f-6b5d-4d3b-bc7a-abfd86909c3e 2018-08-01 05:54:21,954 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.141913890839s 2018-08-01 05:54:21,954 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-0064127f-6b5d-4d3b-bc7a-abfd86909c3e 2018-08-01 05:54:21,955 - 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'b3bd489e2d434bf0819a8445cb7200ba', '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_a967c3e7-2399-45ac-a5ab-3aac5f918193'}) 2018-08-01 05:54:21,961 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-08-01 05:54:21,964 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}9bd0fb1e08e24056f610bf9477e912db7eda280d" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "be7d3ed5-0809-4a24-a98c-52b43a748fde", "email": null, "name": "vyos_vrouter-user_a967c3e7-2399-45ac-a5ab-3aac5f918193"}}' 2018-08-01 05:54:22,362 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 01 Aug 2018 05:54:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4c5920ec-5ffe-400f-b86b-12b348292f20 Content-Length: 327 Content-Type: application/json RESP BODY: {"user": {"name": "vyos_vrouter-user_a967c3e7-2399-45ac-a5ab-3aac5f918193", "links": {"self": "http://172.30.9.21:5000/v3/users/c86b920534874098899eb828f0490338"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "c86b920534874098899eb828f0490338", "domain_id": "default", "password_expires_at": null}} 2018-08-01 05:54:22,362 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/users used request id req-4c5920ec-5ffe-400f-b86b-12b348292f20 2018-08-01 05:54:22,362 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.401185035706s 2018-08-01 05:54:22,363 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/users used request id req-4c5920ec-5ffe-400f-b86b-12b348292f20 2018-08-01 05:54:22,363 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'c86b920534874098899eb828f0490338', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'vyos_vrouter-user_a967c3e7-2399-45ac-a5ab-3aac5f918193'}) 2018-08-01 05:54:22,367 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-01 05:54:22,370 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9bd0fb1e08e24056f610bf9477e912db7eda280d" 2018-08-01 05:54:22,471 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:54:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-43fff316-cd06-4cb3-b07e-056768a9debe Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "147f18c7e1e349fc8e383440249c4c73", "links": {"self": "http://172.30.9.21:5000/v3/roles/147f18c7e1e349fc8e383440249c4c73"}, "name": "reader"}, {"domain_id": null, "id": "730dcac60af740de8f4eb572d8499268", "links": {"self": "http://172.30.9.21:5000/v3/roles/730dcac60af740de8f4eb572d8499268"}, "name": "swiftoperator"}, {"domain_id": null, "id": "86fab6e3eccc4f5f9bd58caee92e2693", "links": {"self": "http://172.30.9.21:5000/v3/roles/86fab6e3eccc4f5f9bd58caee92e2693"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b2b3ff44e054497fa64f6525e0e6195b", "links": {"self": "http://172.30.9.21:5000/v3/roles/b2b3ff44e054497fa64f6525e0e6195b"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ed1e3c9b852e426e8d791112d2fd4701", "links": {"self": "http://172.30.9.21:5000/v3/roles/ed1e3c9b852e426e8d791112d2fd4701"}, "name": "member"}, {"domain_id": null, "id": "f5c89a4293d34be3af121f401210ef46", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5c89a4293d34be3af121f401210ef46"}, "name": "ResellerAdmin"}]} 2018-08-01 05:54:22,471 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-43fff316-cd06-4cb3-b07e-056768a9debe 2018-08-01 05:54:22,471 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.104104042053s 2018-08-01 05:54:22,471 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-43fff316-cd06-4cb3-b07e-056768a9debe 2018-08-01 05:54:22,476 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-01 05:54:22,480 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9bd0fb1e08e24056f610bf9477e912db7eda280d" 2018-08-01 05:54:22,574 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:54:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-973c69cb-66b7-4c5a-bc81-175c89bc7422 Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "147f18c7e1e349fc8e383440249c4c73", "links": {"self": "http://172.30.9.21:5000/v3/roles/147f18c7e1e349fc8e383440249c4c73"}, "name": "reader"}, {"domain_id": null, "id": "730dcac60af740de8f4eb572d8499268", "links": {"self": "http://172.30.9.21:5000/v3/roles/730dcac60af740de8f4eb572d8499268"}, "name": "swiftoperator"}, {"domain_id": null, "id": "86fab6e3eccc4f5f9bd58caee92e2693", "links": {"self": "http://172.30.9.21:5000/v3/roles/86fab6e3eccc4f5f9bd58caee92e2693"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b2b3ff44e054497fa64f6525e0e6195b", "links": {"self": "http://172.30.9.21:5000/v3/roles/b2b3ff44e054497fa64f6525e0e6195b"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ed1e3c9b852e426e8d791112d2fd4701", "links": {"self": "http://172.30.9.21:5000/v3/roles/ed1e3c9b852e426e8d791112d2fd4701"}, "name": "member"}, {"domain_id": null, "id": "f5c89a4293d34be3af121f401210ef46", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5c89a4293d34be3af121f401210ef46"}, "name": "ResellerAdmin"}]} 2018-08-01 05:54:22,574 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-973c69cb-66b7-4c5a-bc81-175c89bc7422 2018-08-01 05:54:22,574 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0977971553802s 2018-08-01 05:54:22,575 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-973c69cb-66b7-4c5a-bc81-175c89bc7422 2018-08-01 05:54:22,579 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-01 05:54:22,583 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9bd0fb1e08e24056f610bf9477e912db7eda280d" 2018-08-01 05:54:22,685 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:54:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d6f9d996-4e3c-439a-bbb8-8dbeebf00a0d Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "147f18c7e1e349fc8e383440249c4c73", "links": {"self": "http://172.30.9.21:5000/v3/roles/147f18c7e1e349fc8e383440249c4c73"}, "name": "reader"}, {"domain_id": null, "id": "730dcac60af740de8f4eb572d8499268", "links": {"self": "http://172.30.9.21:5000/v3/roles/730dcac60af740de8f4eb572d8499268"}, "name": "swiftoperator"}, {"domain_id": null, "id": "86fab6e3eccc4f5f9bd58caee92e2693", "links": {"self": "http://172.30.9.21:5000/v3/roles/86fab6e3eccc4f5f9bd58caee92e2693"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b2b3ff44e054497fa64f6525e0e6195b", "links": {"self": "http://172.30.9.21:5000/v3/roles/b2b3ff44e054497fa64f6525e0e6195b"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ed1e3c9b852e426e8d791112d2fd4701", "links": {"self": "http://172.30.9.21:5000/v3/roles/ed1e3c9b852e426e8d791112d2fd4701"}, "name": "member"}, {"domain_id": null, "id": "f5c89a4293d34be3af121f401210ef46", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5c89a4293d34be3af121f401210ef46"}, "name": "ResellerAdmin"}]} 2018-08-01 05:54:22,685 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-d6f9d996-4e3c-439a-bbb8-8dbeebf00a0d 2018-08-01 05:54:22,685 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.105239868164s 2018-08-01 05:54:22,685 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-d6f9d996-4e3c-439a-bbb8-8dbeebf00a0d 2018-08-01 05:54:22,690 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-01 05:54:22,693 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}9bd0fb1e08e24056f610bf9477e912db7eda280d" 2018-08-01 05:54:22,790 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:54:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ba7f3a74-e8d3-45f0-bf22-1527c825dc05 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-01 05:54:22,790 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains/default used request id req-ba7f3a74-e8d3-45f0-bf22-1527c825dc05 2018-08-01 05:54:22,790 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.100170135498s 2018-08-01 05:54:22,791 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains/default used request id req-ba7f3a74-e8d3-45f0-bf22-1527c825dc05 2018-08-01 05:54:22,791 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-01 05:54:22,795 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}9bd0fb1e08e24056f610bf9477e912db7eda280d" 2018-08-01 05:54:22,917 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:54:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eaf105ef-79a6-43e7-967d-9fdd6a3c2903 Content-Encoding: gzip Content-Length: 841 Content-Type: application/json RESP BODY: {"users": [{"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/0f8a0650d1a846e88ba44704b50255c1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0f8a0650d1a846e88ba44704b50255c1", "email": "glance@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/130b7ea936644204a37124e676ddf428"}, "domain_id": "default", "enabled": true, "options": {}, "id": "130b7ea936644204a37124e676ddf428", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/1476f1d37caa49ec90baf29b9d92850d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1476f1d37caa49ec90baf29b9d92850d", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/386874e6c2464a43ba93f0248a95595b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "386874e6c2464a43ba93f0248a95595b", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/3cb1fd184ec34300aba849c010464d1a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3cb1fd184ec34300aba849c010464d1a", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/749556e27c83423fb69e649d00450103"}, "domain_id": "default", "enabled": true, "options": {}, "id": "749556e27c83423fb69e649d00450103", "email": "admin@example.com", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.21:5000/v3/users/b6122bbf2037491bb9db6c47618110d1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b6122bbf2037491bb9db6c47618110d1", "email": "swift@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/c09ff16c1a614c8bbc73ec74064357a4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c09ff16c1a614c8bbc73ec74064357a4", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/c1daa0d43666493abbd83fb1577cff74"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c1daa0d43666493abbd83fb1577cff74", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "vyos_vrouter-user_a967c3e7-2399-45ac-a5ab-3aac5f918193", "links": {"self": "http://172.30.9.21:5000/v3/users/c86b920534874098899eb828f0490338"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "c86b920534874098899eb828f0490338", "domain_id": "default", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/d1cc4ab5045f48be8e12d229b3b59cac"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d1cc4ab5045f48be8e12d229b3b59cac", "email": "cinder@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.21:5000/v3/users/d32629a0e7364688b6a82d496d6e354d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d32629a0e7364688b6a82d496d6e354d", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/d5ee6c90793c4cbeb762d8c68db45d5c"}, "domain_id": "cc40371ace4f4c2e9452fa2c52c1368e", "enabled": true, "options": {}, "id": "d5ee6c90793c4cbeb762d8c68db45d5c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/d91fd39b379e480e825eb2aa75b847b7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d91fd39b379e480e825eb2aa75b847b7", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/ecd8a45bf2844011921c3e9caab06794"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ecd8a45bf2844011921c3e9caab06794", "email": "heat@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-08-01 05:54:22,917 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-eaf105ef-79a6-43e7-967d-9fdd6a3c2903 2018-08-01 05:54:22,917 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.125555038452s 2018-08-01 05:54:22,917 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-eaf105ef-79a6-43e7-967d-9fdd6a3c2903 2018-08-01 05:54:22,928 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-01 05:54:22,931 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21: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}9bd0fb1e08e24056f610bf9477e912db7eda280d" 2018-08-01 05:54:23,045 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:54:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d3a2516e-9b89-4943-9576-d30efde3ec5d Content-Encoding: gzip Content-Length: 396 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/90aa95516c664aef94b667c55fdaffe9"}, "tags": [], "enabled": true, "id": "90aa95516c664aef94b667c55fdaffe9", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/89443fd7c5cf4259bed71fca1c3fe619"}, "tags": [], "enabled": true, "id": "89443fd7c5cf4259bed71fca1c3fe619", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: vyos_vrouter", "links": {"self": "http://172.30.9.21:5000/v3/projects/b3bd489e2d434bf0819a8445cb7200ba"}, "tags": [], "enabled": true, "id": "b3bd489e2d434bf0819a8445cb7200ba", "parent_id": "default", "domain_id": "default", "name": "vyos_vrouter-project_a967c3e7-2399-45ac-a5ab-3aac5f918193"}]} 2018-08-01 05:54:23,045 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?domain_id=default used request id req-d3a2516e-9b89-4943-9576-d30efde3ec5d 2018-08-01 05:54:23,046 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.11722612381s 2018-08-01 05:54:23,046 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?domain_id=default used request id req-d3a2516e-9b89-4943-9576-d30efde3ec5d 2018-08-01 05:54:23,053 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-01 05:54:23,057 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:5000/v3/role_assignments?user.id=c86b920534874098899eb828f0490338&role.id=ed1e3c9b852e426e8d791112d2fd4701&scope.project.id=b3bd489e2d434bf0819a8445cb7200ba" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9bd0fb1e08e24056f610bf9477e912db7eda280d" 2018-08-01 05:54:23,157 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:54:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e28b67f0-962d-49ba-8d78-ca4c8f381a38 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.21:5000/v3/role_assignments?user.id=c86b920534874098899eb828f0490338&role.id=ed1e3c9b852e426e8d791112d2fd4701&scope.project.id=b3bd489e2d434bf0819a8445cb7200ba", "previous": null, "next": null}} 2018-08-01 05:54:23,157 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/role_assignments?user.id=c86b920534874098899eb828f0490338&role.id=ed1e3c9b852e426e8d791112d2fd4701&scope.project.id=b3bd489e2d434bf0819a8445cb7200ba used request id req-e28b67f0-962d-49ba-8d78-ca4c8f381a38 2018-08-01 05:54:23,158 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.104023933411s 2018-08-01 05:54:23,158 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/role_assignments?user.id=c86b920534874098899eb828f0490338&role.id=ed1e3c9b852e426e8d791112d2fd4701&scope.project.id=b3bd489e2d434bf0819a8445cb7200ba used request id req-e28b67f0-962d-49ba-8d78-ca4c8f381a38 2018-08-01 05:54:23,161 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-01 05:54:23,165 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:5000/v3/projects/b3bd489e2d434bf0819a8445cb7200ba/users/c86b920534874098899eb828f0490338/roles/ed1e3c9b852e426e8d791112d2fd4701 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9bd0fb1e08e24056f610bf9477e912db7eda280d" 2018-08-01 05:54:23,310 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 01 Aug 2018 05:54:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d36b392c-35bb-4dde-b077-29f80a0f29b9 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-01 05:54:23,310 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/b3bd489e2d434bf0819a8445cb7200ba/users/c86b920534874098899eb828f0490338/roles/ed1e3c9b852e426e8d791112d2fd4701 used request id req-d36b392c-35bb-4dde-b077-29f80a0f29b9 2018-08-01 05:54:23,310 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.148657083511s 2018-08-01 05:54:23,310 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/b3bd489e2d434bf0819a8445cb7200ba/users/c86b920534874098899eb828f0490338/roles/ed1e3c9b852e426e8d791112d2fd4701 used request id req-d36b392c-35bb-4dde-b077-29f80a0f29b9 2018-08-01 05:54:23,311 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'vyos_vrouter-project_a967c3e7-2399-45ac-a5ab-3aac5f918193', 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'b3bd489e2d434bf0819a8445cb7200ba', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': 'be7d3ed5-0809-4a24-a98c-52b43a748fde', 'username': u'vyos_vrouter-user_a967c3e7-2399-45ac-a5ab-3aac5f918193', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.21: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-01 05:54:23,312 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-01 05:54:23,312 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-01 05:54:23,313 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-01 05:54:23,313 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-01 05:54:23,313 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-01 05:54:23,313 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-01 05:54:23,313 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-01 05:54:23,313 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-01 05:54:23,313 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-01 05:54:23,313 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-01 05:54:23,314 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-01 05:54:23,314 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-01 05:54:23,314 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-01 05:54:23,314 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-01 05:54:23,314 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-01 05:54:23,314 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-01 05:54:23,314 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-01 05:54:23,314 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-01 05:54:23,315 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-01 05:54:23,315 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-01 05:54:23,315 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-01 05:54:23,315 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-01 05:54:23,316 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'vyos_vrouter-user_a967c3e7-2399-45ac-a5ab-3aac5f918193', 'password': 'be7d3ed5-0809-4a24-a98c-52b43a748fde', 'project_name': 'vyos_vrouter-project_a967c3e7-2399-45ac-a5ab-3aac5f918193', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.21:5000/v3', 'project_id': 'b3bd489e2d434bf0819a8445cb7200ba', 'project_domain_name': 'Default'} 2018-08-01 05:54:23,351 - 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-01 05:54:23,351 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - name = functest.opnfv_tests.vnf.router.cloudify_vrouter 2018-08-01 05:54:23,395 - 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-01 05:54:23,403 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - Downloading the test data. 2018-08-01 05:54:23,403 - 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-01 05:54:23,652 - 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-01 05:54:23,716 - 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-01 05:54:23,716 - xtesting.ci.run_tests - INFO - Running test case 'vyos_vrouter'... 2018-08-01 05:54:23,717 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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-01 05:54:23,724 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:54:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e19723eb-eba9-4058-8749-f5104cbff2a1 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-01 05:54:23,724 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-e19723eb-eba9-4058-8749-f5104cbff2a1 2018-08-01 05:54:23,724 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-08-01 05:54:24,121 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ed1e3c9b852e426e8d791112d2fd4701", "name": "member"}, {"id": "147f18c7e1e349fc8e383440249c4c73", "name": "reader"}], "expires_at": "2018-08-01T06:54:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b3bd489e2d434bf0819a8445cb7200ba", "name": "vyos_vrouter-project_a967c3e7-2399-45ac-a5ab-3aac5f918193"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:8004/v1/b3bd489e2d434bf0819a8445cb7200ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5af2a23f0d4746a18ce9987becf49813"}, {"url": "http://192.30.9.7:8004/v1/b3bd489e2d434bf0819a8445cb7200ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d6722b9f2184abb8e7b581d10709b51"}, {"url": "http://192.30.9.7:8004/v1/b3bd489e2d434bf0819a8445cb7200ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc81206c7ec74b63a868c84343e2355a"}], "type": "orchestration", "id": "032123c5c07d477ab419a77fddb5ca2b", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/b3bd489e2d434bf0819a8445cb7200ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00197bc0507d42718c9de1a1f3ff7fa9"}, {"url": "http://192.30.9.7:8776/v2/b3bd489e2d434bf0819a8445cb7200ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "186c94a5205743a68de2c02795dd12cf"}, {"url": "http://192.30.9.7:8776/v2/b3bd489e2d434bf0819a8445cb7200ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32c49f45893f4074a75a056facd63fc5"}], "type": "volumev2", "id": "09ef7c245fd9479f97ffee152dae0c8e", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27e89bb29a0d43ce83aefd4cae0f7bd7"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "295d31abf3f44d85b346281cd9c04740"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d685797f4b164aa48837a822ed32598b"}], "type": "alarming", "id": "0f8615b3651c41099fe76f0fa5b23dd1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f0c9b6089cd4f558ee73fabe48d842a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "551cf56b00bd4d038a8694d11700f2ef"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9ea08b0116c4412eaded9a074baa4211"}], "type": "image", "id": "17038717f3f0408e8c9d5af024ea0aab", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "17647a3a3a00479b9213e6f6cf7a30ea", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c2328ef964c4156917122cfb247f0c4"}, {"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33d0ce77838b4a0fbe56c50f7b1e4d71"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38b745fc1fe14a8691a6fb2553ade0e0"}], "type": "event", "id": "1d35633c710f4d9c88e1f50abe614b06", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/b3bd489e2d434bf0819a8445cb7200ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dcebb246e8d42fab040b053411c0957"}, {"url": "http://192.30.9.7:8776/v3/b3bd489e2d434bf0819a8445cb7200ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92f3de4ac4f44b9a95bdb5c3f0c34d51"}, {"url": "http://172.30.9.21:8776/v3/b3bd489e2d434bf0819a8445cb7200ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f92025e32c9344f587283e14c1506699"}], "type": "volumev3", "id": "27b85f80d71f464183ff256181f71b43", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0f1136276d75402689a9c377621253ce"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b943f44b606457c91b7d5098b199be0"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b47ac34c09dc4c05b1ca4c869d47eaeb"}], "type": "metric", "id": "5a0ae06ba8b741ffb51d39c9adb9451c", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10bc7f20cf92414cb6d088da882341c5"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "53c0109d8bd545ef83f6d70ce101d52d"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d3688eabec1484e8c6549a46b35b25f"}], "type": "cloudformation", "id": "64e449782da244a4b49ea375e297a3ea", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/b3bd489e2d434bf0819a8445cb7200ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8713e9b13a6e43c59e8aa6d6cd510b2b"}, {"url": "http://192.30.9.7:8776/v1/b3bd489e2d434bf0819a8445cb7200ba", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b073433cdd0f4518882ecf0e413ae4af"}, {"url": "http://172.30.9.21:8776/v1/b3bd489e2d434bf0819a8445cb7200ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fc41a1400c1945199a7f0758b5566e31"}], "type": "volume", "id": "6951fb022adb46feaa04f1020c483fd1", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "247e0a42582047fb8b1a74db1f38edf7"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37ed8998a3894a91b69a9e4f00e62b69"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b11d1b5d1d9043d88291c85c92eb73f4"}], "type": "placement", "id": "83e7ef9cff3b4731b936862816b9afd9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "432bfc9d0c4249dd9ccda5421e19b9e2"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f93c2c146b149cbb3483078f52c4bdf"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd4fdce564324509818028dc78641d8d"}], "type": "network", "id": "94871ebfcb5240ebb8b1c19b8739272c", "name": "neutron"}, {"endpoints": [{"url": "http://12.0.0.40:8080/v1/AUTH_b3bd489e2d434bf0819a8445cb7200ba", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2333bd642dd5455c8f03d343d974704d"}, {"url": "http://12.0.0.40:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c3a57c4832a74174a0c0889da1e1364b"}, {"url": "http://172.30.9.21:8080/v1/AUTH_b3bd489e2d434bf0819a8445cb7200ba", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f27db37221fb446f86228761531722fd"}], "type": "object-store", "id": "b008c8aea7694b57822ddc559b6dfc45", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "038ac873a08f40dab615db1106f36b91"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9c064a815b5c40c0bb0beee1dee18b58"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa33b6fd9ec24bfb9e27785b76bc205d"}], "type": "identity", "id": "de72ed0871ef4a7bab6d7ea0bbfa8d90", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c04b9806aca48e692c506107e0bd3a6"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "449f60307ac54b799d4527d2070f35db"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d69efddbf8af404a9b303b99cfb12f43"}], "type": "compute", "id": "eb2dd02d9ef54f67b42600e437ecb401", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "vyos_vrouter-user_a967c3e7-2399-45ac-a5ab-3aac5f918193", "id": "c86b920534874098899eb828f0490338"}, "audit_ids": ["uBafbWU5QZejTekmDIWnkg"], "issued_at": "2018-08-01T05:54:24.000000Z"}} 2018-08-01 05:54:24,124 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-01 05:54:24,125 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b7745d13c7b7486e50bf958e5174d217e3a9303c" -d '{"network": {"name": "vyos_vrouter-net_a967c3e7-2399-45ac-a5ab-3aac5f918193", "admin_state_up": true}}' 2018-08-01 05:54:24,688 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 590 X-Openstack-Request-Id: req-24613b8b-701d-4ec6-93ad-5ae8f7cefde0 Date: Wed, 01 Aug 2018 05:54:24 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"b3bd489e2d434bf0819a8445cb7200ba","created_at":"2018-08-01T05:54:24Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-01T05:54:24Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"b3bd489e2d434bf0819a8445cb7200ba","id":"5dea9e8c-2856-4850-8fe8-dd426118a2a0","name":"vyos_vrouter-net_a967c3e7-2399-45ac-a5ab-3aac5f918193"}} 2018-08-01 05:54:24,688 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-24613b8b-701d-4ec6-93ad-5ae8f7cefde0 2018-08-01 05:54:24,688 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.563930988312s 2018-08-01 05:54:24,689 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-24613b8b-701d-4ec6-93ad-5ae8f7cefde0 2018-08-01 05:54:24,689 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-08-01T05:54:24Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'id': u'5dea9e8c-2856-4850-8fe8-dd426118a2a0', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vyos_vrouter-net_a967c3e7-2399-45ac-a5ab-3aac5f918193', u'admin_state_up': True, u'tenant_id': u'b3bd489e2d434bf0819a8445cb7200ba', u'created_at': u'2018-08-01T05:54:24Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'b3bd489e2d434bf0819a8445cb7200ba'}) 2018-08-01 05:54:24,690 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-01 05:54:24,691 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b7745d13c7b7486e50bf958e5174d217e3a9303c" 2018-08-01 05:54:24,999 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1151 X-Openstack-Request-Id: req-51f20e7d-42d7-463e-9236-9f2756e81e6e Date: Wed, 01 Aug 2018 05:54:24 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["e06facf3-a24e-40d5-a5ce-a0901a6e4875"],"updated_at":"2018-08-01T03:28:20Z","tenant_id":"89443fd7c5cf4259bed71fca1c3fe619","created_at":"2018-08-01T03:28:13Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"89443fd7c5cf4259bed71fca1c3fe619","id":"262fe7ec-b437-40b8-908b-6eb66c149655","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-01T05:54:24Z","tenant_id":"b3bd489e2d434bf0819a8445cb7200ba","created_at":"2018-08-01T05:54:24Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":1,"admin_state_up":true,"shared":false,"project_id":"b3bd489e2d434bf0819a8445cb7200ba","id":"5dea9e8c-2856-4850-8fe8-dd426118a2a0","name":"vyos_vrouter-net_a967c3e7-2399-45ac-a5ab-3aac5f918193"}]} 2018-08-01 05:54:24,999 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-51f20e7d-42d7-463e-9236-9f2756e81e6e 2018-08-01 05:54:25,000 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.309490919113s 2018-08-01 05:54:25,000 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-51f20e7d-42d7-463e-9236-9f2756e81e6e 2018-08-01 05:54:25,002 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-01 05:54:25,002 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}b7745d13c7b7486e50bf958e5174d217e3a9303c" -d '{"subnet": {"name": "vyos_vrouter-subnet_a967c3e7-2399-45ac-a5ab-3aac5f918193", "enable_dhcp": true, "network_id": "5dea9e8c-2856-4850-8fe8-dd426118a2a0", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-01 05:54:26,137 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-2eed85d5-b326-4f56-8600-1e93382af7b2 Date: Wed, 01 Aug 2018 05:54:26 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5dea9e8c-2856-4850-8fe8-dd426118a2a0","tenant_id":"b3bd489e2d434bf0819a8445cb7200ba","created_at":"2018-08-01T05:54:25Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-01T05:54:25Z","gateway_ip":"192.168.120.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.120.0/24","project_id":"b3bd489e2d434bf0819a8445cb7200ba","id":"e5382b28-f268-42b4-88ed-46ff31ab9c60","subnetpool_id":null,"name":"vyos_vrouter-subnet_a967c3e7-2399-45ac-a5ab-3aac5f918193"}} 2018-08-01 05:54:26,137 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-2eed85d5-b326-4f56-8600-1e93382af7b2 2018-08-01 05:54:26,138 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 1.13593912125s 2018-08-01 05:54:26,138 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-2eed85d5-b326-4f56-8600-1e93382af7b2 2018-08-01 05:54:26,138 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-01T05:54:25Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'e5382b28-f268-42b4-88ed-46ff31ab9c60', u'subnetpool_id': None, u'service_types': [], u'name': u'vyos_vrouter-subnet_a967c3e7-2399-45ac-a5ab-3aac5f918193', u'enable_dhcp': True, u'network_id': u'5dea9e8c-2856-4850-8fe8-dd426118a2a0', u'tenant_id': u'b3bd489e2d434bf0819a8445cb7200ba', u'created_at': u'2018-08-01T05:54:25Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'b3bd489e2d434bf0819a8445cb7200ba'}) 2018-08-01 05:54:26,139 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-01 05:54:26,140 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}b7745d13c7b7486e50bf958e5174d217e3a9303c" -d '{"router": {"external_gateway_info": {"network_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "name": "vyos_vrouter-router_a967c3e7-2399-45ac-a5ab-3aac5f918193", "admin_state_up": true}}' 2018-08-01 05:54:27,438 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 623 X-Openstack-Request-Id: req-9c9fe99a-2788-48dc-9ff5-24d92b72d685 Date: Wed, 01 Aug 2018 05:54:27 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "e06facf3-a24e-40d5-a5ce-a0901a6e4875", "ip_address": "172.30.9.218"}]}, "description": "", "tags": [], "tenant_id": "b3bd489e2d434bf0819a8445cb7200ba", "created_at": "2018-08-01T05:54:26Z", "admin_state_up": true, "updated_at": "2018-08-01T05:54:27Z", "revision_number": 2, "routes": [], "project_id": "b3bd489e2d434bf0819a8445cb7200ba", "id": "7839c36d-310d-4656-a176-b493ac12485a", "name": "vyos_vrouter-router_a967c3e7-2399-45ac-a5ab-3aac5f918193"}} 2018-08-01 05:54:27,439 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-9c9fe99a-2788-48dc-9ff5-24d92b72d685 2018-08-01 05:54:27,439 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.29969000816s 2018-08-01 05:54:27,439 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-9c9fe99a-2788-48dc-9ff5-24d92b72d685 2018-08-01 05:54:27,440 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'262fe7ec-b437-40b8-908b-6eb66c149655', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'e06facf3-a24e-40d5-a5ce-a0901a6e4875', u'ip_address': u'172.30.9.218'}]}, u'description': u'', u'tags': [], u'tenant_id': u'b3bd489e2d434bf0819a8445cb7200ba', u'created_at': u'2018-08-01T05:54:26Z', u'admin_state_up': True, u'updated_at': u'2018-08-01T05:54:27Z', u'revision_number': 2, u'routes': [], u'project_id': u'b3bd489e2d434bf0819a8445cb7200ba', u'id': u'7839c36d-310d-4656-a176-b493ac12485a', u'name': u'vyos_vrouter-router_a967c3e7-2399-45ac-a5ab-3aac5f918193'}) 2018-08-01 05:54:27,440 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-01 05:54:27,441 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9696/v2.0/routers/7839c36d-310d-4656-a176-b493ac12485a/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}b7745d13c7b7486e50bf958e5174d217e3a9303c" -d '{"subnet_id": "e5382b28-f268-42b4-88ed-46ff31ab9c60"}' 2018-08-01 05:54:29,734 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-cee80274-328a-403e-84df-0ab218ae2c62 Date: Wed, 01 Aug 2018 05:54:29 GMT RESP BODY: {"network_id": "5dea9e8c-2856-4850-8fe8-dd426118a2a0", "tenant_id": "b3bd489e2d434bf0819a8445cb7200ba", "subnet_id": "e5382b28-f268-42b4-88ed-46ff31ab9c60", "subnet_ids": ["e5382b28-f268-42b4-88ed-46ff31ab9c60"], "port_id": "d44291e2-64c2-45a8-b357-3f5245034676", "id": "7839c36d-310d-4656-a176-b493ac12485a"} 2018-08-01 05:54:29,735 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/7839c36d-310d-4656-a176-b493ac12485a/add_router_interface.json used request id req-cee80274-328a-403e-84df-0ab218ae2c62 2018-08-01 05:54:29,735 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.29458904266s 2018-08-01 05:54:29,735 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/7839c36d-310d-4656-a176-b493ac12485a/add_router_interface.json used request id req-cee80274-328a-403e-84df-0ab218ae2c62 returning object 7839c36d-310d-4656-a176-b493ac12485a 2018-08-01 05:54:29,736 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cloudify-manager-premium-4.0.1.qcow2 2018-08-01 05:54:52,568 - shade - DEBUG - Image file /home/opnfv/functest/images/cloudify-manager-premium-4.0.1.qcow2 md5:d9fa9deb2e0906ab7da21bd97d305fa1 sha256:e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a 2018-08-01 05:54:52,570 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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-01 05:54:52,574 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 754 Date: Wed, 01 Aug 2018 05:54:52 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.6", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}]} 2018-08-01 05:54:52,576 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-01 05:54:52,577 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b7745d13c7b7486e50bf958e5174d217e3a9303c" 2018-08-01 05:54:52,798 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-76fc81a8-3a70-44b5-9cfb-07ad4f5a8057 Date: Wed, 01 Aug 2018 05:54:52 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-01 05:54:52,798 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-76fc81a8-3a70-44b5-9cfb-07ad4f5a8057 2018-08-01 05:54:52,799 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.222879171371s 2018-08-01 05:54:52,799 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-76fc81a8-3a70-44b5-9cfb-07ad4f5a8057 2018-08-01 05:54:52,807 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-01 05:54:52,810 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b7745d13c7b7486e50bf958e5174d217e3a9303c" -d '{"owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "owner_specified.shade.object": "images/vyos_vrouter-img_a967c3e7-2399-45ac-a5ab-3aac5f918193", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vyos_vrouter-img_a967c3e7-2399-45ac-a5ab-3aac5f918193"}' 2018-08-01 05:54:53,048 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 876 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/7090a0bc-12ad-4ad4-a666-23d9710e2007 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-d434d34a-053d-4dd6-937d-e65836edad47 Date: Wed, 01 Aug 2018 05:54:53 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/7090a0bc-12ad-4ad4-a666-23d9710e2007/file", "owner": "b3bd489e2d434bf0819a8445cb7200ba", "id": "7090a0bc-12ad-4ad4-a666-23d9710e2007", "size": null, "self": "/v2/images/7090a0bc-12ad-4ad4-a666-23d9710e2007", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "updated_at": "2018-08-01T05:54:53Z", "visibility": "private", "owner_specified.shade.object": "images/vyos_vrouter-img_a967c3e7-2399-45ac-a5ab-3aac5f918193", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "vyos_vrouter-img_a967c3e7-2399-45ac-a5ab-3aac5f918193", "checksum": null, "created_at": "2018-08-01T05:54:53Z", "protected": false} 2018-08-01 05:54:53,049 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-d434d34a-053d-4dd6-937d-e65836edad47 2018-08-01 05:54:53,049 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.241856098175s 2018-08-01 05:54:53,049 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-d434d34a-053d-4dd6-937d-e65836edad47 returning object 7090a0bc-12ad-4ad4-a666-23d9710e2007 2018-08-01 05:54:53,050 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-01 05:54:53,054 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9292/v2/images/7090a0bc-12ad-4ad4-a666-23d9710e2007/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}b7745d13c7b7486e50bf958e5174d217e3a9303c" -d '' 2018-08-01 05:55:52,403 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-f5ecc63c-c382-4f2b-a42d-05bb18203108 Date: Wed, 01 Aug 2018 05:55: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-01 05:55:52,403 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/7090a0bc-12ad-4ad4-a666-23d9710e2007/file used request id req-f5ecc63c-c382-4f2b-a42d-05bb18203108 2018-08-01 05:55:52,403 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 59.3534309864s 2018-08-01 05:55:52,404 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/7090a0bc-12ad-4ad4-a666-23d9710e2007/file used request id req-f5ecc63c-c382-4f2b-a42d-05bb18203108 2018-08-01 05:55:52,404 - functest.core.singlevm - DEBUG - image: Munch({u'status': u'queued', u'owner_specified.shade.object': u'images/vyos_vrouter-img_a967c3e7-2399-45ac-a5ab-3aac5f918193', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2018-08-01T05:54:53Z', u'owner_specified.shade.sha256': u'e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a', u'locations': [], u'min_disk': 0, u'visibility': u'private', u'file': u'/v2/images/7090a0bc-12ad-4ad4-a666-23d9710e2007/file', u'owner': u'b3bd489e2d434bf0819a8445cb7200ba', u'virtual_size': None, u'owner_specified.shade.md5': u'd9fa9deb2e0906ab7da21bd97d305fa1', u'id': u'7090a0bc-12ad-4ad4-a666-23d9710e2007', u'size': None, u'name': u'vyos_vrouter-img_a967c3e7-2399-45ac-a5ab-3aac5f918193', u'checksum': None, u'self': u'/v2/images/7090a0bc-12ad-4ad4-a666-23d9710e2007', u'disk_format': u'qcow2', u'protected': False, u'created_at': u'2018-08-01T05:54:53Z', u'schema': u'/v2/schemas/image'}) 2018-08-01 05:55:52,405 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-01 05:55:52,408 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}9bd0fb1e08e24056f610bf9477e912db7eda280d" -d '{"flavor": {"vcpus": 2, "ram": 4096, "name": "vyos_vrouter-flavor_a967c3e7-2399-45ac-a5ab-3aac5f918193", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 40, "id": null, "swap": 0}}' 2018-08-01 05:55:52,755 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05: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-1e849d9a-d27b-47ad-a1c5-de1897b6583a x-compute-request-id: req-1e849d9a-d27b-47ad-a1c5-de1897b6583a Content-Encoding: gzip Content-Length: 313 Content-Type: application/json RESP BODY: {"flavor": {"name": "vyos_vrouter-flavor_a967c3e7-2399-45ac-a5ab-3aac5f918193", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/6f785ab9-9b98-4eba-acf6-8ba1ba761f0a", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/6f785ab9-9b98-4eba-acf6-8ba1ba761f0a", "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": "6f785ab9-9b98-4eba-acf6-8ba1ba761f0a"}} 2018-08-01 05:55:52,755 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-1e849d9a-d27b-47ad-a1c5-de1897b6583a 2018-08-01 05:55:52,755 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.349961996078s 2018-08-01 05:55:52,755 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-1e849d9a-d27b-47ad-a1c5-de1897b6583a 2018-08-01 05:55:52,756 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vyos_vrouter-flavor_a967c3e7-2399-45ac-a5ab-3aac5f918193', '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'90aa95516c664aef94b667c55fdaffe9', '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'6f785ab9-9b98-4eba-acf6-8ba1ba761f0a', 'swap': 0}) 2018-08-01 05:55:52,757 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-01 05:55:52,760 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/flavors/6f785ab9-9b98-4eba-acf6-8ba1ba761f0a/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}9bd0fb1e08e24056f610bf9477e912db7eda280d" -d '{"extra_specs": {}}' 2018-08-01 05:55:52,784 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05: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-3db37ae8-201f-476d-81c6-e646564cebf0 x-compute-request-id: req-3db37ae8-201f-476d-81c6-e646564cebf0 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-01 05:55:52,785 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors/6f785ab9-9b98-4eba-acf6-8ba1ba761f0a/os-extra_specs used request id req-3db37ae8-201f-476d-81c6-e646564cebf0 2018-08-01 05:55:52,785 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0275931358337s 2018-08-01 05:55:52,785 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors/6f785ab9-9b98-4eba-acf6-8ba1ba761f0a/os-extra_specs used request id req-3db37ae8-201f-476d-81c6-e646564cebf0 2018-08-01 05:55:52,785 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-08-01 05:55:52,788 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}b7745d13c7b7486e50bf958e5174d217e3a9303c" -d '{"keypair": {"name": "vyos_vrouter-kp_a967c3e7-2399-45ac-a5ab-3aac5f918193"}}' 2018-08-01 05:55:53,171 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05: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-2b0f7d2d-d3d1-4aa9-8656-0f1ad865b357 x-compute-request-id: req-2b0f7d2d-d3d1-4aa9-8656-0f1ad865b357 Content-Encoding: gzip Content-Length: 1808 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDeDCuDzXDPcjxss7HEeLz+VutNrVwS9vDW337NQs1sOcJ7QbfG5DMCUfH2inzhLObYdfUboQDs2h2PoouCG2h4mb1cj+RJpuFu/gfvR86m7Mn2eUwDUZGwOxjajVEMx/9XKbgfExDnE6K8+Dm4cVu2jeK2LjKERRPzdxQbEoR+by2L3FAfCHZ9sOnNZcFACBHPS+5jfgNw8fgwnSaWSrfxZx7e2jnB5Cx+EpKCJwTnahu4ak0VbcIVSrOaxyy0mSGoKshsGzFda9XNnTU3RA5/1aEgqkzM18tiRhyRiNb72YpR7EIXUzKSA5ez1My4VPQ3byr5ACQ32BcS0n0JhUOr Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEA3gwrg81wz3I8bLOxxHi8/lbrTa1cEvbw1t9+zULNbDnCe0G3\nxuQzAlHx9op84Szm2HX1G6EA7Nodj6KLghtoeJm9XI/kSabhbv4H70fOpuzJ9nlM\nA1GRsDsY2o1RDMf/Vym4HxMQ5xOivPg5uHFbto3iti4yhEUT83cUGxKEfm8ti9xQ\nHwh2fbDpzWXBQAgRz0vuY34DcPH4MJ0mlkq38Wce3to5weQsfhKSgicE52obuGpN\nFW3CFUqzmscstJkhqCrIbBsxXWvVzZ01N0QOf9WhIKpMzNfLYkYckYjW+9mKUexC\nF1MykgOXs9TMuFT0N28q+QAkN9gXEtJ9CYVDqwIDAQABAoIBAEmQHpp75XPUlNAu\neCZvGa3pfesuE+L0jLWjNY8rIoNIX3YWP5xU3dFW9KKJHvY6uf/clGei33uYh1Ke\ntzlTezj5NhMEWM1NzEHJRzeuwnfq2r4dUWGIFIweCA3f44ooeB+YYrdoyaDEkJWq\nZvUEGS5Rs1pH09SeTg3K1Y5ihCKedKvwHgjuuS58AQZvX98TrYUuibnEDkYmovuz\nSw+UGOkMurPrsFF964JJ4io86jzt7Q8TDHdQiNLYPFQPeejLPMBJjQhFwMO6kVI5\nefq9T8FT0+p+OcK/tnlKojRAo5tsO0MA0ys4BNeC78nY0FrWShC62bSC8ArvSEXi\nb6ydRQECgYEA8RQL1AyHgE7hOOBNh0kgUzWITkvP2S3GqekebvjbXZT7oMYXd+gV\ne7RV6QY8bIDVpYgVeX97jXymk39xJZRyiN36I4+zvIBlqItG6fHDJAkFf5Pxk1IK\nFg1u2Dk3HyBlYpd6j1zpT1bv2A2V7t0Mt7215F4zz5oS7UVJGzy3XIkCgYEA68qT\nbsKNw9iJVHVL17IBcPXfXrigTHoCQr51xVpI9OZyPWGxijtcZzYl4IWMZ80cLEXW\nGvZh4q6DHwS/UbvqilEAYX2rE2hNzgcpcJMkWlm36/4TamxatfrXUfDnmnlbXO/g\n7gLpmpsCTn8X4ldWI32goMmfkQKEm09kJvOz2ZMCgYAj6ryoZwV5FEdx1dk3Iqny\nO7OHFrxsuukyP00Nc34bPysOFPVCJA2vVHrIMOmnsLoj41Zvt5KMzdlzeDU/SBKY\nWZn+2lYI64g5yCZUjHRqVf2/uCbxr/NYvb+Z70xLEuSH/9F+snUAIQ+yvLNt1vki\nFt2WnIJTl7ziJMRzjmQzIQKBgB0p/zZR5gr1O3cw0uKo57i7EJe8qkcLSEBNIm/4\njNGNt0+UR8tbMECr199/ZTBplDR9ps/K7ayF/T3W7nsDjSzye+OTEZfi7Myw4hVE\nfdiXBEKyOGCPamDb18oQy/S1UfGa0e1eetpeldhzq9aZCtR082svxQbAkvpKxY5z\n0ij1AoGBAOWIapDg7iranzTOReHgje2NJGtThPA9srt3Dmv+tpZIG4AnadLrH6aC\nfaVe+2HbfHpR+/aq5Oxk0BK18f3cdvQuAuctYZ1a7yi+YF4iwQfY0xf5xuL1uk75\nuP88L/h5wujuMfoVEJadYh1mhxxHDGvJA0GoXrC4kWnH2mK0Qdpp\n-----END RSA PRIVATE KEY-----\n", "user_id": "c86b920534874098899eb828f0490338", "name": "vyos_vrouter-kp_a967c3e7-2399-45ac-a5ab-3aac5f918193", "fingerprint": "7a:da:6c:a4:b1:40:00:5c:df:c3:cd:55:05:af:72:b3"}} 2018-08-01 05:55:53,172 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/os-keypairs used request id req-2b0f7d2d-d3d1-4aa9-8656-0f1ad865b357 2018-08-01 05:55:53,172 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.386228084564s 2018-08-01 05:55:53,172 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/os-keypairs used request id req-2b0f7d2d-d3d1-4aa9-8656-0f1ad865b357 2018-08-01 05:55:53,173 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDeDCuDzXDPcjxss7HEeLz+VutNrVwS9vDW337NQs1sOcJ7QbfG5DMCUfH2inzhLObYdfUboQDs2h2PoouCG2h4mb1cj+RJpuFu/gfvR86m7Mn2eUwDUZGwOxjajVEMx/9XKbgfExDnE6K8+Dm4cVu2jeK2LjKERRPzdxQbEoR+by2L3FAfCHZ9sOnNZcFACBHPS+5jfgNw8fgwnSaWSrfxZx7e2jnB5Cx+EpKCJwTnahu4ak0VbcIVSrOaxyy0mSGoKshsGzFda9XNnTU3RA5/1aEgqkzM18tiRhyRiNb72YpR7EIXUzKSA5ez1My4VPQ3byr5ACQ32BcS0n0JhUOr Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEA3gwrg81wz3I8bLOxxHi8/lbrTa1cEvbw1t9+zULNbDnCe0G3\nxuQzAlHx9op84Szm2HX1G6EA7Nodj6KLghtoeJm9XI/kSabhbv4H70fOpuzJ9nlM\nA1GRsDsY2o1RDMf/Vym4HxMQ5xOivPg5uHFbto3iti4yhEUT83cUGxKEfm8ti9xQ\nHwh2fbDpzWXBQAgRz0vuY34DcPH4MJ0mlkq38Wce3to5weQsfhKSgicE52obuGpN\nFW3CFUqzmscstJkhqCrIbBsxXWvVzZ01N0QOf9WhIKpMzNfLYkYckYjW+9mKUexC\nF1MykgOXs9TMuFT0N28q+QAkN9gXEtJ9CYVDqwIDAQABAoIBAEmQHpp75XPUlNAu\neCZvGa3pfesuE+L0jLWjNY8rIoNIX3YWP5xU3dFW9KKJHvY6uf/clGei33uYh1Ke\ntzlTezj5NhMEWM1NzEHJRzeuwnfq2r4dUWGIFIweCA3f44ooeB+YYrdoyaDEkJWq\nZvUEGS5Rs1pH09SeTg3K1Y5ihCKedKvwHgjuuS58AQZvX98TrYUuibnEDkYmovuz\nSw+UGOkMurPrsFF964JJ4io86jzt7Q8TDHdQiNLYPFQPeejLPMBJjQhFwMO6kVI5\nefq9T8FT0+p+OcK/tnlKojRAo5tsO0MA0ys4BNeC78nY0FrWShC62bSC8ArvSEXi\nb6ydRQECgYEA8RQL1AyHgE7hOOBNh0kgUzWITkvP2S3GqekebvjbXZT7oMYXd+gV\ne7RV6QY8bIDVpYgVeX97jXymk39xJZRyiN36I4+zvIBlqItG6fHDJAkFf5Pxk1IK\nFg1u2Dk3HyBlYpd6j1zpT1bv2A2V7t0Mt7215F4zz5oS7UVJGzy3XIkCgYEA68qT\nbsKNw9iJVHVL17IBcPXfXrigTHoCQr51xVpI9OZyPWGxijtcZzYl4IWMZ80cLEXW\nGvZh4q6DHwS/UbvqilEAYX2rE2hNzgcpcJMkWlm36/4TamxatfrXUfDnmnlbXO/g\n7gLpmpsCTn8X4ldWI32goMmfkQKEm09kJvOz2ZMCgYAj6ryoZwV5FEdx1dk3Iqny\nO7OHFrxsuukyP00Nc34bPysOFPVCJA2vVHrIMOmnsLoj41Zvt5KMzdlzeDU/SBKY\nWZn+2lYI64g5yCZUjHRqVf2/uCbxr/NYvb+Z70xLEuSH/9F+snUAIQ+yvLNt1vki\nFt2WnIJTl7ziJMRzjmQzIQKBgB0p/zZR5gr1O3cw0uKo57i7EJe8qkcLSEBNIm/4\njNGNt0+UR8tbMECr199/ZTBplDR9ps/K7ayF/T3W7nsDjSzye+OTEZfi7Myw4hVE\nfdiXBEKyOGCPamDb18oQy/S1UfGa0e1eetpeldhzq9aZCtR082svxQbAkvpKxY5z\n0ij1AoGBAOWIapDg7iranzTOReHgje2NJGtThPA9srt3Dmv+tpZIG4AnadLrH6aC\nfaVe+2HbfHpR+/aq5Oxk0BK18f3cdvQuAuctYZ1a7yi+YF4iwQfY0xf5xuL1uk75\nuP88L/h5wujuMfoVEJadYh1mhxxHDGvJA0GoXrC4kWnH2mK0Qdpp\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'c86b920534874098899eb828f0490338', 'name': u'vyos_vrouter-kp_a967c3e7-2399-45ac-a5ab-3aac5f918193', 'created_at': '2018-08-01T05:55:53.173228', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'b3bd489e2d434bf0819a8445cb7200ba', 'name': 'vyos_vrouter-project_a967c3e7-2399-45ac-a5ab-3aac5f918193', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'7a:da:6c:a4:b1:40:00:5c:df:c3:cd:55:05:af:72:b3', 'type': 'ssh', 'id': u'vyos_vrouter-kp_a967c3e7-2399-45ac-a5ab-3aac5f918193'}) 2018-08-01 05:55:53,173 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEowIBAAKCAQEA3gwrg81wz3I8bLOxxHi8/lbrTa1cEvbw1t9+zULNbDnCe0G3 xuQzAlHx9op84Szm2HX1G6EA7Nodj6KLghtoeJm9XI/kSabhbv4H70fOpuzJ9nlM A1GRsDsY2o1RDMf/Vym4HxMQ5xOivPg5uHFbto3iti4yhEUT83cUGxKEfm8ti9xQ Hwh2fbDpzWXBQAgRz0vuY34DcPH4MJ0mlkq38Wce3to5weQsfhKSgicE52obuGpN FW3CFUqzmscstJkhqCrIbBsxXWvVzZ01N0QOf9WhIKpMzNfLYkYckYjW+9mKUexC F1MykgOXs9TMuFT0N28q+QAkN9gXEtJ9CYVDqwIDAQABAoIBAEmQHpp75XPUlNAu eCZvGa3pfesuE+L0jLWjNY8rIoNIX3YWP5xU3dFW9KKJHvY6uf/clGei33uYh1Ke tzlTezj5NhMEWM1NzEHJRzeuwnfq2r4dUWGIFIweCA3f44ooeB+YYrdoyaDEkJWq ZvUEGS5Rs1pH09SeTg3K1Y5ihCKedKvwHgjuuS58AQZvX98TrYUuibnEDkYmovuz Sw+UGOkMurPrsFF964JJ4io86jzt7Q8TDHdQiNLYPFQPeejLPMBJjQhFwMO6kVI5 efq9T8FT0+p+OcK/tnlKojRAo5tsO0MA0ys4BNeC78nY0FrWShC62bSC8ArvSEXi b6ydRQECgYEA8RQL1AyHgE7hOOBNh0kgUzWITkvP2S3GqekebvjbXZT7oMYXd+gV e7RV6QY8bIDVpYgVeX97jXymk39xJZRyiN36I4+zvIBlqItG6fHDJAkFf5Pxk1IK Fg1u2Dk3HyBlYpd6j1zpT1bv2A2V7t0Mt7215F4zz5oS7UVJGzy3XIkCgYEA68qT bsKNw9iJVHVL17IBcPXfXrigTHoCQr51xVpI9OZyPWGxijtcZzYl4IWMZ80cLEXW GvZh4q6DHwS/UbvqilEAYX2rE2hNzgcpcJMkWlm36/4TamxatfrXUfDnmnlbXO/g 7gLpmpsCTn8X4ldWI32goMmfkQKEm09kJvOz2ZMCgYAj6ryoZwV5FEdx1dk3Iqny O7OHFrxsuukyP00Nc34bPysOFPVCJA2vVHrIMOmnsLoj41Zvt5KMzdlzeDU/SBKY WZn+2lYI64g5yCZUjHRqVf2/uCbxr/NYvb+Z70xLEuSH/9F+snUAIQ+yvLNt1vki Ft2WnIJTl7ziJMRzjmQzIQKBgB0p/zZR5gr1O3cw0uKo57i7EJe8qkcLSEBNIm/4 jNGNt0+UR8tbMECr199/ZTBplDR9ps/K7ayF/T3W7nsDjSzye+OTEZfi7Myw4hVE fdiXBEKyOGCPamDb18oQy/S1UfGa0e1eetpeldhzq9aZCtR082svxQbAkvpKxY5z 0ij1AoGBAOWIapDg7iranzTOReHgje2NJGtThPA9srt3Dmv+tpZIG4AnadLrH6aC faVe+2HbfHpR+/aq5Oxk0BK18f3cdvQuAuctYZ1a7yi+YF4iwQfY0xf5xuL1uk75 uP88L/h5wujuMfoVEJadYh1mhxxHDGvJA0GoXrC4kWnH2mK0Qdpp -----END RSA PRIVATE KEY----- 2018-08-01 05:55:53,176 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-groups 2018-08-01 05:55:53,177 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}b7745d13c7b7486e50bf958e5174d217e3a9303c" -d '{"security_group": {"name": "vyos_vrouter-sg_a967c3e7-2399-45ac-a5ab-3aac5f918193", "description": "created by OPNFV Functest (vyos_vrouter)"}}' 2018-08-01 05:55:53,407 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1424 X-Openstack-Request-Id: req-530f8e5e-fcd3-4b4c-9b86-4c6e41769484 Date: Wed, 01 Aug 2018 05:55:53 GMT RESP BODY: {"security_group": {"description": "created by OPNFV Functest (vyos_vrouter)", "tags": [], "tenant_id": "b3bd489e2d434bf0819a8445cb7200ba", "created_at": "2018-08-01T05:55:53Z", "updated_at": "2018-08-01T05:55:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-01T05:55:53Z", "revision_number": 0, "id": "4af93ed6-eaba-4283-9edb-c7a0a6fb192e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-01T05:55:53Z", "security_group_id": "fe75f8c0-ca34-4ace-a480-815f726e4f4f", "tenant_id": "b3bd489e2d434bf0819a8445cb7200ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "b3bd489e2d434bf0819a8445cb7200ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-01T05:55:53Z", "revision_number": 0, "id": "df966d7b-b922-42c7-9d71-317805937216", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-01T05:55:53Z", "security_group_id": "fe75f8c0-ca34-4ace-a480-815f726e4f4f", "tenant_id": "b3bd489e2d434bf0819a8445cb7200ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "b3bd489e2d434bf0819a8445cb7200ba"}], "revision_number": 1, "project_id": "b3bd489e2d434bf0819a8445cb7200ba", "id": "fe75f8c0-ca34-4ace-a480-815f726e4f4f", "name": "vyos_vrouter-sg_a967c3e7-2399-45ac-a5ab-3aac5f918193"}} 2018-08-01 05:55:53,407 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-530f8e5e-fcd3-4b4c-9b86-4c6e41769484 2018-08-01 05:55:53,407 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-groups in 0.230628013611s 2018-08-01 05:55:53,407 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-530f8e5e-fcd3-4b4c-9b86-4c6e41769484 2018-08-01 05:55:53,411 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-01 05:55:53,412 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}b7745d13c7b7486e50bf958e5174d217e3a9303c" 2018-08-01 05:55:53,647 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3840 X-Openstack-Request-Id: req-4c625a0c-8b4a-42a4-8fd0-32828f49b636 Date: Wed, 01 Aug 2018 05:55:53 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "b3bd489e2d434bf0819a8445cb7200ba", "created_at": "2018-08-01T05:54:24Z", "updated_at": "2018-08-01T05:54:24Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-01T05:54:24Z", "revision_number": 0, "id": "44059d20-8d09-4d5f-aca5-be6cff13ed1c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-01T05:54:24Z", "security_group_id": "1dce6d46-b7bc-449e-a577-e728bada0982", "tenant_id": "b3bd489e2d434bf0819a8445cb7200ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "b3bd489e2d434bf0819a8445cb7200ba"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-01T05:54:24Z", "revision_number": 0, "id": "77f84e71-7047-4af4-95d9-740aa0135f0c", "remote_group_id": "1dce6d46-b7bc-449e-a577-e728bada0982", "remote_ip_prefix": null, "created_at": "2018-08-01T05:54:24Z", "security_group_id": "1dce6d46-b7bc-449e-a577-e728bada0982", "tenant_id": "b3bd489e2d434bf0819a8445cb7200ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "b3bd489e2d434bf0819a8445cb7200ba"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-01T05:54:24Z", "revision_number": 0, "id": "8e58fe83-188e-4d05-9253-7dc696eef662", "remote_group_id": "1dce6d46-b7bc-449e-a577-e728bada0982", "remote_ip_prefix": null, "created_at": "2018-08-01T05:54:24Z", "security_group_id": "1dce6d46-b7bc-449e-a577-e728bada0982", "tenant_id": "b3bd489e2d434bf0819a8445cb7200ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "b3bd489e2d434bf0819a8445cb7200ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-01T05:54:24Z", "revision_number": 0, "id": "f1372f78-7676-4feb-a55b-3939dc50bcd4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-01T05:54:24Z", "security_group_id": "1dce6d46-b7bc-449e-a577-e728bada0982", "tenant_id": "b3bd489e2d434bf0819a8445cb7200ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "b3bd489e2d434bf0819a8445cb7200ba"}], "revision_number": 1, "project_id": "b3bd489e2d434bf0819a8445cb7200ba", "id": "1dce6d46-b7bc-449e-a577-e728bada0982", "name": "default"}, {"description": "created by OPNFV Functest (vyos_vrouter)", "tags": [], "tenant_id": "b3bd489e2d434bf0819a8445cb7200ba", "created_at": "2018-08-01T05:55:53Z", "updated_at": "2018-08-01T05:55:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-01T05:55:53Z", "revision_number": 0, "id": "4af93ed6-eaba-4283-9edb-c7a0a6fb192e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-01T05:55:53Z", "security_group_id": "fe75f8c0-ca34-4ace-a480-815f726e4f4f", "tenant_id": "b3bd489e2d434bf0819a8445cb7200ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "b3bd489e2d434bf0819a8445cb7200ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-01T05:55:53Z", "revision_number": 0, "id": "df966d7b-b922-42c7-9d71-317805937216", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-01T05:55:53Z", "security_group_id": "fe75f8c0-ca34-4ace-a480-815f726e4f4f", "tenant_id": "b3bd489e2d434bf0819a8445cb7200ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "b3bd489e2d434bf0819a8445cb7200ba"}], "revision_number": 1, "project_id": "b3bd489e2d434bf0819a8445cb7200ba", "id": "fe75f8c0-ca34-4ace-a480-815f726e4f4f", "name": "vyos_vrouter-sg_a967c3e7-2399-45ac-a5ab-3aac5f918193"}]} 2018-08-01 05:55:53,647 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-4c625a0c-8b4a-42a4-8fd0-32828f49b636 2018-08-01 05:55:53,648 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.235892057419s 2018-08-01 05:55:53,648 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-4c625a0c-8b4a-42a4-8fd0-32828f49b636 2018-08-01 05:55:53,652 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-01 05:55:53,653 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}b7745d13c7b7486e50bf958e5174d217e3a9303c" -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": "fe75f8c0-ca34-4ace-a480-815f726e4f4f"}}' 2018-08-01 05:55:53,909 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-de279970-2d33-4c66-a7c3-c5c8d5797c88 Date: Wed, 01 Aug 2018 05: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-01T05:55:53Z", "security_group_id": "fe75f8c0-ca34-4ace-a480-815f726e4f4f", "port_range_min": 22, "revision_number": 0, "tenant_id": "b3bd489e2d434bf0819a8445cb7200ba", "created_at": "2018-08-01T05:55:53Z", "project_id": "b3bd489e2d434bf0819a8445cb7200ba", "id": "c99d2649-c8e6-4fb9-9ffd-1eb8117e0c92"}} 2018-08-01 05:55:53,909 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules.json used request id req-de279970-2d33-4c66-a7c3-c5c8d5797c88 2018-08-01 05:55:53,909 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.257055044174s 2018-08-01 05:55:53,910 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules.json used request id req-de279970-2d33-4c66-a7c3-c5c8d5797c88 2018-08-01 05:55:53,913 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-01 05:55:53,914 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}b7745d13c7b7486e50bf958e5174d217e3a9303c" 2018-08-01 05:55:54,146 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4336 X-Openstack-Request-Id: req-9f9d79ba-7144-4408-9e32-0fe45f34845a Date: Wed, 01 Aug 2018 05:55:54 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "b3bd489e2d434bf0819a8445cb7200ba", "created_at": "2018-08-01T05:54:24Z", "updated_at": "2018-08-01T05:54:24Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-01T05:54:24Z", "revision_number": 0, "id": "44059d20-8d09-4d5f-aca5-be6cff13ed1c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-01T05:54:24Z", "security_group_id": "1dce6d46-b7bc-449e-a577-e728bada0982", "tenant_id": "b3bd489e2d434bf0819a8445cb7200ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "b3bd489e2d434bf0819a8445cb7200ba"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-01T05:54:24Z", "revision_number": 0, "id": "77f84e71-7047-4af4-95d9-740aa0135f0c", "remote_group_id": "1dce6d46-b7bc-449e-a577-e728bada0982", "remote_ip_prefix": null, "created_at": "2018-08-01T05:54:24Z", "security_group_id": "1dce6d46-b7bc-449e-a577-e728bada0982", "tenant_id": "b3bd489e2d434bf0819a8445cb7200ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "b3bd489e2d434bf0819a8445cb7200ba"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-01T05:54:24Z", "revision_number": 0, "id": "8e58fe83-188e-4d05-9253-7dc696eef662", "remote_group_id": "1dce6d46-b7bc-449e-a577-e728bada0982", "remote_ip_prefix": null, "created_at": "2018-08-01T05:54:24Z", "security_group_id": "1dce6d46-b7bc-449e-a577-e728bada0982", "tenant_id": "b3bd489e2d434bf0819a8445cb7200ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "b3bd489e2d434bf0819a8445cb7200ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-01T05:54:24Z", "revision_number": 0, "id": "f1372f78-7676-4feb-a55b-3939dc50bcd4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-01T05:54:24Z", "security_group_id": "1dce6d46-b7bc-449e-a577-e728bada0982", "tenant_id": "b3bd489e2d434bf0819a8445cb7200ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "b3bd489e2d434bf0819a8445cb7200ba"}], "revision_number": 1, "project_id": "b3bd489e2d434bf0819a8445cb7200ba", "id": "1dce6d46-b7bc-449e-a577-e728bada0982", "name": "default"}, {"description": "created by OPNFV Functest (vyos_vrouter)", "tags": [], "tenant_id": "b3bd489e2d434bf0819a8445cb7200ba", "created_at": "2018-08-01T05:55:53Z", "updated_at": "2018-08-01T05:55:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-01T05:55:53Z", "revision_number": 0, "id": "4af93ed6-eaba-4283-9edb-c7a0a6fb192e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-01T05:55:53Z", "security_group_id": "fe75f8c0-ca34-4ace-a480-815f726e4f4f", "tenant_id": "b3bd489e2d434bf0819a8445cb7200ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "b3bd489e2d434bf0819a8445cb7200ba"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-01T05:55:53Z", "revision_number": 0, "id": "c99d2649-c8e6-4fb9-9ffd-1eb8117e0c92", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-01T05:55:53Z", "security_group_id": "fe75f8c0-ca34-4ace-a480-815f726e4f4f", "tenant_id": "b3bd489e2d434bf0819a8445cb7200ba", "port_range_min": 22, "ethertype": "IPv4", "project_id": "b3bd489e2d434bf0819a8445cb7200ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-01T05:55:53Z", "revision_number": 0, "id": "df966d7b-b922-42c7-9d71-317805937216", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-01T05:55:53Z", "security_group_id": "fe75f8c0-ca34-4ace-a480-815f726e4f4f", "tenant_id": "b3bd489e2d434bf0819a8445cb7200ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "b3bd489e2d434bf0819a8445cb7200ba"}], "revision_number": 2, "project_id": "b3bd489e2d434bf0819a8445cb7200ba", "id": "fe75f8c0-ca34-4ace-a480-815f726e4f4f", "name": "vyos_vrouter-sg_a967c3e7-2399-45ac-a5ab-3aac5f918193"}]} 2018-08-01 05:55:54,147 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-9f9d79ba-7144-4408-9e32-0fe45f34845a 2018-08-01 05:55:54,147 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.233535766602s 2018-08-01 05:55:54,147 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-9f9d79ba-7144-4408-9e32-0fe45f34845a 2018-08-01 05:55:54,150 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-01 05:55:54,151 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}b7745d13c7b7486e50bf958e5174d217e3a9303c" -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": "fe75f8c0-ca34-4ace-a480-815f726e4f4f"}}' 2018-08-01 05:55:54,564 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-ec989bb3-65ea-42b1-bb9a-ca6259956971 Date: Wed, 01 Aug 2018 05: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-01T05:55:54Z", "security_group_id": "fe75f8c0-ca34-4ace-a480-815f726e4f4f", "port_range_min": null, "revision_number": 0, "tenant_id": "b3bd489e2d434bf0819a8445cb7200ba", "created_at": "2018-08-01T05:55:54Z", "project_id": "b3bd489e2d434bf0819a8445cb7200ba", "id": "2531c4e0-cd46-491c-9316-0724a22ac4ca"}} 2018-08-01 05:55:54,565 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules.json used request id req-ec989bb3-65ea-42b1-bb9a-ca6259956971 2018-08-01 05:55:54,565 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.414438009262s 2018-08-01 05:55:54,565 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules.json used request id req-ec989bb3-65ea-42b1-bb9a-ca6259956971 2018-08-01 05:55:54,568 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-01 05:55:54,569 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}b7745d13c7b7486e50bf958e5174d217e3a9303c" 2018-08-01 05:55:54,815 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4837 X-Openstack-Request-Id: req-2a52a42c-a605-4fbe-9730-3c538886a51b Date: Wed, 01 Aug 2018 05:55:54 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "b3bd489e2d434bf0819a8445cb7200ba", "created_at": "2018-08-01T05:54:24Z", "updated_at": "2018-08-01T05:54:24Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-01T05:54:24Z", "revision_number": 0, "id": "44059d20-8d09-4d5f-aca5-be6cff13ed1c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-01T05:54:24Z", "security_group_id": "1dce6d46-b7bc-449e-a577-e728bada0982", "tenant_id": "b3bd489e2d434bf0819a8445cb7200ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "b3bd489e2d434bf0819a8445cb7200ba"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-01T05:54:24Z", "revision_number": 0, "id": "77f84e71-7047-4af4-95d9-740aa0135f0c", "remote_group_id": "1dce6d46-b7bc-449e-a577-e728bada0982", "remote_ip_prefix": null, "created_at": "2018-08-01T05:54:24Z", "security_group_id": "1dce6d46-b7bc-449e-a577-e728bada0982", "tenant_id": "b3bd489e2d434bf0819a8445cb7200ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "b3bd489e2d434bf0819a8445cb7200ba"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-01T05:54:24Z", "revision_number": 0, "id": "8e58fe83-188e-4d05-9253-7dc696eef662", "remote_group_id": "1dce6d46-b7bc-449e-a577-e728bada0982", "remote_ip_prefix": null, "created_at": "2018-08-01T05:54:24Z", "security_group_id": "1dce6d46-b7bc-449e-a577-e728bada0982", "tenant_id": "b3bd489e2d434bf0819a8445cb7200ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "b3bd489e2d434bf0819a8445cb7200ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-01T05:54:24Z", "revision_number": 0, "id": "f1372f78-7676-4feb-a55b-3939dc50bcd4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-01T05:54:24Z", "security_group_id": "1dce6d46-b7bc-449e-a577-e728bada0982", "tenant_id": "b3bd489e2d434bf0819a8445cb7200ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "b3bd489e2d434bf0819a8445cb7200ba"}], "revision_number": 1, "project_id": "b3bd489e2d434bf0819a8445cb7200ba", "id": "1dce6d46-b7bc-449e-a577-e728bada0982", "name": "default"}, {"description": "created by OPNFV Functest (vyos_vrouter)", "tags": [], "tenant_id": "b3bd489e2d434bf0819a8445cb7200ba", "created_at": "2018-08-01T05:55:53Z", "updated_at": "2018-08-01T05:55:54Z", "security_group_rules": [{"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-01T05:55:54Z", "revision_number": 0, "id": "2531c4e0-cd46-491c-9316-0724a22ac4ca", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-01T05:55:54Z", "security_group_id": "fe75f8c0-ca34-4ace-a480-815f726e4f4f", "tenant_id": "b3bd489e2d434bf0819a8445cb7200ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "b3bd489e2d434bf0819a8445cb7200ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-01T05:55:53Z", "revision_number": 0, "id": "4af93ed6-eaba-4283-9edb-c7a0a6fb192e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-01T05:55:53Z", "security_group_id": "fe75f8c0-ca34-4ace-a480-815f726e4f4f", "tenant_id": "b3bd489e2d434bf0819a8445cb7200ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "b3bd489e2d434bf0819a8445cb7200ba"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-01T05:55:53Z", "revision_number": 0, "id": "c99d2649-c8e6-4fb9-9ffd-1eb8117e0c92", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-01T05:55:53Z", "security_group_id": "fe75f8c0-ca34-4ace-a480-815f726e4f4f", "tenant_id": "b3bd489e2d434bf0819a8445cb7200ba", "port_range_min": 22, "ethertype": "IPv4", "project_id": "b3bd489e2d434bf0819a8445cb7200ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-01T05:55:53Z", "revision_number": 0, "id": "df966d7b-b922-42c7-9d71-317805937216", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-01T05:55:53Z", "security_group_id": "fe75f8c0-ca34-4ace-a480-815f726e4f4f", "tenant_id": "b3bd489e2d434bf0819a8445cb7200ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "b3bd489e2d434bf0819a8445cb7200ba"}], "revision_number": 3, "project_id": "b3bd489e2d434bf0819a8445cb7200ba", "id": "fe75f8c0-ca34-4ace-a480-815f726e4f4f", "name": "vyos_vrouter-sg_a967c3e7-2399-45ac-a5ab-3aac5f918193"}]} 2018-08-01 05:55:54,815 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-2a52a42c-a605-4fbe-9730-3c538886a51b 2018-08-01 05:55:54,815 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.246529102325s 2018-08-01 05:55:54,816 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-2a52a42c-a605-4fbe-9730-3c538886a51b 2018-08-01 05:55:54,819 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-01 05:55:54,819 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}b7745d13c7b7486e50bf958e5174d217e3a9303c" -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": "fe75f8c0-ca34-4ace-a480-815f726e4f4f"}}' 2018-08-01 05:55:55,212 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-fc4668e4-ddb6-4897-af44-e0ce13d2e981 Date: Wed, 01 Aug 2018 05:55:55 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-01T05:55:55Z", "security_group_id": "fe75f8c0-ca34-4ace-a480-815f726e4f4f", "port_range_min": 80, "revision_number": 0, "tenant_id": "b3bd489e2d434bf0819a8445cb7200ba", "created_at": "2018-08-01T05:55:55Z", "project_id": "b3bd489e2d434bf0819a8445cb7200ba", "id": "b71dfc08-a5c0-41f2-927e-60ff59d943ad"}} 2018-08-01 05:55:55,212 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules.json used request id req-fc4668e4-ddb6-4897-af44-e0ce13d2e981 2018-08-01 05:55:55,212 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.39323091507s 2018-08-01 05:55:55,213 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules.json used request id req-fc4668e4-ddb6-4897-af44-e0ce13d2e981 2018-08-01 05:55:55,216 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-01 05:55:55,216 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}b7745d13c7b7486e50bf958e5174d217e3a9303c" 2018-08-01 05:55:55,474 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5333 X-Openstack-Request-Id: req-96fb5db3-5164-4321-b14e-baa254baa824 Date: Wed, 01 Aug 2018 05:55:55 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "b3bd489e2d434bf0819a8445cb7200ba", "created_at": "2018-08-01T05:54:24Z", "updated_at": "2018-08-01T05:54:24Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-01T05:54:24Z", "revision_number": 0, "id": "44059d20-8d09-4d5f-aca5-be6cff13ed1c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-01T05:54:24Z", "security_group_id": "1dce6d46-b7bc-449e-a577-e728bada0982", "tenant_id": "b3bd489e2d434bf0819a8445cb7200ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "b3bd489e2d434bf0819a8445cb7200ba"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-01T05:54:24Z", "revision_number": 0, "id": "77f84e71-7047-4af4-95d9-740aa0135f0c", "remote_group_id": "1dce6d46-b7bc-449e-a577-e728bada0982", "remote_ip_prefix": null, "created_at": "2018-08-01T05:54:24Z", "security_group_id": "1dce6d46-b7bc-449e-a577-e728bada0982", "tenant_id": "b3bd489e2d434bf0819a8445cb7200ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "b3bd489e2d434bf0819a8445cb7200ba"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-01T05:54:24Z", "revision_number": 0, "id": "8e58fe83-188e-4d05-9253-7dc696eef662", "remote_group_id": "1dce6d46-b7bc-449e-a577-e728bada0982", "remote_ip_prefix": null, "created_at": "2018-08-01T05:54:24Z", "security_group_id": "1dce6d46-b7bc-449e-a577-e728bada0982", "tenant_id": "b3bd489e2d434bf0819a8445cb7200ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "b3bd489e2d434bf0819a8445cb7200ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-01T05:54:24Z", "revision_number": 0, "id": "f1372f78-7676-4feb-a55b-3939dc50bcd4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-01T05:54:24Z", "security_group_id": "1dce6d46-b7bc-449e-a577-e728bada0982", "tenant_id": "b3bd489e2d434bf0819a8445cb7200ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "b3bd489e2d434bf0819a8445cb7200ba"}], "revision_number": 1, "project_id": "b3bd489e2d434bf0819a8445cb7200ba", "id": "1dce6d46-b7bc-449e-a577-e728bada0982", "name": "default"}, {"description": "created by OPNFV Functest (vyos_vrouter)", "tags": [], "tenant_id": "b3bd489e2d434bf0819a8445cb7200ba", "created_at": "2018-08-01T05:55:53Z", "updated_at": "2018-08-01T05:55:55Z", "security_group_rules": [{"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-01T05:55:54Z", "revision_number": 0, "id": "2531c4e0-cd46-491c-9316-0724a22ac4ca", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-01T05:55:54Z", "security_group_id": "fe75f8c0-ca34-4ace-a480-815f726e4f4f", "tenant_id": "b3bd489e2d434bf0819a8445cb7200ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "b3bd489e2d434bf0819a8445cb7200ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-01T05:55:53Z", "revision_number": 0, "id": "4af93ed6-eaba-4283-9edb-c7a0a6fb192e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-01T05:55:53Z", "security_group_id": "fe75f8c0-ca34-4ace-a480-815f726e4f4f", "tenant_id": "b3bd489e2d434bf0819a8445cb7200ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "b3bd489e2d434bf0819a8445cb7200ba"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-08-01T05:55:55Z", "revision_number": 0, "id": "b71dfc08-a5c0-41f2-927e-60ff59d943ad", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-01T05:55:55Z", "security_group_id": "fe75f8c0-ca34-4ace-a480-815f726e4f4f", "tenant_id": "b3bd489e2d434bf0819a8445cb7200ba", "port_range_min": 80, "ethertype": "IPv4", "project_id": "b3bd489e2d434bf0819a8445cb7200ba"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-01T05:55:53Z", "revision_number": 0, "id": "c99d2649-c8e6-4fb9-9ffd-1eb8117e0c92", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-01T05:55:53Z", "security_group_id": "fe75f8c0-ca34-4ace-a480-815f726e4f4f", "tenant_id": "b3bd489e2d434bf0819a8445cb7200ba", "port_range_min": 22, "ethertype": "IPv4", "project_id": "b3bd489e2d434bf0819a8445cb7200ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-01T05:55:53Z", "revision_number": 0, "id": "df966d7b-b922-42c7-9d71-317805937216", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-01T05:55:53Z", "security_group_id": "fe75f8c0-ca34-4ace-a480-815f726e4f4f", "tenant_id": "b3bd489e2d434bf0819a8445cb7200ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "b3bd489e2d434bf0819a8445cb7200ba"}], "revision_number": 4, "project_id": "b3bd489e2d434bf0819a8445cb7200ba", "id": "fe75f8c0-ca34-4ace-a480-815f726e4f4f", "name": "vyos_vrouter-sg_a967c3e7-2399-45ac-a5ab-3aac5f918193"}]} 2018-08-01 05:55:55,474 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-96fb5db3-5164-4321-b14e-baa254baa824 2018-08-01 05:55:55,475 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.25843501091s 2018-08-01 05:55:55,475 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-96fb5db3-5164-4321-b14e-baa254baa824 2018-08-01 05:55:55,478 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-01 05:55:55,479 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}b7745d13c7b7486e50bf958e5174d217e3a9303c" -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": "fe75f8c0-ca34-4ace-a480-815f726e4f4f"}}' 2018-08-01 05:55:55,849 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 509 X-Openstack-Request-Id: req-19eb1f3f-6c2f-461a-b4db-faab0116501e Date: Wed, 01 Aug 2018 05:55:55 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-01T05:55:55Z", "security_group_id": "fe75f8c0-ca34-4ace-a480-815f726e4f4f", "port_range_min": 443, "revision_number": 0, "tenant_id": "b3bd489e2d434bf0819a8445cb7200ba", "created_at": "2018-08-01T05:55:55Z", "project_id": "b3bd489e2d434bf0819a8445cb7200ba", "id": "a0cffde5-8bb8-4a1a-88e9-eeee98b07aea"}} 2018-08-01 05:55:55,850 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules.json used request id req-19eb1f3f-6c2f-461a-b4db-faab0116501e 2018-08-01 05:55:55,850 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.37122797966s 2018-08-01 05:55:55,850 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules.json used request id req-19eb1f3f-6c2f-461a-b4db-faab0116501e 2018-08-01 05:55:55,854 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-01 05:55:55,854 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}b7745d13c7b7486e50bf958e5174d217e3a9303c" 2018-08-01 05:55:55,953 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5831 X-Openstack-Request-Id: req-6d374317-77e5-4f58-9a17-3cfd1ec67cde Date: Wed, 01 Aug 2018 05:55:55 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "b3bd489e2d434bf0819a8445cb7200ba", "created_at": "2018-08-01T05:54:24Z", "updated_at": "2018-08-01T05:54:24Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-01T05:54:24Z", "revision_number": 0, "id": "44059d20-8d09-4d5f-aca5-be6cff13ed1c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-01T05:54:24Z", "security_group_id": "1dce6d46-b7bc-449e-a577-e728bada0982", "tenant_id": "b3bd489e2d434bf0819a8445cb7200ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "b3bd489e2d434bf0819a8445cb7200ba"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-01T05:54:24Z", "revision_number": 0, "id": "77f84e71-7047-4af4-95d9-740aa0135f0c", "remote_group_id": "1dce6d46-b7bc-449e-a577-e728bada0982", "remote_ip_prefix": null, "created_at": "2018-08-01T05:54:24Z", "security_group_id": "1dce6d46-b7bc-449e-a577-e728bada0982", "tenant_id": "b3bd489e2d434bf0819a8445cb7200ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "b3bd489e2d434bf0819a8445cb7200ba"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-01T05:54:24Z", "revision_number": 0, "id": "8e58fe83-188e-4d05-9253-7dc696eef662", "remote_group_id": "1dce6d46-b7bc-449e-a577-e728bada0982", "remote_ip_prefix": null, "created_at": "2018-08-01T05:54:24Z", "security_group_id": "1dce6d46-b7bc-449e-a577-e728bada0982", "tenant_id": "b3bd489e2d434bf0819a8445cb7200ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "b3bd489e2d434bf0819a8445cb7200ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-01T05:54:24Z", "revision_number": 0, "id": "f1372f78-7676-4feb-a55b-3939dc50bcd4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-01T05:54:24Z", "security_group_id": "1dce6d46-b7bc-449e-a577-e728bada0982", "tenant_id": "b3bd489e2d434bf0819a8445cb7200ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "b3bd489e2d434bf0819a8445cb7200ba"}], "revision_number": 1, "project_id": "b3bd489e2d434bf0819a8445cb7200ba", "id": "1dce6d46-b7bc-449e-a577-e728bada0982", "name": "default"}, {"description": "created by OPNFV Functest (vyos_vrouter)", "tags": [], "tenant_id": "b3bd489e2d434bf0819a8445cb7200ba", "created_at": "2018-08-01T05:55:53Z", "updated_at": "2018-08-01T05:55:55Z", "security_group_rules": [{"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-01T05:55:54Z", "revision_number": 0, "id": "2531c4e0-cd46-491c-9316-0724a22ac4ca", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-01T05:55:54Z", "security_group_id": "fe75f8c0-ca34-4ace-a480-815f726e4f4f", "tenant_id": "b3bd489e2d434bf0819a8445cb7200ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "b3bd489e2d434bf0819a8445cb7200ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-01T05:55:53Z", "revision_number": 0, "id": "4af93ed6-eaba-4283-9edb-c7a0a6fb192e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-01T05:55:53Z", "security_group_id": "fe75f8c0-ca34-4ace-a480-815f726e4f4f", "tenant_id": "b3bd489e2d434bf0819a8445cb7200ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "b3bd489e2d434bf0819a8445cb7200ba"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 443, "updated_at": "2018-08-01T05:55:55Z", "revision_number": 0, "id": "a0cffde5-8bb8-4a1a-88e9-eeee98b07aea", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-01T05:55:55Z", "security_group_id": "fe75f8c0-ca34-4ace-a480-815f726e4f4f", "tenant_id": "b3bd489e2d434bf0819a8445cb7200ba", "port_range_min": 443, "ethertype": "IPv4", "project_id": "b3bd489e2d434bf0819a8445cb7200ba"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-08-01T05:55:55Z", "revision_number": 0, "id": "b71dfc08-a5c0-41f2-927e-60ff59d943ad", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-01T05:55:55Z", "security_group_id": "fe75f8c0-ca34-4ace-a480-815f726e4f4f", "tenant_id": "b3bd489e2d434bf0819a8445cb7200ba", "port_range_min": 80, "ethertype": "IPv4", "project_id": "b3bd489e2d434bf0819a8445cb7200ba"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-01T05:55:53Z", "revision_number": 0, "id": "c99d2649-c8e6-4fb9-9ffd-1eb8117e0c92", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-01T05:55:53Z", "security_group_id": "fe75f8c0-ca34-4ace-a480-815f726e4f4f", "tenant_id": "b3bd489e2d434bf0819a8445cb7200ba", "port_range_min": 22, "ethertype": "IPv4", "project_id": "b3bd489e2d434bf0819a8445cb7200ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-01T05:55:53Z", "revision_number": 0, "id": "df966d7b-b922-42c7-9d71-317805937216", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-01T05:55:53Z", "security_group_id": "fe75f8c0-ca34-4ace-a480-815f726e4f4f", "tenant_id": "b3bd489e2d434bf0819a8445cb7200ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "b3bd489e2d434bf0819a8445cb7200ba"}], "revision_number": 5, "project_id": "b3bd489e2d434bf0819a8445cb7200ba", "id": "fe75f8c0-ca34-4ace-a480-815f726e4f4f", "name": "vyos_vrouter-sg_a967c3e7-2399-45ac-a5ab-3aac5f918193"}]} 2018-08-01 05:55:55,953 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-6d374317-77e5-4f58-9a17-3cfd1ec67cde 2018-08-01 05:55:55,953 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0993740558624s 2018-08-01 05:55:55,954 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-6d374317-77e5-4f58-9a17-3cfd1ec67cde 2018-08-01 05:55:55,957 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-01 05:55:55,957 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}b7745d13c7b7486e50bf958e5174d217e3a9303c" -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": "fe75f8c0-ca34-4ace-a480-815f726e4f4f"}}' 2018-08-01 05:55:56,141 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 511 X-Openstack-Request-Id: req-837944ac-9b86-4cbd-98f4-715a456077f0 Date: Wed, 01 Aug 2018 05:55:56 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 5671, "updated_at": "2018-08-01T05:55:56Z", "security_group_id": "fe75f8c0-ca34-4ace-a480-815f726e4f4f", "port_range_min": 5671, "revision_number": 0, "tenant_id": "b3bd489e2d434bf0819a8445cb7200ba", "created_at": "2018-08-01T05:55:56Z", "project_id": "b3bd489e2d434bf0819a8445cb7200ba", "id": "4a3f92c4-d35a-4e46-8327-e83adfb10f86"}} 2018-08-01 05:55:56,142 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules.json used request id req-837944ac-9b86-4cbd-98f4-715a456077f0 2018-08-01 05:55:56,142 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.184938907623s 2018-08-01 05:55:56,142 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules.json used request id req-837944ac-9b86-4cbd-98f4-715a456077f0 2018-08-01 05:55:56,146 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-01 05:55:56,146 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}b7745d13c7b7486e50bf958e5174d217e3a9303c" 2018-08-01 05:55:56,371 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 6331 X-Openstack-Request-Id: req-c7a52329-35dd-4489-a8c1-487c4e4eceb8 Date: Wed, 01 Aug 2018 05:55:56 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "b3bd489e2d434bf0819a8445cb7200ba", "created_at": "2018-08-01T05:54:24Z", "updated_at": "2018-08-01T05:54:24Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-01T05:54:24Z", "revision_number": 0, "id": "44059d20-8d09-4d5f-aca5-be6cff13ed1c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-01T05:54:24Z", "security_group_id": "1dce6d46-b7bc-449e-a577-e728bada0982", "tenant_id": "b3bd489e2d434bf0819a8445cb7200ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "b3bd489e2d434bf0819a8445cb7200ba"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-01T05:54:24Z", "revision_number": 0, "id": "77f84e71-7047-4af4-95d9-740aa0135f0c", "remote_group_id": "1dce6d46-b7bc-449e-a577-e728bada0982", "remote_ip_prefix": null, "created_at": "2018-08-01T05:54:24Z", "security_group_id": "1dce6d46-b7bc-449e-a577-e728bada0982", "tenant_id": "b3bd489e2d434bf0819a8445cb7200ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "b3bd489e2d434bf0819a8445cb7200ba"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-01T05:54:24Z", "revision_number": 0, "id": "8e58fe83-188e-4d05-9253-7dc696eef662", "remote_group_id": "1dce6d46-b7bc-449e-a577-e728bada0982", "remote_ip_prefix": null, "created_at": "2018-08-01T05:54:24Z", "security_group_id": "1dce6d46-b7bc-449e-a577-e728bada0982", "tenant_id": "b3bd489e2d434bf0819a8445cb7200ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "b3bd489e2d434bf0819a8445cb7200ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-01T05:54:24Z", "revision_number": 0, "id": "f1372f78-7676-4feb-a55b-3939dc50bcd4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-01T05:54:24Z", "security_group_id": "1dce6d46-b7bc-449e-a577-e728bada0982", "tenant_id": "b3bd489e2d434bf0819a8445cb7200ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "b3bd489e2d434bf0819a8445cb7200ba"}], "revision_number": 1, "project_id": "b3bd489e2d434bf0819a8445cb7200ba", "id": "1dce6d46-b7bc-449e-a577-e728bada0982", "name": "default"}, {"description": "created by OPNFV Functest (vyos_vrouter)", "tags": [], "tenant_id": "b3bd489e2d434bf0819a8445cb7200ba", "created_at": "2018-08-01T05:55:53Z", "updated_at": "2018-08-01T05:55:56Z", "security_group_rules": [{"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-01T05:55:54Z", "revision_number": 0, "id": "2531c4e0-cd46-491c-9316-0724a22ac4ca", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-01T05:55:54Z", "security_group_id": "fe75f8c0-ca34-4ace-a480-815f726e4f4f", "tenant_id": "b3bd489e2d434bf0819a8445cb7200ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "b3bd489e2d434bf0819a8445cb7200ba"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 5671, "updated_at": "2018-08-01T05:55:56Z", "revision_number": 0, "id": "4a3f92c4-d35a-4e46-8327-e83adfb10f86", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-01T05:55:56Z", "security_group_id": "fe75f8c0-ca34-4ace-a480-815f726e4f4f", "tenant_id": "b3bd489e2d434bf0819a8445cb7200ba", "port_range_min": 5671, "ethertype": "IPv4", "project_id": "b3bd489e2d434bf0819a8445cb7200ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-01T05:55:53Z", "revision_number": 0, "id": "4af93ed6-eaba-4283-9edb-c7a0a6fb192e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-01T05:55:53Z", "security_group_id": "fe75f8c0-ca34-4ace-a480-815f726e4f4f", "tenant_id": "b3bd489e2d434bf0819a8445cb7200ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "b3bd489e2d434bf0819a8445cb7200ba"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 443, "updated_at": "2018-08-01T05:55:55Z", "revision_number": 0, "id": "a0cffde5-8bb8-4a1a-88e9-eeee98b07aea", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-01T05:55:55Z", "security_group_id": "fe75f8c0-ca34-4ace-a480-815f726e4f4f", "tenant_id": "b3bd489e2d434bf0819a8445cb7200ba", "port_range_min": 443, "ethertype": "IPv4", "project_id": "b3bd489e2d434bf0819a8445cb7200ba"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-08-01T05:55:55Z", "revision_number": 0, "id": "b71dfc08-a5c0-41f2-927e-60ff59d943ad", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-01T05:55:55Z", "security_group_id": "fe75f8c0-ca34-4ace-a480-815f726e4f4f", "tenant_id": "b3bd489e2d434bf0819a8445cb7200ba", "port_range_min": 80, "ethertype": "IPv4", "project_id": "b3bd489e2d434bf0819a8445cb7200ba"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-01T05:55:53Z", "revision_number": 0, "id": "c99d2649-c8e6-4fb9-9ffd-1eb8117e0c92", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-01T05:55:53Z", "security_group_id": "fe75f8c0-ca34-4ace-a480-815f726e4f4f", "tenant_id": "b3bd489e2d434bf0819a8445cb7200ba", "port_range_min": 22, "ethertype": "IPv4", "project_id": "b3bd489e2d434bf0819a8445cb7200ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-01T05:55:53Z", "revision_number": 0, "id": "df966d7b-b922-42c7-9d71-317805937216", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-01T05:55:53Z", "security_group_id": "fe75f8c0-ca34-4ace-a480-815f726e4f4f", "tenant_id": "b3bd489e2d434bf0819a8445cb7200ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "b3bd489e2d434bf0819a8445cb7200ba"}], "revision_number": 6, "project_id": "b3bd489e2d434bf0819a8445cb7200ba", "id": "fe75f8c0-ca34-4ace-a480-815f726e4f4f", "name": "vyos_vrouter-sg_a967c3e7-2399-45ac-a5ab-3aac5f918193"}]} 2018-08-01 05:55:56,371 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-c7a52329-35dd-4489-a8c1-487c4e4eceb8 2018-08-01 05:55:56,371 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.225671052933s 2018-08-01 05:55:56,372 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-c7a52329-35dd-4489-a8c1-487c4e4eceb8 2018-08-01 05:55:56,375 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-01 05:55:56,376 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}b7745d13c7b7486e50bf958e5174d217e3a9303c" -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": "fe75f8c0-ca34-4ace-a480-815f726e4f4f"}}' 2018-08-01 05:55:56,774 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 513 X-Openstack-Request-Id: req-d57fd9c4-6ecd-40ab-b0f4-51437e790fa7 Date: Wed, 01 Aug 2018 05:55:56 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 53333, "updated_at": "2018-08-01T05:55:56Z", "security_group_id": "fe75f8c0-ca34-4ace-a480-815f726e4f4f", "port_range_min": 53333, "revision_number": 0, "tenant_id": "b3bd489e2d434bf0819a8445cb7200ba", "created_at": "2018-08-01T05:55:56Z", "project_id": "b3bd489e2d434bf0819a8445cb7200ba", "id": "ad75eec2-9469-4458-ac0b-d8326ba4b8be"}} 2018-08-01 05:55:56,774 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules.json used request id req-d57fd9c4-6ecd-40ab-b0f4-51437e790fa7 2018-08-01 05:55:56,775 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.399406909943s 2018-08-01 05:55:56,775 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules.json used request id req-d57fd9c4-6ecd-40ab-b0f4-51437e790fa7 2018-08-01 05:55:56,776 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-01 05:55:56,777 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b7745d13c7b7486e50bf958e5174d217e3a9303c" 2018-08-01 05:55:56,892 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1195 X-Openstack-Request-Id: req-9535449a-0eae-4bf1-91fa-99ba308e8647 Date: Wed, 01 Aug 2018 05:55:56 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["e06facf3-a24e-40d5-a5ce-a0901a6e4875"],"updated_at":"2018-08-01T03:28:20Z","tenant_id":"89443fd7c5cf4259bed71fca1c3fe619","created_at":"2018-08-01T03:28:13Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"89443fd7c5cf4259bed71fca1c3fe619","id":"262fe7ec-b437-40b8-908b-6eb66c149655","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["e5382b28-f268-42b4-88ed-46ff31ab9c60"],"updated_at":"2018-08-01T05:54:25Z","tenant_id":"b3bd489e2d434bf0819a8445cb7200ba","created_at":"2018-08-01T05:54:24Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"b3bd489e2d434bf0819a8445cb7200ba","id":"5dea9e8c-2856-4850-8fe8-dd426118a2a0","name":"vyos_vrouter-net_a967c3e7-2399-45ac-a5ab-3aac5f918193"}]} 2018-08-01 05:55:56,893 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-9535449a-0eae-4bf1-91fa-99ba308e8647 2018-08-01 05:55:56,893 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.116271018982s 2018-08-01 05:55:56,893 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-9535449a-0eae-4bf1-91fa-99ba308e8647 2018-08-01 05:55:56,898 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-01 05:55:56,901 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b7745d13c7b7486e50bf958e5174d217e3a9303c" 2018-08-01 05:55:57,138 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1208 Content-Type: application/json X-Openstack-Request-Id: req-ecd87c6f-4c05-4685-9cab-d47b606d4e6c Date: Wed, 01 Aug 2018 05:55:57 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://1c426f71-e315-470f-a765-a4a983e8d919/images/7090a0bc-12ad-4ad4-a666-23d9710e2007/snap", "metadata": {}}], "file": "/v2/images/7090a0bc-12ad-4ad4-a666-23d9710e2007/file", "owner": "b3bd489e2d434bf0819a8445cb7200ba", "id": "7090a0bc-12ad-4ad4-a666-23d9710e2007", "size": 4373348352, "self": "/v2/images/7090a0bc-12ad-4ad4-a666-23d9710e2007", "disk_format": "qcow2", "direct_url": "rbd://1c426f71-e315-470f-a765-a4a983e8d919/images/7090a0bc-12ad-4ad4-a666-23d9710e2007/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "updated_at": "2018-08-01T05:55:52Z", "visibility": "private", "owner_specified.shade.object": "images/vyos_vrouter-img_a967c3e7-2399-45ac-a5ab-3aac5f918193", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "vyos_vrouter-img_a967c3e7-2399-45ac-a5ab-3aac5f918193", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "created_at": "2018-08-01T05:54:53Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-01 05:55:57,139 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-ecd87c6f-4c05-4685-9cab-d47b606d4e6c 2018-08-01 05:55:57,139 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.240847110748s 2018-08-01 05:55:57,139 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-ecd87c6f-4c05-4685-9cab-d47b606d4e6c 2018-08-01 05:55:57,141 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-01 05:55:57,144 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21: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}b7745d13c7b7486e50bf958e5174d217e3a9303c" 2018-08-01 05:55:57,169 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:55: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-e0c947e4-5b20-4829-bd75-846b93aa3162 x-compute-request-id: req-e0c947e4-5b20-4829-bd75-846b93aa3162 Content-Encoding: gzip Content-Length: 552 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vyos_vrouter-flavor_a967c3e7-2399-45ac-a5ab-3aac5f918193", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/6f785ab9-9b98-4eba-acf6-8ba1ba761f0a", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/6f785ab9-9b98-4eba-acf6-8ba1ba761f0a", "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": "6f785ab9-9b98-4eba-acf6-8ba1ba761f0a"}, {"name": "shaker-flavor_ada014ec-51b2-4b16-abc8-039585ddedf9", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/80cad012-10a6-4ee0-be06-4098e5231e52", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/80cad012-10a6-4ee0-be06-4098e5231e52", "rel": "bookmark"}], "ram": 512, "OS-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": "80cad012-10a6-4ee0-be06-4098e5231e52"}, {"name": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/d408bbdd-eb67-4274-af5f-12cad1e36091", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/d408bbdd-eb67-4274-af5f-12cad1e36091", "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": "d408bbdd-eb67-4274-af5f-12cad1e36091"}, {"name": "vmtp-flavor_455f0502-39b9-4683-ab46-623f9d25bfec", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/e80222cd-7913-499f-adff-4da7988d266d", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/e80222cd-7913-499f-adff-4da7988d266d", "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": "e80222cd-7913-499f-adff-4da7988d266d"}]} 2018-08-01 05:55:57,169 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-e0c947e4-5b20-4829-bd75-846b93aa3162 2018-08-01 05:55:57,169 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.027704000473s 2018-08-01 05:55:57,169 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-e0c947e4-5b20-4829-bd75-846b93aa3162 2018-08-01 05:55:57,172 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-08-01 05:55:57,175 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}b7745d13c7b7486e50bf958e5174d217e3a9303c" -d '{"server": {"name": "vyos_vrouter-vm_a967c3e7-2399-45ac-a5ab-3aac5f918193", "imageRef": "7090a0bc-12ad-4ad4-a666-23d9710e2007", "key_name": "vyos_vrouter-kp_a967c3e7-2399-45ac-a5ab-3aac5f918193", "flavorRef": "6f785ab9-9b98-4eba-acf6-8ba1ba761f0a", "max_count": 1, "min_count": 1, "networks": [{"uuid": "5dea9e8c-2856-4850-8fe8-dd426118a2a0"}], "security_groups": [{"name": "fe75f8c0-ca34-4ace-a480-815f726e4f4f"}]}}' 2018-08-01 05:56:01,295 - keystoneauth.session - DEBUG - RESP: [202] Date: Wed, 01 Aug 2018 05:55: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-b4f4c101-d675-45a8-a573-3f53b0bdc2d2 x-compute-request-id: req-b4f4c101-d675-45a8-a573-3f53b0bdc2d2 Content-Length: 403 location: http://172.30.9.21:8774/v2.1/servers/4301c503-0fbf-47d8-9dff-826067ae474f Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "fe75f8c0-ca34-4ace-a480-815f726e4f4f"}], "OS-DCF:diskConfig": "MANUAL", "id": "4301c503-0fbf-47d8-9dff-826067ae474f", "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/4301c503-0fbf-47d8-9dff-826067ae474f", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/4301c503-0fbf-47d8-9dff-826067ae474f", "rel": "bookmark"}], "adminPass": "7Ei3oe53vqJm"}} 2018-08-01 05:56:01,295 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers used request id req-b4f4c101-d675-45a8-a573-3f53b0bdc2d2 2018-08-01 05:56:01,295 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 4.12243914604s 2018-08-01 05:56:01,295 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers used request id req-b4f4c101-d675-45a8-a573-3f53b0bdc2d2 2018-08-01 05:56:01,296 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers 2018-08-01 05:56:01,299 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/4301c503-0fbf-47d8-9dff-826067ae474f -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b7745d13c7b7486e50bf958e5174d217e3a9303c" 2018-08-01 05:56:01,759 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:56:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-be9a6b6d-c13c-42b1-a69f-dd838abf13e4 x-compute-request-id: req-be9a6b6d-c13c-42b1-a69f-dd838abf13e4 Content-Encoding: gzip Content-Length: 606 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/4301c503-0fbf-47d8-9dff-826067ae474f", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/4301c503-0fbf-47d8-9dff-826067ae474f", "rel": "bookmark"}], "image": {"id": "7090a0bc-12ad-4ad4-a666-23d9710e2007", "links": [{"href": "http://172.30.9.21:8774/images/7090a0bc-12ad-4ad4-a666-23d9710e2007", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6f785ab9-9b98-4eba-acf6-8ba1ba761f0a", "links": [{"href": "http://172.30.9.21:8774/flavors/6f785ab9-9b98-4eba-acf6-8ba1ba761f0a", "rel": "bookmark"}]}, "id": "4301c503-0fbf-47d8-9dff-826067ae474f", "user_id": "c86b920534874098899eb828f0490338", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-01T05:56:01Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_a967c3e7-2399-45ac-a5ab-3aac5f918193", "name": "vyos_vrouter-vm_a967c3e7-2399-45ac-a5ab-3aac5f918193", "created": "2018-08-01T05:56:01Z", "tenant_id": "b3bd489e2d434bf0819a8445cb7200ba", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-01 05:56:01,759 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/4301c503-0fbf-47d8-9dff-826067ae474f used request id req-be9a6b6d-c13c-42b1-a69f-dd838abf13e4 2018-08-01 05:56:01,759 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers in 0.462812185287s 2018-08-01 05:56:01,759 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/4301c503-0fbf-47d8-9dff-826067ae474f used request id req-be9a6b6d-c13c-42b1-a69f-dd838abf13e4 2018-08-01 05:56:01,765 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-01 05:56:01,766 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b7745d13c7b7486e50bf958e5174d217e3a9303c" 2018-08-01 05:56:01,878 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1195 X-Openstack-Request-Id: req-696753b9-bbc8-4a69-8855-f19a2066cc16 Date: Wed, 01 Aug 2018 05: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":["e06facf3-a24e-40d5-a5ce-a0901a6e4875"],"updated_at":"2018-08-01T03:28:20Z","tenant_id":"89443fd7c5cf4259bed71fca1c3fe619","created_at":"2018-08-01T03:28:13Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"89443fd7c5cf4259bed71fca1c3fe619","id":"262fe7ec-b437-40b8-908b-6eb66c149655","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["e5382b28-f268-42b4-88ed-46ff31ab9c60"],"updated_at":"2018-08-01T05:54:25Z","tenant_id":"b3bd489e2d434bf0819a8445cb7200ba","created_at":"2018-08-01T05:54:24Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"b3bd489e2d434bf0819a8445cb7200ba","id":"5dea9e8c-2856-4850-8fe8-dd426118a2a0","name":"vyos_vrouter-net_a967c3e7-2399-45ac-a5ab-3aac5f918193"}]} 2018-08-01 05:56:01,878 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-696753b9-bbc8-4a69-8855-f19a2066cc16 2018-08-01 05:56:01,878 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.112766981125s 2018-08-01 05:56:01,879 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-696753b9-bbc8-4a69-8855-f19a2066cc16 2018-08-01 05:56:01,879 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-01 05:56:01,880 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}b7745d13c7b7486e50bf958e5174d217e3a9303c" 2018-08-01 05:56:02,107 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 683 X-Openstack-Request-Id: req-79c213e1-ee06-4832-9866-c3acfd40cff7 Date: Wed, 01 Aug 2018 05:56:02 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5dea9e8c-2856-4850-8fe8-dd426118a2a0","tenant_id":"b3bd489e2d434bf0819a8445cb7200ba","created_at":"2018-08-01T05:54:25Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-01T05:54:25Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"b3bd489e2d434bf0819a8445cb7200ba","id":"e5382b28-f268-42b4-88ed-46ff31ab9c60","subnetpool_id":null,"name":"vyos_vrouter-subnet_a967c3e7-2399-45ac-a5ab-3aac5f918193"}]} 2018-08-01 05:56:02,107 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-79c213e1-ee06-4832-9866-c3acfd40cff7 2018-08-01 05:56:02,107 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.22770190239s 2018-08-01 05:56:02,108 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-79c213e1-ee06-4832-9866-c3acfd40cff7 2018-08-01 05:56:02,108 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-01 05:56:02,111 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b7745d13c7b7486e50bf958e5174d217e3a9303c" 2018-08-01 05:56:02,430 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:56: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-bc8ac3ba-5bdc-4fb7-9b53-ec93e9de54b9 x-compute-request-id: req-bc8ac3ba-5bdc-4fb7-9b53-ec93e9de54b9 Content-Encoding: gzip Content-Length: 610 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/4301c503-0fbf-47d8-9dff-826067ae474f", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/4301c503-0fbf-47d8-9dff-826067ae474f", "rel": "bookmark"}], "image": {"id": "7090a0bc-12ad-4ad4-a666-23d9710e2007", "links": [{"href": "http://172.30.9.21:8774/images/7090a0bc-12ad-4ad4-a666-23d9710e2007", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6f785ab9-9b98-4eba-acf6-8ba1ba761f0a", "links": [{"href": "http://172.30.9.21:8774/flavors/6f785ab9-9b98-4eba-acf6-8ba1ba761f0a", "rel": "bookmark"}]}, "id": "4301c503-0fbf-47d8-9dff-826067ae474f", "user_id": "c86b920534874098899eb828f0490338", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "status": "BUILD", "updated": "2018-08-01T05:56:02Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_a967c3e7-2399-45ac-a5ab-3aac5f918193", "name": "vyos_vrouter-vm_a967c3e7-2399-45ac-a5ab-3aac5f918193", "created": "2018-08-01T05:56:01Z", "tenant_id": "b3bd489e2d434bf0819a8445cb7200ba", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-01 05:56:02,431 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-bc8ac3ba-5bdc-4fb7-9b53-ec93e9de54b9 2018-08-01 05:56:02,431 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.322033882141s 2018-08-01 05:56:02,431 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-bc8ac3ba-5bdc-4fb7-9b53-ec93e9de54b9 2018-08-01 05:56:02,435 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-01 05:56:04,438 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-01 05:56:04,439 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b7745d13c7b7486e50bf958e5174d217e3a9303c" 2018-08-01 05:56:04,886 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:56:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-19e8aee5-7e96-4f9a-bf2d-36a0f927534b x-compute-request-id: req-19e8aee5-7e96-4f9a-bf2d-36a0f927534b 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.21:8774/v2.1/servers/4301c503-0fbf-47d8-9dff-826067ae474f", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/4301c503-0fbf-47d8-9dff-826067ae474f", "rel": "bookmark"}], "image": {"id": "7090a0bc-12ad-4ad4-a666-23d9710e2007", "links": [{"href": "http://172.30.9.21:8774/images/7090a0bc-12ad-4ad4-a666-23d9710e2007", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6f785ab9-9b98-4eba-acf6-8ba1ba761f0a", "links": [{"href": "http://172.30.9.21:8774/flavors/6f785ab9-9b98-4eba-acf6-8ba1ba761f0a", "rel": "bookmark"}]}, "id": "4301c503-0fbf-47d8-9dff-826067ae474f", "user_id": "c86b920534874098899eb828f0490338", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-01T05:56:04Z", "hostId": "ed9b9e6861f0960a5540e3c8d8492037cb4ae1ccf6d3a76978b9c965", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_a967c3e7-2399-45ac-a5ab-3aac5f918193", "name": "vyos_vrouter-vm_a967c3e7-2399-45ac-a5ab-3aac5f918193", "created": "2018-08-01T05:56:01Z", "tenant_id": "b3bd489e2d434bf0819a8445cb7200ba", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-01 05:56:04,886 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-19e8aee5-7e96-4f9a-bf2d-36a0f927534b 2018-08-01 05:56:04,887 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.448546171188s 2018-08-01 05:56:04,887 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-19e8aee5-7e96-4f9a-bf2d-36a0f927534b 2018-08-01 05:56:04,891 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-01 05:56:06,894 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-01 05:56:06,897 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b7745d13c7b7486e50bf958e5174d217e3a9303c" 2018-08-01 05:56:07,479 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05: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-a56d1f20-7abd-4fec-b849-9e25e42912ee x-compute-request-id: req-a56d1f20-7abd-4fec-b849-9e25e42912ee 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.21:8774/v2.1/servers/4301c503-0fbf-47d8-9dff-826067ae474f", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/4301c503-0fbf-47d8-9dff-826067ae474f", "rel": "bookmark"}], "image": {"id": "7090a0bc-12ad-4ad4-a666-23d9710e2007", "links": [{"href": "http://172.30.9.21:8774/images/7090a0bc-12ad-4ad4-a666-23d9710e2007", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6f785ab9-9b98-4eba-acf6-8ba1ba761f0a", "links": [{"href": "http://172.30.9.21:8774/flavors/6f785ab9-9b98-4eba-acf6-8ba1ba761f0a", "rel": "bookmark"}]}, "id": "4301c503-0fbf-47d8-9dff-826067ae474f", "security_groups": [{"name": "vyos_vrouter-sg_a967c3e7-2399-45ac-a5ab-3aac5f918193"}], "user_id": "c86b920534874098899eb828f0490338", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-01T05:56:05Z", "hostId": "ed9b9e6861f0960a5540e3c8d8492037cb4ae1ccf6d3a76978b9c965", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_a967c3e7-2399-45ac-a5ab-3aac5f918193", "name": "vyos_vrouter-vm_a967c3e7-2399-45ac-a5ab-3aac5f918193", "created": "2018-08-01T05:56:01Z", "tenant_id": "b3bd489e2d434bf0819a8445cb7200ba", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-01 05:56:07,480 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-a56d1f20-7abd-4fec-b849-9e25e42912ee 2018-08-01 05:56:07,480 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.585705041885s 2018-08-01 05:56:07,480 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-a56d1f20-7abd-4fec-b849-9e25e42912ee 2018-08-01 05:56:07,484 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-01 05:56:09,486 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-01 05:56:09,490 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b7745d13c7b7486e50bf958e5174d217e3a9303c" 2018-08-01 05:56:10,392 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05: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-ade34d45-0d75-45ba-893b-ab56d0654e7a x-compute-request-id: req-ade34d45-0d75-45ba-893b-ab56d0654e7a 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.21:8774/v2.1/servers/4301c503-0fbf-47d8-9dff-826067ae474f", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/4301c503-0fbf-47d8-9dff-826067ae474f", "rel": "bookmark"}], "image": {"id": "7090a0bc-12ad-4ad4-a666-23d9710e2007", "links": [{"href": "http://172.30.9.21:8774/images/7090a0bc-12ad-4ad4-a666-23d9710e2007", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6f785ab9-9b98-4eba-acf6-8ba1ba761f0a", "links": [{"href": "http://172.30.9.21:8774/flavors/6f785ab9-9b98-4eba-acf6-8ba1ba761f0a", "rel": "bookmark"}]}, "id": "4301c503-0fbf-47d8-9dff-826067ae474f", "security_groups": [{"name": "vyos_vrouter-sg_a967c3e7-2399-45ac-a5ab-3aac5f918193"}], "user_id": "c86b920534874098899eb828f0490338", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-01T05:56:05Z", "hostId": "ed9b9e6861f0960a5540e3c8d8492037cb4ae1ccf6d3a76978b9c965", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_a967c3e7-2399-45ac-a5ab-3aac5f918193", "name": "vyos_vrouter-vm_a967c3e7-2399-45ac-a5ab-3aac5f918193", "created": "2018-08-01T05:56:01Z", "tenant_id": "b3bd489e2d434bf0819a8445cb7200ba", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-01 05:56:10,393 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-ade34d45-0d75-45ba-893b-ab56d0654e7a 2018-08-01 05:56:10,393 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.906163215637s 2018-08-01 05:56:10,393 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-ade34d45-0d75-45ba-893b-ab56d0654e7a 2018-08-01 05:56:10,397 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-01 05:56:12,400 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-01 05:56:12,403 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b7745d13c7b7486e50bf958e5174d217e3a9303c" 2018-08-01 05:56:13,247 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05: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-05dfbb53-6aae-48e5-92d7-936d43656aa4 x-compute-request-id: req-05dfbb53-6aae-48e5-92d7-936d43656aa4 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.21:8774/v2.1/servers/4301c503-0fbf-47d8-9dff-826067ae474f", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/4301c503-0fbf-47d8-9dff-826067ae474f", "rel": "bookmark"}], "image": {"id": "7090a0bc-12ad-4ad4-a666-23d9710e2007", "links": [{"href": "http://172.30.9.21:8774/images/7090a0bc-12ad-4ad4-a666-23d9710e2007", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6f785ab9-9b98-4eba-acf6-8ba1ba761f0a", "links": [{"href": "http://172.30.9.21:8774/flavors/6f785ab9-9b98-4eba-acf6-8ba1ba761f0a", "rel": "bookmark"}]}, "id": "4301c503-0fbf-47d8-9dff-826067ae474f", "security_groups": [{"name": "vyos_vrouter-sg_a967c3e7-2399-45ac-a5ab-3aac5f918193"}], "user_id": "c86b920534874098899eb828f0490338", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-01T05:56:05Z", "hostId": "ed9b9e6861f0960a5540e3c8d8492037cb4ae1ccf6d3a76978b9c965", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_a967c3e7-2399-45ac-a5ab-3aac5f918193", "name": "vyos_vrouter-vm_a967c3e7-2399-45ac-a5ab-3aac5f918193", "created": "2018-08-01T05:56:01Z", "tenant_id": "b3bd489e2d434bf0819a8445cb7200ba", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-01 05:56:13,248 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-05dfbb53-6aae-48e5-92d7-936d43656aa4 2018-08-01 05:56:13,248 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.847820997238s 2018-08-01 05:56:13,248 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-05dfbb53-6aae-48e5-92d7-936d43656aa4 2018-08-01 05:56:13,252 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-01 05:56:15,255 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-01 05:56:15,258 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b7745d13c7b7486e50bf958e5174d217e3a9303c" 2018-08-01 05:56:15,765 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05: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-caedecf6-6174-464b-b16a-8c83336c962b x-compute-request-id: req-caedecf6-6174-464b-b16a-8c83336c962b 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.21:8774/v2.1/servers/4301c503-0fbf-47d8-9dff-826067ae474f", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/4301c503-0fbf-47d8-9dff-826067ae474f", "rel": "bookmark"}], "image": {"id": "7090a0bc-12ad-4ad4-a666-23d9710e2007", "links": [{"href": "http://172.30.9.21:8774/images/7090a0bc-12ad-4ad4-a666-23d9710e2007", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6f785ab9-9b98-4eba-acf6-8ba1ba761f0a", "links": [{"href": "http://172.30.9.21:8774/flavors/6f785ab9-9b98-4eba-acf6-8ba1ba761f0a", "rel": "bookmark"}]}, "id": "4301c503-0fbf-47d8-9dff-826067ae474f", "security_groups": [{"name": "vyos_vrouter-sg_a967c3e7-2399-45ac-a5ab-3aac5f918193"}], "user_id": "c86b920534874098899eb828f0490338", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-01T05:56:05Z", "hostId": "ed9b9e6861f0960a5540e3c8d8492037cb4ae1ccf6d3a76978b9c965", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_a967c3e7-2399-45ac-a5ab-3aac5f918193", "name": "vyos_vrouter-vm_a967c3e7-2399-45ac-a5ab-3aac5f918193", "created": "2018-08-01T05:56:01Z", "tenant_id": "b3bd489e2d434bf0819a8445cb7200ba", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-01 05:56:15,765 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-caedecf6-6174-464b-b16a-8c83336c962b 2018-08-01 05:56:15,765 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.510401010513s 2018-08-01 05:56:15,766 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-caedecf6-6174-464b-b16a-8c83336c962b 2018-08-01 05:56:15,769 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-01 05:56:17,772 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-01 05:56:17,775 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b7745d13c7b7486e50bf958e5174d217e3a9303c" 2018-08-01 05:56:18,623 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:56: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-16ea2be0-04c6-4d25-a36e-ae1d27267fc2 x-compute-request-id: req-16ea2be0-04c6-4d25-a36e-ae1d27267fc2 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.21:8774/v2.1/servers/4301c503-0fbf-47d8-9dff-826067ae474f", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/4301c503-0fbf-47d8-9dff-826067ae474f", "rel": "bookmark"}], "image": {"id": "7090a0bc-12ad-4ad4-a666-23d9710e2007", "links": [{"href": "http://172.30.9.21:8774/images/7090a0bc-12ad-4ad4-a666-23d9710e2007", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6f785ab9-9b98-4eba-acf6-8ba1ba761f0a", "links": [{"href": "http://172.30.9.21:8774/flavors/6f785ab9-9b98-4eba-acf6-8ba1ba761f0a", "rel": "bookmark"}]}, "id": "4301c503-0fbf-47d8-9dff-826067ae474f", "security_groups": [{"name": "vyos_vrouter-sg_a967c3e7-2399-45ac-a5ab-3aac5f918193"}], "user_id": "c86b920534874098899eb828f0490338", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-01T05:56:05Z", "hostId": "ed9b9e6861f0960a5540e3c8d8492037cb4ae1ccf6d3a76978b9c965", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_a967c3e7-2399-45ac-a5ab-3aac5f918193", "name": "vyos_vrouter-vm_a967c3e7-2399-45ac-a5ab-3aac5f918193", "created": "2018-08-01T05:56:01Z", "tenant_id": "b3bd489e2d434bf0819a8445cb7200ba", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-01 05:56:18,623 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-16ea2be0-04c6-4d25-a36e-ae1d27267fc2 2018-08-01 05:56:18,623 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.850478887558s 2018-08-01 05:56:18,623 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-16ea2be0-04c6-4d25-a36e-ae1d27267fc2 2018-08-01 05:56:18,625 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-01 05:56:20,628 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-01 05:56:20,631 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b7745d13c7b7486e50bf958e5174d217e3a9303c" 2018-08-01 05:56:20,991 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:56: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-cc9bf8fa-7148-456a-ac6e-9fc1ec23c3ab x-compute-request-id: req-cc9bf8fa-7148-456a-ac6e-9fc1ec23c3ab 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.21:8774/v2.1/servers/4301c503-0fbf-47d8-9dff-826067ae474f", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/4301c503-0fbf-47d8-9dff-826067ae474f", "rel": "bookmark"}], "image": {"id": "7090a0bc-12ad-4ad4-a666-23d9710e2007", "links": [{"href": "http://172.30.9.21:8774/images/7090a0bc-12ad-4ad4-a666-23d9710e2007", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6f785ab9-9b98-4eba-acf6-8ba1ba761f0a", "links": [{"href": "http://172.30.9.21:8774/flavors/6f785ab9-9b98-4eba-acf6-8ba1ba761f0a", "rel": "bookmark"}]}, "id": "4301c503-0fbf-47d8-9dff-826067ae474f", "security_groups": [{"name": "vyos_vrouter-sg_a967c3e7-2399-45ac-a5ab-3aac5f918193"}], "user_id": "c86b920534874098899eb828f0490338", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-01T05:56:05Z", "hostId": "ed9b9e6861f0960a5540e3c8d8492037cb4ae1ccf6d3a76978b9c965", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_a967c3e7-2399-45ac-a5ab-3aac5f918193", "name": "vyos_vrouter-vm_a967c3e7-2399-45ac-a5ab-3aac5f918193", "created": "2018-08-01T05:56:01Z", "tenant_id": "b3bd489e2d434bf0819a8445cb7200ba", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-01 05:56:20,992 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-cc9bf8fa-7148-456a-ac6e-9fc1ec23c3ab 2018-08-01 05:56:20,992 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.363440990448s 2018-08-01 05:56:20,992 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-cc9bf8fa-7148-456a-ac6e-9fc1ec23c3ab 2018-08-01 05:56:20,996 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-01 05:56:22,999 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-01 05:56:23,002 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b7745d13c7b7486e50bf958e5174d217e3a9303c" 2018-08-01 05:56:23,670 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05: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-a486a3e8-9ffc-47ad-bacc-4f34c2ee936c x-compute-request-id: req-a486a3e8-9ffc-47ad-bacc-4f34c2ee936c 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.21:8774/v2.1/servers/4301c503-0fbf-47d8-9dff-826067ae474f", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/4301c503-0fbf-47d8-9dff-826067ae474f", "rel": "bookmark"}], "image": {"id": "7090a0bc-12ad-4ad4-a666-23d9710e2007", "links": [{"href": "http://172.30.9.21:8774/images/7090a0bc-12ad-4ad4-a666-23d9710e2007", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6f785ab9-9b98-4eba-acf6-8ba1ba761f0a", "links": [{"href": "http://172.30.9.21:8774/flavors/6f785ab9-9b98-4eba-acf6-8ba1ba761f0a", "rel": "bookmark"}]}, "id": "4301c503-0fbf-47d8-9dff-826067ae474f", "security_groups": [{"name": "vyos_vrouter-sg_a967c3e7-2399-45ac-a5ab-3aac5f918193"}], "user_id": "c86b920534874098899eb828f0490338", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-01T05:56:05Z", "hostId": "ed9b9e6861f0960a5540e3c8d8492037cb4ae1ccf6d3a76978b9c965", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_a967c3e7-2399-45ac-a5ab-3aac5f918193", "name": "vyos_vrouter-vm_a967c3e7-2399-45ac-a5ab-3aac5f918193", "created": "2018-08-01T05:56:01Z", "tenant_id": "b3bd489e2d434bf0819a8445cb7200ba", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-01 05:56:23,670 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-a486a3e8-9ffc-47ad-bacc-4f34c2ee936c 2018-08-01 05:56:23,671 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.671560049057s 2018-08-01 05:56:23,671 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-a486a3e8-9ffc-47ad-bacc-4f34c2ee936c 2018-08-01 05:56:23,675 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-01 05:56:25,677 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-01 05:56:25,680 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b7745d13c7b7486e50bf958e5174d217e3a9303c" 2018-08-01 05:56:26,432 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05: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-009ba890-a471-4789-82ca-51a3f561382b x-compute-request-id: req-009ba890-a471-4789-82ca-51a3f561382b 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.21:8774/v2.1/servers/4301c503-0fbf-47d8-9dff-826067ae474f", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/4301c503-0fbf-47d8-9dff-826067ae474f", "rel": "bookmark"}], "image": {"id": "7090a0bc-12ad-4ad4-a666-23d9710e2007", "links": [{"href": "http://172.30.9.21:8774/images/7090a0bc-12ad-4ad4-a666-23d9710e2007", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6f785ab9-9b98-4eba-acf6-8ba1ba761f0a", "links": [{"href": "http://172.30.9.21:8774/flavors/6f785ab9-9b98-4eba-acf6-8ba1ba761f0a", "rel": "bookmark"}]}, "id": "4301c503-0fbf-47d8-9dff-826067ae474f", "security_groups": [{"name": "vyos_vrouter-sg_a967c3e7-2399-45ac-a5ab-3aac5f918193"}], "user_id": "c86b920534874098899eb828f0490338", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-01T05:56:05Z", "hostId": "ed9b9e6861f0960a5540e3c8d8492037cb4ae1ccf6d3a76978b9c965", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_a967c3e7-2399-45ac-a5ab-3aac5f918193", "name": "vyos_vrouter-vm_a967c3e7-2399-45ac-a5ab-3aac5f918193", "created": "2018-08-01T05:56:01Z", "tenant_id": "b3bd489e2d434bf0819a8445cb7200ba", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-01 05:56:26,432 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-009ba890-a471-4789-82ca-51a3f561382b 2018-08-01 05:56:26,433 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.754969835281s 2018-08-01 05:56:26,433 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-009ba890-a471-4789-82ca-51a3f561382b 2018-08-01 05:56:26,437 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-01 05:56:28,440 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-01 05:56:28,443 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b7745d13c7b7486e50bf958e5174d217e3a9303c" 2018-08-01 05:56:29,060 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:56: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-8c7ea7f2-7a76-45d7-815a-860ef71395a0 x-compute-request-id: req-8c7ea7f2-7a76-45d7-815a-860ef71395a0 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.21:8774/v2.1/servers/4301c503-0fbf-47d8-9dff-826067ae474f", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/4301c503-0fbf-47d8-9dff-826067ae474f", "rel": "bookmark"}], "image": {"id": "7090a0bc-12ad-4ad4-a666-23d9710e2007", "links": [{"href": "http://172.30.9.21:8774/images/7090a0bc-12ad-4ad4-a666-23d9710e2007", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6f785ab9-9b98-4eba-acf6-8ba1ba761f0a", "links": [{"href": "http://172.30.9.21:8774/flavors/6f785ab9-9b98-4eba-acf6-8ba1ba761f0a", "rel": "bookmark"}]}, "id": "4301c503-0fbf-47d8-9dff-826067ae474f", "security_groups": [{"name": "vyos_vrouter-sg_a967c3e7-2399-45ac-a5ab-3aac5f918193"}], "user_id": "c86b920534874098899eb828f0490338", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-01T05:56:05Z", "hostId": "ed9b9e6861f0960a5540e3c8d8492037cb4ae1ccf6d3a76978b9c965", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_a967c3e7-2399-45ac-a5ab-3aac5f918193", "name": "vyos_vrouter-vm_a967c3e7-2399-45ac-a5ab-3aac5f918193", "created": "2018-08-01T05:56:01Z", "tenant_id": "b3bd489e2d434bf0819a8445cb7200ba", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-01 05:56:29,061 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-8c7ea7f2-7a76-45d7-815a-860ef71395a0 2018-08-01 05:56:29,061 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.620975971222s 2018-08-01 05:56:29,061 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-8c7ea7f2-7a76-45d7-815a-860ef71395a0 2018-08-01 05:56:29,065 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-01 05:56:31,068 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-01 05:56:31,071 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b7745d13c7b7486e50bf958e5174d217e3a9303c" 2018-08-01 05:56:31,810 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:56: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-3e5cd658-cc81-440e-83db-6661064b7498 x-compute-request-id: req-3e5cd658-cc81-440e-83db-6661064b7498 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.21:8774/v2.1/servers/4301c503-0fbf-47d8-9dff-826067ae474f", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/4301c503-0fbf-47d8-9dff-826067ae474f", "rel": "bookmark"}], "image": {"id": "7090a0bc-12ad-4ad4-a666-23d9710e2007", "links": [{"href": "http://172.30.9.21:8774/images/7090a0bc-12ad-4ad4-a666-23d9710e2007", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6f785ab9-9b98-4eba-acf6-8ba1ba761f0a", "links": [{"href": "http://172.30.9.21:8774/flavors/6f785ab9-9b98-4eba-acf6-8ba1ba761f0a", "rel": "bookmark"}]}, "id": "4301c503-0fbf-47d8-9dff-826067ae474f", "security_groups": [{"name": "vyos_vrouter-sg_a967c3e7-2399-45ac-a5ab-3aac5f918193"}], "user_id": "c86b920534874098899eb828f0490338", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-01T05:56:05Z", "hostId": "ed9b9e6861f0960a5540e3c8d8492037cb4ae1ccf6d3a76978b9c965", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_a967c3e7-2399-45ac-a5ab-3aac5f918193", "name": "vyos_vrouter-vm_a967c3e7-2399-45ac-a5ab-3aac5f918193", "created": "2018-08-01T05:56:01Z", "tenant_id": "b3bd489e2d434bf0819a8445cb7200ba", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-01 05:56:31,810 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-3e5cd658-cc81-440e-83db-6661064b7498 2018-08-01 05:56:31,810 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.742232084274s 2018-08-01 05:56:31,810 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-3e5cd658-cc81-440e-83db-6661064b7498 2018-08-01 05:56:31,814 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-01 05:56:33,817 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-01 05:56:33,820 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b7745d13c7b7486e50bf958e5174d217e3a9303c" 2018-08-01 05:56:34,413 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05: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-1a666910-957e-4fbe-98b0-f10e30ee14d5 x-compute-request-id: req-1a666910-957e-4fbe-98b0-f10e30ee14d5 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.21:8774/v2.1/servers/4301c503-0fbf-47d8-9dff-826067ae474f", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/4301c503-0fbf-47d8-9dff-826067ae474f", "rel": "bookmark"}], "image": {"id": "7090a0bc-12ad-4ad4-a666-23d9710e2007", "links": [{"href": "http://172.30.9.21:8774/images/7090a0bc-12ad-4ad4-a666-23d9710e2007", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6f785ab9-9b98-4eba-acf6-8ba1ba761f0a", "links": [{"href": "http://172.30.9.21:8774/flavors/6f785ab9-9b98-4eba-acf6-8ba1ba761f0a", "rel": "bookmark"}]}, "id": "4301c503-0fbf-47d8-9dff-826067ae474f", "security_groups": [{"name": "vyos_vrouter-sg_a967c3e7-2399-45ac-a5ab-3aac5f918193"}], "user_id": "c86b920534874098899eb828f0490338", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-01T05:56:05Z", "hostId": "ed9b9e6861f0960a5540e3c8d8492037cb4ae1ccf6d3a76978b9c965", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_a967c3e7-2399-45ac-a5ab-3aac5f918193", "name": "vyos_vrouter-vm_a967c3e7-2399-45ac-a5ab-3aac5f918193", "created": "2018-08-01T05:56:01Z", "tenant_id": "b3bd489e2d434bf0819a8445cb7200ba", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-01 05:56:34,413 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-1a666910-957e-4fbe-98b0-f10e30ee14d5 2018-08-01 05:56:34,413 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.596232175827s 2018-08-01 05:56:34,414 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-1a666910-957e-4fbe-98b0-f10e30ee14d5 2018-08-01 05:56:34,417 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-01 05:56:36,420 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-01 05:56:36,424 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b7745d13c7b7486e50bf958e5174d217e3a9303c" 2018-08-01 05:56:36,980 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:56:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e20b602a-c1ec-4dcd-b758-861b95e966d0 x-compute-request-id: req-e20b602a-c1ec-4dcd-b758-861b95e966d0 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.21:8774/v2.1/servers/4301c503-0fbf-47d8-9dff-826067ae474f", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/4301c503-0fbf-47d8-9dff-826067ae474f", "rel": "bookmark"}], "image": {"id": "7090a0bc-12ad-4ad4-a666-23d9710e2007", "links": [{"href": "http://172.30.9.21:8774/images/7090a0bc-12ad-4ad4-a666-23d9710e2007", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6f785ab9-9b98-4eba-acf6-8ba1ba761f0a", "links": [{"href": "http://172.30.9.21:8774/flavors/6f785ab9-9b98-4eba-acf6-8ba1ba761f0a", "rel": "bookmark"}]}, "id": "4301c503-0fbf-47d8-9dff-826067ae474f", "security_groups": [{"name": "vyos_vrouter-sg_a967c3e7-2399-45ac-a5ab-3aac5f918193"}], "user_id": "c86b920534874098899eb828f0490338", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-01T05:56:05Z", "hostId": "ed9b9e6861f0960a5540e3c8d8492037cb4ae1ccf6d3a76978b9c965", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_a967c3e7-2399-45ac-a5ab-3aac5f918193", "name": "vyos_vrouter-vm_a967c3e7-2399-45ac-a5ab-3aac5f918193", "created": "2018-08-01T05:56:01Z", "tenant_id": "b3bd489e2d434bf0819a8445cb7200ba", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-01 05:56:36,980 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-e20b602a-c1ec-4dcd-b758-861b95e966d0 2018-08-01 05:56:36,980 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.559638023376s 2018-08-01 05:56:36,980 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-e20b602a-c1ec-4dcd-b758-861b95e966d0 2018-08-01 05:56:36,984 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-01 05:56:38,987 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-01 05:56:38,990 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b7745d13c7b7486e50bf958e5174d217e3a9303c" 2018-08-01 05:56:39,925 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05: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-d57fb957-6077-4f6f-85f8-47bba3876e92 x-compute-request-id: req-d57fb957-6077-4f6f-85f8-47bba3876e92 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.21:8774/v2.1/servers/4301c503-0fbf-47d8-9dff-826067ae474f", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/4301c503-0fbf-47d8-9dff-826067ae474f", "rel": "bookmark"}], "image": {"id": "7090a0bc-12ad-4ad4-a666-23d9710e2007", "links": [{"href": "http://172.30.9.21:8774/images/7090a0bc-12ad-4ad4-a666-23d9710e2007", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6f785ab9-9b98-4eba-acf6-8ba1ba761f0a", "links": [{"href": "http://172.30.9.21:8774/flavors/6f785ab9-9b98-4eba-acf6-8ba1ba761f0a", "rel": "bookmark"}]}, "id": "4301c503-0fbf-47d8-9dff-826067ae474f", "security_groups": [{"name": "vyos_vrouter-sg_a967c3e7-2399-45ac-a5ab-3aac5f918193"}], "user_id": "c86b920534874098899eb828f0490338", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-01T05:56:05Z", "hostId": "ed9b9e6861f0960a5540e3c8d8492037cb4ae1ccf6d3a76978b9c965", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_a967c3e7-2399-45ac-a5ab-3aac5f918193", "name": "vyos_vrouter-vm_a967c3e7-2399-45ac-a5ab-3aac5f918193", "created": "2018-08-01T05:56:01Z", "tenant_id": "b3bd489e2d434bf0819a8445cb7200ba", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-01 05:56:39,926 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-d57fb957-6077-4f6f-85f8-47bba3876e92 2018-08-01 05:56:39,926 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.938467025757s 2018-08-01 05:56:39,926 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-d57fb957-6077-4f6f-85f8-47bba3876e92 2018-08-01 05:56:39,930 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-01 05:56:41,931 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-01 05:56:41,934 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b7745d13c7b7486e50bf958e5174d217e3a9303c" 2018-08-01 05:56:42,523 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05: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-20ccb9cb-7f14-4638-ac71-b2a7091e5442 x-compute-request-id: req-20ccb9cb-7f14-4638-ac71-b2a7091e5442 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.21:8774/v2.1/servers/4301c503-0fbf-47d8-9dff-826067ae474f", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/4301c503-0fbf-47d8-9dff-826067ae474f", "rel": "bookmark"}], "image": {"id": "7090a0bc-12ad-4ad4-a666-23d9710e2007", "links": [{"href": "http://172.30.9.21:8774/images/7090a0bc-12ad-4ad4-a666-23d9710e2007", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6f785ab9-9b98-4eba-acf6-8ba1ba761f0a", "links": [{"href": "http://172.30.9.21:8774/flavors/6f785ab9-9b98-4eba-acf6-8ba1ba761f0a", "rel": "bookmark"}]}, "id": "4301c503-0fbf-47d8-9dff-826067ae474f", "security_groups": [{"name": "vyos_vrouter-sg_a967c3e7-2399-45ac-a5ab-3aac5f918193"}], "user_id": "c86b920534874098899eb828f0490338", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-01T05:56:05Z", "hostId": "ed9b9e6861f0960a5540e3c8d8492037cb4ae1ccf6d3a76978b9c965", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_a967c3e7-2399-45ac-a5ab-3aac5f918193", "name": "vyos_vrouter-vm_a967c3e7-2399-45ac-a5ab-3aac5f918193", "created": "2018-08-01T05:56:01Z", "tenant_id": "b3bd489e2d434bf0819a8445cb7200ba", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-01 05:56:42,523 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-20ccb9cb-7f14-4638-ac71-b2a7091e5442 2018-08-01 05:56:42,523 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.592448949814s 2018-08-01 05:56:42,524 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-20ccb9cb-7f14-4638-ac71-b2a7091e5442 2018-08-01 05:56:42,526 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-01 05:56:44,529 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-01 05:56:44,532 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b7745d13c7b7486e50bf958e5174d217e3a9303c" 2018-08-01 05:56:45,115 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05: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-de088c09-b176-455b-8245-3d7f2cb7f654 x-compute-request-id: req-de088c09-b176-455b-8245-3d7f2cb7f654 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.21:8774/v2.1/servers/4301c503-0fbf-47d8-9dff-826067ae474f", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/4301c503-0fbf-47d8-9dff-826067ae474f", "rel": "bookmark"}], "image": {"id": "7090a0bc-12ad-4ad4-a666-23d9710e2007", "links": [{"href": "http://172.30.9.21:8774/images/7090a0bc-12ad-4ad4-a666-23d9710e2007", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6f785ab9-9b98-4eba-acf6-8ba1ba761f0a", "links": [{"href": "http://172.30.9.21:8774/flavors/6f785ab9-9b98-4eba-acf6-8ba1ba761f0a", "rel": "bookmark"}]}, "id": "4301c503-0fbf-47d8-9dff-826067ae474f", "security_groups": [{"name": "vyos_vrouter-sg_a967c3e7-2399-45ac-a5ab-3aac5f918193"}], "user_id": "c86b920534874098899eb828f0490338", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-01T05:56:05Z", "hostId": "ed9b9e6861f0960a5540e3c8d8492037cb4ae1ccf6d3a76978b9c965", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_a967c3e7-2399-45ac-a5ab-3aac5f918193", "name": "vyos_vrouter-vm_a967c3e7-2399-45ac-a5ab-3aac5f918193", "created": "2018-08-01T05:56:01Z", "tenant_id": "b3bd489e2d434bf0819a8445cb7200ba", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-01 05:56:45,115 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-de088c09-b176-455b-8245-3d7f2cb7f654 2018-08-01 05:56:45,115 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.586230039597s 2018-08-01 05:56:45,116 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-de088c09-b176-455b-8245-3d7f2cb7f654 2018-08-01 05:56:45,120 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-01 05:56:47,122 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-01 05:56:47,126 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b7745d13c7b7486e50bf958e5174d217e3a9303c" 2018-08-01 05:56:47,730 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05: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-6e824a17-67e1-40d9-af6d-ed963c78fc52 x-compute-request-id: req-6e824a17-67e1-40d9-af6d-ed963c78fc52 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.21:8774/v2.1/servers/4301c503-0fbf-47d8-9dff-826067ae474f", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/4301c503-0fbf-47d8-9dff-826067ae474f", "rel": "bookmark"}], "image": {"id": "7090a0bc-12ad-4ad4-a666-23d9710e2007", "links": [{"href": "http://172.30.9.21:8774/images/7090a0bc-12ad-4ad4-a666-23d9710e2007", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6f785ab9-9b98-4eba-acf6-8ba1ba761f0a", "links": [{"href": "http://172.30.9.21:8774/flavors/6f785ab9-9b98-4eba-acf6-8ba1ba761f0a", "rel": "bookmark"}]}, "id": "4301c503-0fbf-47d8-9dff-826067ae474f", "security_groups": [{"name": "vyos_vrouter-sg_a967c3e7-2399-45ac-a5ab-3aac5f918193"}], "user_id": "c86b920534874098899eb828f0490338", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-01T05:56:05Z", "hostId": "ed9b9e6861f0960a5540e3c8d8492037cb4ae1ccf6d3a76978b9c965", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_a967c3e7-2399-45ac-a5ab-3aac5f918193", "name": "vyos_vrouter-vm_a967c3e7-2399-45ac-a5ab-3aac5f918193", "created": "2018-08-01T05:56:01Z", "tenant_id": "b3bd489e2d434bf0819a8445cb7200ba", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-01 05:56:47,730 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-6e824a17-67e1-40d9-af6d-ed963c78fc52 2018-08-01 05:56:47,730 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.607321023941s 2018-08-01 05:56:47,730 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-6e824a17-67e1-40d9-af6d-ed963c78fc52 2018-08-01 05:56:47,734 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-01 05:56:49,737 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-01 05:56:49,740 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b7745d13c7b7486e50bf958e5174d217e3a9303c" 2018-08-01 05:56:50,134 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:56:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e819b9d5-03ad-4e1b-a1c9-de1f58a55e09 x-compute-request-id: req-e819b9d5-03ad-4e1b-a1c9-de1f58a55e09 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.21:8774/v2.1/servers/4301c503-0fbf-47d8-9dff-826067ae474f", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/4301c503-0fbf-47d8-9dff-826067ae474f", "rel": "bookmark"}], "image": {"id": "7090a0bc-12ad-4ad4-a666-23d9710e2007", "links": [{"href": "http://172.30.9.21:8774/images/7090a0bc-12ad-4ad4-a666-23d9710e2007", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6f785ab9-9b98-4eba-acf6-8ba1ba761f0a", "links": [{"href": "http://172.30.9.21:8774/flavors/6f785ab9-9b98-4eba-acf6-8ba1ba761f0a", "rel": "bookmark"}]}, "id": "4301c503-0fbf-47d8-9dff-826067ae474f", "security_groups": [{"name": "vyos_vrouter-sg_a967c3e7-2399-45ac-a5ab-3aac5f918193"}], "user_id": "c86b920534874098899eb828f0490338", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-01T05:56:05Z", "hostId": "ed9b9e6861f0960a5540e3c8d8492037cb4ae1ccf6d3a76978b9c965", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_a967c3e7-2399-45ac-a5ab-3aac5f918193", "name": "vyos_vrouter-vm_a967c3e7-2399-45ac-a5ab-3aac5f918193", "created": "2018-08-01T05:56:01Z", "tenant_id": "b3bd489e2d434bf0819a8445cb7200ba", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-01 05:56:50,134 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-e819b9d5-03ad-4e1b-a1c9-de1f58a55e09 2018-08-01 05:56:50,134 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.3965280056s 2018-08-01 05:56:50,134 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-e819b9d5-03ad-4e1b-a1c9-de1f58a55e09 2018-08-01 05:56:50,138 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-01 05:56:52,141 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-01 05:56:52,144 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b7745d13c7b7486e50bf958e5174d217e3a9303c" 2018-08-01 05:56:53,122 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:56: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-b537f4a6-23af-4d93-8927-842f43faeb3a x-compute-request-id: req-b537f4a6-23af-4d93-8927-842f43faeb3a 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.21:8774/v2.1/servers/4301c503-0fbf-47d8-9dff-826067ae474f", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/4301c503-0fbf-47d8-9dff-826067ae474f", "rel": "bookmark"}], "image": {"id": "7090a0bc-12ad-4ad4-a666-23d9710e2007", "links": [{"href": "http://172.30.9.21:8774/images/7090a0bc-12ad-4ad4-a666-23d9710e2007", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6f785ab9-9b98-4eba-acf6-8ba1ba761f0a", "links": [{"href": "http://172.30.9.21:8774/flavors/6f785ab9-9b98-4eba-acf6-8ba1ba761f0a", "rel": "bookmark"}]}, "id": "4301c503-0fbf-47d8-9dff-826067ae474f", "security_groups": [{"name": "vyos_vrouter-sg_a967c3e7-2399-45ac-a5ab-3aac5f918193"}], "user_id": "c86b920534874098899eb828f0490338", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-01T05:56:05Z", "hostId": "ed9b9e6861f0960a5540e3c8d8492037cb4ae1ccf6d3a76978b9c965", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_a967c3e7-2399-45ac-a5ab-3aac5f918193", "name": "vyos_vrouter-vm_a967c3e7-2399-45ac-a5ab-3aac5f918193", "created": "2018-08-01T05:56:01Z", "tenant_id": "b3bd489e2d434bf0819a8445cb7200ba", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-01 05:56:53,122 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-b537f4a6-23af-4d93-8927-842f43faeb3a 2018-08-01 05:56:53,123 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.981487989426s 2018-08-01 05:56:53,123 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-b537f4a6-23af-4d93-8927-842f43faeb3a 2018-08-01 05:56:53,127 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-01 05:56:55,130 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-01 05:56:55,133 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b7745d13c7b7486e50bf958e5174d217e3a9303c" 2018-08-01 05:56:55,999 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05: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-ff57a1dd-5a14-4eb8-9d71-660e2d28a113 x-compute-request-id: req-ff57a1dd-5a14-4eb8-9d71-660e2d28a113 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.21:8774/v2.1/servers/4301c503-0fbf-47d8-9dff-826067ae474f", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/4301c503-0fbf-47d8-9dff-826067ae474f", "rel": "bookmark"}], "image": {"id": "7090a0bc-12ad-4ad4-a666-23d9710e2007", "links": [{"href": "http://172.30.9.21:8774/images/7090a0bc-12ad-4ad4-a666-23d9710e2007", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6f785ab9-9b98-4eba-acf6-8ba1ba761f0a", "links": [{"href": "http://172.30.9.21:8774/flavors/6f785ab9-9b98-4eba-acf6-8ba1ba761f0a", "rel": "bookmark"}]}, "id": "4301c503-0fbf-47d8-9dff-826067ae474f", "security_groups": [{"name": "vyos_vrouter-sg_a967c3e7-2399-45ac-a5ab-3aac5f918193"}], "user_id": "c86b920534874098899eb828f0490338", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-01T05:56:05Z", "hostId": "ed9b9e6861f0960a5540e3c8d8492037cb4ae1ccf6d3a76978b9c965", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_a967c3e7-2399-45ac-a5ab-3aac5f918193", "name": "vyos_vrouter-vm_a967c3e7-2399-45ac-a5ab-3aac5f918193", "created": "2018-08-01T05:56:01Z", "tenant_id": "b3bd489e2d434bf0819a8445cb7200ba", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-01 05:56:56,000 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-ff57a1dd-5a14-4eb8-9d71-660e2d28a113 2018-08-01 05:56:56,000 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.869614124298s 2018-08-01 05:56:56,000 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-ff57a1dd-5a14-4eb8-9d71-660e2d28a113 2018-08-01 05:56:56,005 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-01 05:56:58,008 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-01 05:56:58,012 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b7745d13c7b7486e50bf958e5174d217e3a9303c" 2018-08-01 05:56:59,136 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05: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-7a137445-4d22-41c3-acee-a20331047b38 x-compute-request-id: req-7a137445-4d22-41c3-acee-a20331047b38 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.21:8774/v2.1/servers/4301c503-0fbf-47d8-9dff-826067ae474f", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/4301c503-0fbf-47d8-9dff-826067ae474f", "rel": "bookmark"}], "image": {"id": "7090a0bc-12ad-4ad4-a666-23d9710e2007", "links": [{"href": "http://172.30.9.21:8774/images/7090a0bc-12ad-4ad4-a666-23d9710e2007", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6f785ab9-9b98-4eba-acf6-8ba1ba761f0a", "links": [{"href": "http://172.30.9.21:8774/flavors/6f785ab9-9b98-4eba-acf6-8ba1ba761f0a", "rel": "bookmark"}]}, "id": "4301c503-0fbf-47d8-9dff-826067ae474f", "security_groups": [{"name": "vyos_vrouter-sg_a967c3e7-2399-45ac-a5ab-3aac5f918193"}], "user_id": "c86b920534874098899eb828f0490338", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-01T05:56:05Z", "hostId": "ed9b9e6861f0960a5540e3c8d8492037cb4ae1ccf6d3a76978b9c965", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_a967c3e7-2399-45ac-a5ab-3aac5f918193", "name": "vyos_vrouter-vm_a967c3e7-2399-45ac-a5ab-3aac5f918193", "created": "2018-08-01T05:56:01Z", "tenant_id": "b3bd489e2d434bf0819a8445cb7200ba", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-01 05:56:59,136 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-7a137445-4d22-41c3-acee-a20331047b38 2018-08-01 05:56:59,137 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.12831497192s 2018-08-01 05:56:59,137 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-7a137445-4d22-41c3-acee-a20331047b38 2018-08-01 05:56:59,141 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-01 05:57:01,144 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-01 05:57:01,147 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b7745d13c7b7486e50bf958e5174d217e3a9303c" 2018-08-01 05:57:01,913 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05: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-c961d678-ca26-49c7-a2e0-e479426cb7a9 x-compute-request-id: req-c961d678-ca26-49c7-a2e0-e479426cb7a9 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.21:8774/v2.1/servers/4301c503-0fbf-47d8-9dff-826067ae474f", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/4301c503-0fbf-47d8-9dff-826067ae474f", "rel": "bookmark"}], "image": {"id": "7090a0bc-12ad-4ad4-a666-23d9710e2007", "links": [{"href": "http://172.30.9.21:8774/images/7090a0bc-12ad-4ad4-a666-23d9710e2007", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6f785ab9-9b98-4eba-acf6-8ba1ba761f0a", "links": [{"href": "http://172.30.9.21:8774/flavors/6f785ab9-9b98-4eba-acf6-8ba1ba761f0a", "rel": "bookmark"}]}, "id": "4301c503-0fbf-47d8-9dff-826067ae474f", "security_groups": [{"name": "vyos_vrouter-sg_a967c3e7-2399-45ac-a5ab-3aac5f918193"}], "user_id": "c86b920534874098899eb828f0490338", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-01T05:56:05Z", "hostId": "ed9b9e6861f0960a5540e3c8d8492037cb4ae1ccf6d3a76978b9c965", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_a967c3e7-2399-45ac-a5ab-3aac5f918193", "name": "vyos_vrouter-vm_a967c3e7-2399-45ac-a5ab-3aac5f918193", "created": "2018-08-01T05:56:01Z", "tenant_id": "b3bd489e2d434bf0819a8445cb7200ba", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-01 05:57:01,913 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-c961d678-ca26-49c7-a2e0-e479426cb7a9 2018-08-01 05:57:01,914 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.769477128983s 2018-08-01 05:57:01,914 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-c961d678-ca26-49c7-a2e0-e479426cb7a9 2018-08-01 05:57:01,918 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-01 05:57:03,921 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-01 05:57:03,924 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b7745d13c7b7486e50bf958e5174d217e3a9303c" 2018-08-01 05:57:04,579 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:57:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f2cccced-594a-49dd-b737-ec242af4bfdd x-compute-request-id: req-f2cccced-594a-49dd-b737-ec242af4bfdd 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.21:8774/v2.1/servers/4301c503-0fbf-47d8-9dff-826067ae474f", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/4301c503-0fbf-47d8-9dff-826067ae474f", "rel": "bookmark"}], "image": {"id": "7090a0bc-12ad-4ad4-a666-23d9710e2007", "links": [{"href": "http://172.30.9.21:8774/images/7090a0bc-12ad-4ad4-a666-23d9710e2007", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6f785ab9-9b98-4eba-acf6-8ba1ba761f0a", "links": [{"href": "http://172.30.9.21:8774/flavors/6f785ab9-9b98-4eba-acf6-8ba1ba761f0a", "rel": "bookmark"}]}, "id": "4301c503-0fbf-47d8-9dff-826067ae474f", "security_groups": [{"name": "vyos_vrouter-sg_a967c3e7-2399-45ac-a5ab-3aac5f918193"}], "user_id": "c86b920534874098899eb828f0490338", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-01T05:56:05Z", "hostId": "ed9b9e6861f0960a5540e3c8d8492037cb4ae1ccf6d3a76978b9c965", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_a967c3e7-2399-45ac-a5ab-3aac5f918193", "name": "vyos_vrouter-vm_a967c3e7-2399-45ac-a5ab-3aac5f918193", "created": "2018-08-01T05:56:01Z", "tenant_id": "b3bd489e2d434bf0819a8445cb7200ba", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-01 05:57:04,579 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-f2cccced-594a-49dd-b737-ec242af4bfdd 2018-08-01 05:57:04,579 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.658477067947s 2018-08-01 05:57:04,580 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-f2cccced-594a-49dd-b737-ec242af4bfdd 2018-08-01 05:57:04,583 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-01 05:57:06,586 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-01 05:57:06,589 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b7745d13c7b7486e50bf958e5174d217e3a9303c" 2018-08-01 05:57:07,227 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05: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-d1a4b716-8fc4-42a3-8d2a-e42c5d9b6222 x-compute-request-id: req-d1a4b716-8fc4-42a3-8d2a-e42c5d9b6222 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.21:8774/v2.1/servers/4301c503-0fbf-47d8-9dff-826067ae474f", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/4301c503-0fbf-47d8-9dff-826067ae474f", "rel": "bookmark"}], "image": {"id": "7090a0bc-12ad-4ad4-a666-23d9710e2007", "links": [{"href": "http://172.30.9.21:8774/images/7090a0bc-12ad-4ad4-a666-23d9710e2007", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6f785ab9-9b98-4eba-acf6-8ba1ba761f0a", "links": [{"href": "http://172.30.9.21:8774/flavors/6f785ab9-9b98-4eba-acf6-8ba1ba761f0a", "rel": "bookmark"}]}, "id": "4301c503-0fbf-47d8-9dff-826067ae474f", "security_groups": [{"name": "vyos_vrouter-sg_a967c3e7-2399-45ac-a5ab-3aac5f918193"}], "user_id": "c86b920534874098899eb828f0490338", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-01T05:56:05Z", "hostId": "ed9b9e6861f0960a5540e3c8d8492037cb4ae1ccf6d3a76978b9c965", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_a967c3e7-2399-45ac-a5ab-3aac5f918193", "name": "vyos_vrouter-vm_a967c3e7-2399-45ac-a5ab-3aac5f918193", "created": "2018-08-01T05:56:01Z", "tenant_id": "b3bd489e2d434bf0819a8445cb7200ba", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-01 05:57:07,228 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-d1a4b716-8fc4-42a3-8d2a-e42c5d9b6222 2018-08-01 05:57:07,228 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.641541004181s 2018-08-01 05:57:07,228 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-d1a4b716-8fc4-42a3-8d2a-e42c5d9b6222 2018-08-01 05:57:07,232 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-01 05:57:09,234 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-01 05:57:09,237 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b7745d13c7b7486e50bf958e5174d217e3a9303c" 2018-08-01 05:57:09,828 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05: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-a75090b0-1769-4d40-af36-2a0c4298193f x-compute-request-id: req-a75090b0-1769-4d40-af36-2a0c4298193f 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.21:8774/v2.1/servers/4301c503-0fbf-47d8-9dff-826067ae474f", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/4301c503-0fbf-47d8-9dff-826067ae474f", "rel": "bookmark"}], "image": {"id": "7090a0bc-12ad-4ad4-a666-23d9710e2007", "links": [{"href": "http://172.30.9.21:8774/images/7090a0bc-12ad-4ad4-a666-23d9710e2007", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6f785ab9-9b98-4eba-acf6-8ba1ba761f0a", "links": [{"href": "http://172.30.9.21:8774/flavors/6f785ab9-9b98-4eba-acf6-8ba1ba761f0a", "rel": "bookmark"}]}, "id": "4301c503-0fbf-47d8-9dff-826067ae474f", "security_groups": [{"name": "vyos_vrouter-sg_a967c3e7-2399-45ac-a5ab-3aac5f918193"}], "user_id": "c86b920534874098899eb828f0490338", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-01T05:56:05Z", "hostId": "ed9b9e6861f0960a5540e3c8d8492037cb4ae1ccf6d3a76978b9c965", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_a967c3e7-2399-45ac-a5ab-3aac5f918193", "name": "vyos_vrouter-vm_a967c3e7-2399-45ac-a5ab-3aac5f918193", "created": "2018-08-01T05:56:01Z", "tenant_id": "b3bd489e2d434bf0819a8445cb7200ba", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-01 05:57:09,828 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-a75090b0-1769-4d40-af36-2a0c4298193f 2018-08-01 05:57:09,828 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.593460083008s 2018-08-01 05:57:09,828 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-a75090b0-1769-4d40-af36-2a0c4298193f 2018-08-01 05:57:09,833 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-01 05:57:11,836 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-01 05:57:11,839 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b7745d13c7b7486e50bf958e5174d217e3a9303c" 2018-08-01 05:57:13,069 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:57: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-e9e3be35-d6ba-41e6-9123-74fa5f398147 x-compute-request-id: req-e9e3be35-d6ba-41e6-9123-74fa5f398147 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.21:8774/v2.1/servers/4301c503-0fbf-47d8-9dff-826067ae474f", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/4301c503-0fbf-47d8-9dff-826067ae474f", "rel": "bookmark"}], "image": {"id": "7090a0bc-12ad-4ad4-a666-23d9710e2007", "links": [{"href": "http://172.30.9.21:8774/images/7090a0bc-12ad-4ad4-a666-23d9710e2007", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6f785ab9-9b98-4eba-acf6-8ba1ba761f0a", "links": [{"href": "http://172.30.9.21:8774/flavors/6f785ab9-9b98-4eba-acf6-8ba1ba761f0a", "rel": "bookmark"}]}, "id": "4301c503-0fbf-47d8-9dff-826067ae474f", "security_groups": [{"name": "vyos_vrouter-sg_a967c3e7-2399-45ac-a5ab-3aac5f918193"}], "user_id": "c86b920534874098899eb828f0490338", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-01T05:56:05Z", "hostId": "ed9b9e6861f0960a5540e3c8d8492037cb4ae1ccf6d3a76978b9c965", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_a967c3e7-2399-45ac-a5ab-3aac5f918193", "name": "vyos_vrouter-vm_a967c3e7-2399-45ac-a5ab-3aac5f918193", "created": "2018-08-01T05:56:01Z", "tenant_id": "b3bd489e2d434bf0819a8445cb7200ba", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-01 05:57:13,069 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-e9e3be35-d6ba-41e6-9123-74fa5f398147 2018-08-01 05:57:13,069 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.23286485672s 2018-08-01 05:57:13,069 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-e9e3be35-d6ba-41e6-9123-74fa5f398147 2018-08-01 05:57:13,073 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-01 05:57:15,076 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-01 05:57:15,079 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b7745d13c7b7486e50bf958e5174d217e3a9303c" 2018-08-01 05:57:15,854 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:57:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a4e5d734-89fc-4719-ad6e-3ccd17801970 x-compute-request-id: req-a4e5d734-89fc-4719-ad6e-3ccd17801970 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.21:8774/v2.1/servers/4301c503-0fbf-47d8-9dff-826067ae474f", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/4301c503-0fbf-47d8-9dff-826067ae474f", "rel": "bookmark"}], "image": {"id": "7090a0bc-12ad-4ad4-a666-23d9710e2007", "links": [{"href": "http://172.30.9.21:8774/images/7090a0bc-12ad-4ad4-a666-23d9710e2007", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6f785ab9-9b98-4eba-acf6-8ba1ba761f0a", "links": [{"href": "http://172.30.9.21:8774/flavors/6f785ab9-9b98-4eba-acf6-8ba1ba761f0a", "rel": "bookmark"}]}, "id": "4301c503-0fbf-47d8-9dff-826067ae474f", "security_groups": [{"name": "vyos_vrouter-sg_a967c3e7-2399-45ac-a5ab-3aac5f918193"}], "user_id": "c86b920534874098899eb828f0490338", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-01T05:56:05Z", "hostId": "ed9b9e6861f0960a5540e3c8d8492037cb4ae1ccf6d3a76978b9c965", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_a967c3e7-2399-45ac-a5ab-3aac5f918193", "name": "vyos_vrouter-vm_a967c3e7-2399-45ac-a5ab-3aac5f918193", "created": "2018-08-01T05:56:01Z", "tenant_id": "b3bd489e2d434bf0819a8445cb7200ba", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-01 05:57:15,854 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-a4e5d734-89fc-4719-ad6e-3ccd17801970 2018-08-01 05:57:15,854 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.778347015381s 2018-08-01 05:57:15,855 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-a4e5d734-89fc-4719-ad6e-3ccd17801970 2018-08-01 05:57:15,858 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-01 05:57:17,861 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-01 05:57:17,864 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b7745d13c7b7486e50bf958e5174d217e3a9303c" 2018-08-01 05:57:18,485 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05: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-714f036e-e1e3-4db7-810d-a10ab005c5ba x-compute-request-id: req-714f036e-e1e3-4db7-810d-a10ab005c5ba 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.21:8774/v2.1/servers/4301c503-0fbf-47d8-9dff-826067ae474f", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/4301c503-0fbf-47d8-9dff-826067ae474f", "rel": "bookmark"}], "image": {"id": "7090a0bc-12ad-4ad4-a666-23d9710e2007", "links": [{"href": "http://172.30.9.21:8774/images/7090a0bc-12ad-4ad4-a666-23d9710e2007", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6f785ab9-9b98-4eba-acf6-8ba1ba761f0a", "links": [{"href": "http://172.30.9.21:8774/flavors/6f785ab9-9b98-4eba-acf6-8ba1ba761f0a", "rel": "bookmark"}]}, "id": "4301c503-0fbf-47d8-9dff-826067ae474f", "security_groups": [{"name": "vyos_vrouter-sg_a967c3e7-2399-45ac-a5ab-3aac5f918193"}], "user_id": "c86b920534874098899eb828f0490338", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-01T05:56:05Z", "hostId": "ed9b9e6861f0960a5540e3c8d8492037cb4ae1ccf6d3a76978b9c965", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_a967c3e7-2399-45ac-a5ab-3aac5f918193", "name": "vyos_vrouter-vm_a967c3e7-2399-45ac-a5ab-3aac5f918193", "created": "2018-08-01T05:56:01Z", "tenant_id": "b3bd489e2d434bf0819a8445cb7200ba", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-01 05:57:18,485 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-714f036e-e1e3-4db7-810d-a10ab005c5ba 2018-08-01 05:57:18,486 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.624167919159s 2018-08-01 05:57:18,486 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-714f036e-e1e3-4db7-810d-a10ab005c5ba 2018-08-01 05:57:18,490 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-01 05:57:20,493 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-01 05:57:20,496 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b7745d13c7b7486e50bf958e5174d217e3a9303c" 2018-08-01 05:57:21,098 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05: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-426f74f9-90e6-4133-879f-405e837dbfe4 x-compute-request-id: req-426f74f9-90e6-4133-879f-405e837dbfe4 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.21:8774/v2.1/servers/4301c503-0fbf-47d8-9dff-826067ae474f", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/4301c503-0fbf-47d8-9dff-826067ae474f", "rel": "bookmark"}], "image": {"id": "7090a0bc-12ad-4ad4-a666-23d9710e2007", "links": [{"href": "http://172.30.9.21:8774/images/7090a0bc-12ad-4ad4-a666-23d9710e2007", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6f785ab9-9b98-4eba-acf6-8ba1ba761f0a", "links": [{"href": "http://172.30.9.21:8774/flavors/6f785ab9-9b98-4eba-acf6-8ba1ba761f0a", "rel": "bookmark"}]}, "id": "4301c503-0fbf-47d8-9dff-826067ae474f", "security_groups": [{"name": "vyos_vrouter-sg_a967c3e7-2399-45ac-a5ab-3aac5f918193"}], "user_id": "c86b920534874098899eb828f0490338", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-01T05:56:05Z", "hostId": "ed9b9e6861f0960a5540e3c8d8492037cb4ae1ccf6d3a76978b9c965", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_a967c3e7-2399-45ac-a5ab-3aac5f918193", "name": "vyos_vrouter-vm_a967c3e7-2399-45ac-a5ab-3aac5f918193", "created": "2018-08-01T05:56:01Z", "tenant_id": "b3bd489e2d434bf0819a8445cb7200ba", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-01 05:57:21,098 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-426f74f9-90e6-4133-879f-405e837dbfe4 2018-08-01 05:57:21,098 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.605208158493s 2018-08-01 05:57:21,099 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-426f74f9-90e6-4133-879f-405e837dbfe4 2018-08-01 05:57:21,103 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-01 05:57:23,105 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-01 05:57:23,108 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b7745d13c7b7486e50bf958e5174d217e3a9303c" 2018-08-01 05:57:23,523 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05: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-64e2b942-5082-4635-9241-12362d9bc024 x-compute-request-id: req-64e2b942-5082-4635-9241-12362d9bc024 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.21:8774/v2.1/servers/4301c503-0fbf-47d8-9dff-826067ae474f", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/4301c503-0fbf-47d8-9dff-826067ae474f", "rel": "bookmark"}], "image": {"id": "7090a0bc-12ad-4ad4-a666-23d9710e2007", "links": [{"href": "http://172.30.9.21:8774/images/7090a0bc-12ad-4ad4-a666-23d9710e2007", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6f785ab9-9b98-4eba-acf6-8ba1ba761f0a", "links": [{"href": "http://172.30.9.21:8774/flavors/6f785ab9-9b98-4eba-acf6-8ba1ba761f0a", "rel": "bookmark"}]}, "id": "4301c503-0fbf-47d8-9dff-826067ae474f", "security_groups": [{"name": "vyos_vrouter-sg_a967c3e7-2399-45ac-a5ab-3aac5f918193"}], "user_id": "c86b920534874098899eb828f0490338", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-01T05:56:05Z", "hostId": "ed9b9e6861f0960a5540e3c8d8492037cb4ae1ccf6d3a76978b9c965", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_a967c3e7-2399-45ac-a5ab-3aac5f918193", "name": "vyos_vrouter-vm_a967c3e7-2399-45ac-a5ab-3aac5f918193", "created": "2018-08-01T05:56:01Z", "tenant_id": "b3bd489e2d434bf0819a8445cb7200ba", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-01 05:57:23,523 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-64e2b942-5082-4635-9241-12362d9bc024 2018-08-01 05:57:23,524 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.418062925339s 2018-08-01 05:57:23,524 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-64e2b942-5082-4635-9241-12362d9bc024 2018-08-01 05:57:23,528 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-01 05:57:25,531 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-01 05:57:25,534 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b7745d13c7b7486e50bf958e5174d217e3a9303c" 2018-08-01 05:57:26,142 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:57: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-82db2830-ce5e-441a-ac31-3757d0619b09 x-compute-request-id: req-82db2830-ce5e-441a-ac31-3757d0619b09 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.21:8774/v2.1/servers/4301c503-0fbf-47d8-9dff-826067ae474f", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/4301c503-0fbf-47d8-9dff-826067ae474f", "rel": "bookmark"}], "image": {"id": "7090a0bc-12ad-4ad4-a666-23d9710e2007", "links": [{"href": "http://172.30.9.21:8774/images/7090a0bc-12ad-4ad4-a666-23d9710e2007", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6f785ab9-9b98-4eba-acf6-8ba1ba761f0a", "links": [{"href": "http://172.30.9.21:8774/flavors/6f785ab9-9b98-4eba-acf6-8ba1ba761f0a", "rel": "bookmark"}]}, "id": "4301c503-0fbf-47d8-9dff-826067ae474f", "security_groups": [{"name": "vyos_vrouter-sg_a967c3e7-2399-45ac-a5ab-3aac5f918193"}], "user_id": "c86b920534874098899eb828f0490338", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-01T05:56:05Z", "hostId": "ed9b9e6861f0960a5540e3c8d8492037cb4ae1ccf6d3a76978b9c965", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_a967c3e7-2399-45ac-a5ab-3aac5f918193", "name": "vyos_vrouter-vm_a967c3e7-2399-45ac-a5ab-3aac5f918193", "created": "2018-08-01T05:56:01Z", "tenant_id": "b3bd489e2d434bf0819a8445cb7200ba", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-01 05:57:26,142 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-82db2830-ce5e-441a-ac31-3757d0619b09 2018-08-01 05:57:26,142 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.611144065857s 2018-08-01 05:57:26,143 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-82db2830-ce5e-441a-ac31-3757d0619b09 2018-08-01 05:57:26,147 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-01 05:57:28,150 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-01 05:57:28,153 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b7745d13c7b7486e50bf958e5174d217e3a9303c" 2018-08-01 05:57:28,943 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:57:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2af1bd50-e55a-4228-b8c1-37402c502fad x-compute-request-id: req-2af1bd50-e55a-4228-b8c1-37402c502fad 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.21:8774/v2.1/servers/4301c503-0fbf-47d8-9dff-826067ae474f", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/4301c503-0fbf-47d8-9dff-826067ae474f", "rel": "bookmark"}], "image": {"id": "7090a0bc-12ad-4ad4-a666-23d9710e2007", "links": [{"href": "http://172.30.9.21:8774/images/7090a0bc-12ad-4ad4-a666-23d9710e2007", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6f785ab9-9b98-4eba-acf6-8ba1ba761f0a", "links": [{"href": "http://172.30.9.21:8774/flavors/6f785ab9-9b98-4eba-acf6-8ba1ba761f0a", "rel": "bookmark"}]}, "id": "4301c503-0fbf-47d8-9dff-826067ae474f", "security_groups": [{"name": "vyos_vrouter-sg_a967c3e7-2399-45ac-a5ab-3aac5f918193"}], "user_id": "c86b920534874098899eb828f0490338", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-01T05:56:05Z", "hostId": "ed9b9e6861f0960a5540e3c8d8492037cb4ae1ccf6d3a76978b9c965", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_a967c3e7-2399-45ac-a5ab-3aac5f918193", "name": "vyos_vrouter-vm_a967c3e7-2399-45ac-a5ab-3aac5f918193", "created": "2018-08-01T05:56:01Z", "tenant_id": "b3bd489e2d434bf0819a8445cb7200ba", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-01 05:57:28,943 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-2af1bd50-e55a-4228-b8c1-37402c502fad 2018-08-01 05:57:28,944 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.793669939041s 2018-08-01 05:57:28,944 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-2af1bd50-e55a-4228-b8c1-37402c502fad 2018-08-01 05:57:28,949 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-01 05:57:30,952 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-01 05:57:30,956 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b7745d13c7b7486e50bf958e5174d217e3a9303c" 2018-08-01 05:57:31,547 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:57:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-56ba40cc-0881-44e2-9fa8-e7fd081c4b9b x-compute-request-id: req-56ba40cc-0881-44e2-9fa8-e7fd081c4b9b 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.21:8774/v2.1/servers/4301c503-0fbf-47d8-9dff-826067ae474f", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/4301c503-0fbf-47d8-9dff-826067ae474f", "rel": "bookmark"}], "image": {"id": "7090a0bc-12ad-4ad4-a666-23d9710e2007", "links": [{"href": "http://172.30.9.21:8774/images/7090a0bc-12ad-4ad4-a666-23d9710e2007", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6f785ab9-9b98-4eba-acf6-8ba1ba761f0a", "links": [{"href": "http://172.30.9.21:8774/flavors/6f785ab9-9b98-4eba-acf6-8ba1ba761f0a", "rel": "bookmark"}]}, "id": "4301c503-0fbf-47d8-9dff-826067ae474f", "security_groups": [{"name": "vyos_vrouter-sg_a967c3e7-2399-45ac-a5ab-3aac5f918193"}], "user_id": "c86b920534874098899eb828f0490338", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-01T05:56:05Z", "hostId": "ed9b9e6861f0960a5540e3c8d8492037cb4ae1ccf6d3a76978b9c965", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_a967c3e7-2399-45ac-a5ab-3aac5f918193", "name": "vyos_vrouter-vm_a967c3e7-2399-45ac-a5ab-3aac5f918193", "created": "2018-08-01T05:56:01Z", "tenant_id": "b3bd489e2d434bf0819a8445cb7200ba", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-01 05:57:31,547 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-56ba40cc-0881-44e2-9fa8-e7fd081c4b9b 2018-08-01 05:57:31,547 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.595212936401s 2018-08-01 05:57:31,547 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-56ba40cc-0881-44e2-9fa8-e7fd081c4b9b 2018-08-01 05:57:31,550 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-01 05:57:33,552 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-01 05:57:33,555 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b7745d13c7b7486e50bf958e5174d217e3a9303c" 2018-08-01 05:57:34,181 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:57:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-74791e22-b138-44ec-a665-6f0d9eb012de x-compute-request-id: req-74791e22-b138-44ec-a665-6f0d9eb012de 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.21:8774/v2.1/servers/4301c503-0fbf-47d8-9dff-826067ae474f", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/4301c503-0fbf-47d8-9dff-826067ae474f", "rel": "bookmark"}], "image": {"id": "7090a0bc-12ad-4ad4-a666-23d9710e2007", "links": [{"href": "http://172.30.9.21:8774/images/7090a0bc-12ad-4ad4-a666-23d9710e2007", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6f785ab9-9b98-4eba-acf6-8ba1ba761f0a", "links": [{"href": "http://172.30.9.21:8774/flavors/6f785ab9-9b98-4eba-acf6-8ba1ba761f0a", "rel": "bookmark"}]}, "id": "4301c503-0fbf-47d8-9dff-826067ae474f", "security_groups": [{"name": "vyos_vrouter-sg_a967c3e7-2399-45ac-a5ab-3aac5f918193"}], "user_id": "c86b920534874098899eb828f0490338", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-01T05:56:05Z", "hostId": "ed9b9e6861f0960a5540e3c8d8492037cb4ae1ccf6d3a76978b9c965", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_a967c3e7-2399-45ac-a5ab-3aac5f918193", "name": "vyos_vrouter-vm_a967c3e7-2399-45ac-a5ab-3aac5f918193", "created": "2018-08-01T05:56:01Z", "tenant_id": "b3bd489e2d434bf0819a8445cb7200ba", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-01 05:57:34,182 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-74791e22-b138-44ec-a665-6f0d9eb012de 2018-08-01 05:57:34,182 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.629103183746s 2018-08-01 05:57:34,182 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-74791e22-b138-44ec-a665-6f0d9eb012de 2018-08-01 05:57:34,186 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-01 05:57:36,189 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-01 05:57:36,192 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b7745d13c7b7486e50bf958e5174d217e3a9303c" 2018-08-01 05:57:36,761 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:57: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-78080cf1-d963-4cbf-8012-2f48b503f1f5 x-compute-request-id: req-78080cf1-d963-4cbf-8012-2f48b503f1f5 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.21:8774/v2.1/servers/4301c503-0fbf-47d8-9dff-826067ae474f", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/4301c503-0fbf-47d8-9dff-826067ae474f", "rel": "bookmark"}], "image": {"id": "7090a0bc-12ad-4ad4-a666-23d9710e2007", "links": [{"href": "http://172.30.9.21:8774/images/7090a0bc-12ad-4ad4-a666-23d9710e2007", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6f785ab9-9b98-4eba-acf6-8ba1ba761f0a", "links": [{"href": "http://172.30.9.21:8774/flavors/6f785ab9-9b98-4eba-acf6-8ba1ba761f0a", "rel": "bookmark"}]}, "id": "4301c503-0fbf-47d8-9dff-826067ae474f", "security_groups": [{"name": "vyos_vrouter-sg_a967c3e7-2399-45ac-a5ab-3aac5f918193"}], "user_id": "c86b920534874098899eb828f0490338", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-01T05:56:05Z", "hostId": "ed9b9e6861f0960a5540e3c8d8492037cb4ae1ccf6d3a76978b9c965", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_a967c3e7-2399-45ac-a5ab-3aac5f918193", "name": "vyos_vrouter-vm_a967c3e7-2399-45ac-a5ab-3aac5f918193", "created": "2018-08-01T05:56:01Z", "tenant_id": "b3bd489e2d434bf0819a8445cb7200ba", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-01 05:57:36,761 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-78080cf1-d963-4cbf-8012-2f48b503f1f5 2018-08-01 05:57:36,761 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.572174072266s 2018-08-01 05:57:36,762 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-78080cf1-d963-4cbf-8012-2f48b503f1f5 2018-08-01 05:57:36,765 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-01 05:57:38,767 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-01 05:57:38,771 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b7745d13c7b7486e50bf958e5174d217e3a9303c" 2018-08-01 05:57:38,979 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:57: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-7f8dc1ed-c7f1-4565-87a2-9034f18817bb x-compute-request-id: req-7f8dc1ed-c7f1-4565-87a2-9034f18817bb 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.21:8774/v2.1/servers/4301c503-0fbf-47d8-9dff-826067ae474f", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/4301c503-0fbf-47d8-9dff-826067ae474f", "rel": "bookmark"}], "image": {"id": "7090a0bc-12ad-4ad4-a666-23d9710e2007", "links": [{"href": "http://172.30.9.21:8774/images/7090a0bc-12ad-4ad4-a666-23d9710e2007", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6f785ab9-9b98-4eba-acf6-8ba1ba761f0a", "links": [{"href": "http://172.30.9.21:8774/flavors/6f785ab9-9b98-4eba-acf6-8ba1ba761f0a", "rel": "bookmark"}]}, "id": "4301c503-0fbf-47d8-9dff-826067ae474f", "security_groups": [{"name": "vyos_vrouter-sg_a967c3e7-2399-45ac-a5ab-3aac5f918193"}], "user_id": "c86b920534874098899eb828f0490338", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-01T05:56:05Z", "hostId": "ed9b9e6861f0960a5540e3c8d8492037cb4ae1ccf6d3a76978b9c965", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_a967c3e7-2399-45ac-a5ab-3aac5f918193", "name": "vyos_vrouter-vm_a967c3e7-2399-45ac-a5ab-3aac5f918193", "created": "2018-08-01T05:56:01Z", "tenant_id": "b3bd489e2d434bf0819a8445cb7200ba", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-01 05:57:38,979 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-7f8dc1ed-c7f1-4565-87a2-9034f18817bb 2018-08-01 05:57:38,979 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.21129989624s 2018-08-01 05:57:38,979 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-7f8dc1ed-c7f1-4565-87a2-9034f18817bb 2018-08-01 05:57:38,983 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-01 05:57:40,986 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-01 05:57:40,989 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b7745d13c7b7486e50bf958e5174d217e3a9303c" 2018-08-01 05:57:41,658 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05: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-86357538-19f9-408a-89c8-a25b26a74c5c x-compute-request-id: req-86357538-19f9-408a-89c8-a25b26a74c5c 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.21:8774/v2.1/servers/4301c503-0fbf-47d8-9dff-826067ae474f", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/4301c503-0fbf-47d8-9dff-826067ae474f", "rel": "bookmark"}], "image": {"id": "7090a0bc-12ad-4ad4-a666-23d9710e2007", "links": [{"href": "http://172.30.9.21:8774/images/7090a0bc-12ad-4ad4-a666-23d9710e2007", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6f785ab9-9b98-4eba-acf6-8ba1ba761f0a", "links": [{"href": "http://172.30.9.21:8774/flavors/6f785ab9-9b98-4eba-acf6-8ba1ba761f0a", "rel": "bookmark"}]}, "id": "4301c503-0fbf-47d8-9dff-826067ae474f", "security_groups": [{"name": "vyos_vrouter-sg_a967c3e7-2399-45ac-a5ab-3aac5f918193"}], "user_id": "c86b920534874098899eb828f0490338", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-01T05:56:05Z", "hostId": "ed9b9e6861f0960a5540e3c8d8492037cb4ae1ccf6d3a76978b9c965", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_a967c3e7-2399-45ac-a5ab-3aac5f918193", "name": "vyos_vrouter-vm_a967c3e7-2399-45ac-a5ab-3aac5f918193", "created": "2018-08-01T05:56:01Z", "tenant_id": "b3bd489e2d434bf0819a8445cb7200ba", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-01 05:57:41,659 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-86357538-19f9-408a-89c8-a25b26a74c5c 2018-08-01 05:57:41,659 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.672447919846s 2018-08-01 05:57:41,659 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-86357538-19f9-408a-89c8-a25b26a74c5c 2018-08-01 05:57:41,663 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-01 05:57:43,666 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-01 05:57:43,669 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b7745d13c7b7486e50bf958e5174d217e3a9303c" 2018-08-01 05:57:44,294 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05: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-79d603d5-c129-49f2-a8d3-9b7213262df7 x-compute-request-id: req-79d603d5-c129-49f2-a8d3-9b7213262df7 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.21:8774/v2.1/servers/4301c503-0fbf-47d8-9dff-826067ae474f", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/4301c503-0fbf-47d8-9dff-826067ae474f", "rel": "bookmark"}], "image": {"id": "7090a0bc-12ad-4ad4-a666-23d9710e2007", "links": [{"href": "http://172.30.9.21:8774/images/7090a0bc-12ad-4ad4-a666-23d9710e2007", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6f785ab9-9b98-4eba-acf6-8ba1ba761f0a", "links": [{"href": "http://172.30.9.21:8774/flavors/6f785ab9-9b98-4eba-acf6-8ba1ba761f0a", "rel": "bookmark"}]}, "id": "4301c503-0fbf-47d8-9dff-826067ae474f", "security_groups": [{"name": "vyos_vrouter-sg_a967c3e7-2399-45ac-a5ab-3aac5f918193"}], "user_id": "c86b920534874098899eb828f0490338", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-01T05:56:05Z", "hostId": "ed9b9e6861f0960a5540e3c8d8492037cb4ae1ccf6d3a76978b9c965", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_a967c3e7-2399-45ac-a5ab-3aac5f918193", "name": "vyos_vrouter-vm_a967c3e7-2399-45ac-a5ab-3aac5f918193", "created": "2018-08-01T05:56:01Z", "tenant_id": "b3bd489e2d434bf0819a8445cb7200ba", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-01 05:57:44,294 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-79d603d5-c129-49f2-a8d3-9b7213262df7 2018-08-01 05:57:44,294 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.628251075745s 2018-08-01 05:57:44,295 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-79d603d5-c129-49f2-a8d3-9b7213262df7 2018-08-01 05:57:44,299 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-01 05:57:46,302 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-01 05:57:46,305 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b7745d13c7b7486e50bf958e5174d217e3a9303c" 2018-08-01 05:57:47,162 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05: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-015927f7-1dd3-41b8-a088-a3b6741ff5fc x-compute-request-id: req-015927f7-1dd3-41b8-a088-a3b6741ff5fc 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.21:8774/v2.1/servers/4301c503-0fbf-47d8-9dff-826067ae474f", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/4301c503-0fbf-47d8-9dff-826067ae474f", "rel": "bookmark"}], "image": {"id": "7090a0bc-12ad-4ad4-a666-23d9710e2007", "links": [{"href": "http://172.30.9.21:8774/images/7090a0bc-12ad-4ad4-a666-23d9710e2007", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6f785ab9-9b98-4eba-acf6-8ba1ba761f0a", "links": [{"href": "http://172.30.9.21:8774/flavors/6f785ab9-9b98-4eba-acf6-8ba1ba761f0a", "rel": "bookmark"}]}, "id": "4301c503-0fbf-47d8-9dff-826067ae474f", "security_groups": [{"name": "vyos_vrouter-sg_a967c3e7-2399-45ac-a5ab-3aac5f918193"}], "user_id": "c86b920534874098899eb828f0490338", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-01T05:56:05Z", "hostId": "ed9b9e6861f0960a5540e3c8d8492037cb4ae1ccf6d3a76978b9c965", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_a967c3e7-2399-45ac-a5ab-3aac5f918193", "name": "vyos_vrouter-vm_a967c3e7-2399-45ac-a5ab-3aac5f918193", "created": "2018-08-01T05:56:01Z", "tenant_id": "b3bd489e2d434bf0819a8445cb7200ba", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-01 05:57:47,162 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-015927f7-1dd3-41b8-a088-a3b6741ff5fc 2018-08-01 05:57:47,162 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.860259056091s 2018-08-01 05:57:47,162 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-015927f7-1dd3-41b8-a088-a3b6741ff5fc 2018-08-01 05:57:47,166 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-01 05:57:49,169 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-01 05:57:49,172 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b7745d13c7b7486e50bf958e5174d217e3a9303c" 2018-08-01 05:57:49,749 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:57:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0f108099-724d-4d28-9fe0-b0ff3f05de19 x-compute-request-id: req-0f108099-724d-4d28-9fe0-b0ff3f05de19 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.21:8774/v2.1/servers/4301c503-0fbf-47d8-9dff-826067ae474f", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/4301c503-0fbf-47d8-9dff-826067ae474f", "rel": "bookmark"}], "image": {"id": "7090a0bc-12ad-4ad4-a666-23d9710e2007", "links": [{"href": "http://172.30.9.21:8774/images/7090a0bc-12ad-4ad4-a666-23d9710e2007", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6f785ab9-9b98-4eba-acf6-8ba1ba761f0a", "links": [{"href": "http://172.30.9.21:8774/flavors/6f785ab9-9b98-4eba-acf6-8ba1ba761f0a", "rel": "bookmark"}]}, "id": "4301c503-0fbf-47d8-9dff-826067ae474f", "security_groups": [{"name": "vyos_vrouter-sg_a967c3e7-2399-45ac-a5ab-3aac5f918193"}], "user_id": "c86b920534874098899eb828f0490338", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-01T05:56:05Z", "hostId": "ed9b9e6861f0960a5540e3c8d8492037cb4ae1ccf6d3a76978b9c965", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_a967c3e7-2399-45ac-a5ab-3aac5f918193", "name": "vyos_vrouter-vm_a967c3e7-2399-45ac-a5ab-3aac5f918193", "created": "2018-08-01T05:56:01Z", "tenant_id": "b3bd489e2d434bf0819a8445cb7200ba", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-01 05:57:49,750 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-0f108099-724d-4d28-9fe0-b0ff3f05de19 2018-08-01 05:57:49,750 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.580831050873s 2018-08-01 05:57:49,750 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-0f108099-724d-4d28-9fe0-b0ff3f05de19 2018-08-01 05:57:49,754 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-01 05:57:51,757 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-01 05:57:51,760 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b7745d13c7b7486e50bf958e5174d217e3a9303c" 2018-08-01 05:57:52,360 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05: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-43f49d39-62b8-4997-863b-8297c555e0a7 x-compute-request-id: req-43f49d39-62b8-4997-863b-8297c555e0a7 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.21:8774/v2.1/servers/4301c503-0fbf-47d8-9dff-826067ae474f", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/4301c503-0fbf-47d8-9dff-826067ae474f", "rel": "bookmark"}], "image": {"id": "7090a0bc-12ad-4ad4-a666-23d9710e2007", "links": [{"href": "http://172.30.9.21:8774/images/7090a0bc-12ad-4ad4-a666-23d9710e2007", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6f785ab9-9b98-4eba-acf6-8ba1ba761f0a", "links": [{"href": "http://172.30.9.21:8774/flavors/6f785ab9-9b98-4eba-acf6-8ba1ba761f0a", "rel": "bookmark"}]}, "id": "4301c503-0fbf-47d8-9dff-826067ae474f", "security_groups": [{"name": "vyos_vrouter-sg_a967c3e7-2399-45ac-a5ab-3aac5f918193"}], "user_id": "c86b920534874098899eb828f0490338", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-01T05:56:05Z", "hostId": "ed9b9e6861f0960a5540e3c8d8492037cb4ae1ccf6d3a76978b9c965", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_a967c3e7-2399-45ac-a5ab-3aac5f918193", "name": "vyos_vrouter-vm_a967c3e7-2399-45ac-a5ab-3aac5f918193", "created": "2018-08-01T05:56:01Z", "tenant_id": "b3bd489e2d434bf0819a8445cb7200ba", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-01 05:57:52,360 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-43f49d39-62b8-4997-863b-8297c555e0a7 2018-08-01 05:57:52,360 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.603106975555s 2018-08-01 05:57:52,360 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-43f49d39-62b8-4997-863b-8297c555e0a7 2018-08-01 05:57:52,364 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-01 05:57:54,367 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-01 05:57:54,369 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b7745d13c7b7486e50bf958e5174d217e3a9303c" 2018-08-01 05:57:54,987 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05: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-6f2b4954-ada3-4bdc-aacf-c7a57932e100 x-compute-request-id: req-6f2b4954-ada3-4bdc-aacf-c7a57932e100 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.21:8774/v2.1/servers/4301c503-0fbf-47d8-9dff-826067ae474f", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/4301c503-0fbf-47d8-9dff-826067ae474f", "rel": "bookmark"}], "image": {"id": "7090a0bc-12ad-4ad4-a666-23d9710e2007", "links": [{"href": "http://172.30.9.21:8774/images/7090a0bc-12ad-4ad4-a666-23d9710e2007", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6f785ab9-9b98-4eba-acf6-8ba1ba761f0a", "links": [{"href": "http://172.30.9.21:8774/flavors/6f785ab9-9b98-4eba-acf6-8ba1ba761f0a", "rel": "bookmark"}]}, "id": "4301c503-0fbf-47d8-9dff-826067ae474f", "security_groups": [{"name": "vyos_vrouter-sg_a967c3e7-2399-45ac-a5ab-3aac5f918193"}], "user_id": "c86b920534874098899eb828f0490338", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-01T05:56:05Z", "hostId": "ed9b9e6861f0960a5540e3c8d8492037cb4ae1ccf6d3a76978b9c965", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_a967c3e7-2399-45ac-a5ab-3aac5f918193", "name": "vyos_vrouter-vm_a967c3e7-2399-45ac-a5ab-3aac5f918193", "created": "2018-08-01T05:56:01Z", "tenant_id": "b3bd489e2d434bf0819a8445cb7200ba", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-01 05:57:54,988 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-6f2b4954-ada3-4bdc-aacf-c7a57932e100 2018-08-01 05:57:54,988 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.620920181274s 2018-08-01 05:57:54,988 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-6f2b4954-ada3-4bdc-aacf-c7a57932e100 2018-08-01 05:57:54,993 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-01 05:57:56,996 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-01 05:57:56,999 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b7745d13c7b7486e50bf958e5174d217e3a9303c" 2018-08-01 05:57:57,604 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05: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-fa2c7cb6-8683-4cc3-a754-1312759879c8 x-compute-request-id: req-fa2c7cb6-8683-4cc3-a754-1312759879c8 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.21:8774/v2.1/servers/4301c503-0fbf-47d8-9dff-826067ae474f", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/4301c503-0fbf-47d8-9dff-826067ae474f", "rel": "bookmark"}], "image": {"id": "7090a0bc-12ad-4ad4-a666-23d9710e2007", "links": [{"href": "http://172.30.9.21:8774/images/7090a0bc-12ad-4ad4-a666-23d9710e2007", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6f785ab9-9b98-4eba-acf6-8ba1ba761f0a", "links": [{"href": "http://172.30.9.21:8774/flavors/6f785ab9-9b98-4eba-acf6-8ba1ba761f0a", "rel": "bookmark"}]}, "id": "4301c503-0fbf-47d8-9dff-826067ae474f", "security_groups": [{"name": "vyos_vrouter-sg_a967c3e7-2399-45ac-a5ab-3aac5f918193"}], "user_id": "c86b920534874098899eb828f0490338", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-01T05:56:05Z", "hostId": "ed9b9e6861f0960a5540e3c8d8492037cb4ae1ccf6d3a76978b9c965", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_a967c3e7-2399-45ac-a5ab-3aac5f918193", "name": "vyos_vrouter-vm_a967c3e7-2399-45ac-a5ab-3aac5f918193", "created": "2018-08-01T05:56:01Z", "tenant_id": "b3bd489e2d434bf0819a8445cb7200ba", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-01 05:57:57,604 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-fa2c7cb6-8683-4cc3-a754-1312759879c8 2018-08-01 05:57:57,605 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.60879611969s 2018-08-01 05:57:57,605 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-fa2c7cb6-8683-4cc3-a754-1312759879c8 2018-08-01 05:57:57,609 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-01 05:57:59,612 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-01 05:57:59,615 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b7745d13c7b7486e50bf958e5174d217e3a9303c" 2018-08-01 05:58:00,019 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05: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-51f20fb2-aab1-4549-bd0b-31c693490b91 x-compute-request-id: req-51f20fb2-aab1-4549-bd0b-31c693490b91 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.21:8774/v2.1/servers/4301c503-0fbf-47d8-9dff-826067ae474f", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/4301c503-0fbf-47d8-9dff-826067ae474f", "rel": "bookmark"}], "image": {"id": "7090a0bc-12ad-4ad4-a666-23d9710e2007", "links": [{"href": "http://172.30.9.21:8774/images/7090a0bc-12ad-4ad4-a666-23d9710e2007", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6f785ab9-9b98-4eba-acf6-8ba1ba761f0a", "links": [{"href": "http://172.30.9.21:8774/flavors/6f785ab9-9b98-4eba-acf6-8ba1ba761f0a", "rel": "bookmark"}]}, "id": "4301c503-0fbf-47d8-9dff-826067ae474f", "security_groups": [{"name": "vyos_vrouter-sg_a967c3e7-2399-45ac-a5ab-3aac5f918193"}], "user_id": "c86b920534874098899eb828f0490338", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-01T05:56:05Z", "hostId": "ed9b9e6861f0960a5540e3c8d8492037cb4ae1ccf6d3a76978b9c965", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_a967c3e7-2399-45ac-a5ab-3aac5f918193", "name": "vyos_vrouter-vm_a967c3e7-2399-45ac-a5ab-3aac5f918193", "created": "2018-08-01T05:56:01Z", "tenant_id": "b3bd489e2d434bf0819a8445cb7200ba", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-01 05:58:00,019 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-51f20fb2-aab1-4549-bd0b-31c693490b91 2018-08-01 05:58:00,019 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.407059907913s 2018-08-01 05:58:00,019 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-51f20fb2-aab1-4549-bd0b-31c693490b91 2018-08-01 05:58:00,023 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-01 05:58:02,026 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-01 05:58:02,029 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b7745d13c7b7486e50bf958e5174d217e3a9303c" 2018-08-01 05:58:02,426 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05: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-4d5cb13b-c52e-4602-a012-53da71bcb847 x-compute-request-id: req-4d5cb13b-c52e-4602-a012-53da71bcb847 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.21:8774/v2.1/servers/4301c503-0fbf-47d8-9dff-826067ae474f", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/4301c503-0fbf-47d8-9dff-826067ae474f", "rel": "bookmark"}], "image": {"id": "7090a0bc-12ad-4ad4-a666-23d9710e2007", "links": [{"href": "http://172.30.9.21:8774/images/7090a0bc-12ad-4ad4-a666-23d9710e2007", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6f785ab9-9b98-4eba-acf6-8ba1ba761f0a", "links": [{"href": "http://172.30.9.21:8774/flavors/6f785ab9-9b98-4eba-acf6-8ba1ba761f0a", "rel": "bookmark"}]}, "id": "4301c503-0fbf-47d8-9dff-826067ae474f", "security_groups": [{"name": "vyos_vrouter-sg_a967c3e7-2399-45ac-a5ab-3aac5f918193"}], "user_id": "c86b920534874098899eb828f0490338", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-01T05:56:05Z", "hostId": "ed9b9e6861f0960a5540e3c8d8492037cb4ae1ccf6d3a76978b9c965", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_a967c3e7-2399-45ac-a5ab-3aac5f918193", "name": "vyos_vrouter-vm_a967c3e7-2399-45ac-a5ab-3aac5f918193", "created": "2018-08-01T05:56:01Z", "tenant_id": "b3bd489e2d434bf0819a8445cb7200ba", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-01 05:58:02,426 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-4d5cb13b-c52e-4602-a012-53da71bcb847 2018-08-01 05:58:02,426 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.400330066681s 2018-08-01 05:58:02,427 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-4d5cb13b-c52e-4602-a012-53da71bcb847 2018-08-01 05:58:02,431 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-01 05:58:04,433 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-01 05:58:04,436 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b7745d13c7b7486e50bf958e5174d217e3a9303c" 2018-08-01 05:58:05,024 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:58:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7ddc58aa-aad7-4a90-9abe-e3c414a19688 x-compute-request-id: req-7ddc58aa-aad7-4a90-9abe-e3c414a19688 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.21:8774/v2.1/servers/4301c503-0fbf-47d8-9dff-826067ae474f", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/4301c503-0fbf-47d8-9dff-826067ae474f", "rel": "bookmark"}], "image": {"id": "7090a0bc-12ad-4ad4-a666-23d9710e2007", "links": [{"href": "http://172.30.9.21:8774/images/7090a0bc-12ad-4ad4-a666-23d9710e2007", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6f785ab9-9b98-4eba-acf6-8ba1ba761f0a", "links": [{"href": "http://172.30.9.21:8774/flavors/6f785ab9-9b98-4eba-acf6-8ba1ba761f0a", "rel": "bookmark"}]}, "id": "4301c503-0fbf-47d8-9dff-826067ae474f", "security_groups": [{"name": "vyos_vrouter-sg_a967c3e7-2399-45ac-a5ab-3aac5f918193"}], "user_id": "c86b920534874098899eb828f0490338", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-01T05:56:05Z", "hostId": "ed9b9e6861f0960a5540e3c8d8492037cb4ae1ccf6d3a76978b9c965", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_a967c3e7-2399-45ac-a5ab-3aac5f918193", "name": "vyos_vrouter-vm_a967c3e7-2399-45ac-a5ab-3aac5f918193", "created": "2018-08-01T05:56:01Z", "tenant_id": "b3bd489e2d434bf0819a8445cb7200ba", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-01 05:58:05,025 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-7ddc58aa-aad7-4a90-9abe-e3c414a19688 2018-08-01 05:58:05,025 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.591273069382s 2018-08-01 05:58:05,025 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-7ddc58aa-aad7-4a90-9abe-e3c414a19688 2018-08-01 05:58:05,029 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-01 05:58:07,032 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-01 05:58:07,035 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b7745d13c7b7486e50bf958e5174d217e3a9303c" 2018-08-01 05:58:07,626 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:58: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-2404ade1-6033-4e03-922b-c28876cfe772 x-compute-request-id: req-2404ade1-6033-4e03-922b-c28876cfe772 Content-Encoding: gzip Content-Length: 746 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vyos_vrouter-net_a967c3e7-2399-45ac-a5ab-3aac5f918193": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:69:5a:1a", "version": 4, "addr": "192.168.120.17", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/4301c503-0fbf-47d8-9dff-826067ae474f", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/4301c503-0fbf-47d8-9dff-826067ae474f", "rel": "bookmark"}], "image": {"id": "7090a0bc-12ad-4ad4-a666-23d9710e2007", "links": [{"href": "http://172.30.9.21:8774/images/7090a0bc-12ad-4ad4-a666-23d9710e2007", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-01T05:58:05.000000", "flavor": {"id": "6f785ab9-9b98-4eba-acf6-8ba1ba761f0a", "links": [{"href": "http://172.30.9.21:8774/flavors/6f785ab9-9b98-4eba-acf6-8ba1ba761f0a", "rel": "bookmark"}]}, "id": "4301c503-0fbf-47d8-9dff-826067ae474f", "security_groups": [{"name": "vyos_vrouter-sg_a967c3e7-2399-45ac-a5ab-3aac5f918193"}], "user_id": "c86b920534874098899eb828f0490338", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-01T05:58:05Z", "hostId": "ed9b9e6861f0960a5540e3c8d8492037cb4ae1ccf6d3a76978b9c965", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_a967c3e7-2399-45ac-a5ab-3aac5f918193", "name": "vyos_vrouter-vm_a967c3e7-2399-45ac-a5ab-3aac5f918193", "created": "2018-08-01T05:56:01Z", "tenant_id": "b3bd489e2d434bf0819a8445cb7200ba", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-01 05:58:07,626 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-2404ade1-6033-4e03-922b-c28876cfe772 2018-08-01 05:58:07,626 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.594292163849s 2018-08-01 05:58:07,627 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-2404ade1-6033-4e03-922b-c28876cfe772 2018-08-01 05:58:07,631 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-01 05:58:07,632 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:9696/v2.0/ports.json?device_id=4301c503-0fbf-47d8-9dff-826067ae474f" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b7745d13c7b7486e50bf958e5174d217e3a9303c" 2018-08-01 05:58:07,698 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-d86b0283-1deb-42dd-977c-475bdcea03c7 Date: Wed, 01 Aug 2018 05:58:07 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"5dea9e8c-2856-4850-8fe8-dd426118a2a0","tenant_id":"b3bd489e2d434bf0819a8445cb7200ba","created_at":"2018-08-01T05:56:05Z","admin_state_up":true,"updated_at":"2018-08-01T05:58:04Z","binding:vnic_type":"normal","device_id":"4301c503-0fbf-47d8-9dff-826067ae474f","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:69:5a:1a","id":"55c5f209-0741-4805-ae58-f51405fb46ba","port_security_enabled":true,"project_id":"b3bd489e2d434bf0819a8445cb7200ba","fixed_ips":[{"subnet_id":"e5382b28-f268-42b4-88ed-46ff31ab9c60","ip_address":"192.168.120.17"}],"extra_dhcp_opts":[],"security_groups":["fe75f8c0-ca34-4ace-a480-815f726e4f4f"],"name":""}]} 2018-08-01 05:58:07,698 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports.json?device_id=4301c503-0fbf-47d8-9dff-826067ae474f used request id req-d86b0283-1deb-42dd-977c-475bdcea03c7 2018-08-01 05:58:07,698 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0669949054718s 2018-08-01 05:58:07,698 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports.json?device_id=4301c503-0fbf-47d8-9dff-826067ae474f used request id req-d86b0283-1deb-42dd-977c-475bdcea03c7 2018-08-01 05:58:07,703 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-01 05:58:07,704 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:9696/v2.0/floatingips.json?port_id=55c5f209-0741-4805-ae58-f51405fb46ba" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b7745d13c7b7486e50bf958e5174d217e3a9303c" 2018-08-01 05:58:07,750 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-9db3481a-2719-4150-a967-1d48637ec45d Date: Wed, 01 Aug 2018 05:58:07 GMT RESP BODY: {"floatingips": []} 2018-08-01 05:58:07,750 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json?port_id=55c5f209-0741-4805-ae58-f51405fb46ba used request id req-9db3481a-2719-4150-a967-1d48637ec45d 2018-08-01 05:58:07,750 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0467879772186s 2018-08-01 05:58:07,751 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json?port_id=55c5f209-0741-4805-ae58-f51405fb46ba used request id req-9db3481a-2719-4150-a967-1d48637ec45d 2018-08-01 05:58:07,751 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vyos_vrouter-net_a967c3e7-2399-45ac-a5ab-3aac5f918193': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:69:5a:1a', u'version': 4, u'addr': u'192.168.120.17', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'7090a0bc-12ad-4ad4-a666-23d9710e2007'}), 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-01T05:58:05.000000', 'flavor': Munch({u'id': u'6f785ab9-9b98-4eba-acf6-8ba1ba761f0a'}), 'az': u'nova', 'id': u'4301c503-0fbf-47d8-9dff-826067ae474f', 'security_groups': [Munch({u'name': u'vyos_vrouter-sg_a967c3e7-2399-45ac-a5ab-3aac5f918193'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'c86b920534874098899eb828f0490338', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'b3bd489e2d434bf0819a8445cb7200ba', 'name': 'vyos_vrouter-project_a967c3e7-2399-45ac-a5ab-3aac5f918193', '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-01T05:58:05.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-01T05:58:05Z', 'hostId': u'ed9b9e6861f0960a5540e3c8d8492037cb4ae1ccf6d3a76978b9c965', u'OS-SRV-USG:terminated_at': None, 'key_name': u'vyos_vrouter-kp_a967c3e7-2399-45ac-a5ab-3aac5f918193', 'public_v6': '', 'private_v4': u'192.168.120.17', 'cloud': 'envvars', 'host_id': u'ed9b9e6861f0960a5540e3c8d8492037cb4ae1ccf6d3a76978b9c965', '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-01T05:58:05.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'b3bd489e2d434bf0819a8445cb7200ba', 'name': u'vyos_vrouter-vm_a967c3e7-2399-45ac-a5ab-3aac5f918193', 'adminPass': None, 'tenant_id': u'b3bd489e2d434bf0819a8445cb7200ba', 'created_at': u'2018-08-01T05:56:01Z', 'created': u'2018-08-01T05:56:01Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-08-01 05:58:07,755 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-01 05:58:07,755 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b7745d13c7b7486e50bf958e5174d217e3a9303c" 2018-08-01 05:58:07,885 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1195 X-Openstack-Request-Id: req-92011d68-7a41-4355-8883-9a13d72846d9 Date: Wed, 01 Aug 2018 05:58:07 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":["e06facf3-a24e-40d5-a5ce-a0901a6e4875"],"updated_at":"2018-08-01T03:28:20Z","tenant_id":"89443fd7c5cf4259bed71fca1c3fe619","created_at":"2018-08-01T03:28:13Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"89443fd7c5cf4259bed71fca1c3fe619","id":"262fe7ec-b437-40b8-908b-6eb66c149655","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["e5382b28-f268-42b4-88ed-46ff31ab9c60"],"updated_at":"2018-08-01T05:54:25Z","tenant_id":"b3bd489e2d434bf0819a8445cb7200ba","created_at":"2018-08-01T05:54:24Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"b3bd489e2d434bf0819a8445cb7200ba","id":"5dea9e8c-2856-4850-8fe8-dd426118a2a0","name":"vyos_vrouter-net_a967c3e7-2399-45ac-a5ab-3aac5f918193"}]} 2018-08-01 05:58:07,885 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-92011d68-7a41-4355-8883-9a13d72846d9 2018-08-01 05:58:07,886 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.130786895752s 2018-08-01 05:58:07,886 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-92011d68-7a41-4355-8883-9a13d72846d9 2018-08-01 05:58:07,887 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-01 05:58:07,888 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:9696/v2.0/ports.json?device_id=4301c503-0fbf-47d8-9dff-826067ae474f" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b7745d13c7b7486e50bf958e5174d217e3a9303c" 2018-08-01 05:58:07,950 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-f22b30b9-8a89-4ba7-9767-5ba05ddf7248 Date: Wed, 01 Aug 2018 05:58:07 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"5dea9e8c-2856-4850-8fe8-dd426118a2a0","tenant_id":"b3bd489e2d434bf0819a8445cb7200ba","created_at":"2018-08-01T05:56:05Z","admin_state_up":true,"updated_at":"2018-08-01T05:58:04Z","binding:vnic_type":"normal","device_id":"4301c503-0fbf-47d8-9dff-826067ae474f","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:69:5a:1a","id":"55c5f209-0741-4805-ae58-f51405fb46ba","port_security_enabled":true,"project_id":"b3bd489e2d434bf0819a8445cb7200ba","fixed_ips":[{"subnet_id":"e5382b28-f268-42b4-88ed-46ff31ab9c60","ip_address":"192.168.120.17"}],"extra_dhcp_opts":[],"security_groups":["fe75f8c0-ca34-4ace-a480-815f726e4f4f"],"name":""}]} 2018-08-01 05:58:07,951 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports.json?device_id=4301c503-0fbf-47d8-9dff-826067ae474f used request id req-f22b30b9-8a89-4ba7-9767-5ba05ddf7248 2018-08-01 05:58:07,951 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0631628036499s 2018-08-01 05:58:07,951 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/ports.json?device_id=4301c503-0fbf-47d8-9dff-826067ae474f used request id req-f22b30b9-8a89-4ba7-9767-5ba05ddf7248 2018-08-01 05:58:07,952 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-08-01 05:58:07,952 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}b7745d13c7b7486e50bf958e5174d217e3a9303c" -d '{"floatingip": {"floating_network_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "fixed_ip_address": "192.168.120.17", "port_id": "55c5f209-0741-4805-ae58-f51405fb46ba"}}' 2018-08-01 05:58:09,722 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 554 X-Openstack-Request-Id: req-ec028385-a449-42d5-b4f4-7d9bf1b3936d Date: Wed, 01 Aug 2018 05:58:09 GMT RESP BODY: {"floatingip": {"router_id": "7839c36d-310d-4656-a176-b493ac12485a", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-01T05:58:08Z", "floating_network_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "fixed_ip_address": "192.168.120.17", "floating_ip_address": "172.30.9.217", "revision_number": 0, "port_id": "55c5f209-0741-4805-ae58-f51405fb46ba", "id": "9f2cceb9-837d-438a-8b6c-042d08e39aaf", "tenant_id": "b3bd489e2d434bf0819a8445cb7200ba", "created_at": "2018-08-01T05:58:08Z", "project_id": "b3bd489e2d434bf0819a8445cb7200ba"}} 2018-08-01 05:58:09,722 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-ec028385-a449-42d5-b4f4-7d9bf1b3936d 2018-08-01 05:58:09,722 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 1.77021813393s 2018-08-01 05:58:09,722 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-ec028385-a449-42d5-b4f4-7d9bf1b3936d 2018-08-01 05:58:09,726 - functest.core.singlevm - DEBUG - floating_ip: Munch({'status': u'ACTIVE', 'router_id': u'7839c36d-310d-4656-a176-b493ac12485a', 'properties': Munch({u'tags': []}), 'description': u'', u'tags': [], 'tenant_id': u'b3bd489e2d434bf0819a8445cb7200ba', 'created_at': u'2018-08-01T05:58:08Z', 'attached': True, 'updated_at': u'2018-08-01T05:58:08Z', 'id': u'9f2cceb9-837d-438a-8b6c-042d08e39aaf', 'floating_network_id': u'262fe7ec-b437-40b8-908b-6eb66c149655', 'fixed_ip_address': u'192.168.120.17', 'floating_ip_address': u'172.30.9.217', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'b3bd489e2d434bf0819a8445cb7200ba', 'name': 'vyos_vrouter-project_a967c3e7-2399-45ac-a5ab-3aac5f918193', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'revision_number': 0, 'router': u'7839c36d-310d-4656-a176-b493ac12485a', 'project_id': u'b3bd489e2d434bf0819a8445cb7200ba', 'port_id': u'55c5f209-0741-4805-ae58-f51405fb46ba', 'port': u'55c5f209-0741-4805-ae58-f51405fb46ba', 'network': u'262fe7ec-b437-40b8-908b-6eb66c149655'}) 2018-08-01 05:58:09,726 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-01 05:58:09,729 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/servers/4301c503-0fbf-47d8-9dff-826067ae474f/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}b7745d13c7b7486e50bf958e5174d217e3a9303c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-01 05:58:09,860 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:58: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-6ebac117-bfc0-4ef1-836e-1f6e5586f855 x-compute-request-id: req-6ebac117-bfc0-4ef1-836e-1f6e5586f855 Content-Encoding: gzip Content-Length: 9316 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 1870554052 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.316835] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491912)\n[ 0.319067] pid_max: default: 32768 minimum: 301\n[ 0.320281] Security Framework initialized\n[ 0.321398] SELinux: Initializing.\n[ 0.322694] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)\n[ 0.327584] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.330613] Mount-cache hash table entries: 4096\n[ 0.332072] Initializing cgroup subsys memory\n[ 0.333237] Initializing cgroup subsys devices\n[ 0.334405] Initializing cgroup subsys freezer\n[ 0.335579] Initializing cgroup subsys net_cls\n[ 0.336743] Initializing cgroup subsys blkio\n[ 0.337880] Initializing cgroup subsys perf_event\n[ 0.339086] Initializing cgroup subsys hugetlb\n[ 0.340245] Initializing cgroup subsys pids\n[ 0.341366] Initializing cgroup subsys net_prio\n[ 0.342622] CPU: Physical Processor ID: 0\n[ 0.344409] mce: CPU supports 10 MCE banks\n[ 0.345593] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.346898] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.348193] tlb_flushall_shift: 6\n[ 0.349377] Freeing SMP alternatives: 28k freed\n[ 0.353172] ACPI: Core revision 20130517\n[ 0.354704] ACPI: All ACPI Tables successfully acquired\n[ 0.356162] ftrace: allocating 25812 entries in 101 pages\n[ 0.377568] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.379203] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.380925] smpboot: Max logical packages: 2\n[ 0.382360] Enabling x2apic\n[ 0.383352] Enabled x2apic\n[ 0.384520] Switched APIC routing to physical x2apic.\n[ 0.386860] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.388518] smpboot: CPU0: Intel Core Processor (Haswell, no TSX, IBRS) (fam: 06, model: 3c, stepping: 01)\n[ 0.391349] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.398795] KVM setup paravirtual spinlock\n[ 0.401171] smpboot: Booting Node 0, Processors #1 OK\n[ 0.402820] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock\n[ 0.424816] Brought up 2 CPUs\n[ 0.424824] KVM setup async PF for cpu 1\n[ 0.424827] kvm-stealtime: cpu 1, msr 13fd0f3c0\n[ 0.428376] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.430789] devtmpfs: initialized\n[ 0.433246] EVM: security.selinux\n[ 0.434351] EVM: security.ima\n[ 0.435389] EVM: security.capability\n[ 0.437193] atomic64 test passed for x86-64 platform with CX8 and with SSE\n[ 0.439004] pinctrl core: initialized pinctrl subsystem\n[ 0.440594] NET: Registered protocol family 16\n[ 0.442100] ACPI: bus type PCI registered\n[ 0.443376] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.445164] PCI: Using configuration type 1 for base access\n[ 0.450010] ACPI: Added _OSI(Module Device)\n[ 0.451330] ACPI: Added _OSI(Processor Device)\n[ 0.452647] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.454033] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.456624] ACPI: Interpreter enabled\n[ 0.457859] ACPI: (supports S0 S5)\n[ 0.459012] ACPI: Using IOAPIC for interrupt routing\n[ 0.460437] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.464663] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.466295] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.468094] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.469790] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.473006] acpiphp: Slot [3] registered\n[ 0.474232] acpiphp: Slot [4] registered\n[ 0.475463] acpiphp: Slot [5] registered\n[ 0.476704] acpiphp: Slot [6] registered\n[ 0.477926] acpiphp: Slot [7] registered\n[ 0.479148] acpiphp: Slot [8] registered\n[ 0.480386] acpiphp: Slot [9] registered\n[ 0.481621] acpiphp: Slot [10] registered\n[ 0.482882] acpiphp: Slot [11] registered\n[ 0.484124] acpiphp: Slot [12] registered\n[ 0.485373] acpiphp: Slot [13] registered\n[ 0.486622] acpiphp: Slot [14] registered\n[ 0.487871] acpiphp: Slot [15] registered\n[ 0.489119] acpiphp: Slot [16] registered\n[ 0.490387] acpiphp: Slot [17] registered\n[ 0.491648] acpiphp: Slot [18] registered\n[ 0.492904] acpiphp: Slot [19] registered\n[ 0.494177] acpiphp: Slot [20] registered\n[ 0.495437] acpiphp: Slot [21] registered\n[ 0.496694] acpiphp: Slot [22] registered\n[ 0.497970] acpiphp: Slot [23] registered\n[ 0.499239] acpiphp: Slot [24] registered\n[ 0.500509] acpiphp: Slot [25] registered\n[ 0.501796] acpiphp: Slot [26] registered\n[ 0.503087] acpiphp: Slot [27] registered\n[ 0.504373] acpiphp: Slot [28] registered\n[ 0.505632] acpiphp: Slot [29] registered\n[ 0.506883] acpiphp: Slot [30] registered\n[ 0.508168] acpiphp: Slot [31] registered\n[ 0.509434] PCI host bridge to bus 0000:00\n[ 0.510689] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.512158] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.513905] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.515627] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.517912] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window]\n[ 0.520161] pci_bus 0000:00: root bus resource [mem 0x140000000-0x1bfffffff window]\n[ 0.524861] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.526696] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.528394] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.530214] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.534275] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.536529] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.558082] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.560049] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.561806] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.563522] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.565421] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.567044] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.568712] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.570837] vgaarb: loaded\n[ 0.571720] vgaarb: bridge control possible 0000:00:02.0\n[ 0.573150] SCSI subsystem initialized\n[ 0.574237] ACPI: bus type USB registered\n[ 0.575361] usbcore: registered new interface driver usbfs\n[ 0.576696] usbcore: registered new interface driver hub\n[ 0.578012] usbcore: registered new device driver usb\n[ 0.579431] PCI: Using ACPI for IRQ routing\n[ 0.580858] NetLabel: Initializing\n[ 0.581861] NetLabel: domain hash size = 128\n[ 0.582999] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.584272] NetLabel: unlabeled traffic allowed by default\n[ 0.585716] Switched to clocksource kvm-clock\n[ 0.594062] pnp: PnP ACPI init\n[ 0.595024] ACPI: bus type PNP registered\n[ 0.596462] pnp: PnP ACPI: found 5 devices\n[ 0.597566] ACPI: bus type PNP unregistered\n[ 0.604676] NET: Registered protocol family 2\n[ 0.606095] TCP established hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.608297] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)\n[ 0.610150] TCP: Hash tables configured (established 32768 bind 32768)\n[ 0.612460] TCP: reno registered\n[ 0.613896] UDP hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.615382] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.616927] NET: Registered protocol family 1\n[ 0.618089] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.619478] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.620840] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.640727] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.660597] Unpacking initramfs...\n[ 1.101305] Freeing initrd memory: 37508k freed\n[ 1.110661] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)\n[ 1.112207] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff]\n[ 1.115111] sha1_ssse3: Using AVX2 optimized SHA-1 implementation\n[ 1.116850] sha256_ssse3: Using AVX2 optimized SHA-256 implementation\n[ 1.118811] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 1.120454] Initialise system trusted keyring\n[ 1.121776] audit: initializing netlink socket (disabled)\n[ 1.123282] type=2000 audit(1533103088.231:1): initialized\n[ 1.140171] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.141876] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.144362] zpool: loaded\n[ 1.145370] zbud: loaded\n[ 1.146510] VFS: Disk quotas dquot_6.5.2\n[ 1.147753] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.149608] msgmni has been set to 7578\n[ 1.150873] Key type big_key registered\n[ 1.152789] NET: Registered protocol family 38\n[ 1.154132] Key type asymmetric registered\n[ 1.155379] Asymmetric key parser 'x509' registered\n[ 1.156783] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)\n[ 1.159109] io scheduler noop registered\n[ 1.160339] io scheduler deadline registered (default)\n[ 1.171630] io scheduler cfq registered\n[ 1.172808] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.174146] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.175750] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.177758] ACPI: Power Button [PWRF]\n[ 1.178952] GHES: HEST is not enabled!\n[ 1.180068] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled\n[ 1.204501] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A\n[ 1.206407] Non-volatile memory driver v1.3\n[ 1.207683] Linux agpgart interface v0.103\n[ 1.209090] crash memory driver: version 1.1\n[ 1.210446] rdac: device handler registered\n[ 1.211768] hp_sw: device handler registered\n[ 1.213065] emc: device handler registered\n[ 1.214321] alua: device handler registered\n[ 1.215597] libphy: Fixed MDIO Bus: probed\n[ 1.216892] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.218609] ehci-pci: EHCI PCI platform driver\n[ 1.219912] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.221502] ohci-pci: OHCI PCI platform driver\n[ 1.222901] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.242824] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.244396] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.246713] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.248153] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 1.249772] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.251487] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.253704] usb usb1: Product: UHCI Host Controller\n[ 1.255145] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd\n[ 1.256916] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.258360] hub 1-0:1.0: USB hub found\n[ 1.259594] hub 1-0:1.0: 2 ports detected\n[ 1.260978] usbcore: registered new interface driver usbserial\n[ 1.262574] usbcore: registered new interface driver usbserial_generic\n[ 1.264312] usbserial: USB Serial support registered for generic\n[ 1.265927] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.268910] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.270338] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.271865] mousedev: PS/2 mouse device common for all mice\n[ 1.273735] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.276398] rtc_cmos 00:00: RTC can wake from S4\n[ 1.277076] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2\n[ 1.278406] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.282798] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.284382] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.285955] cpuidle: using governor menu\n[ 1.287110] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.288537] usbcore: registered new interface driver usbhid\n[ 1.289982] usbhid: USB HID core driver\n[ 1.291096] drop_monitor: Initializing network drop monitor service\n[ 1.292645] TCP: cubic registered\n[ 1.293765] Initializing XFRM netlink socket\n[ 1.295023] NET: Registered protocol family 10\n[ 1.296514] NET: Registered protocol family 17\n[ 1.297993] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.299595] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.301141] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.303618] Loading compiled-in X.509 certificates\n[ 1.304988] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717'\n[ 1.307497] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b'\n[ 1.310508] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106'\n[ 1.313097] registered taskstats version 1\n[ 1.316023] Key type trusted registered\n[ 1.318489] Key type encrypted registered\n[ 1.320870] IMA: No TPM chip found, activating TPM-bypass!\n[ 1.322680] rtc_cmos 00:00: setting system clock to 2018-08-01 05:58:08 UTC (1533103088)\n[ 1.325694] Freeing unused kernel memory: 1680k freed\n[ 1.330340] 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.335087] systemd[1]: Detected virtualization kvm.\n[ 1.336500] systemd[1]: Detected architecture x86-64.\n[ 1.337949] systemd[1]: Running in initial RAM disk.\n\nWelcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m!\n\n[ 1.340895] systemd[1]: No hostname configured.\n[ 1.342270] systemd[1]: Set hostname to .\n[ 1.343758] systemd[1]: Initializing machine ID from KVM UUID.\n[[32m OK [0m] Reached target Timers.\n[ 1.367033] systemd[1]: Reached target Timers.\n[ 1.368401] systemd[1]: Starting Timers.\n[[32m OK [0m] Reached target Local File Systems.\n[ 1.370784] systemd[1]: Reached target Local File Systems.\n[ 1.372329] systemd[1]: Starting Local File Systems.\n[[32m OK [0m] Created slice Root Slice.\n[ 1.374821] systemd[1]: Created slice Root Slice.\n[ 1.376213] systemd[1]: Starting Root Slice.\n[[32m OK [0m] Listening on udev Kernel Socket.\n[ 1.378599] systemd[1]: Listening on udev Kernel Socket.\n[ 1.380089] systemd[1]: Starting udev Kernel Socket.\n[[32m OK [0m] Listening on udev Control Socket.\n[ 1.382682] systemd[1]: Listening on udev Control Socket.\n[ 1.384158] systemd[1]: Starting udev Control Socket.\n[[32m OK [0m] Created slice System Slice.\n[ 1.386684] systemd[1]: Created slice System Slice.\n[ 1.388067] systemd[1]: Starting System Slice.\n[[32m OK [0m] Reached target Slices.\n[ 1.390359] systemd[1]: Reached target Slices.\n[ 1.391695] systemd[1]: Starting Slices.\n[[32m OK [0m] Listening on Journal Socket.\n[ 1.393983] systemd[1]: Listening on Journal Socket.\n[ 1.395413] systemd[1]: Starting Journal Socket.\n[[32m OK [0m] Reached target Sockets.\n[ 1.397746] systemd[1]: Reached target Sockets.\n[ 1.399100] systemd[1]: Starting Sockets.\n[ 1.400774] systemd[1]: Starting dracut cmdline hook...\n Starting dracut cmdline hook...\n[ 1.403440] systemd[1]: Starting Apply Kernel Variables...\n Starting Apply Kernel Variables...\n[ 1.406298] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 1.409019] 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.419168] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.\n[ 1.421580] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.\n[[32m OK [0m] Reached target Paths.\n[ 1.426157] systemd[1]: Reached target Paths.\n[ 1.427472] systemd[1]: Starting Paths.\n[[32m OK [0m] Reached target Swap.\n[ 1.429604] systemd[1]: Reached target Swap.\n[ 1.430939] systemd[1]: Starting Swap.\n[[32m OK [0m] Started Journal Service.\n[ 1.433316] systemd[1]: Started Journal Service.\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 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.472187] RPC: Registered named UNIX socket transport module.\n[ 1.473681] RPC: Registered udp transport module.\n[ 1.474913] RPC: Registered tcp transport module.\n[ 1.476141] RPC: Registered tcp NFSv4.1 backchannel transport module.\n[[32m OK [0m] Started dracut pre-udev hook.\n Starting udev Kernel Device Manager...\n[[32m OK [0m] Started udev Kernel Device Manager.\n Starting dracut pre-trigger hook...\n[[32m OK [0m] Started dracut pre-trigger hook.\n Starting udev Coldplug all Devices...\n Mounting Configuration File System...\n[[32m OK [0m] Mounted Configuration File System.\n[ 1.563729] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.570086] FDC 0 is a S82078B\n[[32m OK [0m] Started udev Coldplug all Devices.\n[[32m OK [0m] Reached target System Initialization.\n[[32m OK [0m] Reached target Basic System.\n Starting dracut initqueue hook...\n[ 1.590373] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.595130] scsi host0: ata_piix\n[ 1.597582] scsi host1: ata_piix\n[ 1.598849] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 1.600648] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 1.640909] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.648452] 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.716695] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.718338] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.720067] usb 1-1: Product: QEMU USB Tablet\n[ 1.721297] usb 1-1: Manufacturer: QEMU\n[ 1.722492] usb 1-1: SerialNumber: 42\n[ 1.731902] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4\n[ 1.734798] hid-generic 0003:0627:0001.0001: input,hidraw0: USB HID v0.01 Mouse [QEMU QEMU USB Tablet] on usb-0000:00:01.2-1/input0\n[[32m OK [0m] Started dracut initqueue hook.\n Mounting /sysroot...\n[[32m OK [0m] Reached target Remote File Systems (Pre).\n[[32m OK [0m] Reached target Remote File Systems.\n[ 1.817667] SGI XFS with ACLs, security attributes, no debug enabled\n[ 1.820130] XFS (vda1): Mounting V4 Filesystem\n[ 1.856853] 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 Slices.\n[[32m OK [0m] Stopped target Sockets.\n[[32m OK [0m] Stopped target System Initialization.\n[[32m OK [0m] Stopped Apply Kernel Variables.\n Stopping Apply Kernel Variables...\n[[32m OK [0m] Stopped target Swap.\n[[32m OK [0m] Stopped target Local File Systems.\n[[32m OK [0m] Stopped udev Coldplug all Devices.\n Stopping udev Coldplug all Devices...\n[[32m OK [0m] Stopped dracut pre-trigger hook.\n Stopping dracut pre-trigger hook...\n Stopping udev Kernel Device Manager...\n[[32m OK [0m] Stopped udev Kernel Device Manager.\n[[32m OK [0m] Stopped dracut pre-udev hook.\n Stopping dracut pre-udev hook...\n[[32m OK [0m] Stopped dracut cmdline hook.\n Stopping dracut cmdline hook...\n[[32m OK [0m] Stopped Create Static Device Nodes in /dev.\n Stopping Create Static Device Nodes in /dev...\n[[32m OK [0m] Stopped Create list of required sta...ce nodes for the current kernel.\n Stopping Create list of required st... nodes for the current kernel...\n[[32m OK [0m] Closed udev Kernel Socket.\n[[32m OK [0m] Closed udev Control Socket.\n Starting Cleanup udevd DB...\n[[32m OK [0m] Started Cleanup udevd DB.\n[[32m OK [0m] Reached target Switch Root.\n Starting Switch Root...\n[ 2.074044] systemd-journald[111]: Received SIGTERM from PID 1 (systemd).\n[ 2.114754] tsc: Refined TSC clocksource calibration: 3491.853 MHz\n[ 2.184703] SELinux: Disabled at runtime.\n[ 2.222728] type=1404 audit(1533103089.400:2): selinux=0 auid=4294967295 ses=4294967295\n[ 2.263907] ip_tables: (C) 2000-2006 Netfilter Core Team\n[ 2.265344] systemd[1]: Inserted module 'ip_tables'\n\nWelcome to [0;31mCentOS Linux 7 (Core)[0m!\n\n"} 2018-08-01 05:58:09,861 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/4301c503-0fbf-47d8-9dff-826067ae474f/action used request id req-6ebac117-bfc0-4ef1-836e-1f6e5586f855 2018-08-01 05:58:09,861 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.134665966034s 2018-08-01 05:58:09,862 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/servers/4301c503-0fbf-47d8-9dff-826067ae474f/action used request id req-6ebac117-bfc0-4ef1-836e-1f6e5586f855 2018-08-01 05:58:09,862 - 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 1870554052 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.316835] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491912) [ 0.319067] pid_max: default: 32768 minimum: 301 [ 0.320281] Security Framework initialized [ 0.321398] SELinux: Initializing. [ 0.322694] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes) [ 0.327584] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.330613] Mount-cache hash table entries: 4096 [ 0.332072] Initializing cgroup subsys memory [ 0.333237] Initializing cgroup subsys devices [ 0.334405] Initializing cgroup subsys freezer [ 0.335579] Initializing cgroup subsys net_cls [ 0.336743] Initializing cgroup subsys blkio [ 0.337880] Initializing cgroup subsys perf_event [ 0.339086] Initializing cgroup subsys hugetlb [ 0.340245] Initializing cgroup subsys pids [ 0.341366] Initializing cgroup subsys net_prio [ 0.342622] CPU: Physical Processor ID: 0 [ 0.344409] mce: CPU supports 10 MCE banks [ 0.345593] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.346898] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.348193] tlb_flushall_shift: 6 [ 0.349377] Freeing SMP alternatives: 28k freed [ 0.353172] ACPI: Core revision 20130517 [ 0.354704] ACPI: All ACPI Tables successfully acquired [ 0.356162] ftrace: allocating 25812 entries in 101 pages [ 0.377568] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.379203] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.380925] smpboot: Max logical packages: 2 [ 0.382360] Enabling x2apic [ 0.383352] Enabled x2apic [ 0.384520] Switched APIC routing to physical x2apic. [ 0.386860] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.388518] smpboot: CPU0: Intel Core Processor (Haswell, no TSX, IBRS) (fam: 06, model: 3c, stepping: 01) [ 0.391349] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.398795] KVM setup paravirtual spinlock [ 0.401171] smpboot: Booting Node 0, Processors #1 OK [ 0.402820] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock [ 0.424816] Brought up 2 CPUs [ 0.424824] KVM setup async PF for cpu 1 [ 0.424827] kvm-stealtime: cpu 1, msr 13fd0f3c0 [ 0.428376] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.430789] devtmpfs: initialized [ 0.433246] EVM: security.selinux [ 0.434351] EVM: security.ima [ 0.435389] EVM: security.capability [ 0.437193] atomic64 test passed for x86-64 platform with CX8 and with SSE [ 0.439004] pinctrl core: initialized pinctrl subsystem [ 0.440594] NET: Registered protocol family 16 [ 0.442100] ACPI: bus type PCI registered [ 0.443376] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.445164] PCI: Using configuration type 1 for base access [ 0.450010] ACPI: Added _OSI(Module Device) [ 0.451330] ACPI: Added _OSI(Processor Device) [ 0.452647] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.454033] ACPI: Added _OSI(Processor Aggregator Device) [ 0.456624] ACPI: Interpreter enabled [ 0.457859] ACPI: (supports S0 S5) [ 0.459012] ACPI: Using IOAPIC for interrupt routing [ 0.460437] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.464663] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.466295] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.468094] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.469790] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.473006] acpiphp: Slot [3] registered [ 0.474232] acpiphp: Slot [4] registered [ 0.475463] acpiphp: Slot [5] registered [ 0.476704] acpiphp: Slot [6] registered [ 0.477926] acpiphp: Slot [7] registered [ 0.479148] acpiphp: Slot [8] registered [ 0.480386] acpiphp: Slot [9] registered [ 0.481621] acpiphp: Slot [10] registered [ 0.482882] acpiphp: Slot [11] registered [ 0.484124] acpiphp: Slot [12] registered [ 0.485373] acpiphp: Slot [13] registered [ 0.486622] acpiphp: Slot [14] registered [ 0.487871] acpiphp: Slot [15] registered [ 0.489119] acpiphp: Slot [16] registered [ 0.490387] acpiphp: Slot [17] registered [ 0.491648] acpiphp: Slot [18] registered [ 0.492904] acpiphp: Slot [19] registered [ 0.494177] acpiphp: Slot [20] registered [ 0.495437] acpiphp: Slot [21] registered [ 0.496694] acpiphp: Slot [22] registered [ 0.497970] acpiphp: Slot [23] registered [ 0.499239] acpiphp: Slot [24] registered [ 0.500509] acpiphp: Slot [25] registered [ 0.501796] acpiphp: Slot [26] registered [ 0.503087] acpiphp: Slot [27] registered [ 0.504373] acpiphp: Slot [28] registered [ 0.505632] acpiphp: Slot [29] registered [ 0.506883] acpiphp: Slot [30] registered [ 0.508168] acpiphp: Slot [31] registered [ 0.509434] PCI host bridge to bus 0000:00 [ 0.510689] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.512158] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.513905] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.515627] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.517912] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window] [ 0.520161] pci_bus 0000:00: root bus resource [mem 0x140000000-0x1bfffffff window] [ 0.524861] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.526696] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.528394] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.530214] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.534275] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.536529] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.558082] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.560049] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.561806] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.563522] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.565421] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.567044] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.568712] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.570837] vgaarb: loaded [ 0.571720] vgaarb: bridge control possible 0000:00:02.0 [ 0.573150] SCSI subsystem initialized [ 0.574237] ACPI: bus type USB registered [ 0.575361] usbcore: registered new interface driver usbfs [ 0.576696] usbcore: registered new interface driver hub [ 0.578012] usbcore: registered new device driver usb [ 0.579431] PCI: Using ACPI for IRQ routing [ 0.580858] NetLabel: Initializing [ 0.581861] NetLabel: domain hash size = 128 [ 0.582999] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.584272] NetLabel: unlabeled traffic allowed by default [ 0.585716] Switched to clocksource kvm-clock [ 0.594062] pnp: PnP ACPI init [ 0.595024] ACPI: bus type PNP registered [ 0.596462] pnp: PnP ACPI: found 5 devices [ 0.597566] ACPI: bus type PNP unregistered [ 0.604676] NET: Registered protocol family 2 [ 0.606095] TCP established hash table entries: 32768 (order: 6, 262144 bytes) [ 0.608297] TCP bind hash table entries: 32768 (order: 7, 524288 bytes) [ 0.610150] TCP: Hash tables configured (established 32768 bind 32768) [ 0.612460] TCP: reno registered [ 0.613896] UDP hash table entries: 2048 (order: 4, 65536 bytes) [ 0.615382] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes) [ 0.616927] NET: Registered protocol family 1 [ 0.618089] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.619478] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.620840] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.640727] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.660597] Unpacking initramfs... [ 1.101305] Freeing initrd memory: 37508k freed [ 1.110661] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) [ 1.112207] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff] [ 1.115111] sha1_ssse3: Using AVX2 optimized SHA-1 implementation [ 1.116850] sha256_ssse3: Using AVX2 optimized SHA-256 implementation [ 1.118811] futex hash table entries: 512 (order: 3, 32768 bytes) [ 1.120454] Initialise system trusted keyring [ 1.121776] audit: initializing netlink socket (disabled) [ 1.123282] type=2000 audit(1533103088.231:1): initialized [ 1.140171] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 1.141876] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 1.144362] zpool: loaded [ 1.145370] zbud: loaded [ 1.146510] VFS: Disk quotas dquot_6.5.2 [ 1.147753] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.149608] msgmni has been set to 7578 [ 1.150873] Key type big_key registered [ 1.152789] NET: Registered protocol family 38 [ 1.154132] Key type asymmetric registered [ 1.155379] Asymmetric key parser 'x509' registered [ 1.156783] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251) [ 1.159109] io scheduler noop registered [ 1.160339] io scheduler deadline registered (default) [ 1.171630] io scheduler cfq registered [ 1.172808] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 1.174146] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 1.175750] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 1.177758] ACPI: Power Button [PWRF] [ 1.178952] GHES: HEST is not enabled! [ 1.180068] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled [ 1.204501] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A [ 1.206407] Non-volatile memory driver v1.3 [ 1.207683] Linux agpgart interface v0.103 [ 1.209090] crash memory driver: version 1.1 [ 1.210446] rdac: device handler registered [ 1.211768] hp_sw: device handler registered [ 1.213065] emc: device handler registered [ 1.214321] alua: device handler registered [ 1.215597] libphy: Fixed MDIO Bus: probed [ 1.216892] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.218609] ehci-pci: EHCI PCI platform driver [ 1.219912] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.221502] ohci-pci: OHCI PCI platform driver [ 1.222901] uhci_hcd: USB Universal Host Controller Interface driver [ 1.242824] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.244396] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.246713] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.248153] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 1.249772] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.251487] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.253704] usb usb1: Product: UHCI Host Controller [ 1.255145] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd [ 1.256916] usb usb1: SerialNumber: 0000:00:01.2 [ 1.258360] hub 1-0:1.0: USB hub found [ 1.259594] hub 1-0:1.0: 2 ports detected [ 1.260978] usbcore: registered new interface driver usbserial [ 1.262574] usbcore: registered new interface driver usbserial_generic [ 1.264312] usbserial: USB Serial support registered for generic [ 1.265927] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.268910] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.270338] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.271865] mousedev: PS/2 mouse device common for all mice [ 1.273735] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.276398] rtc_cmos 00:00: RTC can wake from S4 [ 1.277076] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2 [ 1.278406] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.282798] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.284382] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.285955] cpuidle: using governor menu [ 1.287110] hidraw: raw HID events driver (C) Jiri Kosina [ 1.288537] usbcore: registered new interface driver usbhid [ 1.289982] usbhid: USB HID core driver [ 1.291096] drop_monitor: Initializing network drop monitor service [ 1.292645] TCP: cubic registered [ 1.293765] Initializing XFRM netlink socket [ 1.295023] NET: Registered protocol family 10 [ 1.296514] NET: Registered protocol family 17 [ 1.297993] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 1.299595] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 1.301141] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 1.303618] Loading compiled-in X.509 certificates [ 1.304988] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717' [ 1.307497] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b' [ 1.310508] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106' [ 1.313097] registered taskstats version 1 [ 1.316023] Key type trusted registered [ 1.318489] Key type encrypted registered [ 1.320870] IMA: No TPM chip found, activating TPM-bypass! [ 1.322680] rtc_cmos 00:00: setting system clock to 2018-08-01 05:58:08 UTC (1533103088) [ 1.325694] Freeing unused kernel memory: 1680k freed [ 1.330340] 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.335087] systemd[1]: Detected virtualization kvm. [ 1.336500] systemd[1]: Detected architecture x86-64. [ 1.337949] systemd[1]: Running in initial RAM disk. Welcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m! [ 1.340895] systemd[1]: No hostname configured. [ 1.342270] systemd[1]: Set hostname to . [ 1.343758] systemd[1]: Initializing machine ID from KVM UUID. [[32m OK [0m] Reached target Timers. [ 1.367033] systemd[1]: Reached target Timers. [ 1.368401] systemd[1]: Starting Timers. [[32m OK [0m] Reached target Local File Systems. [ 1.370784] systemd[1]: Reached target Local File Systems. [ 1.372329] systemd[1]: Starting Local File Systems. [[32m OK [0m] Created slice Root Slice. [ 1.374821] systemd[1]: Created slice Root Slice. [ 1.376213] systemd[1]: Starting Root Slice. [[32m OK [0m] Listening on udev Kernel Socket. [ 1.378599] systemd[1]: Listening on udev Kernel Socket. [ 1.380089] systemd[1]: Starting udev Kernel Socket. [[32m OK [0m] Listening on udev Control Socket. [ 1.382682] systemd[1]: Listening on udev Control Socket. [ 1.384158] systemd[1]: Starting udev Control Socket. [[32m OK [0m] Created slice System Slice. [ 1.386684] systemd[1]: Created slice System Slice. [ 1.388067] systemd[1]: Starting System Slice. [[32m OK [0m] Reached target Slices. [ 1.390359] systemd[1]: Reached target Slices. [ 1.391695] systemd[1]: Starting Slices. [[32m OK [0m] Listening on Journal Socket. [ 1.393983] systemd[1]: Listening on Journal Socket. [ 1.395413] systemd[1]: Starting Journal Socket. [[32m OK [0m] Reached target Sockets. [ 1.397746] systemd[1]: Reached target Sockets. [ 1.399100] systemd[1]: Starting Sockets. [ 1.400774] systemd[1]: Starting dracut cmdline hook... Starting dracut cmdline hook... [ 1.403440] systemd[1]: Starting Apply Kernel Variables... Starting Apply Kernel Variables... [ 1.406298] systemd[1]: Starting Journal Service... Starting Journal Service... [ 1.409019] 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.419168] systemd[1]: Started Dispatch Password Requests to Console Directory Watch. [ 1.421580] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch. [[32m OK [0m] Reached target Paths. [ 1.426157] systemd[1]: Reached target Paths. [ 1.427472] systemd[1]: Starting Paths. [[32m OK [0m] Reached target Swap. [ 1.429604] systemd[1]: Reached target Swap. [ 1.430939] systemd[1]: Starting Swap. [[32m OK [0m] Started Journal Service. [ 1.433316] systemd[1]: Started Journal Service. [[32m OK [0m] Started Apply Kernel Variables. [[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. Starting Create Static Device Nodes in /dev... [[32m OK [0m] Started Create Static Device Nodes in /dev. [[32m OK [0m] Started dracut cmdline hook. Starting dracut pre-udev hook... [ 1.472187] RPC: Registered named UNIX socket transport module. [ 1.473681] RPC: Registered udp transport module. [ 1.474913] RPC: Registered tcp transport module. [ 1.476141] RPC: Registered tcp NFSv4.1 backchannel transport module. [[32m OK [0m] Started dracut pre-udev hook. Starting udev Kernel Device Manager... [[32m OK [0m] Started udev Kernel Device Manager. Starting dracut pre-trigger hook... [[32m OK [0m] Started dracut pre-trigger hook. Starting udev Coldplug all Devices... Mounting Configuration File System... [[32m OK [0m] Mounted Configuration File System. [ 1.563729] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.570086] FDC 0 is a S82078B [[32m OK [0m] Started udev Coldplug all Devices. [[32m OK [0m] Reached target System Initialization. [[32m OK [0m] Reached target Basic System. Starting dracut initqueue hook... [ 1.590373] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 1.595130] scsi host0: ata_piix [ 1.597582] scsi host1: ata_piix [ 1.598849] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 1.600648] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 1.640909] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 1.648452] 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.716695] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.718338] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.720067] usb 1-1: Product: QEMU USB Tablet [ 1.721297] usb 1-1: Manufacturer: QEMU [ 1.722492] usb 1-1: SerialNumber: 42 [ 1.731902] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4 [ 1.734798] hid-generic 0003:0627:0001.0001: input,hidraw0: USB HID v0.01 Mouse [QEMU QEMU USB Tablet] on usb-0000:00:01.2-1/input0 [[32m OK [0m] Started dracut initqueue hook. Mounting /sysroot... [[32m OK [0m] Reached target Remote File Systems (Pre). [[32m OK [0m] Reached target Remote File Systems. [ 1.817667] SGI XFS with ACLs, security attributes, no debug enabled [ 1.820130] XFS (vda1): Mounting V4 Filesystem [ 1.856853] 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 Slices. [[32m OK [0m] Stopped target Sockets. [[32m OK [0m] Stopped target System Initialization. [[32m OK [0m] Stopped Apply Kernel Variables. Stopping Apply Kernel Variables... [[32m OK [0m] Stopped target Swap. [[32m OK [0m] Stopped target Local File Systems. [[32m OK [0m] Stopped udev Coldplug all Devices. Stopping udev Coldplug all Devices... [[32m OK [0m] Stopped dracut pre-trigger hook. Stopping dracut pre-trigger hook... Stopping udev Kernel Device Manager... [[32m OK [0m] Stopped udev Kernel Device Manager. [[32m OK [0m] Stopped dracut pre-udev hook. Stopping dracut pre-udev hook... [[32m OK [0m] Stopped dracut cmdline hook. Stopping dracut cmdline hook... [[32m OK [0m] Stopped Create Static Device Nodes in /dev. Stopping Create Static Device Nodes in /dev... [[32m OK [0m] Stopped Create list of required sta...ce nodes for the current kernel. Stopping Create list of required st... nodes for the current kernel... [[32m OK [0m] Closed udev Kernel Socket. [[32m OK [0m] Closed udev Control Socket. Starting Cleanup udevd DB... [[32m OK [0m] Started Cleanup udevd DB. [[32m OK [0m] Reached target Switch Root. Starting Switch Root... [ 2.074044] systemd-journald[111]: Received SIGTERM from PID 1 (systemd). [ 2.114754] tsc: Refined TSC clocksource calibration: 3491.853 MHz [ 2.184703] SELinux: Disabled at runtime. [ 2.222728] type=1404 audit(1533103089.400:2): selinux=0 auid=4294967295 ses=4294967295 [ 2.263907] ip_tables: (C) 2000-2006 Netfilter Core Team [ 2.265344] systemd[1]: Inserted module 'ip_tables' Welcome to [0;31mCentOS Linux 7 (Core)[0m! 2018-08-01 05:58:16,881 - paramiko.transport - DEBUG - starting thread (client mode): 0x96245a10L 2018-08-01 05:58:16,881 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-01 05:58:16,890 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_6.6.1 2018-08-01 05:58:16,890 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_6.6.1) 2018-08-01 05:58:16,904 - 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-01 05:58:16,905 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-01 05:58:16,905 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-01 05:58:16,905 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-01 05:58:16,905 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-01 05:58:16,905 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-01 05:58:16,912 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-01 05:58:16,913 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-01 05:58:16,945 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 172.30.9.217: 4c1f7c71f5a98b8370f02ab218eae423 2018-08-01 05:58:16,946 - paramiko.transport - DEBUG - Trying discovered key 7ada6ca4b140005cdfc3cd5505af72b3 in /tmp/tmp1nPQUZ 2018-08-01 05:58:16,962 - paramiko.transport - DEBUG - userauth is OK 2018-08-01 05:58:17,071 - paramiko.transport - INFO - Authentication (publickey) failed. 2018-08-01 05:58:17,080 - paramiko.transport - DEBUG - Trying discovered key 53a32704d80d9fa5426a394ad4fcf413 in /root/.ssh/id_rsa 2018-08-01 05:58:17,081 - paramiko.transport - DEBUG - userauth is OK 2018-08-01 05:58:17,097 - paramiko.transport - INFO - Authentication (publickey) failed. 2018-08-01 05:58:17,112 - functest.core.singlevm - DEBUG - try 1: cannot connect to 172.30.9.217 2018-08-01 05:58:27,124 - paramiko.transport - DEBUG - starting thread (client mode): 0x96245c10L 2018-08-01 05:58:27,125 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-01 05:58:27,135 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_6.6.1 2018-08-01 05:58:27,135 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_6.6.1) 2018-08-01 05:58:27,140 - 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-01 05:58:27,140 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-01 05:58:27,140 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-01 05:58:27,140 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-01 05:58:27,141 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-01 05:58:27,141 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-01 05:58:27,147 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-01 05:58:27,147 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-01 05:58:27,157 - paramiko.transport - DEBUG - Trying discovered key 7ada6ca4b140005cdfc3cd5505af72b3 in /tmp/tmp1nPQUZ 2018-08-01 05:58:27,187 - paramiko.transport - DEBUG - userauth is OK 2018-08-01 05:58:27,202 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-01 05:58:27,221 - cloudify.rest_client.http - DEBUG - Setting `Authorization` header: * 2018-08-01 05:58:27,221 - cloudify.rest_client.http - DEBUG - Setting `Tenant` header: default_tenant 2018-08-01 05:58:27,222 - functest.core.cloudify - INFO - Attemps running status of the Manager 2018-08-01 05:58:27,223 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.217:80/api/v3/status 2018-08-01 05:58:27,357 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-01 05:58:27,357 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-01 05:58:27,357 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-01 05:58:27,357 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-01 05:58:27,357 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-01 05:58:27,357 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-01 05:58:27,358 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-01 05:58:27,358 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "running", "services": [{"instances": [{"LoadState": "loaded", "Description": "InfluxDB Service", "state": "running", "MainPID": 4608, "Id": "cloudify-influxdb.service", "ActiveState": "active", "SubState": "running"}], "display_name": "InfluxDB"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify Management Worker Service", "state": "running", "MainPID": 4619, "Id": "cloudify-mgmtworker.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Celery Management"}, {"instances": [{"LoadState": "loaded", "Description": "LSB: Starts Logstash as a daemon.", "state": "running", "MainPID": 0, "Id": "logstash.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Logstash"}, {"instances": [{"LoadState": "loaded", "Description": "RabbitMQ Service", "state": "stop", "MainPID": 1876, "Id": "cloudify-rabbitmq.service", "ActiveState": "deactivating", "SubState": "stop"}], "display_name": "RabbitMQ"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify AMQP InfluxDB Broker Service", "state": "running", "MainPID": 4600, "Id": "cloudify-amqpinflux.service", "ActiveState": "active", "SubState": "running"}], "display_name": "AMQP InfluxDB"}, {"instances": [{"LoadState": "loaded", "Description": "PostgreSQL 9.5 database server", "state": "running", "MainPID": 943, "Id": "postgresql-9.5.service", "ActiveState": "active", "SubState": "running"}], "display_name": "PostgreSQL"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify REST Service", "state": "running", "MainPID": 812, "Id": "cloudify-restservice.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Manager Rest-Service"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify Stage Service", "state": "running", "MainPID": 808, "Id": "cloudify-stage.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Cloudify Stage"}, {"instances": [{"LoadState": "loaded", "Description": "Riemann Service", "state": "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": 4593, "Id": "nginx.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Webserver"}]} 2018-08-01 05:58:27,358 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-01 05:58:27,358 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 01 Aug 2018 05:58:27 GMT 2018-08-01 05:58:27,358 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-01 05:58:27,358 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2384 2018-08-01 05:58:27,358 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-01 05:58:27,359 - functest.core.cloudify - DEBUG - status {u'status': u'running', u'services': [{u'instances': [{u'LoadState': u'loaded', u'Description': u'InfluxDB Service', u'MainPID': 4608, 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': 4619, 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': 1876, u'state': u'stop', u'Id': u'cloudify-rabbitmq.service', u'ActiveState': u'deactivating', u'SubState': u'stop'}], u'display_name': u'RabbitMQ'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'Cloudify AMQP InfluxDB Broker Service', u'MainPID': 4600, 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': 943, 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': 812, u'state': u'running', u'Id': u'cloudify-restservice.service', u'ActiveState': u'active', u'SubState': u'running'}], u'display_name': u'Manager Rest-Service'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'Cloudify Stage Service', u'MainPID': 808, u'state': u'running', u'Id': u'cloudify-stage.service', u'ActiveState': u'active', u'SubState': u'running'}], u'display_name': u'Cloudify Stage'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'Riemann Service', u'MainPID': 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': 4593, u'state': u'running', u'Id': u'nginx.service', u'ActiveState': u'active', u'SubState': u'running'}], u'display_name': u'Webserver'}]} 2018-08-01 05:58:27,359 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.217:80/api/v3/status 2018-08-01 05:58:27,475 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-01 05:58:27,475 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-01 05:58:27,475 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-01 05:58:27,475 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-01 05:58:27,476 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-01 05:58:27,476 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-01 05:58:27,476 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-01 05:58:27,476 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "running", "services": [{"instances": [{"LoadState": "loaded", "Description": "InfluxDB Service", "state": "running", "MainPID": 4608, "Id": "cloudify-influxdb.service", "ActiveState": "active", "SubState": "running"}], "display_name": "InfluxDB"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify Management Worker Service", "state": "running", "MainPID": 4619, "Id": "cloudify-mgmtworker.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Celery Management"}, {"instances": [{"LoadState": "loaded", "Description": "LSB: Starts Logstash as a daemon.", "state": "running", "MainPID": 0, "Id": "logstash.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Logstash"}, {"instances": [{"LoadState": "loaded", "Description": "RabbitMQ Service", "state": "stop", "MainPID": 1876, "Id": "cloudify-rabbitmq.service", "ActiveState": "deactivating", "SubState": "stop"}], "display_name": "RabbitMQ"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify AMQP InfluxDB Broker Service", "state": "running", "MainPID": 4600, "Id": "cloudify-amqpinflux.service", "ActiveState": "active", "SubState": "running"}], "display_name": "AMQP InfluxDB"}, {"instances": [{"LoadState": "loaded", "Description": "PostgreSQL 9.5 database server", "state": "running", "MainPID": 943, "Id": "postgresql-9.5.service", "ActiveState": "active", "SubState": "running"}], "display_name": "PostgreSQL"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify REST Service", "state": "running", "MainPID": 812, "Id": "cloudify-restservice.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Manager Rest-Service"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify Stage Service", "state": "running", "MainPID": 808, "Id": "cloudify-stage.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Cloudify Stage"}, {"instances": [{"LoadState": "loaded", "Description": "Riemann Service", "state": "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": 4593, "Id": "nginx.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Webserver"}]} 2018-08-01 05:58:27,476 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-01 05:58:27,476 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 01 Aug 2018 05:58:27 GMT 2018-08-01 05:58:27,476 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-01 05:58:27,476 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2384 2018-08-01 05:58:27,476 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-01 05:58:27,477 - functest.core.cloudify - INFO - The current manager status is running 2018-08-01 05:58:27,477 - 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-01 05:58:27,557 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-01 05:58:27,557 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-01 05:58:27,557 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-01 05:58:27,557 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-01 05:58:27,558 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-01 05:58:27,558 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-01 05:58:27,558 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-01 05:58:27,558 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 67 2018-08-01 05:58:27,558 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"tenant_name": "default_tenant", "created_at": "2018-08-01T05:58:27.286Z", "updated_at": "2018-08-01T05:58:27.286Z", "created_by": "admin", "private_resource": false, "value": "bar", "key": "foo"} 2018-08-01 05:58:27,558 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-01 05:58:27,558 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 01 Aug 2018 05:58:27 GMT 2018-08-01 05:58:27,558 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-01 05:58:27,558 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 197 2018-08-01 05:58:27,559 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-01 05:58:27,559 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.217:80/api/v3/secrets 2018-08-01 05:58:27,613 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-01 05:58:27,614 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-01 05:58:27,614 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-01 05:58:27,614 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-01 05:58:27,614 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-01 05:58:27,614 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-01 05:58:27,614 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-01 05:58:27,614 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"permission": null, "tenant_name": "default_tenant", "created_at": "2018-08-01T05:58:27.286Z", "updated_at": "2018-08-01T05:58:27.286Z", "created_by": "admin", "key": "foo"}], "metadata": {"pagination": {"total": 1, "offset": 0, "size": 0}}} 2018-08-01 05:58:27,614 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-01 05:58:27,615 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 01 Aug 2018 05:58:27 GMT 2018-08-01 05:58:27,615 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-01 05:58:27,615 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 253 2018-08-01 05:58:27,615 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-01 05:58:27,615 - functest.core.cloudify - DEBUG - List secrets: 2018-08-01 05:58:27,616 - cloudify.rest_client.http - DEBUG - Sending request: DELETE http://172.30.9.217:80/api/v3/secrets/foo 2018-08-01 05:58:27,672 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-01 05:58:27,672 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-01 05:58:27,672 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-01 05:58:27,672 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-01 05:58:27,672 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-01 05:58:27,672 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-01 05:58:27,672 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-01 05:58:27,673 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 0 2018-08-01 05:58:27,673 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"tenant_name": "default_tenant", "created_at": "2018-08-01T05:58:27.286Z", "updated_at": "2018-08-01T05:58:27.286Z", "created_by": "admin", "private_resource": false, "value": "bar", "key": "foo"} 2018-08-01 05:58:27,673 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-01 05:58:27,673 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 01 Aug 2018 05:58:27 GMT 2018-08-01 05:58:27,673 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-01 05:58:27,673 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 197 2018-08-01 05:58:27,673 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-01 05:58:27,674 - functest.core.cloudify - INFO - Secrets API successfully reached 2018-08-01 05:58:27,674 - functest.core.cloudify - INFO - Cloudify Manager is up and running 2018-08-01 05:58:27,674 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Put private keypair in manager 2018-08-01 05:58:27,675 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-01 05:58:27,676 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-01 05:58:27,676 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-01 05:58:27,680 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-01 05:58:27,717 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-01 05:58:27,718 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-01 05:58:27,728 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-01 05:58:27,728 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-08-01 05:58:27,728 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-01 05:58:27,737 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-01 05:59:03,456 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-01 05:59:03,456 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - output: Loaded plugins: fastestmirror Determining fastest mirrors * base: mirrors.syringanetworks.net * extras: centos.eecs.wsu.edu * updates: mirror.tocici.com 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.9.1.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.9.1.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 14 MB/s | 54 MB 00:04 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.9.1.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 : kernel-headers-3.10.0-862.9.1.el7.x86_64 5/24 Verifying : gcc-4.8.5-28.el7_5.1.x86_64 6/24 Verifying : python-libs-2.7.5-69.el7_5.x86_64 7/24 Verifying : glibc-2.17-222.el7.x86_64 8/24 Verifying : libgcc-4.8.5-28.el7_5.1.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.9.1.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-01 05:59:03,457 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-01 05:59:03,457 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - error: 2018-08-01 05:59:03,458 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/vyos-1.1.7.img 2018-08-01 05:59:05,821 - shade - DEBUG - Image file /home/opnfv/functest/images/vyos-1.1.7.img md5:5428081a21782d4eab3b67d8cc6bf508 sha256:55fa585158ce340dac1941aa3ea9cf2e0547b9b405b91c0b2e22c767ed5bbfe0 2018-08-01 05:59:05,823 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-01 05:59:05,824 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b7745d13c7b7486e50bf958e5174d217e3a9303c" 2018-08-01 05:59:05,878 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1208 Content-Type: application/json X-Openstack-Request-Id: req-1076f5bc-738d-4f54-90c0-23f22dec8d31 Date: Wed, 01 Aug 2018 05:59:05 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://1c426f71-e315-470f-a765-a4a983e8d919/images/7090a0bc-12ad-4ad4-a666-23d9710e2007/snap", "metadata": {}}], "file": "/v2/images/7090a0bc-12ad-4ad4-a666-23d9710e2007/file", "owner": "b3bd489e2d434bf0819a8445cb7200ba", "id": "7090a0bc-12ad-4ad4-a666-23d9710e2007", "size": 4373348352, "self": "/v2/images/7090a0bc-12ad-4ad4-a666-23d9710e2007", "disk_format": "qcow2", "direct_url": "rbd://1c426f71-e315-470f-a765-a4a983e8d919/images/7090a0bc-12ad-4ad4-a666-23d9710e2007/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "updated_at": "2018-08-01T05:55:52Z", "visibility": "private", "owner_specified.shade.object": "images/vyos_vrouter-img_a967c3e7-2399-45ac-a5ab-3aac5f918193", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "vyos_vrouter-img_a967c3e7-2399-45ac-a5ab-3aac5f918193", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "created_at": "2018-08-01T05:54:53Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-01 05:59:05,878 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-1076f5bc-738d-4f54-90c0-23f22dec8d31 2018-08-01 05:59:05,878 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0550639629364s 2018-08-01 05:59:05,878 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-1076f5bc-738d-4f54-90c0-23f22dec8d31 2018-08-01 05:59:05,884 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-01 05:59:05,886 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b7745d13c7b7486e50bf958e5174d217e3a9303c" -d '{"owner_specified.shade.md5": "5428081a21782d4eab3b67d8cc6bf508", "owner_specified.shade.sha256": "55fa585158ce340dac1941aa3ea9cf2e0547b9b405b91c0b2e22c767ed5bbfe0", "owner_specified.shade.object": "images/vyos_vrouter-img_alt_a967c3e7-2399-45ac-a5ab-3aac5f918193", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vyos_vrouter-img_alt_a967c3e7-2399-45ac-a5ab-3aac5f918193"}' 2018-08-01 05:59:06,565 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 884 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/8f094f73-47bc-4a76-95f2-33c6280a61d0 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-ea8cd047-0ffe-4d90-abbc-b95c34bd0e0a Date: Wed, 01 Aug 2018 05:59:06 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/8f094f73-47bc-4a76-95f2-33c6280a61d0/file", "owner": "b3bd489e2d434bf0819a8445cb7200ba", "id": "8f094f73-47bc-4a76-95f2-33c6280a61d0", "size": null, "self": "/v2/images/8f094f73-47bc-4a76-95f2-33c6280a61d0", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "55fa585158ce340dac1941aa3ea9cf2e0547b9b405b91c0b2e22c767ed5bbfe0", "updated_at": "2018-08-01T05:59:06Z", "visibility": "private", "owner_specified.shade.object": "images/vyos_vrouter-img_alt_a967c3e7-2399-45ac-a5ab-3aac5f918193", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "5428081a21782d4eab3b67d8cc6bf508", "name": "vyos_vrouter-img_alt_a967c3e7-2399-45ac-a5ab-3aac5f918193", "checksum": null, "created_at": "2018-08-01T05:59:06Z", "protected": false} 2018-08-01 05:59:06,566 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-ea8cd047-0ffe-4d90-abbc-b95c34bd0e0a 2018-08-01 05:59:06,566 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.681823015213s 2018-08-01 05:59:06,566 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-ea8cd047-0ffe-4d90-abbc-b95c34bd0e0a returning object 8f094f73-47bc-4a76-95f2-33c6280a61d0 2018-08-01 05:59:06,567 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-01 05:59:06,571 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9292/v2/images/8f094f73-47bc-4a76-95f2-33c6280a61d0/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}b7745d13c7b7486e50bf958e5174d217e3a9303c" -d '' 2018-08-01 05:59:14,528 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-00f045d9-fa7b-435a-99ad-dc8cc5b8c9d3 Date: Wed, 01 Aug 2018 05:59: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-01 05:59:14,528 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/8f094f73-47bc-4a76-95f2-33c6280a61d0/file used request id req-00f045d9-fa7b-435a-99ad-dc8cc5b8c9d3 2018-08-01 05:59:14,529 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 7.96178507805s 2018-08-01 05:59:14,529 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/8f094f73-47bc-4a76-95f2-33c6280a61d0/file used request id req-00f045d9-fa7b-435a-99ad-dc8cc5b8c9d3 2018-08-01 05:59:14,529 - functest.core.singlevm - DEBUG - image: Munch({u'status': u'queued', u'owner_specified.shade.object': u'images/vyos_vrouter-img_alt_a967c3e7-2399-45ac-a5ab-3aac5f918193', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2018-08-01T05:59:06Z', u'owner_specified.shade.sha256': u'55fa585158ce340dac1941aa3ea9cf2e0547b9b405b91c0b2e22c767ed5bbfe0', u'locations': [], u'min_disk': 0, u'visibility': u'private', u'file': u'/v2/images/8f094f73-47bc-4a76-95f2-33c6280a61d0/file', u'owner': u'b3bd489e2d434bf0819a8445cb7200ba', u'virtual_size': None, u'owner_specified.shade.md5': u'5428081a21782d4eab3b67d8cc6bf508', u'id': u'8f094f73-47bc-4a76-95f2-33c6280a61d0', u'size': None, u'name': u'vyos_vrouter-img_alt_a967c3e7-2399-45ac-a5ab-3aac5f918193', u'checksum': None, u'self': u'/v2/images/8f094f73-47bc-4a76-95f2-33c6280a61d0', u'disk_format': u'qcow2', u'protected': False, u'created_at': u'2018-08-01T05:59:06Z', u'schema': u'/v2/schemas/image'}) 2018-08-01 05:59:14,530 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-01 05:59:14,533 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}9bd0fb1e08e24056f610bf9477e912db7eda280d" -d '{"flavor": {"vcpus": 1, "ram": 2048, "name": "vyos_vrouter-flavor_alt_a967c3e7-2399-45ac-a5ab-3aac5f918193", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 50, "id": null, "swap": 0}}' 2018-08-01 05:59:14,587 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05: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-bebbffc8-0d29-4b5f-8143-b7781550be8d x-compute-request-id: req-bebbffc8-0d29-4b5f-8143-b7781550be8d Content-Encoding: gzip Content-Length: 318 Content-Type: application/json RESP BODY: {"flavor": {"name": "vyos_vrouter-flavor_alt_a967c3e7-2399-45ac-a5ab-3aac5f918193", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/2ede1028-f30f-4b47-b09b-7a5e8396093e", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/2ede1028-f30f-4b47-b09b-7a5e8396093e", "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": "2ede1028-f30f-4b47-b09b-7a5e8396093e"}} 2018-08-01 05:59:14,588 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-bebbffc8-0d29-4b5f-8143-b7781550be8d 2018-08-01 05:59:14,588 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.0580308437347s 2018-08-01 05:59:14,588 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-bebbffc8-0d29-4b5f-8143-b7781550be8d 2018-08-01 05:59:14,589 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vyos_vrouter-flavor_alt_a967c3e7-2399-45ac-a5ab-3aac5f918193', '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'90aa95516c664aef94b667c55fdaffe9', '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'2ede1028-f30f-4b47-b09b-7a5e8396093e', 'swap': 0}) 2018-08-01 05:59:14,590 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-01 05:59:14,592 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/flavors/2ede1028-f30f-4b47-b09b-7a5e8396093e/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}9bd0fb1e08e24056f610bf9477e912db7eda280d" -d '{"extra_specs": {}}' 2018-08-01 05:59:14,612 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05: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 x-openstack-request-id: req-4623ec5a-341d-4991-9e7a-7e65ffca8b6b x-compute-request-id: req-4623ec5a-341d-4991-9e7a-7e65ffca8b6b Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-01 05:59:14,612 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors/2ede1028-f30f-4b47-b09b-7a5e8396093e/os-extra_specs used request id req-4623ec5a-341d-4991-9e7a-7e65ffca8b6b 2018-08-01 05:59:14,612 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0224339962006s 2018-08-01 05:59:14,612 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors/2ede1028-f30f-4b47-b09b-7a5e8396093e/os-extra_specs used request id req-4623ec5a-341d-4991-9e7a-7e65ffca8b6b 2018-08-01 05:59:14,616 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.services 2018-08-01 05:59:14,618 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.7:35357 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-01 05:59:14,624 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 01 Aug 2018 05:59:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-52acadab-3e66-4a86-ba42-1034f684603c Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://192.30.9.7:35357/v3/", "rel": "self"}]}]}} 2018-08-01 05:59:14,625 - keystoneauth.session - DEBUG - GET call to None for http://192.30.9.7:35357/ used request id req-52acadab-3e66-4a86-ba42-1034f684603c 2018-08-01 05:59:14,625 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.7:35357/v3/services -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9bd0fb1e08e24056f610bf9477e912db7eda280d" 2018-08-01 05:59:14,731 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:59:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-196eeba1-a66b-44d7-b8de-37ff08273c6e Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"services": [{"description": "Openstack Orchestration Service", "links": {"self": "http://192.30.9.7:35357/v3/services/032123c5c07d477ab419a77fddb5ca2b"}, "enabled": true, "type": "orchestration", "id": "032123c5c07d477ab419a77fddb5ca2b", "name": "heat"}, {"description": "Cinder Service v2", "links": {"self": "http://192.30.9.7:35357/v3/services/09ef7c245fd9479f97ffee152dae0c8e"}, "enabled": true, "type": "volumev2", "id": "09ef7c245fd9479f97ffee152dae0c8e", "name": "cinderv2"}, {"description": "OpenStack Alarming Service", "links": {"self": "http://192.30.9.7:35357/v3/services/0f8615b3651c41099fe76f0fa5b23dd1"}, "enabled": true, "type": "alarming", "id": "0f8615b3651c41099fe76f0fa5b23dd1", "name": "aodh"}, {"description": "OpenStack Image Service", "links": {"self": "http://192.30.9.7:35357/v3/services/17038717f3f0408e8c9d5af024ea0aab"}, "enabled": true, "type": "image", "id": "17038717f3f0408e8c9d5af024ea0aab", "name": "glance"}, {"description": "Openstack Metering Service", "links": {"self": "http://192.30.9.7:35357/v3/services/17647a3a3a00479b9213e6f6cf7a30ea"}, "enabled": true, "type": "metering", "id": "17647a3a3a00479b9213e6f6cf7a30ea", "name": "ceilometer"}, {"description": "OpenStack Event Service", "links": {"self": "http://192.30.9.7:35357/v3/services/1d35633c710f4d9c88e1f50abe614b06"}, "enabled": true, "type": "event", "id": "1d35633c710f4d9c88e1f50abe614b06", "name": "panko"}, {"description": "Cinder Service v3", "links": {"self": "http://192.30.9.7:35357/v3/services/27b85f80d71f464183ff256181f71b43"}, "enabled": true, "type": "volumev3", "id": "27b85f80d71f464183ff256181f71b43", "name": "cinderv3"}, {"description": "OpenStack Metric Service", "links": {"self": "http://192.30.9.7:35357/v3/services/5a0ae06ba8b741ffb51d39c9adb9451c"}, "enabled": true, "type": "metric", "id": "5a0ae06ba8b741ffb51d39c9adb9451c", "name": "gnocchi"}, {"description": "Openstack Cloudformation Service", "links": {"self": "http://192.30.9.7:35357/v3/services/64e449782da244a4b49ea375e297a3ea"}, "enabled": true, "type": "cloudformation", "id": "64e449782da244a4b49ea375e297a3ea", "name": "heat-cfn"}, {"description": "Cinder Service", "links": {"self": "http://192.30.9.7:35357/v3/services/6951fb022adb46feaa04f1020c483fd1"}, "enabled": true, "type": "volume", "id": "6951fb022adb46feaa04f1020c483fd1", "name": "cinder"}, {"description": "Openstack Placement Service", "links": {"self": "http://192.30.9.7:35357/v3/services/83e7ef9cff3b4731b936862816b9afd9"}, "enabled": true, "type": "placement", "id": "83e7ef9cff3b4731b936862816b9afd9", "name": "placement"}, {"description": "Neutron Networking Service", "links": {"self": "http://192.30.9.7:35357/v3/services/94871ebfcb5240ebb8b1c19b8739272c"}, "enabled": true, "type": "network", "id": "94871ebfcb5240ebb8b1c19b8739272c", "name": "neutron"}, {"description": "Openstack Object-Store Service", "links": {"self": "http://192.30.9.7:35357/v3/services/b008c8aea7694b57822ddc559b6dfc45"}, "enabled": true, "type": "object-store", "id": "b008c8aea7694b57822ddc559b6dfc45", "name": "swift"}, {"description": "OpenStack Identity Service", "links": {"self": "http://192.30.9.7:35357/v3/services/de72ed0871ef4a7bab6d7ea0bbfa8d90"}, "enabled": true, "type": "identity", "id": "de72ed0871ef4a7bab6d7ea0bbfa8d90", "name": "keystone"}, {"description": "Openstack Compute Service", "links": {"self": "http://192.30.9.7:35357/v3/services/eb2dd02d9ef54f67b42600e437ecb401"}, "enabled": true, "type": "compute", "id": "eb2dd02d9ef54f67b42600e437ecb401", "name": "nova"}], "links": {"self": "http://192.30.9.7:35357/v3/services", "previous": null, "next": null}} 2018-08-01 05:59:14,731 - keystoneauth.session - DEBUG - GET call to identity for http://192.30.9.7:35357/v3/services used request id req-196eeba1-a66b-44d7-b8de-37ff08273c6e 2018-08-01 05:59:14,731 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.services in 0.115386009216s 2018-08-01 05:59:14,731 - shade.request_ids - DEBUG - GET call to identity for http://192.30.9.7:35357/v3/services used request id req-196eeba1-a66b-44d7-b8de-37ff08273c6e 2018-08-01 05:59:14,740 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.endpoints 2018-08-01 05:59:14,743 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}9bd0fb1e08e24056f610bf9477e912db7eda280d" 2018-08-01 05:59:14,847 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 05:59:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4545e297-3263-43f6-916a-7257c3334dd0 Content-Encoding: gzip Content-Length: 1961 Content-Type: application/json RESP BODY: {"endpoints": [{"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/00197bc0507d42718c9de1a1f3ff7fa9"}, "url": "http://172.30.9.21:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "09ef7c245fd9479f97ffee152dae0c8e", "id": "00197bc0507d42718c9de1a1f3ff7fa9"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/038ac873a08f40dab615db1106f36b91"}, "url": "http://172.30.9.21:5000", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "de72ed0871ef4a7bab6d7ea0bbfa8d90", "id": "038ac873a08f40dab615db1106f36b91"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/0c04b9806aca48e692c506107e0bd3a6"}, "url": "http://172.30.9.21:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "eb2dd02d9ef54f67b42600e437ecb401", "id": "0c04b9806aca48e692c506107e0bd3a6"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/0dcebb246e8d42fab040b053411c0957"}, "url": "http://192.30.9.7:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "27b85f80d71f464183ff256181f71b43", "id": "0dcebb246e8d42fab040b053411c0957"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/0f1136276d75402689a9c377621253ce"}, "url": "http://192.30.9.7:8041", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "5a0ae06ba8b741ffb51d39c9adb9451c", "id": "0f1136276d75402689a9c377621253ce"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/10bc7f20cf92414cb6d088da882341c5"}, "url": "http://192.30.9.7:8000/v1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "64e449782da244a4b49ea375e297a3ea", "id": "10bc7f20cf92414cb6d088da882341c5"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/186c94a5205743a68de2c02795dd12cf"}, "url": "http://192.30.9.7:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "09ef7c245fd9479f97ffee152dae0c8e", "id": "186c94a5205743a68de2c02795dd12cf"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/1c2328ef964c4156917122cfb247f0c4"}, "url": "http://192.30.9.7:8977", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "1d35633c710f4d9c88e1f50abe614b06", "id": "1c2328ef964c4156917122cfb247f0c4"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/2333bd642dd5455c8f03d343d974704d"}, "url": "http://12.0.0.40:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "b008c8aea7694b57822ddc559b6dfc45", "id": "2333bd642dd5455c8f03d343d974704d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/247e0a42582047fb8b1a74db1f38edf7"}, "url": "http://192.30.9.7:8778/placement", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "83e7ef9cff3b4731b936862816b9afd9", "id": "247e0a42582047fb8b1a74db1f38edf7"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/27e89bb29a0d43ce83aefd4cae0f7bd7"}, "url": "http://192.30.9.7:8042", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "0f8615b3651c41099fe76f0fa5b23dd1", "id": "27e89bb29a0d43ce83aefd4cae0f7bd7"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/295d31abf3f44d85b346281cd9c04740"}, "url": "http://172.30.9.21:8042", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "0f8615b3651c41099fe76f0fa5b23dd1", "id": "295d31abf3f44d85b346281cd9c04740"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/32c49f45893f4074a75a056facd63fc5"}, "url": "http://192.30.9.7:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "09ef7c245fd9479f97ffee152dae0c8e", "id": "32c49f45893f4074a75a056facd63fc5"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/33d0ce77838b4a0fbe56c50f7b1e4d71"}, "url": "http://172.30.9.21:8977", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "1d35633c710f4d9c88e1f50abe614b06", "id": "33d0ce77838b4a0fbe56c50f7b1e4d71"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/37ed8998a3894a91b69a9e4f00e62b69"}, "url": "http://192.30.9.7:8778/placement", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "83e7ef9cff3b4731b936862816b9afd9", "id": "37ed8998a3894a91b69a9e4f00e62b69"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/38b745fc1fe14a8691a6fb2553ade0e0"}, "url": "http://192.30.9.7:8977", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "1d35633c710f4d9c88e1f50abe614b06", "id": "38b745fc1fe14a8691a6fb2553ade0e0"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/432bfc9d0c4249dd9ccda5421e19b9e2"}, "url": "http://192.30.9.7:9696", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "94871ebfcb5240ebb8b1c19b8739272c", "id": "432bfc9d0c4249dd9ccda5421e19b9e2"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/449f60307ac54b799d4527d2070f35db"}, "url": "http://192.30.9.7:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "eb2dd02d9ef54f67b42600e437ecb401", "id": "449f60307ac54b799d4527d2070f35db"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/4f0c9b6089cd4f558ee73fabe48d842a"}, "url": "http://192.30.9.7:9292", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "17038717f3f0408e8c9d5af024ea0aab", "id": "4f0c9b6089cd4f558ee73fabe48d842a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/4f93c2c146b149cbb3483078f52c4bdf"}, "url": "http://172.30.9.21:9696", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "94871ebfcb5240ebb8b1c19b8739272c", "id": "4f93c2c146b149cbb3483078f52c4bdf"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/53c0109d8bd545ef83f6d70ce101d52d"}, "url": "http://192.30.9.7:8000/v1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "64e449782da244a4b49ea375e297a3ea", "id": "53c0109d8bd545ef83f6d70ce101d52d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/551cf56b00bd4d038a8694d11700f2ef"}, "url": "http://192.30.9.7:9292", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "17038717f3f0408e8c9d5af024ea0aab", "id": "551cf56b00bd4d038a8694d11700f2ef"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/5af2a23f0d4746a18ce9987becf49813"}, "url": "http://172.30.9.21:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "032123c5c07d477ab419a77fddb5ca2b", "id": "5af2a23f0d4746a18ce9987becf49813"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/5d6722b9f2184abb8e7b581d10709b51"}, "url": "http://192.30.9.7:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "032123c5c07d477ab419a77fddb5ca2b", "id": "5d6722b9f2184abb8e7b581d10709b51"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/8713e9b13a6e43c59e8aa6d6cd510b2b"}, "url": "http://192.30.9.7:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "6951fb022adb46feaa04f1020c483fd1", "id": "8713e9b13a6e43c59e8aa6d6cd510b2b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/92f3de4ac4f44b9a95bdb5c3f0c34d51"}, "url": "http://192.30.9.7:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "27b85f80d71f464183ff256181f71b43", "id": "92f3de4ac4f44b9a95bdb5c3f0c34d51"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/9b943f44b606457c91b7d5098b199be0"}, "url": "http://192.30.9.7:8041", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "5a0ae06ba8b741ffb51d39c9adb9451c", "id": "9b943f44b606457c91b7d5098b199be0"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/9c064a815b5c40c0bb0beee1dee18b58"}, "url": "http://192.30.9.7:5000", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "de72ed0871ef4a7bab6d7ea0bbfa8d90", "id": "9c064a815b5c40c0bb0beee1dee18b58"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/9d3688eabec1484e8c6549a46b35b25f"}, "url": "http://172.30.9.21:8000/v1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "64e449782da244a4b49ea375e297a3ea", "id": "9d3688eabec1484e8c6549a46b35b25f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/9ea08b0116c4412eaded9a074baa4211"}, "url": "http://172.30.9.21:9292", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "17038717f3f0408e8c9d5af024ea0aab", "id": "9ea08b0116c4412eaded9a074baa4211"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/aa33b6fd9ec24bfb9e27785b76bc205d"}, "url": "http://192.30.9.7:35357", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "de72ed0871ef4a7bab6d7ea0bbfa8d90", "id": "aa33b6fd9ec24bfb9e27785b76bc205d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/b073433cdd0f4518882ecf0e413ae4af"}, "url": "http://192.30.9.7:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "6951fb022adb46feaa04f1020c483fd1", "id": "b073433cdd0f4518882ecf0e413ae4af"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/b11d1b5d1d9043d88291c85c92eb73f4"}, "url": "http://172.30.9.21:8778/placement", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "83e7ef9cff3b4731b936862816b9afd9", "id": "b11d1b5d1d9043d88291c85c92eb73f4"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/b47ac34c09dc4c05b1ca4c869d47eaeb"}, "url": "http://172.30.9.21:8041", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "5a0ae06ba8b741ffb51d39c9adb9451c", "id": "b47ac34c09dc4c05b1ca4c869d47eaeb"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/c3a57c4832a74174a0c0889da1e1364b"}, "url": "http://12.0.0.40:8080", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "b008c8aea7694b57822ddc559b6dfc45", "id": "c3a57c4832a74174a0c0889da1e1364b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/cc81206c7ec74b63a868c84343e2355a"}, "url": "http://192.30.9.7:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "032123c5c07d477ab419a77fddb5ca2b", "id": "cc81206c7ec74b63a868c84343e2355a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/d685797f4b164aa48837a822ed32598b"}, "url": "http://192.30.9.7:8042", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "0f8615b3651c41099fe76f0fa5b23dd1", "id": "d685797f4b164aa48837a822ed32598b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/d69efddbf8af404a9b303b99cfb12f43"}, "url": "http://192.30.9.7:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "eb2dd02d9ef54f67b42600e437ecb401", "id": "d69efddbf8af404a9b303b99cfb12f43"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/f27db37221fb446f86228761531722fd"}, "url": "http://172.30.9.21:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "b008c8aea7694b57822ddc559b6dfc45", "id": "f27db37221fb446f86228761531722fd"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/f92025e32c9344f587283e14c1506699"}, "url": "http://172.30.9.21:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "27b85f80d71f464183ff256181f71b43", "id": "f92025e32c9344f587283e14c1506699"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/fc41a1400c1945199a7f0758b5566e31"}, "url": "http://172.30.9.21:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "6951fb022adb46feaa04f1020c483fd1", "id": "fc41a1400c1945199a7f0758b5566e31"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/fd4fdce564324509818028dc78641d8d"}, "url": "http://192.30.9.7:9696", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "94871ebfcb5240ebb8b1c19b8739272c", "id": "fd4fdce564324509818028dc78641d8d"}], "links": {"self": "http://172.30.9.21:5000/v3/endpoints", "previous": null, "next": null}} 2018-08-01 05:59:14,847 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/endpoints used request id req-4545e297-3263-43f6-916a-7257c3334dd0 2018-08-01 05:59:14,847 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.endpoints in 0.106875896454s 2018-08-01 05:59:14,848 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/endpoints used request id req-4545e297-3263-43f6-916a-7257c3334dd0 2018-08-01 05:59:14,858 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-01 05:59:14,858 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}b7745d13c7b7486e50bf958e5174d217e3a9303c" 2018-08-01 05:59:14,913 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 6833 X-Openstack-Request-Id: req-3d867e69-3400-4563-9050-becb697c7ab7 Date: Wed, 01 Aug 2018 05:59:14 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "b3bd489e2d434bf0819a8445cb7200ba", "created_at": "2018-08-01T05:54:24Z", "updated_at": "2018-08-01T05:54:24Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-01T05:54:24Z", "revision_number": 0, "id": "44059d20-8d09-4d5f-aca5-be6cff13ed1c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-01T05:54:24Z", "security_group_id": "1dce6d46-b7bc-449e-a577-e728bada0982", "tenant_id": "b3bd489e2d434bf0819a8445cb7200ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "b3bd489e2d434bf0819a8445cb7200ba"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-01T05:54:24Z", "revision_number": 0, "id": "77f84e71-7047-4af4-95d9-740aa0135f0c", "remote_group_id": "1dce6d46-b7bc-449e-a577-e728bada0982", "remote_ip_prefix": null, "created_at": "2018-08-01T05:54:24Z", "security_group_id": "1dce6d46-b7bc-449e-a577-e728bada0982", "tenant_id": "b3bd489e2d434bf0819a8445cb7200ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "b3bd489e2d434bf0819a8445cb7200ba"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-01T05:54:24Z", "revision_number": 0, "id": "8e58fe83-188e-4d05-9253-7dc696eef662", "remote_group_id": "1dce6d46-b7bc-449e-a577-e728bada0982", "remote_ip_prefix": null, "created_at": "2018-08-01T05:54:24Z", "security_group_id": "1dce6d46-b7bc-449e-a577-e728bada0982", "tenant_id": "b3bd489e2d434bf0819a8445cb7200ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "b3bd489e2d434bf0819a8445cb7200ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-01T05:54:24Z", "revision_number": 0, "id": "f1372f78-7676-4feb-a55b-3939dc50bcd4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-01T05:54:24Z", "security_group_id": "1dce6d46-b7bc-449e-a577-e728bada0982", "tenant_id": "b3bd489e2d434bf0819a8445cb7200ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "b3bd489e2d434bf0819a8445cb7200ba"}], "revision_number": 1, "project_id": "b3bd489e2d434bf0819a8445cb7200ba", "id": "1dce6d46-b7bc-449e-a577-e728bada0982", "name": "default"}, {"description": "created by OPNFV Functest (vyos_vrouter)", "tags": [], "tenant_id": "b3bd489e2d434bf0819a8445cb7200ba", "created_at": "2018-08-01T05:55:53Z", "updated_at": "2018-08-01T05:55:56Z", "security_group_rules": [{"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-01T05:55:54Z", "revision_number": 0, "id": "2531c4e0-cd46-491c-9316-0724a22ac4ca", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-01T05:55:54Z", "security_group_id": "fe75f8c0-ca34-4ace-a480-815f726e4f4f", "tenant_id": "b3bd489e2d434bf0819a8445cb7200ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "b3bd489e2d434bf0819a8445cb7200ba"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 5671, "updated_at": "2018-08-01T05:55:56Z", "revision_number": 0, "id": "4a3f92c4-d35a-4e46-8327-e83adfb10f86", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-01T05:55:56Z", "security_group_id": "fe75f8c0-ca34-4ace-a480-815f726e4f4f", "tenant_id": "b3bd489e2d434bf0819a8445cb7200ba", "port_range_min": 5671, "ethertype": "IPv4", "project_id": "b3bd489e2d434bf0819a8445cb7200ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-01T05:55:53Z", "revision_number": 0, "id": "4af93ed6-eaba-4283-9edb-c7a0a6fb192e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-01T05:55:53Z", "security_group_id": "fe75f8c0-ca34-4ace-a480-815f726e4f4f", "tenant_id": "b3bd489e2d434bf0819a8445cb7200ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "b3bd489e2d434bf0819a8445cb7200ba"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 443, "updated_at": "2018-08-01T05:55:55Z", "revision_number": 0, "id": "a0cffde5-8bb8-4a1a-88e9-eeee98b07aea", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-01T05:55:55Z", "security_group_id": "fe75f8c0-ca34-4ace-a480-815f726e4f4f", "tenant_id": "b3bd489e2d434bf0819a8445cb7200ba", "port_range_min": 443, "ethertype": "IPv4", "project_id": "b3bd489e2d434bf0819a8445cb7200ba"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 53333, "updated_at": "2018-08-01T05:55:56Z", "revision_number": 0, "id": "ad75eec2-9469-4458-ac0b-d8326ba4b8be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-01T05:55:56Z", "security_group_id": "fe75f8c0-ca34-4ace-a480-815f726e4f4f", "tenant_id": "b3bd489e2d434bf0819a8445cb7200ba", "port_range_min": 53333, "ethertype": "IPv4", "project_id": "b3bd489e2d434bf0819a8445cb7200ba"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-08-01T05:55:55Z", "revision_number": 0, "id": "b71dfc08-a5c0-41f2-927e-60ff59d943ad", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-01T05:55:55Z", "security_group_id": "fe75f8c0-ca34-4ace-a480-815f726e4f4f", "tenant_id": "b3bd489e2d434bf0819a8445cb7200ba", "port_range_min": 80, "ethertype": "IPv4", "project_id": "b3bd489e2d434bf0819a8445cb7200ba"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-01T05:55:53Z", "revision_number": 0, "id": "c99d2649-c8e6-4fb9-9ffd-1eb8117e0c92", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-01T05:55:53Z", "security_group_id": "fe75f8c0-ca34-4ace-a480-815f726e4f4f", "tenant_id": "b3bd489e2d434bf0819a8445cb7200ba", "port_range_min": 22, "ethertype": "IPv4", "project_id": "b3bd489e2d434bf0819a8445cb7200ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-01T05:55:53Z", "revision_number": 0, "id": "df966d7b-b922-42c7-9d71-317805937216", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-01T05:55:53Z", "security_group_id": "fe75f8c0-ca34-4ace-a480-815f726e4f4f", "tenant_id": "b3bd489e2d434bf0819a8445cb7200ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "b3bd489e2d434bf0819a8445cb7200ba"}], "revision_number": 7, "project_id": "b3bd489e2d434bf0819a8445cb7200ba", "id": "fe75f8c0-ca34-4ace-a480-815f726e4f4f", "name": "vyos_vrouter-sg_a967c3e7-2399-45ac-a5ab-3aac5f918193"}]} 2018-08-01 05:59:14,913 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-3d867e69-3400-4563-9050-becb697c7ab7 2018-08-01 05:59:14,913 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0555329322815s 2018-08-01 05:59:14,914 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-3d867e69-3400-4563-9050-becb697c7ab7 2018-08-01 05:59:14,917 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-01 05:59:14,918 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}b7745d13c7b7486e50bf958e5174d217e3a9303c" -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": "1dce6d46-b7bc-449e-a577-e728bada0982"}}' 2018-08-01 05:59:15,134 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-e68a448b-ccf2-4d38-81bb-cc05ad5f9386 Date: Wed, 01 Aug 2018 05:59:15 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-08-01T05:59:15Z", "security_group_id": "1dce6d46-b7bc-449e-a577-e728bada0982", "port_range_min": 22, "revision_number": 0, "tenant_id": "b3bd489e2d434bf0819a8445cb7200ba", "created_at": "2018-08-01T05:59:15Z", "project_id": "b3bd489e2d434bf0819a8445cb7200ba", "id": "3ae44808-1489-4b79-9359-8e05dd813948"}} 2018-08-01 05:59:15,134 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules.json used request id req-e68a448b-ccf2-4d38-81bb-cc05ad5f9386 2018-08-01 05:59:15,134 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.216434955597s 2018-08-01 05:59:15,134 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/security-group-rules.json used request id req-e68a448b-ccf2-4d38-81bb-cc05ad5f9386 2018-08-01 05:59:15,135 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Upload VNFD 2018-08-01 05:59:15,142 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.217:80/api/v3/blueprints/vrouter-opnfv; body: bytes data 2018-08-01 05:59:17,213 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-01 05:59:17,213 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-01 05:59:17,213 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-01 05:59:17,213 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-01 05:59:17,213 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-01 05:59:17,213 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-01 05:59:17,213 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-01 05:59:17,213 - cloudify.rest_client.http - DEBUG - request header: Transfer-Encoding: chunked 2018-08-01 05:59:17,214 - 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-01T05:59:16.865Z", "updated_at": "2018-08-01T05:59:16.865Z", "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.port_connected_to_subnet": {"name": "cloudify.openstack.port_connected_to_subnet", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.port_connected_to_subnet"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.server_connected_to_security_group": {"name": "cloudify.openstack.server_connected_to_security_group", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.subnet_connected_to_router": {"name": "cloudify.openstack.subnet_connected_to_router", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.subnet_connected_to_router"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.neutron_plugin.router.connect_subnet", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.router.disconnect_subnet", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.relationships.contained_in": {"name": "cloudify.relationships.contained_in", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.depends_on", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.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": {"upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "ewma_timeless_r": {"default": 0.5, "description": "r is the ratio between successive events. The smaller it is, the smaller impact on the computed value the most recent event has.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.threshold": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/threshold.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": "service", "description": "The service name"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}}, "outputs": {"vnfs": {"description": "Infomation of vnf.", "value": {"reference_vnf": {"vnf_name": {"get_property": ["reference_vnf_host", "resource_id"]}, "public_key_path": {"get_property": ["keypair", "private_key_path"]}, "floating_ip": {"get_attribute": ["reference_vnf_ip", "floating_ip_address"]}}, "target_vnf": {"vnf_name": {"get_property": ["target_vnf_host", "resource_id"]}, "public_key_path": {"get_property": ["keypair", "private_key_path"]}, "floating_ip": {"get_attribute": ["target_vnf_ip", "floating_ip_address"]}}}}, "networks": {"description": "Infomation of network.", "value": {"management_plane_network": {"network_name": {"get_property": ["management_plane_network", "resource_id"]}}, "data_plane_network": {"network_name": {"get_property": ["data_plane_network", "resource_id"]}}}}}, "version": {"definitions_name": "cloudify_dsl", "raw": "cloudify_dsl_1_3", "definitions_version": [1, 3]}, "workflow_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "default_workflows", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "groups": {}, "workflows": {"scale": {"operation": "cloudify.plugins.workflows.scale_entity", "parameters": {"scalable_entity_name": {"description": "Which node/group to scale. Note that the parameter specified should denote the node/group name and NOT the node/group instance id.\n"}, "ignore_failure": {"default": false, "type": "boolean"}, "scale_compute": {"default": false, "description": "If a node name is passed as the `scalable_entity_name` parameter and that node is contained (transitively) within a compute node and this property is 'true', operate on the compute node instead of the specified node.\n"}, "delta": {"default": 1, "type": "integer", "description": "How many node/group instances should be added/removed. A positive number denotes increase of instances. A negative number denotes decrease of instances.\n"}}, "plugin": "default_workflows"}, "heal": {"operation": "cloudify.plugins.workflows.auto_heal_reinstall_node_subgraph", "parameters": {"diagnose_value": {"default": "Not provided", "description": "Diagnosed reason of failure"}, "node_instance_id": {"description": "Which node instance has failed"}, "ignore_failure": {"default": true, "type": "boolean"}}, "plugin": "default_workflows"}, "update": {"operation": "cloudify.plugins.workflows.update", "parameters": {"skip_uninstall": {"default": false}, "remove_target_instance_ids": {"default": []}, "added_instance_ids": {"default": []}, "reduce_target_instance_ids": {"default": []}, "ignore_failure": {"default": false, "type": "boolean"}, "reduced_instance_ids": {"default": []}, "modified_entity_ids": {"default": []}, "added_target_instances_ids": {"default": []}, "update_id": {"default": ""}, "skip_install": {"default": false}, "removed_instance_ids": {"default": []}, "extend_target_instance_ids": {"default": []}, "extended_instance_ids": {"default": []}}, "plugin": "default_workflows"}, "execute_operation": {"operation": "cloudify.plugins.workflows.execute_operation", "parameters": {"operation_kwargs": {"default": {}}, "node_ids": {"default": []}, "node_instance_ids": {"default": []}, "run_by_dependency_order": {"default": false}, "operation": {}, "allow_kwargs_override": {"default": null}, "type_names": {"default": []}}, "plugin": "default_workflows"}, "install": {"operation": "cloudify.plugins.workflows.install", "parameters": {}, "plugin": "default_workflows"}, "install_new_agents": {"operation": "cloudify.plugins.workflows.install_new_agents", "parameters": {"node_ids": {"default": []}, "install_agent_timeout": {"default": 300}, "node_instance_ids": {"default": []}, "install": {"default": true}, "validate": {"default": true}, "install_script": {"default": ""}}, "plugin": "default_workflows"}, "uninstall": {"operation": "cloudify.plugins.workflows.uninstall", "parameters": {"ignore_failure": {"default": false, "type": "boolean"}}, "plugin": "default_workflows"}}, "policies": {}, "nodes": [{"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.creation_validation"}, "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.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"}, "cloudify.interfaces.lifecycle.stop": {"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": {"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.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.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.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": {}, "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_network_name"}}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_keypair"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "keypair", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_keypair", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.detach"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.detach"}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_port"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "target_vnf_port", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.port.detach", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_port", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.detach"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.detach"}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_port"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "target_vnf_data_plane_port", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.port.detach", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_port", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.cloudify_agent.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.delete"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.stop"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.delete"}, "creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.start"}, "cloudify.interfaces.cloudify_agent.create": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.create"}, "cloudify.interfaces.host.get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "cloudify.interfaces.monitoring_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.stop"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "cloudify.interfaces.cloudify_agent.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.configure"}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "cloudify.interfaces.validation.creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.cloudify_agent.stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.monitoring_agent.uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.start"}, "install": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "cloudify.interfaces.monitoring_agent.install": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "name": "target_vnf_host", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Compute", "cloudify.openstack.nodes.Server"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.monitoring_agent": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "install": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "uninstall": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "openstack.nova_plugin.server.start", "inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.nova_plugin.server.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "openstack.nova_plugin.server.stop", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.nova_plugin.server.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.nova_plugin.server.creation_validation", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.cloudify_agent": {"restart_amqp": {"implementation": "agent.cloudify_agent.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "configure": {"implementation": "agent.cloudify_agent.installer.operations.configure", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create_amqp": {"implementation": "agent.cloudify_agent.operations.create_agent_amqp", "inputs": {"install_agent_timeout": 300}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create": {"implementation": "agent.cloudify_agent.installer.operations.create", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "install_plugins": {"implementation": "agent.cloudify_agent.operations.install_plugins", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "stop": {"implementation": "agent.cloudify_agent.installer.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "start": {"implementation": "agent.cloudify_agent.installer.operations.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "validate_amqp": {"implementation": "agent.cloudify_agent.operations.validate_agent_amqp", "inputs": {"validate_agent_timeout": 20}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "delete": {"implementation": "agent.cloudify_agent.installer.operations.delete", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "restart": {"implementation": "agent.cloudify_agent.installer.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "stop_amqp": {"implementation": "agent.cloudify_agent.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.host": {"get_state": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "target_vnf_host", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "target_vnf_host", "type": "cloudify.openstack.nodes.Server", "properties": {"cloudify_agent": {}, "openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "resource_id": {"get_input": "target_vnf_name"}, "ip": "", "image": {"get_input": "target_vnf_image_id"}, "management_network_name": {"get_property": ["management_plane_network", "resource_id"]}, "create_if_missing": false, "server": {}, "agent_config": {"install_method": "remote", "port": 22}, "install_agent": false, "os_family": "linux", "flavor": {"get_input": "target_vnf_flavor_id"}, "use_password": false, "use_external_resource": false}, "plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}]}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "data_plane_network", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "data_plane_subnet", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.depends_on", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.port_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.neutron_plugin.port.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.port_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.creation_validation"}, "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.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"}, "cloudify.interfaces.lifecycle.stop": {"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": {"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.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.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.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"}, "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.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"}, "cloudify.interfaces.lifecycle.stop": {"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": {"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.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.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.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"}, "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.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"}, "cloudify.interfaces.lifecycle.stop": {"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": {"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.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.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.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": {"use_external_resource": false, "floatingip": {"floating_network_name": {"get_input": "external_network_name"}}, "openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "create_if_missing": false, "resource_id": ""}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "data_plane_network", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "data_plane_subnet", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.depends_on", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.port_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.neutron_plugin.port.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.port_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.creation_validation"}, "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.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"}, "cloudify.interfaces.lifecycle.stop": {"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": {"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.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.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.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "target_vnf_data_plane_port", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.Port", "properties": {"openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "resource_id": {"get_input": "target_vnf_data_plane_port_name"}, "fixed_ip": "", "create_if_missing": false, "use_external_resource": false, "port": {}}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "management_plane_network", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.router.disconnect_subnet"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.router.connect_subnet"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.router.disconnect_subnet"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.router.connect_subnet"}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.subnet_connected_to_router"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.neutron_plugin.router.connect_subnet", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.router.disconnect_subnet", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "router", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.subnet_connected_to_router", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.subnet.creation_validation"}, "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.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"}, "cloudify.interfaces.lifecycle.stop": {"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": {"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.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.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.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"}, "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.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"}, "cloudify.interfaces.lifecycle.stop": {"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": {"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.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.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.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "data_plane_subnet", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.Subnet", "properties": {"subnet": {"ip_version": 4, "cidr": "12.0.0.0/24", "gateway_ip": null}, "openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "use_external_resource": false, "create_if_missing": false, "resource_id": {"get_input": "data_plane_subnet_name"}}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.creation_validation"}, "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.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"}, "cloudify.interfaces.lifecycle.stop": {"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": {"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.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.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.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": {"use_external_resource": false, "floatingip": {"floating_network_name": {"get_input": "external_network_name"}}, "openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "create_if_missing": false, "resource_id": ""}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.keypair.creation_validation"}, "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.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"}, "cloudify.interfaces.lifecycle.stop": {"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": {"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.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.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.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"}, "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.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"}, "cloudify.interfaces.lifecycle.stop": {"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": {"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.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.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.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"}, "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.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"}, "cloudify.interfaces.lifecycle.stop": {"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": {"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.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.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.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": {}, "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_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"}, "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.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"}, "cloudify.interfaces.lifecycle.stop": {"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": {"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.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.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.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"}, "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.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"}, "cloudify.interfaces.lifecycle.stop": {"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": {"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.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.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.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"}, "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.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"}, "cloudify.interfaces.lifecycle.stop": {"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": {"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.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.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.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": {}, "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": true, "create_if_missing": false, "resource_id": {"get_input": "external_network_name"}}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_keypair"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "keypair", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_keypair", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.detach"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.detach"}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_port"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "reference_vnf_port", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.port.detach", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_port", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.detach"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.detach"}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_port"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "reference_vnf_data_plane_port", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.port.detach", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_port", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.cloudify_agent.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.delete"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.stop"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.delete"}, "creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.start"}, "cloudify.interfaces.cloudify_agent.create": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.create"}, "cloudify.interfaces.host.get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "cloudify.interfaces.monitoring_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.stop"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "cloudify.interfaces.cloudify_agent.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.configure"}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "cloudify.interfaces.validation.creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.cloudify_agent.stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.monitoring_agent.uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.start"}, "install": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "cloudify.interfaces.monitoring_agent.install": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "name": "reference_vnf_host", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Compute", "cloudify.openstack.nodes.Server"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.monitoring_agent": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "install": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "uninstall": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "openstack.nova_plugin.server.start", "inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.nova_plugin.server.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "openstack.nova_plugin.server.stop", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.nova_plugin.server.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.nova_plugin.server.creation_validation", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.cloudify_agent": {"restart_amqp": {"implementation": "agent.cloudify_agent.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "configure": {"implementation": "agent.cloudify_agent.installer.operations.configure", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create_amqp": {"implementation": "agent.cloudify_agent.operations.create_agent_amqp", "inputs": {"install_agent_timeout": 300}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create": {"implementation": "agent.cloudify_agent.installer.operations.create", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "install_plugins": {"implementation": "agent.cloudify_agent.operations.install_plugins", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "stop": {"implementation": "agent.cloudify_agent.installer.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "start": {"implementation": "agent.cloudify_agent.installer.operations.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "validate_amqp": {"implementation": "agent.cloudify_agent.operations.validate_agent_amqp", "inputs": {"validate_agent_timeout": 20}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "delete": {"implementation": "agent.cloudify_agent.installer.operations.delete", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "restart": {"implementation": "agent.cloudify_agent.installer.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "stop_amqp": {"implementation": "agent.cloudify_agent.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.host": {"get_state": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "reference_vnf_host", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "reference_vnf_host", "type": "cloudify.openstack.nodes.Server", "properties": {"cloudify_agent": {}, "openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "resource_id": {"get_input": "reference_vnf_name"}, "ip": "", "image": {"get_input": "reference_vnf_image_id"}, "management_network_name": {"get_property": ["management_plane_network", "resource_id"]}, "create_if_missing": false, "server": {}, "agent_config": {"install_method": "remote", "port": 22}, "install_agent": false, "os_family": "linux", "flavor": {"get_input": "reference_vnf_flavor_id"}, "use_password": false, "use_external_resource": false}, "plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}]}], "scaling_groups": {}, "policy_triggers": {"cloudify.policies.triggers.execute_workflow": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/triggers/execute_workflow.clj", "parameters": {"workflow_parameters": {"default": {}, "description": "Workflow paramters"}, "force": {"default": false, "description": "Should the workflow be executed even when another execution\nfor the same workflow is currently in progress\n"}, "workflow": {"description": "Workflow name to execute"}, "socket_timeout": {"default": 1000, "description": "Socket timeout when making request to manager REST in ms"}, "allow_custom_parameters": {"default": false, "description": "Should parameters not defined in the workflow parameters\nschema be accepted\n"}, "conn_timeout": {"default": 1000, "description": "Connection timeout when making request to manager REST in ms"}}}}}, "id": "vrouter-opnfv"} 2018-08-01 05:59:17,215 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-01 05:59:17,215 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 01 Aug 2018 05:59:17 GMT 2018-08-01 05:59:17,215 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-01 05:59:17,215 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 258596 2018-08-01 05:59:17,215 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-01 05:59:17,229 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Create VNF Instance 2018-08-01 05:59:17,229 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.217:80/api/v3/deployments/vrouter-opnfv; body: {"inputs": {"keystone_url": "http://172.30.9.21:5000", "keystone_tenant_name": "vyos_vrouter-project_a967c3e7-2399-45ac-a5ab-3aac5f918193", "keystone_project_domain_name": "Default", "region": "regionOne", "external_network_name": "external", "keystone_username": "vyos_vrouter-user_a967c3e7-2399-45ac-a5ab-3aac5f918193", "keystone_user_domain_name": "Default", "reference_vnf_image_id": "8f094f73-47bc-4a76-95f2-33c6280a61d0", "keystone_password": "be7d3ed5-0809-4a24-a98c-52b43a748fde", "reference_vnf_flavor_id": "2ede1028-f30f-4b47-b09b-7a5e8396093e", "target_vnf_flavor_id": "2ede1028-f30f-4b47-b09b-7a5e8396093e", "target_vnf_image_id": "8f094f73-47bc-4a76-95f2-33c6280a61d0"}, "skip_plugins_validation": false, "visibility": "tenant", "blueprint_id": "vrouter-opnfv"} 2018-08-01 05:59:17,971 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-01 05:59:17,972 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-01 05:59:17,972 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-01 05:59:17,972 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-01 05:59:17,972 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-01 05:59:17,972 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-01 05:59:17,972 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-01 05:59:17,972 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 774 2018-08-01 05:59:17,972 - cloudify.rest_client.http - DEBUG - reply: "201 CREATED" {"inputs": {"keypair_name": "vnf_test_keypair", "management_plane_network_name": "management_plane_network", "external_network_name": "external", "keystone_user_domain_name": "Default", "data_plane_network_name": "data_plane_network", "target_vnf_name": "target_vnf", "reference_vnf_flavor_id": "2ede1028-f30f-4b47-b09b-7a5e8396093e", "target_vnf_flavor_id": "2ede1028-f30f-4b47-b09b-7a5e8396093e", "reference_vnf_name": "reference_vnf", "target_vnf_data_plane_port_name": "target_vnf_data_plane_port", "reference_vnf_data_plane_port_name": "reference_vnf_data_plane_port", "keystone_username": "vyos_vrouter-user_a967c3e7-2399-45ac-a5ab-3aac5f918193", "security_group_name": "vnf_test_security_group", "reference_vnf_image_id": "8f094f73-47bc-4a76-95f2-33c6280a61d0", "keystone_password": "be7d3ed5-0809-4a24-a98c-52b43a748fde", "region": "regionOne", "target_vnf_port_name": "target_vnf_port", "keystone_tenant_name": "vyos_vrouter-project_a967c3e7-2399-45ac-a5ab-3aac5f918193", "keystone_project_domain_name": "Default", "keystone_url": "http://172.30.9.21:5000", "reference_vnf_port_name": "reference_vnf_port", "management_plane_subnet_name": "management_plane_subnet", "ssh_key_filename": "~/.ssh/vnf_test_keypair.pem", "router_name": "vnf_test_router", "target_vnf_image_id": "8f094f73-47bc-4a76-95f2-33c6280a61d0", "data_plane_subnet_name": "data_plane_subnet"}, "permalink": null, "description": "This blueprint is deploy target_vnf reference_vnf management_ network and dataplane_network.\n", "blueprint_id": "vrouter-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": {"upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "ewma_timeless_r": {"default": 0.5, "description": "r is the ratio between successive events. The smaller it is, the smaller impact on the computed value the most recent event has.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.threshold": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/threshold.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "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-01T05:59:17.422Z", "updated_at": "2018-08-01T05:59:17.422Z", "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": {}, "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": []}, "added_instance_ids": {"default": []}, "reduce_target_instance_ids": {"default": []}, "ignore_failure": {"default": false, "type": "boolean"}, "reduced_instance_ids": {"default": []}, "modified_entity_ids": {"default": []}, "added_target_instances_ids": {"default": []}, "update_id": {"default": ""}, "skip_install": {"default": false}, "removed_instance_ids": {"default": []}, "extend_target_instance_ids": {"default": []}, "extended_instance_ids": {"default": []}}}, {"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": {}, "id": "vrouter-opnfv", "outputs": {"vnfs": {"description": "Infomation of vnf.", "value": {"reference_vnf": {"vnf_name": "reference_vnf", "public_key_path": "~/.ssh/vnf_test_keypair.pem", "floating_ip": {"get_attribute": ["reference_vnf_ip", "floating_ip_address"]}}, "target_vnf": {"vnf_name": "target_vnf", "public_key_path": "~/.ssh/vnf_test_keypair.pem", "floating_ip": {"get_attribute": ["target_vnf_ip", "floating_ip_address"]}}}}, "networks": {"description": "Infomation of network.", "value": {"management_plane_network": {"network_name": "management_plane_network"}, "data_plane_network": {"network_name": "data_plane_network"}}}}} 2018-08-01 05:59:17,973 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-01 05:59:17,973 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 01 Aug 2018 05:59:17 GMT 2018-08-01 05:59:17,973 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-01 05:59:17,973 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 9272 2018-08-01 05:59:17,973 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-01 05:59:17,974 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.217:80/api/v3/executions 2018-08-01 05:59:18,040 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-01 05:59:18,040 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-01 05:59:18,040 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-01 05:59:18,040 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-01 05:59:18,041 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-01 05:59:18,041 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-01 05:59:18,041 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-01 05:59:18,041 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"status": "pending", "parameters": {"deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "workflow_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "default_workflows", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "policy_configuration": {"policy_types": {"cloudify.policies.types.host_failure": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/host_failure.clj", "properties": {"policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": ["service"], "description": "Service names whose events should be taken into consideration"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.ewma_stabilized": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/ewma_stabilized.clj", "properties": {"upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "ewma_timeless_r": {"default": 0.5, "description": "r is the ratio between successive events. The smaller it is, the smaller impact on the computed value the most recent event has.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.threshold": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/threshold.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "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-01T05:59:17.870Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "vrouter-opnfv", "id": "d37eb36a-5b8e-4bd8-ad52-3e4e64741f90"}], "metadata": {"pagination": {"total": 1, "offset": 0, "size": 0}}} 2018-08-01 05:59:18,041 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-01 05:59:18,041 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 01 Aug 2018 05:59:18 GMT 2018-08-01 05:59:18,041 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-01 05:59:18,041 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6010 2018-08-01 05:59:18,041 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-01 05:59:18,042 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.217:80/api/v3/events 2018-08-01 05:59:18,110 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-01 05:59:18,110 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-01 05:59:18,110 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-01 05:59:18,110 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-01 05:59:18,110 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-01 05:59:18,110 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-01 05:59:18,110 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-01 05:59:18,110 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 0, "offset": 0, "size": 50}}} 2018-08-01 05:59:18,111 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-01 05:59:18,111 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 01 Aug 2018 05:59:18 GMT 2018-08-01 05:59:18,111 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-01 05:59:18,111 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 80 2018-08-01 05:59:18,111 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-01 05:59:18,111 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.217:80/api/v3/executions/d37eb36a-5b8e-4bd8-ad52-3e4e64741f90 2018-08-01 05:59:18,164 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-01 05:59:18,165 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-01 05:59:18,165 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-01 05:59:18,165 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-01 05:59:18,165 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-01 05:59:18,165 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-01 05:59:18,165 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-01 05:59:18,165 - 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}], "workflow_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "default_workflows", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "policy_configuration": {"policy_types": {"cloudify.policies.types.host_failure": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/host_failure.clj", "properties": {"policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": ["service"], "description": "Service names whose events should be taken into consideration"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.ewma_stabilized": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/ewma_stabilized.clj", "properties": {"upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "ewma_timeless_r": {"default": 0.5, "description": "r is the ratio between successive events. The smaller it is, the smaller impact on the computed value the most recent event has.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.threshold": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/threshold.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "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-01T05:59:17.870Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "vrouter-opnfv", "id": "d37eb36a-5b8e-4bd8-ad52-3e4e64741f90"} 2018-08-01 05:59:18,166 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-01 05:59:18,166 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 01 Aug 2018 05:59:18 GMT 2018-08-01 05:59:18,166 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-01 05:59:18,166 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 5931 2018-08-01 05:59:18,166 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-01 05:59:23,172 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.217:80/api/v3/events 2018-08-01 05:59:23,273 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-01 05:59:23,273 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-01 05:59:23,273 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-01 05:59:23,273 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-01 05:59:23,273 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-01 05:59:23,274 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-01 05:59:23,274 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-01 05:59:23,274 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "event_type": "workflow_started", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T05:59:18.797Z", "message": "Starting 'create_deployment_environment' workflow execution", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-08-01T05:59:18.797Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "d37eb36a-5b8e-4bd8-ad52-3e4e64741f90"}, {"node_instance_id": null, "event_type": "sending_task", "operation": ",", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T05:59:19.160Z", "message": "Sending task 'cloudify_agent.operations.install_plugins'", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-08-01T05:59:19.160Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "d37eb36a-5b8e-4bd8-ad52-3e4e64741f90"}, {"node_instance_id": null, "event_type": "task_started", "operation": ",", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T05:59:19.160Z", "message": "Task started 'cloudify_agent.operations.install_plugins'", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-08-01T05:59:19.160Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "d37eb36a-5b8e-4bd8-ad52-3e4e64741f90"}, {"node_instance_id": null, "event_type": "workflow_stage", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T05:59:19.160Z", "message": "Installing deployment plugins", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-08-01T05:59:19.160Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "d37eb36a-5b8e-4bd8-ad52-3e4e64741f90"}, {"node_instance_id": null, "operation": ",", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T05:59:19.192Z", "message": "Installing plugin: openstack", "level": "info", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-08-01T05:59:19.192Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "d37eb36a-5b8e-4bd8-ad52-3e4e64741f90", "logger": "c1ecf40a-5674-4199-930f-041127a8a0a8"}, {"node_instance_id": null, "operation": ",", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T05:59:20.139Z", "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-01T05:59:20.139Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "d37eb36a-5b8e-4bd8-ad52-3e4e64741f90", "logger": "c1ecf40a-5674-4199-930f-041127a8a0a8"}, {"node_instance_id": null, "operation": ",", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T05:59:20.139Z", "message": "Installing plugin from source", "level": "info", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-08-01T05:59:20.139Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "d37eb36a-5b8e-4bd8-ad52-3e4e64741f90", "logger": "c1ecf40a-5674-4199-930f-041127a8a0a8"}, {"node_instance_id": null, "operation": ",", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T05:59:20.139Z", "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-01T05:59:20.139Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "d37eb36a-5b8e-4bd8-ad52-3e4e64741f90", "logger": "c1ecf40a-5674-4199-930f-041127a8a0a8"}, {"node_instance_id": null, "operation": ",", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T05:59:20.139Z", "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-01T05:59:20.139Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "d37eb36a-5b8e-4bd8-ad52-3e4e64741f90", "logger": "c1ecf40a-5674-4199-930f-041127a8a0a8"}, {"node_instance_id": null, "operation": ",", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T05:59:21.152Z", "message": "Installing from directory: /tmp/tmpuyQOoK [args=--prefix=\"/tmp/openstack-4CnMUt\" --constraint=\"/tmp/openstack-4CnMUt/constraint.txt\", package_name=cloudify-openstack-plugin]", "level": "debug", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-08-01T05:59:21.152Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "d37eb36a-5b8e-4bd8-ad52-3e4e64741f90", "logger": "c1ecf40a-5674-4199-930f-041127a8a0a8"}, {"node_instance_id": null, "operation": ",", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T05:59:21.152Z", "message": "[localhost] run: /opt/mgmtworker/env/bin/pip install /tmp/tmpuyQOoK --prefix=\"/tmp/openstack-4CnMUt\" --constraint=\"/tmp/openstack-4CnMUt/constraint.txt\"", "level": "debug", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-08-01T05:59:21.152Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "d37eb36a-5b8e-4bd8-ad52-3e4e64741f90", "logger": "c1ecf40a-5674-4199-930f-041127a8a0a8"}], "metadata": {"pagination": {"total": 11, "offset": 0, "size": 50}}} 2018-08-01 05:59:23,274 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-01 05:59:23,274 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 01 Aug 2018 05:59:23 GMT 2018-08-01 05:59:23,274 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-01 05:59:23,274 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 5806 2018-08-01 05:59:23,274 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-01 05:59:23,275 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting 'create_deployment_environment' workflow execution 2018-08-01 05:59:23,275 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'cloudify_agent.operations.install_plugins' 2018-08-01 05:59:23,275 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'cloudify_agent.operations.install_plugins' 2018-08-01 05:59:23,275 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Installing deployment plugins 2018-08-01 05:59:23,275 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Installing plugin: openstack 2018-08-01 05:59:23,276 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - [localhost] run: /opt/mgmtworker/env/bin/pip freeze 2018-08-01 05:59:23,276 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Installing plugin from source 2018-08-01 05:59:23,276 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Installing plugin openstack [current_platform=linux_x86_64, current_distro=centos, current_distro_release=core] 2018-08-01 05:59:23,276 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Extracting archive: https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip 2018-08-01 05:59:23,276 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Installing from directory: /tmp/tmpuyQOoK [args=--prefix="/tmp/openstack-4CnMUt" --constraint="/tmp/openstack-4CnMUt/constraint.txt", package_name=cloudify-openstack-plugin] 2018-08-01 05:59:23,276 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - [localhost] run: /opt/mgmtworker/env/bin/pip install /tmp/tmpuyQOoK --prefix="/tmp/openstack-4CnMUt" --constraint="/tmp/openstack-4CnMUt/constraint.txt" 2018-08-01 05:59:23,277 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.217:80/api/v3/executions/d37eb36a-5b8e-4bd8-ad52-3e4e64741f90 2018-08-01 05:59:23,329 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-01 05:59:23,329 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-01 05:59:23,329 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-01 05:59:23,329 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-01 05:59:23,329 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-01 05:59:23,329 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-01 05:59:23,330 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-01 05:59:23,330 - 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}], "workflow_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "default_workflows", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "policy_configuration": {"policy_types": {"cloudify.policies.types.host_failure": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/host_failure.clj", "properties": {"policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": ["service"], "description": "Service names whose events should be taken into consideration"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.ewma_stabilized": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/ewma_stabilized.clj", "properties": {"upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "ewma_timeless_r": {"default": 0.5, "description": "r is the ratio between successive events. The smaller it is, the smaller impact on the computed value the most recent event has.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.threshold": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/threshold.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "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-01T05:59:17.870Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "vrouter-opnfv", "id": "d37eb36a-5b8e-4bd8-ad52-3e4e64741f90"} 2018-08-01 05:59:23,330 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-01 05:59:23,330 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 01 Aug 2018 05:59:23 GMT 2018-08-01 05:59:23,330 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-01 05:59:23,330 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 5931 2018-08-01 05:59:23,330 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-01 05:59:28,336 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.217:80/api/v3/events 2018-08-01 05:59:28,398 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-01 05:59:28,398 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-01 05:59:28,398 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-01 05:59:28,398 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-01 05:59:28,398 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-01 05:59:28,398 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-01 05:59:28,398 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-01 05:59:28,399 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 11, "offset": 11, "size": 50}}} 2018-08-01 05:59:28,399 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-01 05:59:28,399 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 01 Aug 2018 05:59:28 GMT 2018-08-01 05:59:28,399 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-01 05:59:28,399 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 82 2018-08-01 05:59:28,399 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-01 05:59:28,399 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.217:80/api/v3/executions/d37eb36a-5b8e-4bd8-ad52-3e4e64741f90 2018-08-01 05:59:28,454 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-01 05:59:28,454 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-01 05:59:28,454 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-01 05:59:28,454 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-01 05:59:28,454 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-01 05:59:28,454 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-01 05:59:28,455 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-01 05:59:28,455 - 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}], "workflow_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "default_workflows", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "policy_configuration": {"policy_types": {"cloudify.policies.types.host_failure": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/host_failure.clj", "properties": {"policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": ["service"], "description": "Service names whose events should be taken into consideration"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.ewma_stabilized": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/ewma_stabilized.clj", "properties": {"upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "ewma_timeless_r": {"default": 0.5, "description": "r is the ratio between successive events. The smaller it is, the smaller impact on the computed value the most recent event has.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.threshold": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/threshold.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "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-01T05:59:17.870Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "vrouter-opnfv", "id": "d37eb36a-5b8e-4bd8-ad52-3e4e64741f90"} 2018-08-01 05:59:28,455 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-01 05:59:28,455 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 01 Aug 2018 05:59:28 GMT 2018-08-01 05:59:28,455 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-01 05:59:28,455 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 5931 2018-08-01 05:59:28,455 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-01 05:59:33,456 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.217:80/api/v3/events 2018-08-01 05:59:33,522 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-01 05:59:33,522 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-01 05:59:33,523 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-01 05:59:33,523 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-01 05:59:33,523 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-01 05:59:33,523 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-01 05:59:33,523 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-01 05:59:33,523 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 11, "offset": 11, "size": 50}}} 2018-08-01 05:59:33,523 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-01 05:59:33,523 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 01 Aug 2018 05:59:33 GMT 2018-08-01 05:59:33,523 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-01 05:59:33,523 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 82 2018-08-01 05:59:33,523 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-01 05:59:33,523 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.217:80/api/v3/executions/d37eb36a-5b8e-4bd8-ad52-3e4e64741f90 2018-08-01 05:59:33,577 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-01 05:59:33,577 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-01 05:59:33,578 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-01 05:59:33,578 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-01 05:59:33,578 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-01 05:59:33,578 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-01 05:59:33,578 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-01 05:59:33,578 - 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}], "workflow_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "default_workflows", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "policy_configuration": {"policy_types": {"cloudify.policies.types.host_failure": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/host_failure.clj", "properties": {"policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": ["service"], "description": "Service names whose events should be taken into consideration"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.ewma_stabilized": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/ewma_stabilized.clj", "properties": {"upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "ewma_timeless_r": {"default": 0.5, "description": "r is the ratio between successive events. The smaller it is, the smaller impact on the computed value the most recent event has.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.threshold": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/threshold.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "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-01T05:59:17.870Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "vrouter-opnfv", "id": "d37eb36a-5b8e-4bd8-ad52-3e4e64741f90"} 2018-08-01 05:59:33,578 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-01 05:59:33,578 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 01 Aug 2018 05:59:33 GMT 2018-08-01 05:59:33,578 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-01 05:59:33,578 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 5931 2018-08-01 05:59:33,578 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-01 05:59:38,584 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.217:80/api/v3/events 2018-08-01 05:59:38,644 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-01 05:59:38,644 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-01 05:59:38,645 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-01 05:59:38,645 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-01 05:59:38,645 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-01 05:59:38,645 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-01 05:59:38,645 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-01 05:59:38,645 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 11, "offset": 11, "size": 50}}} 2018-08-01 05:59:38,645 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-01 05:59:38,645 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 01 Aug 2018 05:59:38 GMT 2018-08-01 05:59:38,645 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-01 05:59:38,646 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 82 2018-08-01 05:59:38,646 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-01 05:59:38,646 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.217:80/api/v3/executions/d37eb36a-5b8e-4bd8-ad52-3e4e64741f90 2018-08-01 05:59:38,702 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-01 05:59:38,702 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-01 05:59:38,703 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-01 05:59:38,703 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-01 05:59:38,703 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-01 05:59:38,703 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-01 05:59:38,703 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-01 05:59:38,703 - 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}], "workflow_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "default_workflows", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "policy_configuration": {"policy_types": {"cloudify.policies.types.host_failure": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/host_failure.clj", "properties": {"policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": ["service"], "description": "Service names whose events should be taken into consideration"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.ewma_stabilized": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/ewma_stabilized.clj", "properties": {"upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "ewma_timeless_r": {"default": 0.5, "description": "r is the ratio between successive events. The smaller it is, the smaller impact on the computed value the most recent event has.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.threshold": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/threshold.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "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-01T05:59:17.870Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "vrouter-opnfv", "id": "d37eb36a-5b8e-4bd8-ad52-3e4e64741f90"} 2018-08-01 05:59:38,703 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-01 05:59:38,703 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 01 Aug 2018 05:59:38 GMT 2018-08-01 05:59:38,703 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-01 05:59:38,704 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 5931 2018-08-01 05:59:38,704 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-01 05:59:43,709 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.217:80/api/v3/events 2018-08-01 05:59:43,786 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-01 05:59:43,786 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-01 05:59:43,787 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-01 05:59:43,787 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-01 05:59:43,787 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-01 05:59:43,787 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-01 05:59:43,787 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-01 05:59:43,787 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 11, "offset": 11, "size": 50}}} 2018-08-01 05:59:43,787 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-01 05:59:43,787 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 01 Aug 2018 05:59:43 GMT 2018-08-01 05:59:43,787 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-01 05:59:43,787 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 82 2018-08-01 05:59:43,788 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-01 05:59:43,788 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.217:80/api/v3/executions/d37eb36a-5b8e-4bd8-ad52-3e4e64741f90 2018-08-01 05:59:43,841 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-01 05:59:43,841 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-01 05:59:43,842 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-01 05:59:43,842 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-01 05:59:43,842 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-01 05:59:43,842 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-01 05:59:43,842 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-01 05:59:43,842 - 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}], "workflow_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "default_workflows", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "policy_configuration": {"policy_types": {"cloudify.policies.types.host_failure": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/host_failure.clj", "properties": {"policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": ["service"], "description": "Service names whose events should be taken into consideration"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.ewma_stabilized": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/ewma_stabilized.clj", "properties": {"upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "ewma_timeless_r": {"default": 0.5, "description": "r is the ratio between successive events. The smaller it is, the smaller impact on the computed value the most recent event has.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.threshold": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/threshold.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "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-01T05:59:17.870Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "vrouter-opnfv", "id": "d37eb36a-5b8e-4bd8-ad52-3e4e64741f90"} 2018-08-01 05:59:43,842 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-01 05:59:43,842 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 01 Aug 2018 05:59:43 GMT 2018-08-01 05:59:43,842 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-01 05:59:43,843 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 5931 2018-08-01 05:59:43,843 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-01 05:59:48,848 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.217:80/api/v3/events 2018-08-01 05:59:48,912 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-01 05:59:48,912 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-01 05:59:48,912 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-01 05:59:48,912 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-01 05:59:48,912 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-01 05:59:48,913 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-01 05:59:48,913 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-01 05:59:48,913 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "operation": ",", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T05:59:45.426Z", "message": "Retrieved package name: cloudify-openstack-plugin", "level": "debug", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-08-01T05:59:45.426Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "d37eb36a-5b8e-4bd8-ad52-3e4e64741f90", "logger": "c1ecf40a-5674-4199-930f-041127a8a0a8"}, {"node_instance_id": null, "operation": ",", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T05:59:46.178Z", "message": "Removing directory: /tmp/tmpuyQOoK", "level": "debug", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-08-01T05:59:46.178Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "d37eb36a-5b8e-4bd8-ad52-3e4e64741f90", "logger": "c1ecf40a-5674-4199-930f-041127a8a0a8"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": ",", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T05:59:46.383Z", "message": "Task succeeded 'cloudify_agent.operations.install_plugins'", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-08-01T05:59:46.383Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "d37eb36a-5b8e-4bd8-ad52-3e4e64741f90"}, {"node_instance_id": null, "event_type": "workflow_succeeded", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T05:59:47.198Z", "message": "'create_deployment_environment' workflow execution succeeded", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-08-01T05:59:47.198Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "d37eb36a-5b8e-4bd8-ad52-3e4e64741f90"}, {"node_instance_id": null, "event_type": "workflow_stage", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T05:59:47.198Z", "message": "Creating deployment work directory", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-08-01T05:59:47.198Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "d37eb36a-5b8e-4bd8-ad52-3e4e64741f90"}, {"node_instance_id": null, "event_type": "workflow_stage", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T05:59:47.198Z", "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-01T05:59:47.198Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "d37eb36a-5b8e-4bd8-ad52-3e4e64741f90"}], "metadata": {"pagination": {"total": 17, "offset": 11, "size": 50}}} 2018-08-01 05:59:48,913 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-01 05:59:48,913 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 01 Aug 2018 05:59:48 GMT 2018-08-01 05:59:48,913 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-01 05:59:48,913 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2991 2018-08-01 05:59:48,913 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-01 05:59:48,914 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Retrieved package name: cloudify-openstack-plugin 2018-08-01 05:59:48,914 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Removing directory: /tmp/tmpuyQOoK 2018-08-01 05:59:48,914 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'cloudify_agent.operations.install_plugins' 2018-08-01 05:59:48,914 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - 'create_deployment_environment' workflow execution succeeded 2018-08-01 05:59:48,914 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating deployment work directory 2018-08-01 05:59:48,915 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Skipping starting deployment policy engine core - no policies defined 2018-08-01 05:59:48,915 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.217:80/api/v3/executions/d37eb36a-5b8e-4bd8-ad52-3e4e64741f90 2018-08-01 05:59:48,973 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-01 05:59:48,973 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-01 05:59:48,973 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-01 05:59:48,973 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-01 05:59:48,973 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-01 05:59:48,974 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-01 05:59:48,974 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-01 05:59:48,974 - 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}], "workflow_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "default_workflows", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "policy_configuration": {"policy_types": {"cloudify.policies.types.host_failure": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/host_failure.clj", "properties": {"policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": ["service"], "description": "Service names whose events should be taken into consideration"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.ewma_stabilized": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/ewma_stabilized.clj", "properties": {"upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "ewma_timeless_r": {"default": 0.5, "description": "r is the ratio between successive events. The smaller it is, the smaller impact on the computed value the most recent event has.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.threshold": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/threshold.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "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-01T05:59:17.870Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "vrouter-opnfv", "id": "d37eb36a-5b8e-4bd8-ad52-3e4e64741f90"} 2018-08-01 05:59:48,974 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-01 05:59:48,974 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 01 Aug 2018 05:59:48 GMT 2018-08-01 05:59:48,974 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-01 05:59:48,974 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 5934 2018-08-01 05:59:48,974 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-01 05:59:48,975 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Start the VNF Instance deployment 2018-08-01 05:59:48,975 - cloudify.rest_client.http - DEBUG - Sending request: POST http://172.30.9.217:80/api/v3/executions; body: {"allow_custom_parameters": "false", "deployment_id": "vrouter-opnfv", "force": "false", "workflow_id": "install", "parameters": null} 2018-08-01 05:59:49,102 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-01 05:59:49,102 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-01 05:59:49,102 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-01 05:59:49,103 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-01 05:59:49,103 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-01 05:59:49,103 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-01 05:59:49,103 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-01 05:59:49,103 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 134 2018-08-01 05:59:49,103 - cloudify.rest_client.http - DEBUG - reply: "201 CREATED" {"status": "pending", "parameters": {}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-01T05:59:49.041Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "c955afc2-3f33-4cb7-8930-b061aaf06207"} 2018-08-01 05:59:49,103 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-01 05:59:49,103 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 01 Aug 2018 05:59:49 GMT 2018-08-01 05:59:49,103 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-01 05:59:49,104 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-08-01 05:59:49,104 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-01 05:59:49,104 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.217:80/api/v3/events 2018-08-01 05:59:49,164 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-01 05:59:49,164 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-01 05:59:49,164 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-01 05:59:49,164 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-01 05:59:49,164 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-01 05:59:49,164 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-01 05:59:49,164 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-01 05:59:49,165 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 0, "offset": 0, "size": 50}}} 2018-08-01 05:59:49,165 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-01 05:59:49,165 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 01 Aug 2018 05:59:49 GMT 2018-08-01 05:59:49,165 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-01 05:59:49,165 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 80 2018-08-01 05:59:49,165 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-01 05:59:49,165 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.217:80/api/v3/executions/c955afc2-3f33-4cb7-8930-b061aaf06207 2018-08-01 05:59:49,218 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-01 05:59:49,218 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-01 05:59:49,218 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-01 05:59:49,218 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-01 05:59:49,218 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-01 05:59:49,218 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-01 05:59:49,218 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-01 05:59:49,219 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "pending", "parameters": {}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-01T05:59:49.041Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "c955afc2-3f33-4cb7-8930-b061aaf06207"} 2018-08-01 05:59:49,219 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-01 05:59:49,219 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 01 Aug 2018 05:59:49 GMT 2018-08-01 05:59:49,219 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-01 05:59:49,219 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-08-01 05:59:49,219 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-01 05:59:54,224 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.217:80/api/v3/events 2018-08-01 05:59:54,385 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-01 05:59:54,386 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-01 05:59:54,386 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-01 05:59:54,386 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-01 05:59:54,386 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-01 05:59:54,386 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-01 05:59:54,386 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-01 05:59:54,386 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "event_type": "workflow_started", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T05:59:49.661Z", "message": "Starting 'install' workflow execution", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-01T05:59:49.661Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "c955afc2-3f33-4cb7-8930-b061aaf06207"}, {"node_instance_id": "data_plane_network_rayfpg", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T05:59:50.716Z", "message": "Creating node", "node_name": "data_plane_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-01T05:59:50.716Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "c955afc2-3f33-4cb7-8930-b061aaf06207"}, {"node_instance_id": "reference_vnf_ip_oli8jj", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T05:59:50.716Z", "message": "Creating node", "node_name": "reference_vnf_ip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-01T05:59:50.716Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "c955afc2-3f33-4cb7-8930-b061aaf06207"}, {"node_instance_id": "target_vnf_ip_namboa", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T05:59:51.639Z", "message": "Creating node", "node_name": "target_vnf_ip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-01T05:59:51.639Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "c955afc2-3f33-4cb7-8930-b061aaf06207"}, {"node_instance_id": "reference_vnf_ip_oli8jj", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T05:59:51.639Z", "message": "Sending task 'neutron_plugin.floatingip.create'", "node_name": "reference_vnf_ip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-01T05:59:51.639Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "c955afc2-3f33-4cb7-8930-b061aaf06207"}, {"node_instance_id": "target_vnf_ip_namboa", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T05:59:51.639Z", "message": "Sending task 'neutron_plugin.floatingip.create'", "node_name": "target_vnf_ip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-01T05:59:51.639Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "c955afc2-3f33-4cb7-8930-b061aaf06207"}, {"node_instance_id": "data_plane_network_rayfpg", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T05:59:51.639Z", "message": "Sending task 'neutron_plugin.network.create'", "node_name": "data_plane_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-01T05:59:51.639Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "c955afc2-3f33-4cb7-8930-b061aaf06207"}, {"node_instance_id": "reference_vnf_ip_oli8jj", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T05:59:51.639Z", "message": "Task started 'neutron_plugin.floatingip.create'", "node_name": "reference_vnf_ip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-01T05:59:51.639Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "c955afc2-3f33-4cb7-8930-b061aaf06207"}, {"node_instance_id": "target_vnf_ip_namboa", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T05:59:51.639Z", "message": "Task started 'neutron_plugin.floatingip.create'", "node_name": "target_vnf_ip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-01T05:59:51.639Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "c955afc2-3f33-4cb7-8930-b061aaf06207"}, {"node_instance_id": "data_plane_network_rayfpg", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T05:59:51.639Z", "message": "Task started 'neutron_plugin.network.create'", "node_name": "data_plane_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-01T05:59:51.639Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "c955afc2-3f33-4cb7-8930-b061aaf06207"}, {"node_instance_id": "external_network_tl70la", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T05:59:52.756Z", "message": "Creating node", "node_name": "external_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-01T05:59:52.756Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "c955afc2-3f33-4cb7-8930-b061aaf06207"}, {"node_instance_id": "keypair_b73esh", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T05:59:52.756Z", "message": "Creating node", "node_name": "keypair", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-01T05:59:52.756Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "c955afc2-3f33-4cb7-8930-b061aaf06207"}, {"node_instance_id": "management_plane_network_obt3i0", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T05:59:52.756Z", "message": "Creating node", "node_name": "management_plane_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-01T05:59:52.756Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "c955afc2-3f33-4cb7-8930-b061aaf06207"}, {"node_instance_id": "security_group_n4khuv", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T05:59:52.756Z", "message": "Creating node", "node_name": "security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-01T05:59:52.756Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "c955afc2-3f33-4cb7-8930-b061aaf06207"}, {"node_instance_id": "external_network_tl70la", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T05:59:52.756Z", "message": "Sending task 'neutron_plugin.network.create'", "node_name": "external_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-01T05:59:52.756Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "c955afc2-3f33-4cb7-8930-b061aaf06207"}, {"node_instance_id": "management_plane_network_obt3i0", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T05:59:52.756Z", "message": "Sending task 'neutron_plugin.network.create'", "node_name": "management_plane_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-01T05:59:52.756Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "c955afc2-3f33-4cb7-8930-b061aaf06207"}, {"node_instance_id": "security_group_n4khuv", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T05:59:52.756Z", "message": "Sending task 'neutron_plugin.security_group.create'", "node_name": "security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-01T05:59:52.756Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "c955afc2-3f33-4cb7-8930-b061aaf06207"}, {"node_instance_id": "keypair_b73esh", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T05:59:52.756Z", "message": "Sending task 'nova_plugin.keypair.create'", "node_name": "keypair", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-01T05:59:52.756Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "c955afc2-3f33-4cb7-8930-b061aaf06207"}, {"node_instance_id": "management_plane_network_obt3i0", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T05:59:52.756Z", "message": "Task started 'neutron_plugin.network.create'", "node_name": "management_plane_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-01T05:59:52.756Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "c955afc2-3f33-4cb7-8930-b061aaf06207"}, {"node_instance_id": "keypair_b73esh", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T05:59:52.756Z", "message": "Task started 'nova_plugin.keypair.create'", "node_name": "keypair", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-01T05:59:52.756Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "c955afc2-3f33-4cb7-8930-b061aaf06207"}, {"node_instance_id": "keypair_b73esh", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T05:59:53.784Z", "message": "Task succeeded 'nova_plugin.keypair.create'", "node_name": "keypair", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-01T05:59:53.784Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "c955afc2-3f33-4cb7-8930-b061aaf06207"}], "metadata": {"pagination": {"total": 21, "offset": 0, "size": 50}}} 2018-08-01 05:59:54,386 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-01 05:59:54,386 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 01 Aug 2018 05:59:54 GMT 2018-08-01 05:59:54,387 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-01 05:59:54,387 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 10329 2018-08-01 05:59:54,387 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-01 05:59:54,387 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting 'install' workflow execution 2018-08-01 05:59:54,387 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-08-01 05:59:54,388 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-08-01 05:59:54,388 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-08-01 05:59:54,388 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.floatingip.create' 2018-08-01 05:59:54,388 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.floatingip.create' 2018-08-01 05:59:54,388 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.create' 2018-08-01 05:59:54,388 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.floatingip.create' 2018-08-01 05:59:54,389 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.floatingip.create' 2018-08-01 05:59:54,389 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.create' 2018-08-01 05:59:54,389 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-08-01 05:59:54,389 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-08-01 05:59:54,389 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-08-01 05:59:54,389 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-08-01 05:59:54,389 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.create' 2018-08-01 05:59:54,390 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.create' 2018-08-01 05:59:54,390 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.security_group.create' 2018-08-01 05:59:54,390 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.keypair.create' 2018-08-01 05:59:54,390 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.create' 2018-08-01 05:59:54,390 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.keypair.create' 2018-08-01 05:59:54,390 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'nova_plugin.keypair.create' 2018-08-01 05:59:54,391 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.217:80/api/v3/executions/c955afc2-3f33-4cb7-8930-b061aaf06207 2018-08-01 05:59:54,511 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-01 05:59:54,511 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-01 05:59:54,511 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-01 05:59:54,511 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-01 05:59:54,511 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-01 05:59:54,511 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-01 05:59:54,511 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-01 05:59:54,511 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-01T05:59:49.041Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "c955afc2-3f33-4cb7-8930-b061aaf06207"} 2018-08-01 05:59:54,512 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-01 05:59:54,512 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 01 Aug 2018 05:59:54 GMT 2018-08-01 05:59:54,512 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-01 05:59:54,512 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-08-01 05:59:54,512 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-01 05:59:59,517 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.217:80/api/v3/events 2018-08-01 05:59:59,584 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-01 05:59:59,584 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-01 05:59:59,584 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-01 05:59:59,584 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-01 05:59:59,584 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-01 05:59:59,584 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-01 05:59:59,585 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-01 05:59:59,585 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "data_plane_network_rayfpg", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T05:59:54.764Z", "message": "Configuring node", "node_name": "data_plane_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-01T05:59:54.764Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "c955afc2-3f33-4cb7-8930-b061aaf06207"}, {"node_instance_id": "keypair_b73esh", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T05:59:54.764Z", "message": "Configuring node", "node_name": "keypair", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-01T05:59:54.764Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "c955afc2-3f33-4cb7-8930-b061aaf06207"}, {"node_instance_id": "external_network_tl70la", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T05:59:54.764Z", "message": "Task started 'neutron_plugin.network.create'", "node_name": "external_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-01T05:59:54.764Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "c955afc2-3f33-4cb7-8930-b061aaf06207"}, {"node_instance_id": "security_group_n4khuv", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T05:59:54.764Z", "message": "Task started 'neutron_plugin.security_group.create'", "node_name": "security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-01T05:59:54.764Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "c955afc2-3f33-4cb7-8930-b061aaf06207"}, {"node_instance_id": "data_plane_network_rayfpg", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T05:59:54.764Z", "message": "Task succeeded 'neutron_plugin.network.create'", "node_name": "data_plane_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-01T05:59:54.764Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "c955afc2-3f33-4cb7-8930-b061aaf06207"}, {"node_instance_id": "security_group_n4khuv", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T05:59:54.878Z", "message": "Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'port': 22}", "level": "debug", "node_name": "security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-01T05:59:54.878Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "c955afc2-3f33-4cb7-8930-b061aaf06207", "logger": "a025cdbd-60a6-4f91-997a-0e891cf3d6eb"}, {"node_instance_id": "reference_vnf_ip_oli8jj", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T05:59:55.633Z", "message": "Floating IP creation response: {u'router_id': None, u'status': u'DOWN', u'description': u'', u'tags': [], u'tenant_id': u'b3bd489e2d434bf0819a8445cb7200ba', u'created_at': u'2018-08-01T05:59:55Z', u'updated_at': u'2018-08-01T05:59:55Z', u'floating_network_id': u'262fe7ec-b437-40b8-908b-6eb66c149655', u'fixed_ip_address': None, u'floating_ip_address': u'172.30.9.210', u'revision_number': 0, u'project_id': u'b3bd489e2d434bf0819a8445cb7200ba', u'port_id': None, u'id': u'8250b2a3-e98c-46f3-a35f-d740096a1813'}", "level": "info", "node_name": "reference_vnf_ip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-01T05:59:55.633Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "c955afc2-3f33-4cb7-8930-b061aaf06207", "logger": "3038e930-1b32-4913-89cb-af5a1eb06bde"}, {"node_instance_id": "security_group_n4khuv", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T05:59:55.633Z", "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": "security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-01T05:59:55.633Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "c955afc2-3f33-4cb7-8930-b061aaf06207", "logger": "a025cdbd-60a6-4f91-997a-0e891cf3d6eb"}, {"node_instance_id": "security_group_n4khuv", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T05:59:55.633Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'icmp', 'ethertype': 'IPv4', 'port_range_max': 0, 'port_range_min': 0, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-01T05:59:55.633Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "c955afc2-3f33-4cb7-8930-b061aaf06207", "logger": "a025cdbd-60a6-4f91-997a-0e891cf3d6eb"}, {"node_instance_id": "security_group_n4khuv", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T05:59:55.633Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 65535, 'port_range_min': 1, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-01T05:59:55.633Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "c955afc2-3f33-4cb7-8930-b061aaf06207", "logger": "a025cdbd-60a6-4f91-997a-0e891cf3d6eb"}, {"node_instance_id": "security_group_n4khuv", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T05:59:55.633Z", "message": "Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'udp', 'ethertype': 'IPv4', 'port_range_max': 65535, 'port_range_min': 1, 'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-01T05:59:55.633Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "c955afc2-3f33-4cb7-8930-b061aaf06207", "logger": "a025cdbd-60a6-4f91-997a-0e891cf3d6eb"}, {"node_instance_id": "security_group_n4khuv", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T05:59:55.633Z", "message": "Security group rule before transformations: {u'port_range_min': 0, u'port_range_max': 0, u'protocol': u'icmp', u'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-01T05:59:55.633Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "c955afc2-3f33-4cb7-8930-b061aaf06207", "logger": "a025cdbd-60a6-4f91-997a-0e891cf3d6eb"}, {"node_instance_id": "security_group_n4khuv", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T05:59:55.633Z", "message": "Security group rule before transformations: {u'port_range_min': 1, u'port_range_max': 65535, u'protocol': u'tcp', u'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-01T05:59:55.633Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "c955afc2-3f33-4cb7-8930-b061aaf06207", "logger": "a025cdbd-60a6-4f91-997a-0e891cf3d6eb"}, {"node_instance_id": "security_group_n4khuv", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T05:59:55.633Z", "message": "Security group rule before transformations: {u'port_range_min': 1, u'port_range_max': 65535, u'protocol': u'udp', u'remote_ip_prefix': u'0.0.0.0/0'}", "level": "debug", "node_name": "security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-01T05:59:55.633Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "c955afc2-3f33-4cb7-8930-b061aaf06207", "logger": "a025cdbd-60a6-4f91-997a-0e891cf3d6eb"}, {"node_instance_id": "external_network_tl70la", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T05:59:55.633Z", "message": "Using external resource network: external", "level": "info", "node_name": "external_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-01T05:59:55.633Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "c955afc2-3f33-4cb7-8930-b061aaf06207", "logger": "a673d3c8-4736-4b5f-9948-ea30d8d6f533"}, {"node_instance_id": "management_plane_network_obt3i0", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T05:59:55.776Z", "message": "Configuring node", "node_name": "management_plane_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-01T05:59:55.776Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "c955afc2-3f33-4cb7-8930-b061aaf06207"}, {"node_instance_id": "data_plane_network_rayfpg", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T05:59:55.776Z", "message": "Starting node", "node_name": "data_plane_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-01T05:59:55.776Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "c955afc2-3f33-4cb7-8930-b061aaf06207"}, {"node_instance_id": "keypair_b73esh", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T05:59:55.776Z", "message": "Starting node", "node_name": "keypair", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-01T05:59:55.776Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "c955afc2-3f33-4cb7-8930-b061aaf06207"}, {"node_instance_id": "external_network_tl70la", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T05:59:55.776Z", "message": "Task succeeded 'neutron_plugin.network.create'", "node_name": "external_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-01T05:59:55.776Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "c955afc2-3f33-4cb7-8930-b061aaf06207"}, {"node_instance_id": "management_plane_network_obt3i0", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T05:59:55.776Z", "message": "Task succeeded 'neutron_plugin.network.create'", "node_name": "management_plane_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-01T05:59:55.776Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "c955afc2-3f33-4cb7-8930-b061aaf06207"}, {"node_instance_id": "target_vnf_ip_namboa", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T05:59:56.659Z", "message": "Floating IP creation response: {u'router_id': None, u'status': u'DOWN', u'description': u'', u'tags': [], u'tenant_id': u'b3bd489e2d434bf0819a8445cb7200ba', u'created_at': u'2018-08-01T05:59:55Z', u'updated_at': u'2018-08-01T05:59:55Z', u'floating_network_id': u'262fe7ec-b437-40b8-908b-6eb66c149655', u'fixed_ip_address': None, u'floating_ip_address': u'172.30.9.216', u'revision_number': 0, u'project_id': u'b3bd489e2d434bf0819a8445cb7200ba', u'port_id': None, u'id': u'1ac23be6-8695-4345-8929-2b6d58b9c31b'}", "level": "info", "node_name": "target_vnf_ip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-01T05:59:56.659Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "c955afc2-3f33-4cb7-8930-b061aaf06207", "logger": "e05dcff2-2af4-439d-99a4-ac3c4a9a4cb1"}, {"node_instance_id": "external_network_tl70la", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T05:59:56.854Z", "message": "Configuring node", "node_name": "external_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-01T05:59:56.854Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "c955afc2-3f33-4cb7-8930-b061aaf06207"}, {"node_instance_id": "reference_vnf_ip_oli8jj", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T05:59:56.854Z", "message": "Configuring node", "node_name": "reference_vnf_ip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-01T05:59:56.854Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "c955afc2-3f33-4cb7-8930-b061aaf06207"}, {"node_instance_id": "target_vnf_ip_namboa", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T05:59:56.854Z", "message": "Configuring node", "node_name": "target_vnf_ip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-01T05:59:56.854Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "c955afc2-3f33-4cb7-8930-b061aaf06207"}, {"node_instance_id": "data_plane_subnet_ydpryn", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T05:59:56.854Z", "message": "Creating node", "node_name": "data_plane_subnet", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-01T05:59:56.854Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "c955afc2-3f33-4cb7-8930-b061aaf06207"}, {"node_instance_id": "data_plane_subnet_ydpryn", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T05:59:56.854Z", "message": "Sending task 'neutron_plugin.subnet.create'", "node_name": "data_plane_subnet", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-01T05:59:56.854Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "c955afc2-3f33-4cb7-8930-b061aaf06207"}, {"node_instance_id": "external_network_tl70la", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T05:59:56.854Z", "message": "Starting node", "node_name": "external_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-01T05:59:56.854Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "c955afc2-3f33-4cb7-8930-b061aaf06207"}, {"node_instance_id": "management_plane_network_obt3i0", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T05:59:56.854Z", "message": "Starting node", "node_name": "management_plane_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-01T05:59:56.854Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "c955afc2-3f33-4cb7-8930-b061aaf06207"}, {"node_instance_id": "reference_vnf_ip_oli8jj", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T05:59:56.854Z", "message": "Starting node", "node_name": "reference_vnf_ip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-01T05:59:56.854Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "c955afc2-3f33-4cb7-8930-b061aaf06207"}, {"node_instance_id": "data_plane_subnet_ydpryn", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T05:59:56.854Z", "message": "Task started 'neutron_plugin.subnet.create'", "node_name": "data_plane_subnet", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-01T05:59:56.854Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "c955afc2-3f33-4cb7-8930-b061aaf06207"}, {"node_instance_id": "reference_vnf_ip_oli8jj", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T05:59:56.854Z", "message": "Task succeeded 'neutron_plugin.floatingip.create'", "node_name": "reference_vnf_ip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-01T05:59:56.854Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "c955afc2-3f33-4cb7-8930-b061aaf06207"}, {"node_instance_id": "target_vnf_ip_namboa", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T05:59:56.854Z", "message": "Task succeeded 'neutron_plugin.floatingip.create'", "node_name": "target_vnf_ip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-01T05:59:56.854Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "c955afc2-3f33-4cb7-8930-b061aaf06207"}, {"node_instance_id": "router_c5etbp", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T05:59:57.860Z", "message": "Creating node", "node_name": "router", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-01T05:59:57.860Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "c955afc2-3f33-4cb7-8930-b061aaf06207"}, {"node_instance_id": "router_c5etbp", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T05:59:57.860Z", "message": "Sending task 'neutron_plugin.router.create'", "node_name": "router", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-01T05:59:57.860Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "c955afc2-3f33-4cb7-8930-b061aaf06207"}, {"node_instance_id": "target_vnf_ip_namboa", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T05:59:57.860Z", "message": "Starting node", "node_name": "target_vnf_ip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-01T05:59:57.860Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "c955afc2-3f33-4cb7-8930-b061aaf06207"}, {"node_instance_id": "router_c5etbp", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T05:59:57.860Z", "message": "Task started 'neutron_plugin.router.create'", "node_name": "router", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-01T05:59:57.860Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "c955afc2-3f33-4cb7-8930-b061aaf06207"}, {"node_instance_id": "data_plane_subnet_ydpryn", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T05:59:58.867Z", "message": "Configuring node", "node_name": "data_plane_subnet", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-01T05:59:58.867Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "c955afc2-3f33-4cb7-8930-b061aaf06207"}, {"node_instance_id": "data_plane_subnet_ydpryn", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T05:59:58.867Z", "message": "Task succeeded 'neutron_plugin.subnet.create'", "node_name": "data_plane_subnet", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-01T05:59:58.867Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "c955afc2-3f33-4cb7-8930-b061aaf06207"}], "metadata": {"pagination": {"total": 59, "offset": 21, "size": 50}}} 2018-08-01 05:59:59,585 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-01 05:59:59,585 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 01 Aug 2018 05:59:59 GMT 2018-08-01 05:59:59,585 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-01 05:59:59,585 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 20982 2018-08-01 05:59:59,585 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-01 05:59:59,586 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-08-01 05:59:59,586 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-08-01 05:59:59,586 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.create' 2018-08-01 05:59:59,587 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.security_group.create' 2018-08-01 05:59:59,587 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.network.create' 2018-08-01 05:59:59,587 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Security group rule before transformations: {u'remote_ip_prefix': u'0.0.0.0/0', u'port': 22} 2018-08-01 05:59:59,587 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Floating IP creation response: {u'router_id': None, u'status': u'DOWN', u'description': u'', u'tags': [], u'tenant_id': u'b3bd489e2d434bf0819a8445cb7200ba', u'created_at': u'2018-08-01T05:59:55Z', u'updated_at': u'2018-08-01T05:59:55Z', u'floating_network_id': u'262fe7ec-b437-40b8-908b-6eb66c149655', u'fixed_ip_address': None, u'floating_ip_address': u'172.30.9.210', u'revision_number': 0, u'project_id': u'b3bd489e2d434bf0819a8445cb7200ba', u'port_id': None, u'id': u'8250b2a3-e98c-46f3-a35f-d740096a1813'} 2018-08-01 05:59:59,587 - functest.opnfv_tests.vnf.router.cloudify_vrouter - 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-01 05:59:59,587 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'icmp', 'ethertype': 'IPv4', 'port_range_max': 0, 'port_range_min': 0, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-08-01 05:59:59,588 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 65535, 'port_range_min': 1, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-08-01 05:59:59,588 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Security group rule after transformations: {'remote_group_id': None, 'direction': 'ingress', 'protocol': u'udp', 'ethertype': 'IPv4', 'port_range_max': 65535, 'port_range_min': 1, 'remote_ip_prefix': u'0.0.0.0/0'} 2018-08-01 05:59:59,588 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Security group rule before transformations: {u'port_range_min': 0, u'port_range_max': 0, u'protocol': u'icmp', u'remote_ip_prefix': u'0.0.0.0/0'} 2018-08-01 05:59:59,588 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Security group rule before transformations: {u'port_range_min': 1, u'port_range_max': 65535, u'protocol': u'tcp', u'remote_ip_prefix': u'0.0.0.0/0'} 2018-08-01 05:59:59,588 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Security group rule before transformations: {u'port_range_min': 1, u'port_range_max': 65535, u'protocol': u'udp', u'remote_ip_prefix': u'0.0.0.0/0'} 2018-08-01 05:59:59,588 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Using external resource network: external 2018-08-01 05:59:59,589 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-08-01 05:59:59,589 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-08-01 05:59:59,589 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-08-01 05:59:59,589 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.network.create' 2018-08-01 05:59:59,589 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.network.create' 2018-08-01 05:59:59,589 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Floating IP creation response: {u'router_id': None, u'status': u'DOWN', u'description': u'', u'tags': [], u'tenant_id': u'b3bd489e2d434bf0819a8445cb7200ba', u'created_at': u'2018-08-01T05:59:55Z', u'updated_at': u'2018-08-01T05:59:55Z', u'floating_network_id': u'262fe7ec-b437-40b8-908b-6eb66c149655', u'fixed_ip_address': None, u'floating_ip_address': u'172.30.9.216', u'revision_number': 0, u'project_id': u'b3bd489e2d434bf0819a8445cb7200ba', u'port_id': None, u'id': u'1ac23be6-8695-4345-8929-2b6d58b9c31b'} 2018-08-01 05:59:59,589 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-08-01 05:59:59,590 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-08-01 05:59:59,590 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-08-01 05:59:59,590 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-08-01 05:59:59,590 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.subnet.create' 2018-08-01 05:59:59,590 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-08-01 05:59:59,590 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-08-01 05:59:59,591 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-08-01 05:59:59,591 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.subnet.create' 2018-08-01 05:59:59,591 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.floatingip.create' 2018-08-01 05:59:59,591 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.floatingip.create' 2018-08-01 05:59:59,591 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-08-01 05:59:59,591 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.router.create' 2018-08-01 05:59:59,591 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-08-01 05:59:59,592 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.router.create' 2018-08-01 05:59:59,592 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-08-01 05:59:59,592 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.subnet.create' 2018-08-01 05:59:59,592 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.217:80/api/v3/executions/c955afc2-3f33-4cb7-8930-b061aaf06207 2018-08-01 05:59:59,645 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-01 05:59:59,645 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-01 05:59:59,645 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-01 05:59:59,645 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-01 05:59:59,645 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-01 05:59:59,645 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-01 05:59:59,645 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-01 05:59:59,645 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-01T05:59:49.041Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "c955afc2-3f33-4cb7-8930-b061aaf06207"} 2018-08-01 05:59:59,645 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-01 05:59:59,646 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 01 Aug 2018 05:59:59 GMT 2018-08-01 05:59:59,646 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-01 05:59:59,646 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-08-01 05:59:59,646 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-01 06:00:04,651 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.217:80/api/v3/events 2018-08-01 06:00:04,743 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-01 06:00:04,743 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-01 06:00:04,743 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-01 06:00:04,743 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-01 06:00:04,744 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-01 06:00:04,744 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-01 06:00:04,744 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-01 06:00:04,744 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "data_plane_subnet_ydpryn", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T05:59:59.872Z", "message": "Starting node", "node_name": "data_plane_subnet", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-01T05:59:59.872Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "c955afc2-3f33-4cb7-8930-b061aaf06207"}, {"node_instance_id": "security_group_n4khuv", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T05:59:59.872Z", "message": "Task succeeded 'neutron_plugin.security_group.create'", "node_name": "security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-01T05:59:59.872Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "c955afc2-3f33-4cb7-8930-b061aaf06207"}, {"node_instance_id": "router_c5etbp", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T06:00:00.878Z", "message": "Configuring node", "node_name": "router", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-01T06:00:00.878Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "c955afc2-3f33-4cb7-8930-b061aaf06207"}, {"node_instance_id": "security_group_n4khuv", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T06:00:00.878Z", "message": "Configuring node", "node_name": "security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-01T06:00:00.878Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "c955afc2-3f33-4cb7-8930-b061aaf06207"}, {"node_instance_id": "security_group_n4khuv", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T06:00:00.878Z", "message": "Starting node", "node_name": "security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-01T06:00:00.878Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "c955afc2-3f33-4cb7-8930-b061aaf06207"}, {"node_instance_id": "router_c5etbp", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T06:00:00.878Z", "message": "Task succeeded 'neutron_plugin.router.create'", "node_name": "router", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-01T06:00:00.878Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "c955afc2-3f33-4cb7-8930-b061aaf06207"}, {"node_instance_id": "reference_vnf_data_plane_port_3x7j0w", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T06:00:01.920Z", "message": "Creating node", "node_name": "reference_vnf_data_plane_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-01T06:00:01.920Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "c955afc2-3f33-4cb7-8930-b061aaf06207"}, {"node_instance_id": "target_vnf_data_plane_port_noof8p", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T06:00:01.920Z", "message": "Creating node", "node_name": "target_vnf_data_plane_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-01T06:00:01.920Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "c955afc2-3f33-4cb7-8930-b061aaf06207"}, {"node_instance_id": "reference_vnf_data_plane_port_3x7j0w", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T06:00:01.920Z", "message": "Sending task 'neutron_plugin.port.create'", "node_name": "reference_vnf_data_plane_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-01T06:00:01.920Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "c955afc2-3f33-4cb7-8930-b061aaf06207"}, {"node_instance_id": "target_vnf_data_plane_port_noof8p", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T06:00:01.920Z", "message": "Sending task 'neutron_plugin.port.create'", "node_name": "target_vnf_data_plane_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-01T06:00:01.920Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "c955afc2-3f33-4cb7-8930-b061aaf06207"}, {"node_instance_id": "router_c5etbp", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T06:00:01.920Z", "message": "Starting node", "node_name": "router", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-01T06:00:01.920Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "c955afc2-3f33-4cb7-8930-b061aaf06207"}, {"node_instance_id": "reference_vnf_data_plane_port_3x7j0w", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T06:00:01.920Z", "message": "Task started 'neutron_plugin.port.create'", "node_name": "reference_vnf_data_plane_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-01T06:00:01.920Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "c955afc2-3f33-4cb7-8930-b061aaf06207"}, {"node_instance_id": "target_vnf_data_plane_port_noof8p", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T06:00:01.920Z", "message": "Task started 'neutron_plugin.port.create'", "node_name": "target_vnf_data_plane_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-01T06:00:01.920Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "c955afc2-3f33-4cb7-8930-b061aaf06207"}, {"node_instance_id": "management_plane_subnet_gt4ebs", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T06:00:02.935Z", "message": "Creating node", "node_name": "management_plane_subnet", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-01T06:00:02.935Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "c955afc2-3f33-4cb7-8930-b061aaf06207"}, {"node_instance_id": "management_plane_subnet_gt4ebs", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T06:00:02.935Z", "message": "Sending task 'neutron_plugin.subnet.create'", "node_name": "management_plane_subnet", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-01T06:00:02.935Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "c955afc2-3f33-4cb7-8930-b061aaf06207"}, {"node_instance_id": "management_plane_subnet_gt4ebs", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T06:00:02.935Z", "message": "Task started 'neutron_plugin.subnet.create'", "node_name": "management_plane_subnet", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-01T06:00:02.935Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "c955afc2-3f33-4cb7-8930-b061aaf06207"}, {"node_instance_id": "reference_vnf_data_plane_port_3x7j0w", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T06:00:03.947Z", "message": "Task succeeded 'neutron_plugin.port.create'", "node_name": "reference_vnf_data_plane_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-01T06:00:03.947Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "c955afc2-3f33-4cb7-8930-b061aaf06207"}], "metadata": {"pagination": {"total": 76, "offset": 59, "size": 50}}} 2018-08-01 06:00:04,744 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-01 06:00:04,744 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 01 Aug 2018 06:00:04 GMT 2018-08-01 06:00:04,744 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-01 06:00:04,744 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 8463 2018-08-01 06:00:04,744 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-01 06:00:04,745 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-08-01 06:00:04,745 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.security_group.create' 2018-08-01 06:00:04,745 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-08-01 06:00:04,746 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-08-01 06:00:04,746 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-08-01 06:00:04,746 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.router.create' 2018-08-01 06:00:04,746 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-08-01 06:00:04,746 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-08-01 06:00:04,746 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.create' 2018-08-01 06:00:04,747 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.create' 2018-08-01 06:00:04,747 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-08-01 06:00:04,747 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.create' 2018-08-01 06:00:04,747 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.create' 2018-08-01 06:00:04,747 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-08-01 06:00:04,747 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.subnet.create' 2018-08-01 06:00:04,748 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.subnet.create' 2018-08-01 06:00:04,748 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.create' 2018-08-01 06:00:04,748 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.217:80/api/v3/executions/c955afc2-3f33-4cb7-8930-b061aaf06207 2018-08-01 06:00:04,870 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-01 06:00:04,870 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-01 06:00:04,870 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-01 06:00:04,870 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-01 06:00:04,870 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-01 06:00:04,870 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-01 06:00:04,871 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-01 06:00:04,871 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-01T05:59:49.041Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "c955afc2-3f33-4cb7-8930-b061aaf06207"} 2018-08-01 06:00:04,871 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-01 06:00:04,871 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 01 Aug 2018 06:00:04 GMT 2018-08-01 06:00:04,871 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-01 06:00:04,871 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-08-01 06:00:04,871 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-01 06:00:09,877 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.217:80/api/v3/events 2018-08-01 06:00:09,940 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-01 06:00:09,940 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-01 06:00:09,941 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-01 06:00:09,941 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-01 06:00:09,941 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-01 06:00:09,941 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-01 06:00:09,941 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-01 06:00:09,941 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "reference_vnf_data_plane_port_3x7j0w", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T06:00:04.945Z", "message": "Configuring node", "node_name": "reference_vnf_data_plane_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-01T06:00:04.945Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "c955afc2-3f33-4cb7-8930-b061aaf06207"}, {"node_instance_id": "target_vnf_data_plane_port_noof8p", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T06:00:04.945Z", "message": "Configuring node", "node_name": "target_vnf_data_plane_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-01T06:00:04.945Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "c955afc2-3f33-4cb7-8930-b061aaf06207"}, {"node_instance_id": "target_vnf_data_plane_port_noof8p", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T06:00:04.945Z", "message": "Task succeeded 'neutron_plugin.port.create'", "node_name": "target_vnf_data_plane_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-01T06:00:04.945Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "c955afc2-3f33-4cb7-8930-b061aaf06207"}, {"node_instance_id": "management_plane_subnet_gt4ebs", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T06:00:04.945Z", "message": "Task succeeded 'neutron_plugin.subnet.create'", "node_name": "management_plane_subnet", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-01T06:00:04.945Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "c955afc2-3f33-4cb7-8930-b061aaf06207"}, {"node_instance_id": "management_plane_subnet_gt4ebs", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T06:00:05.959Z", "message": "Configuring node", "node_name": "management_plane_subnet", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-01T06:00:05.959Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "c955afc2-3f33-4cb7-8930-b061aaf06207"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T06:00:05.959Z", "message": "Sending task 'neutron_plugin.port.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-01T06:00:05.959Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "c955afc2-3f33-4cb7-8930-b061aaf06207"}, {"node_instance_id": "reference_vnf_data_plane_port_3x7j0w", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T06:00:05.959Z", "message": "Starting node", "node_name": "reference_vnf_data_plane_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-01T06:00:05.959Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "c955afc2-3f33-4cb7-8930-b061aaf06207"}, {"node_instance_id": "target_vnf_data_plane_port_noof8p", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T06:00:05.959Z", "message": "Starting node", "node_name": "target_vnf_data_plane_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-01T06:00:05.959Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "c955afc2-3f33-4cb7-8930-b061aaf06207"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T06:00:05.959Z", "message": "Task started 'neutron_plugin.port.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-01T06:00:05.959Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "c955afc2-3f33-4cb7-8930-b061aaf06207"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T06:00:06.976Z", "message": "Sending task 'neutron_plugin.port.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-01T06:00:06.976Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "c955afc2-3f33-4cb7-8930-b061aaf06207"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T06:00:06.976Z", "message": "Sending task 'neutron_plugin.router.connect_subnet'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-01T06:00:06.976Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "c955afc2-3f33-4cb7-8930-b061aaf06207"}, {"node_instance_id": "management_plane_subnet_gt4ebs", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T06:00:06.976Z", "message": "Starting node", "node_name": "management_plane_subnet", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-01T06:00:06.976Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "c955afc2-3f33-4cb7-8930-b061aaf06207"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T06:00:06.976Z", "message": "Task started 'neutron_plugin.port.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-01T06:00:06.976Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "c955afc2-3f33-4cb7-8930-b061aaf06207"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T06:00:06.976Z", "message": "Task started 'neutron_plugin.router.connect_subnet'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-01T06:00:06.976Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "c955afc2-3f33-4cb7-8930-b061aaf06207"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T06:00:07.423Z", "message": "connect_security_group(): source_id=eff11024-1638-4d99-b728-d67133dce86b target={u'external_id': u'67c741b8-e537-4fe3-8b2d-d7e7aa6aea8f', u'external_name': u'vnf_test_security_group', u'external_type': u'security_group'}", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-01T06:00:07.423Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "c955afc2-3f33-4cb7-8930-b061aaf06207", "logger": "2adab231-0f58-444e-a001-841330dc4e73"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T06:00:08.281Z", "message": "Task succeeded 'neutron_plugin.port.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-01T06:00:08.281Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "c955afc2-3f33-4cb7-8930-b061aaf06207"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T06:00:08.674Z", "message": "connect_security_group(): source_id=4c1c8a4c-d7a4-4d8d-8a8f-e4bd27b874a6 target={u'external_id': u'67c741b8-e537-4fe3-8b2d-d7e7aa6aea8f', u'external_name': u'vnf_test_security_group', u'external_type': u'security_group'}", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-01T06:00:08.674Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "c955afc2-3f33-4cb7-8930-b061aaf06207", "logger": "1c508874-a66d-4da0-978c-fb8ccc2d2765"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T06:00:08.994Z", "message": "Task succeeded 'neutron_plugin.port.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-01T06:00:08.994Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "c955afc2-3f33-4cb7-8930-b061aaf06207"}], "metadata": {"pagination": {"total": 94, "offset": 76, "size": 50}}} 2018-08-01 06:00:09,941 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-01 06:00:09,941 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 01 Aug 2018 06:00:09 GMT 2018-08-01 06:00:09,942 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-01 06:00:09,942 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 9447 2018-08-01 06:00:09,942 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-01 06:00:09,942 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-08-01 06:00:09,942 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-08-01 06:00:09,943 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.create' 2018-08-01 06:00:09,943 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.subnet.create' 2018-08-01 06:00:09,943 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-08-01 06:00:09,943 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.connect_security_group' 2018-08-01 06:00:09,943 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-08-01 06:00:09,944 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-08-01 06:00:09,944 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.connect_security_group' 2018-08-01 06:00:09,944 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.connect_security_group' 2018-08-01 06:00:09,944 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.router.connect_subnet' 2018-08-01 06:00:09,944 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-08-01 06:00:09,944 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.connect_security_group' 2018-08-01 06:00:09,945 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.router.connect_subnet' 2018-08-01 06:00:09,945 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - connect_security_group(): source_id=eff11024-1638-4d99-b728-d67133dce86b target={u'external_id': u'67c741b8-e537-4fe3-8b2d-d7e7aa6aea8f', u'external_name': u'vnf_test_security_group', u'external_type': u'security_group'} 2018-08-01 06:00:09,945 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.connect_security_group' 2018-08-01 06:00:09,945 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - connect_security_group(): source_id=4c1c8a4c-d7a4-4d8d-8a8f-e4bd27b874a6 target={u'external_id': u'67c741b8-e537-4fe3-8b2d-d7e7aa6aea8f', u'external_name': u'vnf_test_security_group', u'external_type': u'security_group'} 2018-08-01 06:00:09,945 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.connect_security_group' 2018-08-01 06:00:09,945 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.217:80/api/v3/executions/c955afc2-3f33-4cb7-8930-b061aaf06207 2018-08-01 06:00:09,998 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-01 06:00:09,998 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-01 06:00:09,998 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-01 06:00:09,999 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-01 06:00:09,999 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-01 06:00:09,999 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-01 06:00:09,999 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-01 06:00:09,999 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-01T05:59:49.041Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "c955afc2-3f33-4cb7-8930-b061aaf06207"} 2018-08-01 06:00:09,999 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-01 06:00:09,999 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 01 Aug 2018 06:00:09 GMT 2018-08-01 06:00:09,999 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-01 06:00:09,999 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-08-01 06:00:09,999 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-01 06:00:15,001 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.217:80/api/v3/events 2018-08-01 06:00:15,065 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-01 06:00:15,065 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-01 06:00:15,065 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-01 06:00:15,065 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-01 06:00:15,065 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-01 06:00:15,065 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-01 06:00:15,065 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-01 06:00:15,065 - 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": "vrouter-opnfv", "timestamp": "2018-08-01T06:00:09.999Z", "message": "Task succeeded 'neutron_plugin.router.connect_subnet'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-01T06:00:09.999Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "c955afc2-3f33-4cb7-8930-b061aaf06207"}, {"node_instance_id": "reference_vnf_port_2gnn87", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T06:00:11.063Z", "message": "Creating node", "node_name": "reference_vnf_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-01T06:00:11.063Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "c955afc2-3f33-4cb7-8930-b061aaf06207"}, {"node_instance_id": "target_vnf_port_e7dwr1", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T06:00:11.063Z", "message": "Creating node", "node_name": "target_vnf_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-01T06:00:11.063Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "c955afc2-3f33-4cb7-8930-b061aaf06207"}, {"node_instance_id": "reference_vnf_port_2gnn87", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T06:00:11.063Z", "message": "Sending task 'neutron_plugin.port.create'", "node_name": "reference_vnf_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-01T06:00:11.063Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "c955afc2-3f33-4cb7-8930-b061aaf06207"}, {"node_instance_id": "target_vnf_port_e7dwr1", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T06:00:11.063Z", "message": "Sending task 'neutron_plugin.port.create'", "node_name": "target_vnf_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-01T06:00:11.063Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "c955afc2-3f33-4cb7-8930-b061aaf06207"}, {"node_instance_id": "reference_vnf_port_2gnn87", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T06:00:11.063Z", "message": "Task started 'neutron_plugin.port.create'", "node_name": "reference_vnf_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-01T06:00:11.063Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "c955afc2-3f33-4cb7-8930-b061aaf06207"}, {"node_instance_id": "target_vnf_port_e7dwr1", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T06:00:11.063Z", "message": "Task started 'neutron_plugin.port.create'", "node_name": "target_vnf_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-01T06:00:11.063Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "c955afc2-3f33-4cb7-8930-b061aaf06207"}, {"node_instance_id": "target_vnf_port_e7dwr1", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T06:00:13.311Z", "message": "Task succeeded 'neutron_plugin.port.create'", "node_name": "target_vnf_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-01T06:00:13.311Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "c955afc2-3f33-4cb7-8930-b061aaf06207"}, {"node_instance_id": "reference_vnf_port_2gnn87", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T06:00:14.078Z", "message": "Configuring node", "node_name": "reference_vnf_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-01T06:00:14.078Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "c955afc2-3f33-4cb7-8930-b061aaf06207"}, {"node_instance_id": "target_vnf_port_e7dwr1", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T06:00:14.078Z", "message": "Configuring node", "node_name": "target_vnf_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-01T06:00:14.078Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "c955afc2-3f33-4cb7-8930-b061aaf06207"}, {"node_instance_id": "reference_vnf_port_2gnn87", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T06:00:14.078Z", "message": "Task succeeded 'neutron_plugin.port.create'", "node_name": "reference_vnf_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-01T06:00:14.078Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "c955afc2-3f33-4cb7-8930-b061aaf06207"}], "metadata": {"pagination": {"total": 105, "offset": 94, "size": 50}}} 2018-08-01 06:00:15,066 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-01 06:00:15,066 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 01 Aug 2018 06:00:15 GMT 2018-08-01 06:00:15,066 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-01 06:00:15,066 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 5479 2018-08-01 06:00:15,066 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-01 06:00:15,066 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.router.connect_subnet' 2018-08-01 06:00:15,067 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-08-01 06:00:15,067 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-08-01 06:00:15,067 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.create' 2018-08-01 06:00:15,067 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.create' 2018-08-01 06:00:15,067 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.create' 2018-08-01 06:00:15,067 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.create' 2018-08-01 06:00:15,067 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.create' 2018-08-01 06:00:15,068 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-08-01 06:00:15,068 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-08-01 06:00:15,068 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.create' 2018-08-01 06:00:15,068 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.217:80/api/v3/executions/c955afc2-3f33-4cb7-8930-b061aaf06207 2018-08-01 06:00:15,118 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-01 06:00:15,118 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-01 06:00:15,118 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-01 06:00:15,118 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-01 06:00:15,119 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-01 06:00:15,119 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-01 06:00:15,119 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-01 06:00:15,119 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-01T05:59:49.041Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "c955afc2-3f33-4cb7-8930-b061aaf06207"} 2018-08-01 06:00:15,119 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-01 06:00:15,119 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 01 Aug 2018 06:00:15 GMT 2018-08-01 06:00:15,119 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-01 06:00:15,119 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-08-01 06:00:15,119 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-01 06:00:16,653 - paramiko.transport - DEBUG - EOF in transport thread 2018-08-01 06:00:20,125 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.217:80/api/v3/events 2018-08-01 06:00:20,184 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-01 06:00:20,184 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-01 06:00:20,185 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-01 06:00:20,185 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-01 06:00:20,185 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-01 06:00:20,185 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-01 06:00:20,185 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-01 06:00:20,185 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "reference_vnf_port_2gnn87", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T06:00:15.085Z", "message": "Starting node", "node_name": "reference_vnf_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-01T06:00:15.085Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "c955afc2-3f33-4cb7-8930-b061aaf06207"}, {"node_instance_id": "target_vnf_port_e7dwr1", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T06:00:15.085Z", "message": "Starting node", "node_name": "target_vnf_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-01T06:00:15.085Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "c955afc2-3f33-4cb7-8930-b061aaf06207"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T06:00:16.093Z", "message": "Sending task 'neutron_plugin.port.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-01T06:00:16.093Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "c955afc2-3f33-4cb7-8930-b061aaf06207"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T06:00:16.093Z", "message": "Task started 'neutron_plugin.port.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-01T06:00:16.093Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "c955afc2-3f33-4cb7-8930-b061aaf06207"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T06:00:16.833Z", "message": "connect_security_group(): source_id=0716b72b-ea2d-4372-843a-e98b44c8c5e7 target={u'external_id': u'67c741b8-e537-4fe3-8b2d-d7e7aa6aea8f', u'external_name': u'vnf_test_security_group', u'external_type': u'security_group'}", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-01T06:00:16.833Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "c955afc2-3f33-4cb7-8930-b061aaf06207", "logger": "2f730142-5328-454d-a491-a1015c065ac1"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T06:00:17.700Z", "message": "connect_security_group(): source_id=e780e50c-2e1e-45ee-b251-0dc44001e8fe target={u'external_id': u'67c741b8-e537-4fe3-8b2d-d7e7aa6aea8f', u'external_name': u'vnf_test_security_group', u'external_type': u'security_group'}", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-01T06:00:17.700Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "c955afc2-3f33-4cb7-8930-b061aaf06207", "logger": "8ba4b79c-b83a-473b-8316-9d9fadc5b957"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T06:00:18.276Z", "message": "Task succeeded 'neutron_plugin.port.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-01T06:00:18.276Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "c955afc2-3f33-4cb7-8930-b061aaf06207"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T06:00:19.100Z", "message": "Sending task 'neutron_plugin.floatingip.connect_port'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-01T06:00:19.100Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "c955afc2-3f33-4cb7-8930-b061aaf06207"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T06:00:19.100Z", "message": "Task started 'neutron_plugin.floatingip.connect_port'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-01T06:00:19.100Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "c955afc2-3f33-4cb7-8930-b061aaf06207"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T06:00:19.100Z", "message": "Task succeeded 'neutron_plugin.port.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-01T06:00:19.100Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "c955afc2-3f33-4cb7-8930-b061aaf06207"}], "metadata": {"pagination": {"total": 119, "offset": 105, "size": 50}}} 2018-08-01 06:00:20,185 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-01 06:00:20,185 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 01 Aug 2018 06:00:20 GMT 2018-08-01 06:00:20,185 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-01 06:00:20,186 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 5436 2018-08-01 06:00:20,186 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-01 06:00:20,186 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-08-01 06:00:20,186 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-08-01 06:00:20,187 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.connect_security_group' 2018-08-01 06:00:20,187 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.connect_security_group' 2018-08-01 06:00:20,187 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - connect_security_group(): source_id=0716b72b-ea2d-4372-843a-e98b44c8c5e7 target={u'external_id': u'67c741b8-e537-4fe3-8b2d-d7e7aa6aea8f', u'external_name': u'vnf_test_security_group', u'external_type': u'security_group'} 2018-08-01 06:00:20,187 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - connect_security_group(): source_id=e780e50c-2e1e-45ee-b251-0dc44001e8fe target={u'external_id': u'67c741b8-e537-4fe3-8b2d-d7e7aa6aea8f', u'external_name': u'vnf_test_security_group', u'external_type': u'security_group'} 2018-08-01 06:00:20,187 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.connect_security_group' 2018-08-01 06:00:20,187 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.floatingip.connect_port' 2018-08-01 06:00:20,188 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.floatingip.connect_port' 2018-08-01 06:00:20,188 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.connect_security_group' 2018-08-01 06:00:20,188 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.217:80/api/v3/executions/c955afc2-3f33-4cb7-8930-b061aaf06207 2018-08-01 06:00:20,237 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-01 06:00:20,237 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-01 06:00:20,238 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-01 06:00:20,238 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-01 06:00:20,238 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-01 06:00:20,238 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-01 06:00:20,238 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-01 06:00:20,238 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-01T05:59:49.041Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "c955afc2-3f33-4cb7-8930-b061aaf06207"} 2018-08-01 06:00:20,238 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-01 06:00:20,238 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 01 Aug 2018 06:00:20 GMT 2018-08-01 06:00:20,238 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-01 06:00:20,239 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-08-01 06:00:20,239 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-01 06:00:25,244 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.217:80/api/v3/events 2018-08-01 06:00:25,307 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-01 06:00:25,307 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-01 06:00:25,308 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-01 06:00:25,308 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-01 06:00:25,308 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-01 06:00:25,308 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-01 06:00:25,308 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-01 06:00:25,308 - 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": "vrouter-opnfv", "timestamp": "2018-08-01T06:00:20.990Z", "message": "Task succeeded 'neutron_plugin.floatingip.connect_port'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-01T06:00:20.990Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "c955afc2-3f33-4cb7-8930-b061aaf06207"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T06:00:21.240Z", "message": "Task succeeded 'neutron_plugin.floatingip.connect_port'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-01T06:00:21.240Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "c955afc2-3f33-4cb7-8930-b061aaf06207"}, {"node_instance_id": "reference_vnf_host_hu9xfh", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T06:00:22.237Z", "message": "Instance relationship target instances: [{u'external_id': u'vnf_test_keypair', u'external_name': u'vnf_test_keypair', u'external_type': u'keypair'}, {u'external_id': u'e780e50c-2e1e-45ee-b251-0dc44001e8fe', u'fixed_ip_address': u'11.0.0.26', u'external_name': u'reference_vnf_port', u'external_type': u'port', u'mac_address': u'fa:16:3e:13:c0:60'}, {u'external_id': u'eff11024-1638-4d99-b728-d67133dce86b', u'fixed_ip_address': u'12.0.0.4', u'external_name': u'reference_vnf_data_plane_port', u'external_type': u'port', u'mac_address': u'fa:16:3e:90:55:59'}]", "level": "debug", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-01T06:00:22.237Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "c955afc2-3f33-4cb7-8930-b061aaf06207", "logger": "60b94996-9289-41d2-af90-c4ec4593d09e"}, {"node_instance_id": "reference_vnf_host_hu9xfh", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T06:00:22.275Z", "message": "Creating node", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-01T06:00:22.275Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "c955afc2-3f33-4cb7-8930-b061aaf06207"}, {"node_instance_id": "target_vnf_host_q8ql3q", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T06:00:22.275Z", "message": "Creating node", "node_name": "target_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-01T06:00:22.275Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "c955afc2-3f33-4cb7-8930-b061aaf06207"}, {"node_instance_id": "reference_vnf_host_hu9xfh", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T06:00:22.275Z", "message": "Sending task 'nova_plugin.server.create'", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-01T06:00:22.275Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "c955afc2-3f33-4cb7-8930-b061aaf06207"}, {"node_instance_id": "target_vnf_host_q8ql3q", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T06:00:22.275Z", "message": "Sending task 'nova_plugin.server.create'", "node_name": "target_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-01T06:00:22.275Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "c955afc2-3f33-4cb7-8930-b061aaf06207"}, {"node_instance_id": "reference_vnf_host_hu9xfh", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T06:00:22.275Z", "message": "Task started 'nova_plugin.server.create'", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-01T06:00:22.275Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "c955afc2-3f33-4cb7-8930-b061aaf06207"}, {"node_instance_id": "target_vnf_host_q8ql3q", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T06:00:22.275Z", "message": "Task started 'nova_plugin.server.create'", "node_name": "target_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-01T06:00:22.275Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "c955afc2-3f33-4cb7-8930-b061aaf06207"}, {"node_instance_id": "target_vnf_host_q8ql3q", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T06:00:22.719Z", "message": "Instance relationship target instances: [{u'external_id': u'vnf_test_keypair', u'external_name': u'vnf_test_keypair', u'external_type': u'keypair'}, {u'external_id': u'0716b72b-ea2d-4372-843a-e98b44c8c5e7', u'fixed_ip_address': u'11.0.0.6', u'external_name': u'target_vnf_port', u'external_type': u'port', u'mac_address': u'fa:16:3e:0a:a0:73'}, {u'external_id': u'4c1c8a4c-d7a4-4d8d-8a8f-e4bd27b874a6', u'fixed_ip_address': u'12.0.0.5', u'external_name': u'target_vnf_data_plane_port', u'external_type': u'port', u'mac_address': u'fa:16:3e:16:5a:04'}]", "level": "debug", "node_name": "target_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-01T06:00:22.719Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "c955afc2-3f33-4cb7-8930-b061aaf06207", "logger": "e22c4b02-1dec-49d9-aaee-5b9721f8dcc0"}, {"node_instance_id": "reference_vnf_host_hu9xfh", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T06:00:22.719Z", "message": "server.create() server before transformations: {'meta': {}, 'name': u'reference_vnf'}", "level": "debug", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-01T06:00:22.719Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "c955afc2-3f33-4cb7-8930-b061aaf06207", "logger": "60b94996-9289-41d2-af90-c4ec4593d09e"}, {"node_instance_id": "target_vnf_host_q8ql3q", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T06:00:22.719Z", "message": "server.create() server before transformations: {'meta': {}, 'name': u'target_vnf'}", "level": "debug", "node_name": "target_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-01T06:00:22.719Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "c955afc2-3f33-4cb7-8930-b061aaf06207", "logger": "e22c4b02-1dec-49d9-aaee-5b9721f8dcc0"}], "metadata": {"pagination": {"total": 131, "offset": 115, "size": 50}}} 2018-08-01 06:00:25,308 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-01 06:00:25,308 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 01 Aug 2018 06:00:25 GMT 2018-08-01 06:00:25,309 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-01 06:00:25,309 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 7336 2018-08-01 06:00:25,309 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-01 06:00:25,309 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.floatingip.connect_port' 2018-08-01 06:00:25,309 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.floatingip.connect_port' 2018-08-01 06:00:25,310 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Instance relationship target instances: [{u'external_id': u'vnf_test_keypair', u'external_name': u'vnf_test_keypair', u'external_type': u'keypair'}, {u'external_id': u'e780e50c-2e1e-45ee-b251-0dc44001e8fe', u'fixed_ip_address': u'11.0.0.26', u'external_name': u'reference_vnf_port', u'external_type': u'port', u'mac_address': u'fa:16:3e:13:c0:60'}, {u'external_id': u'eff11024-1638-4d99-b728-d67133dce86b', u'fixed_ip_address': u'12.0.0.4', u'external_name': u'reference_vnf_data_plane_port', u'external_type': u'port', u'mac_address': u'fa:16:3e:90:55:59'}] 2018-08-01 06:00:25,310 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-08-01 06:00:25,310 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-08-01 06:00:25,310 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.server.create' 2018-08-01 06:00:25,310 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.server.create' 2018-08-01 06:00:25,310 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.server.create' 2018-08-01 06:00:25,311 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.server.create' 2018-08-01 06:00:25,311 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Instance relationship target instances: [{u'external_id': u'vnf_test_keypair', u'external_name': u'vnf_test_keypair', u'external_type': u'keypair'}, {u'external_id': u'0716b72b-ea2d-4372-843a-e98b44c8c5e7', u'fixed_ip_address': u'11.0.0.6', u'external_name': u'target_vnf_port', u'external_type': u'port', u'mac_address': u'fa:16:3e:0a:a0:73'}, {u'external_id': u'4c1c8a4c-d7a4-4d8d-8a8f-e4bd27b874a6', u'fixed_ip_address': u'12.0.0.5', u'external_name': u'target_vnf_data_plane_port', u'external_type': u'port', u'mac_address': u'fa:16:3e:16:5a:04'}] 2018-08-01 06:00:25,311 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - server.create() server before transformations: {'meta': {}, 'name': u'reference_vnf'} 2018-08-01 06:00:25,311 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - server.create() server before transformations: {'meta': {}, 'name': u'target_vnf'} 2018-08-01 06:00:25,311 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.217:80/api/v3/executions/c955afc2-3f33-4cb7-8930-b061aaf06207 2018-08-01 06:00:25,364 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-01 06:00:25,364 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-01 06:00:25,364 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-01 06:00:25,364 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-01 06:00:25,365 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-01 06:00:25,365 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-01 06:00:25,365 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-01 06:00:25,365 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-01T05:59:49.041Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "c955afc2-3f33-4cb7-8930-b061aaf06207"} 2018-08-01 06:00:25,365 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-01 06:00:25,365 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 01 Aug 2018 06:00:25 GMT 2018-08-01 06:00:25,365 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-01 06:00:25,365 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-08-01 06:00:25,365 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-01 06:00:30,371 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.217:80/api/v3/events 2018-08-01 06:00:30,437 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-01 06:00:30,437 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-01 06:00:30,437 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-01 06:00:30,437 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-01 06:00:30,438 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-01 06:00:30,438 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-01 06:00:30,438 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-01 06:00:30,438 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "target_vnf_host_q8ql3q", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T06:00:25.682Z", "message": "server.create() server after transformations: {'name': u'target_vnf', 'key_name': u'vnf_test_keypair', 'image': u'8f094f73-47bc-4a76-95f2-33c6280a61d0', 'meta': {'cloudify_management_network_name': u'management_plane_network', 'cloudify_management_network_id': u'fa4b4bd9-0372-480f-b813-7921c319f31c'}, 'nics': [{'port-id': u'0716b72b-ea2d-4372-843a-e98b44c8c5e7'}, {'port-id': u'4c1c8a4c-d7a4-4d8d-8a8f-e4bd27b874a6'}], 'flavor': u'2ede1028-f30f-4b47-b09b-7a5e8396093e'}", "level": "debug", "node_name": "target_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-01T06:00:25.682Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "c955afc2-3f33-4cb7-8930-b061aaf06207", "logger": "e22c4b02-1dec-49d9-aaee-5b9721f8dcc0"}, {"node_instance_id": "target_vnf_host_q8ql3q", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T06:00:25.726Z", "message": "Asking Nova to create server. All possible parameters are: name,key_name,image,meta,nics,flavor)", "level": "debug", "node_name": "target_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-01T06:00:25.726Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "c955afc2-3f33-4cb7-8930-b061aaf06207", "logger": "e22c4b02-1dec-49d9-aaee-5b9721f8dcc0"}, {"node_instance_id": "target_vnf_host_q8ql3q", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T06:00:25.726Z", "message": "Creating VM with parameters: {'name': u'target_vnf', 'key_name': u'vnf_test_keypair', 'image': u'8f094f73-47bc-4a76-95f2-33c6280a61d0', 'meta': {'cloudify_management_network_name': u'management_plane_network', 'cloudify_management_network_id': u'fa4b4bd9-0372-480f-b813-7921c319f31c'}, 'nics': [{'port-id': u'0716b72b-ea2d-4372-843a-e98b44c8c5e7'}, {'port-id': u'4c1c8a4c-d7a4-4d8d-8a8f-e4bd27b874a6'}], 'flavor': u'2ede1028-f30f-4b47-b09b-7a5e8396093e'}", "level": "info", "node_name": "target_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-01T06:00:25.726Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "c955afc2-3f33-4cb7-8930-b061aaf06207", "logger": "e22c4b02-1dec-49d9-aaee-5b9721f8dcc0"}, {"node_instance_id": "reference_vnf_host_hu9xfh", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T06:00:26.731Z", "message": "Asking Nova to create server. All possible parameters are: name,key_name,image,meta,nics,flavor)", "level": "debug", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-01T06:00:26.731Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "c955afc2-3f33-4cb7-8930-b061aaf06207", "logger": "60b94996-9289-41d2-af90-c4ec4593d09e"}, {"node_instance_id": "reference_vnf_host_hu9xfh", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T06:00:26.731Z", "message": "Creating VM with parameters: {'name': u'reference_vnf', 'key_name': u'vnf_test_keypair', 'image': u'8f094f73-47bc-4a76-95f2-33c6280a61d0', 'meta': {'cloudify_management_network_name': u'management_plane_network', 'cloudify_management_network_id': u'fa4b4bd9-0372-480f-b813-7921c319f31c'}, 'nics': [{'port-id': u'e780e50c-2e1e-45ee-b251-0dc44001e8fe'}, {'port-id': u'eff11024-1638-4d99-b728-d67133dce86b'}], 'flavor': u'2ede1028-f30f-4b47-b09b-7a5e8396093e'}", "level": "info", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-01T06:00:26.731Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "c955afc2-3f33-4cb7-8930-b061aaf06207", "logger": "60b94996-9289-41d2-af90-c4ec4593d09e"}, {"node_instance_id": "reference_vnf_host_hu9xfh", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T06:00:26.731Z", "message": "server.create() server after transformations: {'name': u'reference_vnf', 'key_name': u'vnf_test_keypair', 'image': u'8f094f73-47bc-4a76-95f2-33c6280a61d0', 'meta': {'cloudify_management_network_name': u'management_plane_network', 'cloudify_management_network_id': u'fa4b4bd9-0372-480f-b813-7921c319f31c'}, 'nics': [{'port-id': u'e780e50c-2e1e-45ee-b251-0dc44001e8fe'}, {'port-id': u'eff11024-1638-4d99-b728-d67133dce86b'}], 'flavor': u'2ede1028-f30f-4b47-b09b-7a5e8396093e'}", "level": "debug", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-01T06:00:26.731Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "c955afc2-3f33-4cb7-8930-b061aaf06207", "logger": "60b94996-9289-41d2-af90-c4ec4593d09e"}, {"node_instance_id": "target_vnf_host_q8ql3q", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T06:00:29.446Z", "message": "Task succeeded 'nova_plugin.server.create'", "node_name": "target_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-01T06:00:29.446Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "c955afc2-3f33-4cb7-8930-b061aaf06207"}, {"node_instance_id": "target_vnf_host_q8ql3q", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T06:00:30.283Z", "message": "Configuring node", "node_name": "target_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-01T06:00:30.283Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "c955afc2-3f33-4cb7-8930-b061aaf06207"}, {"node_instance_id": "reference_vnf_host_hu9xfh", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T06:00:30.283Z", "message": "Task succeeded 'nova_plugin.server.create'", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-01T06:00:30.283Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "c955afc2-3f33-4cb7-8930-b061aaf06207"}], "metadata": {"pagination": {"total": 140, "offset": 127, "size": 50}}} 2018-08-01 06:00:30,438 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-01 06:00:30,438 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 01 Aug 2018 06:00:30 GMT 2018-08-01 06:00:30,438 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-01 06:00:30,438 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6639 2018-08-01 06:00:30,438 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-01 06:00:30,439 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - server.create() server after transformations: {'name': u'target_vnf', 'key_name': u'vnf_test_keypair', 'image': u'8f094f73-47bc-4a76-95f2-33c6280a61d0', 'meta': {'cloudify_management_network_name': u'management_plane_network', 'cloudify_management_network_id': u'fa4b4bd9-0372-480f-b813-7921c319f31c'}, 'nics': [{'port-id': u'0716b72b-ea2d-4372-843a-e98b44c8c5e7'}, {'port-id': u'4c1c8a4c-d7a4-4d8d-8a8f-e4bd27b874a6'}], 'flavor': u'2ede1028-f30f-4b47-b09b-7a5e8396093e'} 2018-08-01 06:00:30,439 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Asking Nova to create server. All possible parameters are: name,key_name,image,meta,nics,flavor) 2018-08-01 06:00:30,439 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating VM with parameters: {'name': u'target_vnf', 'key_name': u'vnf_test_keypair', 'image': u'8f094f73-47bc-4a76-95f2-33c6280a61d0', 'meta': {'cloudify_management_network_name': u'management_plane_network', 'cloudify_management_network_id': u'fa4b4bd9-0372-480f-b813-7921c319f31c'}, 'nics': [{'port-id': u'0716b72b-ea2d-4372-843a-e98b44c8c5e7'}, {'port-id': u'4c1c8a4c-d7a4-4d8d-8a8f-e4bd27b874a6'}], 'flavor': u'2ede1028-f30f-4b47-b09b-7a5e8396093e'} 2018-08-01 06:00:30,440 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Asking Nova to create server. All possible parameters are: name,key_name,image,meta,nics,flavor) 2018-08-01 06:00:30,440 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating VM with parameters: {'name': u'reference_vnf', 'key_name': u'vnf_test_keypair', 'image': u'8f094f73-47bc-4a76-95f2-33c6280a61d0', 'meta': {'cloudify_management_network_name': u'management_plane_network', 'cloudify_management_network_id': u'fa4b4bd9-0372-480f-b813-7921c319f31c'}, 'nics': [{'port-id': u'e780e50c-2e1e-45ee-b251-0dc44001e8fe'}, {'port-id': u'eff11024-1638-4d99-b728-d67133dce86b'}], 'flavor': u'2ede1028-f30f-4b47-b09b-7a5e8396093e'} 2018-08-01 06:00:30,440 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - server.create() server after transformations: {'name': u'reference_vnf', 'key_name': u'vnf_test_keypair', 'image': u'8f094f73-47bc-4a76-95f2-33c6280a61d0', 'meta': {'cloudify_management_network_name': u'management_plane_network', 'cloudify_management_network_id': u'fa4b4bd9-0372-480f-b813-7921c319f31c'}, 'nics': [{'port-id': u'e780e50c-2e1e-45ee-b251-0dc44001e8fe'}, {'port-id': u'eff11024-1638-4d99-b728-d67133dce86b'}], 'flavor': u'2ede1028-f30f-4b47-b09b-7a5e8396093e'} 2018-08-01 06:00:30,440 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'nova_plugin.server.create' 2018-08-01 06:00:30,440 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-08-01 06:00:30,440 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'nova_plugin.server.create' 2018-08-01 06:00:30,441 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.217:80/api/v3/executions/c955afc2-3f33-4cb7-8930-b061aaf06207 2018-08-01 06:00:30,498 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-01 06:00:30,499 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-01 06:00:30,499 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-01 06:00:30,499 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-01 06:00:30,499 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-01 06:00:30,499 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-01 06:00:30,499 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-01 06:00:30,499 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-01T05:59:49.041Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "c955afc2-3f33-4cb7-8930-b061aaf06207"} 2018-08-01 06:00:30,499 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-01 06:00:30,500 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 01 Aug 2018 06:00:30 GMT 2018-08-01 06:00:30,500 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-01 06:00:30,500 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-08-01 06:00:30,500 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-01 06:00:35,505 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.217:80/api/v3/events 2018-08-01 06:00:35,569 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-01 06:00:35,569 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-01 06:00:35,569 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-01 06:00:35,569 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-01 06:00:35,569 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-01 06:00:35,569 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-01 06:00:35,569 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-01 06:00:35,570 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "reference_vnf_host_hu9xfh", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T06:00:31.431Z", "message": "Configuring node", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-01T06:00:31.431Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "c955afc2-3f33-4cb7-8930-b061aaf06207"}, {"node_instance_id": "reference_vnf_host_hu9xfh", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T06:00:31.431Z", "message": "Sending task 'nova_plugin.server.start'", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-01T06:00:31.431Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "c955afc2-3f33-4cb7-8930-b061aaf06207"}, {"node_instance_id": "target_vnf_host_q8ql3q", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T06:00:31.431Z", "message": "Sending task 'nova_plugin.server.start'", "node_name": "target_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-01T06:00:31.431Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "c955afc2-3f33-4cb7-8930-b061aaf06207"}, {"node_instance_id": "reference_vnf_host_hu9xfh", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T06:00:31.431Z", "message": "Starting node", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-01T06:00:31.431Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "c955afc2-3f33-4cb7-8930-b061aaf06207"}, {"node_instance_id": "target_vnf_host_q8ql3q", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T06:00:31.431Z", "message": "Starting node", "node_name": "target_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-01T06:00:31.431Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "c955afc2-3f33-4cb7-8930-b061aaf06207"}, {"node_instance_id": "reference_vnf_host_hu9xfh", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T06:00:31.431Z", "message": "Task started 'nova_plugin.server.start'", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-01T06:00:31.431Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "c955afc2-3f33-4cb7-8930-b061aaf06207"}, {"node_instance_id": "target_vnf_host_q8ql3q", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T06:00:31.431Z", "message": "Task started 'nova_plugin.server.start'", "node_name": "target_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-01T06:00:31.431Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "c955afc2-3f33-4cb7-8930-b061aaf06207"}, {"node_instance_id": "target_vnf_host_q8ql3q", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T06:00:32.686Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:None state. Retrying... [retry_after=30]", "node_name": "target_vnf_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:None 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:None state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-08-01T06:00:32.686Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "c955afc2-3f33-4cb7-8930-b061aaf06207"}, {"node_instance_id": "reference_vnf_host_hu9xfh", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T06:00:33.437Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:None state. Retrying... [retry_after=30]", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:None 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:None state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-08-01T06:00:33.437Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "c955afc2-3f33-4cb7-8930-b061aaf06207"}], "metadata": {"pagination": {"total": 149, "offset": 136, "size": 50}}} 2018-08-01 06:00:35,570 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-01 06:00:35,570 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 01 Aug 2018 06:00:35 GMT 2018-08-01 06:00:35,570 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-01 06:00:35,570 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 5717 2018-08-01 06:00:35,570 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-01 06:00:35,571 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-08-01 06:00:35,571 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.server.start' 2018-08-01 06:00:35,571 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.server.start' 2018-08-01 06:00:35,571 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-08-01 06:00:35,571 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-08-01 06:00:35,571 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.server.start' 2018-08-01 06:00:35,572 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.server.start' 2018-08-01 06:00:35,572 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:None state. Retrying... [retry_after=30] 2018-08-01 06:00:35,572 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:None state. Retrying... [retry_after=30] 2018-08-01 06:00:35,572 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.217:80/api/v3/executions/c955afc2-3f33-4cb7-8930-b061aaf06207 2018-08-01 06:00:35,627 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-01 06:00:35,627 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-01 06:00:35,627 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-01 06:00:35,628 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-01 06:00:35,628 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-01 06:00:35,628 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-01 06:00:35,628 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-01 06:00:35,628 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-01T05:59:49.041Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "c955afc2-3f33-4cb7-8930-b061aaf06207"} 2018-08-01 06:00:35,628 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-01 06:00:35,628 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 01 Aug 2018 06:00:35 GMT 2018-08-01 06:00:35,628 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-01 06:00:35,628 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-08-01 06:00:35,628 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-01 06:00:40,634 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.217:80/api/v3/events 2018-08-01 06:00:40,712 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-01 06:00:40,712 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-01 06:00:40,712 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-01 06:00:40,712 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-01 06:00:40,712 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-01 06:00:40,713 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-01 06:00:40,713 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-01 06:00:40,713 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 149, "offset": 145, "size": 50}}} 2018-08-01 06:00:40,713 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-01 06:00:40,713 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 01 Aug 2018 06:00:40 GMT 2018-08-01 06:00:40,713 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-01 06:00:40,713 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-08-01 06:00:40,713 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-01 06:00:40,714 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.217:80/api/v3/executions/c955afc2-3f33-4cb7-8930-b061aaf06207 2018-08-01 06:00:40,767 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-01 06:00:40,767 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-01 06:00:40,767 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-01 06:00:40,767 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-01 06:00:40,768 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-01 06:00:40,768 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-01 06:00:40,768 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-01 06:00:40,768 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-01T05:59:49.041Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "c955afc2-3f33-4cb7-8930-b061aaf06207"} 2018-08-01 06:00:40,768 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-01 06:00:40,768 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 01 Aug 2018 06:00:40 GMT 2018-08-01 06:00:40,768 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-01 06:00:40,768 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-08-01 06:00:40,768 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-01 06:00:45,773 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.217:80/api/v3/events 2018-08-01 06:00:45,971 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-01 06:00:45,971 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-01 06:00:45,971 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-01 06:00:45,971 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-01 06:00:45,971 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-01 06:00:45,971 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-01 06:00:45,972 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-01 06:00:45,972 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 149, "offset": 145, "size": 50}}} 2018-08-01 06:00:45,972 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-01 06:00:45,972 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 01 Aug 2018 06:00:45 GMT 2018-08-01 06:00:45,972 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-01 06:00:45,972 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-08-01 06:00:45,972 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-01 06:00:45,973 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.217:80/api/v3/executions/c955afc2-3f33-4cb7-8930-b061aaf06207 2018-08-01 06:00:46,100 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-01 06:00:46,100 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-01 06:00:46,100 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-01 06:00:46,100 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-01 06:00:46,101 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-01 06:00:46,101 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-01 06:00:46,101 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-01 06:00:46,101 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-01T05:59:49.041Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "c955afc2-3f33-4cb7-8930-b061aaf06207"} 2018-08-01 06:00:46,101 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-01 06:00:46,101 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 01 Aug 2018 06:00:46 GMT 2018-08-01 06:00:46,101 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-01 06:00:46,101 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-08-01 06:00:46,101 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-01 06:00:51,107 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.217:80/api/v3/events 2018-08-01 06:00:51,197 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-01 06:00:51,197 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-01 06:00:51,198 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-01 06:00:51,198 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-01 06:00:51,198 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-01 06:00:51,198 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-01 06:00:51,198 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-01 06:00:51,198 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 149, "offset": 145, "size": 50}}} 2018-08-01 06:00:51,198 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-01 06:00:51,198 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 01 Aug 2018 06:00:51 GMT 2018-08-01 06:00:51,198 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-01 06:00:51,199 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-08-01 06:00:51,199 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-01 06:00:51,199 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.217:80/api/v3/executions/c955afc2-3f33-4cb7-8930-b061aaf06207 2018-08-01 06:00:51,278 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-01 06:00:51,278 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-01 06:00:51,279 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-01 06:00:51,279 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-01 06:00:51,279 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-01 06:00:51,279 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-01 06:00:51,279 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-01 06:00:51,279 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-01T05:59:49.041Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "c955afc2-3f33-4cb7-8930-b061aaf06207"} 2018-08-01 06:00:51,279 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-01 06:00:51,279 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 01 Aug 2018 06:00:51 GMT 2018-08-01 06:00:51,280 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-01 06:00:51,280 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-08-01 06:00:51,280 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-01 06:00:56,285 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.217:80/api/v3/events 2018-08-01 06:00:56,350 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-01 06:00:56,351 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-01 06:00:56,351 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-01 06:00:56,351 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-01 06:00:56,351 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-01 06:00:56,351 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-01 06:00:56,351 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-01 06:00:56,351 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 149, "offset": 145, "size": 50}}} 2018-08-01 06:00:56,351 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-01 06:00:56,351 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 01 Aug 2018 06:00:56 GMT 2018-08-01 06:00:56,352 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-01 06:00:56,352 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-08-01 06:00:56,352 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-01 06:00:56,352 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.217:80/api/v3/executions/c955afc2-3f33-4cb7-8930-b061aaf06207 2018-08-01 06:00:56,408 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-01 06:00:56,408 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-01 06:00:56,408 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-01 06:00:56,408 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-01 06:00:56,408 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-01 06:00:56,408 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-01 06:00:56,409 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-01 06:00:56,409 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-01T05:59:49.041Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "c955afc2-3f33-4cb7-8930-b061aaf06207"} 2018-08-01 06:00:56,409 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-01 06:00:56,409 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 01 Aug 2018 06:00:56 GMT 2018-08-01 06:00:56,409 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-01 06:00:56,409 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-08-01 06:00:56,409 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-01 06:01:01,415 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.217:80/api/v3/events 2018-08-01 06:01:01,490 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-01 06:01:01,490 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-01 06:01:01,491 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-01 06:01:01,491 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-01 06:01:01,491 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-01 06:01:01,491 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-01 06:01:01,491 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-01 06:01:01,491 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 149, "offset": 145, "size": 50}}} 2018-08-01 06:01:01,491 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-01 06:01:01,491 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 01 Aug 2018 06:01:01 GMT 2018-08-01 06:01:01,491 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-01 06:01:01,492 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-08-01 06:01:01,492 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-01 06:01:01,492 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.217:80/api/v3/executions/c955afc2-3f33-4cb7-8930-b061aaf06207 2018-08-01 06:01:01,553 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-01 06:01:01,554 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-01 06:01:01,554 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-01 06:01:01,554 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-01 06:01:01,554 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-01 06:01:01,554 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-01 06:01:01,554 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-01 06:01:01,554 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-01T05:59:49.041Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "c955afc2-3f33-4cb7-8930-b061aaf06207"} 2018-08-01 06:01:01,554 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-01 06:01:01,554 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 01 Aug 2018 06:01:01 GMT 2018-08-01 06:01:01,555 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-01 06:01:01,555 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-08-01 06:01:01,555 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-01 06:01:06,560 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.217:80/api/v3/events 2018-08-01 06:01:06,627 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-01 06:01:06,627 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-01 06:01:06,628 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-01 06:01:06,628 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-01 06:01:06,628 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-01 06:01:06,628 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-01 06:01:06,628 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-01 06:01:06,628 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "target_vnf_host_q8ql3q", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T06:01:02.671Z", "message": "Sending task 'nova_plugin.server.start' [retry 1/60]", "node_name": "target_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-01T06:01:02.671Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "c955afc2-3f33-4cb7-8930-b061aaf06207"}, {"node_instance_id": "reference_vnf_host_hu9xfh", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T06:01:03.457Z", "message": "Sending task 'nova_plugin.server.start' [retry 1/60]", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-01T06:01:03.457Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "c955afc2-3f33-4cb7-8930-b061aaf06207"}, {"node_instance_id": "reference_vnf_host_hu9xfh", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T06:01:03.457Z", "message": "Task started 'nova_plugin.server.start' [retry 1/60]", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-01T06:01:03.457Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "c955afc2-3f33-4cb7-8930-b061aaf06207"}, {"node_instance_id": "target_vnf_host_q8ql3q", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T06:01:03.457Z", "message": "Task started 'nova_plugin.server.start' [retry 1/60]", "node_name": "target_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-01T06:01:03.457Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "c955afc2-3f33-4cb7-8930-b061aaf06207"}, {"node_instance_id": "target_vnf_host_q8ql3q", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T06:01:05.416Z", "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": "target_vnf_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-01T06:01:05.416Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "c955afc2-3f33-4cb7-8930-b061aaf06207"}, {"node_instance_id": "reference_vnf_host_hu9xfh", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T06:01:06.540Z", "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": "reference_vnf_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-01T06:01:06.540Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "c955afc2-3f33-4cb7-8930-b061aaf06207"}], "metadata": {"pagination": {"total": 155, "offset": 145, "size": 50}}} 2018-08-01 06:01:06,628 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-01 06:01:06,628 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 01 Aug 2018 06:01:06 GMT 2018-08-01 06:01:06,629 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-01 06:01:06,629 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 4448 2018-08-01 06:01:06,629 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-01 06:01:06,629 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.server.start' [retry 1/60] 2018-08-01 06:01:06,629 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.server.start' [retry 1/60] 2018-08-01 06:01:06,630 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.server.start' [retry 1/60] 2018-08-01 06:01:06,630 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.server.start' [retry 1/60] 2018-08-01 06:01:06,630 - functest.opnfv_tests.vnf.router.cloudify_vrouter - 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-01 06:01:06,630 - functest.opnfv_tests.vnf.router.cloudify_vrouter - 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-01 06:01:06,630 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.217:80/api/v3/executions/c955afc2-3f33-4cb7-8930-b061aaf06207 2018-08-01 06:01:06,689 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-01 06:01:06,689 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-01 06:01:06,689 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-01 06:01:06,689 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-01 06:01:06,689 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-01 06:01:06,689 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-01 06:01:06,689 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-01 06:01:06,690 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-01T05:59:49.041Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "c955afc2-3f33-4cb7-8930-b061aaf06207"} 2018-08-01 06:01:06,690 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-01 06:01:06,690 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 01 Aug 2018 06:01:06 GMT 2018-08-01 06:01:06,690 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-01 06:01:06,690 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-08-01 06:01:06,690 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-01 06:01:11,691 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.217:80/api/v3/events 2018-08-01 06:01:11,754 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-01 06:01:11,754 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-01 06:01:11,754 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-01 06:01:11,754 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-01 06:01:11,754 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-01 06:01:11,754 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-01 06:01:11,754 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-01 06:01:11,755 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 155, "offset": 151, "size": 50}}} 2018-08-01 06:01:11,755 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-01 06:01:11,755 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 01 Aug 2018 06:01:11 GMT 2018-08-01 06:01:11,755 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-01 06:01:11,755 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-08-01 06:01:11,755 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-01 06:01:11,755 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.217:80/api/v3/executions/c955afc2-3f33-4cb7-8930-b061aaf06207 2018-08-01 06:01:11,809 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-01 06:01:11,809 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-01 06:01:11,809 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-01 06:01:11,809 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-01 06:01:11,809 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-01 06:01:11,810 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-01 06:01:11,810 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-01 06:01:11,810 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-01T05:59:49.041Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "c955afc2-3f33-4cb7-8930-b061aaf06207"} 2018-08-01 06:01:11,810 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-01 06:01:11,810 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 01 Aug 2018 06:01:11 GMT 2018-08-01 06:01:11,810 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-01 06:01:11,810 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-08-01 06:01:11,810 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-01 06:01:16,811 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.217:80/api/v3/events 2018-08-01 06:01:16,877 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-01 06:01:16,877 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-01 06:01:16,878 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-01 06:01:16,878 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-01 06:01:16,878 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-01 06:01:16,878 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-01 06:01:16,878 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-01 06:01:16,878 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 155, "offset": 151, "size": 50}}} 2018-08-01 06:01:16,878 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-01 06:01:16,878 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 01 Aug 2018 06:01:16 GMT 2018-08-01 06:01:16,878 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-01 06:01:16,879 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-08-01 06:01:16,879 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-01 06:01:16,879 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.217:80/api/v3/executions/c955afc2-3f33-4cb7-8930-b061aaf06207 2018-08-01 06:01:16,933 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-01 06:01:16,933 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-01 06:01:16,933 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-01 06:01:16,933 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-01 06:01:16,933 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-01 06:01:16,933 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-01 06:01:16,934 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-01 06:01:16,934 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-01T05:59:49.041Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "c955afc2-3f33-4cb7-8930-b061aaf06207"} 2018-08-01 06:01:16,934 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-01 06:01:16,934 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 01 Aug 2018 06:01:16 GMT 2018-08-01 06:01:16,934 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-01 06:01:16,934 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-08-01 06:01:16,934 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-01 06:01:21,940 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.217:80/api/v3/events 2018-08-01 06:01:22,001 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-01 06:01:22,002 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-01 06:01:22,002 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-01 06:01:22,002 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-01 06:01:22,002 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-01 06:01:22,002 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-01 06:01:22,002 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-01 06:01:22,002 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 155, "offset": 151, "size": 50}}} 2018-08-01 06:01:22,002 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-01 06:01:22,002 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 01 Aug 2018 06:01:21 GMT 2018-08-01 06:01:22,003 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-01 06:01:22,003 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-08-01 06:01:22,003 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-01 06:01:22,003 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.217:80/api/v3/executions/c955afc2-3f33-4cb7-8930-b061aaf06207 2018-08-01 06:01:22,055 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-01 06:01:22,056 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-01 06:01:22,056 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-01 06:01:22,056 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-01 06:01:22,056 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-01 06:01:22,056 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-01 06:01:22,056 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-01 06:01:22,056 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-01T05:59:49.041Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "c955afc2-3f33-4cb7-8930-b061aaf06207"} 2018-08-01 06:01:22,056 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-01 06:01:22,056 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 01 Aug 2018 06:01:22 GMT 2018-08-01 06:01:22,057 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-01 06:01:22,057 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-08-01 06:01:22,057 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-01 06:01:27,062 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.217:80/api/v3/events 2018-08-01 06:01:27,124 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-01 06:01:27,125 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-01 06:01:27,125 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-01 06:01:27,125 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-01 06:01:27,125 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-01 06:01:27,125 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-01 06:01:27,125 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-01 06:01:27,125 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 155, "offset": 151, "size": 50}}} 2018-08-01 06:01:27,125 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-01 06:01:27,126 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 01 Aug 2018 06:01:27 GMT 2018-08-01 06:01:27,126 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-01 06:01:27,126 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-08-01 06:01:27,126 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-01 06:01:27,126 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.217:80/api/v3/executions/c955afc2-3f33-4cb7-8930-b061aaf06207 2018-08-01 06:01:27,176 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-01 06:01:27,177 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-01 06:01:27,177 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-01 06:01:27,177 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-01 06:01:27,177 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-01 06:01:27,177 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-01 06:01:27,177 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-01 06:01:27,177 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-01T05:59:49.041Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "c955afc2-3f33-4cb7-8930-b061aaf06207"} 2018-08-01 06:01:27,177 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-01 06:01:27,177 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 01 Aug 2018 06:01:27 GMT 2018-08-01 06:01:27,178 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-01 06:01:27,178 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-08-01 06:01:27,178 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-01 06:01:32,183 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.217:80/api/v3/events 2018-08-01 06:01:32,248 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-01 06:01:32,248 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-01 06:01:32,248 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-01 06:01:32,248 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-01 06:01:32,248 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-01 06:01:32,249 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-01 06:01:32,249 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-01 06:01:32,249 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 155, "offset": 151, "size": 50}}} 2018-08-01 06:01:32,249 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-01 06:01:32,249 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 01 Aug 2018 06:01:32 GMT 2018-08-01 06:01:32,249 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-01 06:01:32,249 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-08-01 06:01:32,249 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-01 06:01:32,250 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.217:80/api/v3/executions/c955afc2-3f33-4cb7-8930-b061aaf06207 2018-08-01 06:01:32,303 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-01 06:01:32,303 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-01 06:01:32,303 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-01 06:01:32,304 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-01 06:01:32,304 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-01 06:01:32,304 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-01 06:01:32,304 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-01 06:01:32,304 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-01T05:59:49.041Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "c955afc2-3f33-4cb7-8930-b061aaf06207"} 2018-08-01 06:01:32,304 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-01 06:01:32,304 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 01 Aug 2018 06:01:32 GMT 2018-08-01 06:01:32,304 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-01 06:01:32,304 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-08-01 06:01:32,304 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-01 06:01:37,310 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.217:80/api/v3/events 2018-08-01 06:01:37,378 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-01 06:01:37,378 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-01 06:01:37,378 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-01 06:01:37,378 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-01 06:01:37,379 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-01 06:01:37,379 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-01 06:01:37,379 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-01 06:01:37,379 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "target_vnf_host_q8ql3q", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T06:01:35.447Z", "message": "Sending task 'nova_plugin.server.start' [retry 2/60]", "node_name": "target_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-01T06:01:35.447Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "c955afc2-3f33-4cb7-8930-b061aaf06207"}, {"node_instance_id": "target_vnf_host_q8ql3q", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T06:01:35.551Z", "message": "Task started 'nova_plugin.server.start' [retry 2/60]", "node_name": "target_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-01T06:01:35.551Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "c955afc2-3f33-4cb7-8930-b061aaf06207"}, {"node_instance_id": "reference_vnf_host_hu9xfh", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T06:01:36.557Z", "message": "Sending task 'nova_plugin.server.start' [retry 2/60]", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-01T06:01:36.557Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "c955afc2-3f33-4cb7-8930-b061aaf06207"}, {"node_instance_id": "reference_vnf_host_hu9xfh", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T06:01:36.557Z", "message": "Task started 'nova_plugin.server.start' [retry 2/60]", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-01T06:01:36.557Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "c955afc2-3f33-4cb7-8930-b061aaf06207"}], "metadata": {"pagination": {"total": 159, "offset": 151, "size": 50}}} 2018-08-01 06:01:37,379 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-01 06:01:37,379 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 01 Aug 2018 06:01:37 GMT 2018-08-01 06:01:37,379 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-01 06:01:37,379 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2162 2018-08-01 06:01:37,379 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-01 06:01:37,380 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.server.start' [retry 2/60] 2018-08-01 06:01:37,380 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.server.start' [retry 2/60] 2018-08-01 06:01:37,380 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.server.start' [retry 2/60] 2018-08-01 06:01:37,380 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.server.start' [retry 2/60] 2018-08-01 06:01:37,380 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.217:80/api/v3/executions/c955afc2-3f33-4cb7-8930-b061aaf06207 2018-08-01 06:01:37,437 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-01 06:01:37,437 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-01 06:01:37,437 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-01 06:01:37,437 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-01 06:01:37,437 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-01 06:01:37,437 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-01 06:01:37,437 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-01 06:01:37,437 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-01T05:59:49.041Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "c955afc2-3f33-4cb7-8930-b061aaf06207"} 2018-08-01 06:01:37,437 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-01 06:01:37,438 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 01 Aug 2018 06:01:37 GMT 2018-08-01 06:01:37,438 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-01 06:01:37,438 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-08-01 06:01:37,438 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-01 06:01:42,443 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.217:80/api/v3/events 2018-08-01 06:01:42,511 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-01 06:01:42,511 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-01 06:01:42,511 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-01 06:01:42,511 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-01 06:01:42,511 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-01 06:01:42,511 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-01 06:01:42,511 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-01 06:01:42,512 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "target_vnf_host_q8ql3q", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T06:01:37.787Z", "message": "Server is ACTIVE", "level": "info", "node_name": "target_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-01T06:01:37.787Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "c955afc2-3f33-4cb7-8930-b061aaf06207", "logger": "6c88894e-5e58-45aa-b034-7d285d0f4558"}, {"node_instance_id": "target_vnf_host_q8ql3q", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T06:01:37.929Z", "message": "Task succeeded 'nova_plugin.server.start' [retry 2/60]", "node_name": "target_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-01T06:01:37.929Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "c955afc2-3f33-4cb7-8930-b061aaf06207"}, {"node_instance_id": "reference_vnf_host_hu9xfh", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T06:01:38.560Z", "message": "Task succeeded 'nova_plugin.server.start' [retry 2/60]", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-01T06:01:38.560Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "c955afc2-3f33-4cb7-8930-b061aaf06207"}, {"node_instance_id": "reference_vnf_host_hu9xfh", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T06:01:38.756Z", "message": "Server is ACTIVE", "level": "info", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-01T06:01:38.756Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "c955afc2-3f33-4cb7-8930-b061aaf06207", "logger": "d58a4d7c-58d3-4194-b864-dc5241d21905"}, {"node_instance_id": null, "event_type": "workflow_succeeded", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T06:01:39.564Z", "message": "'install' workflow execution succeeded", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-01T06:01:39.564Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "c955afc2-3f33-4cb7-8930-b061aaf06207"}], "metadata": {"pagination": {"total": 164, "offset": 155, "size": 50}}} 2018-08-01 06:01:42,512 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-01 06:01:42,512 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 01 Aug 2018 06:01:42 GMT 2018-08-01 06:01:42,512 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-01 06:01:42,512 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2611 2018-08-01 06:01:42,512 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-01 06:01:42,512 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Server is ACTIVE 2018-08-01 06:01:42,513 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'nova_plugin.server.start' [retry 2/60] 2018-08-01 06:01:42,513 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'nova_plugin.server.start' [retry 2/60] 2018-08-01 06:01:42,513 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Server is ACTIVE 2018-08-01 06:01:42,513 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - 'install' workflow execution succeeded 2018-08-01 06:01:42,513 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.217:80/api/v3/executions/c955afc2-3f33-4cb7-8930-b061aaf06207 2018-08-01 06:01:42,570 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-01 06:01:42,570 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-01 06:01:42,570 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-01 06:01:42,570 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-01 06:01:42,570 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-01 06:01:42,571 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-01 06:01:42,571 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-01 06:01:42,571 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "terminated", "parameters": {}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-01T05:59:49.041Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "c955afc2-3f33-4cb7-8930-b061aaf06207"} 2018-08-01 06:01:42,571 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-01 06:01:42,571 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 01 Aug 2018 06:01:42 GMT 2018-08-01 06:01:42,571 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-01 06:01:42,571 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 348 2018-08-01 06:01:42,571 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-01 06:01:42,572 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - {u'status': u'terminated', u'is_system_workflow': False, u'parameters': {}, u'blueprint_id': u'vrouter-opnfv', u'tenant_name': u'default_tenant', u'created_at': u'2018-08-01T05:59:49.041Z', u'created_by': u'admin', u'private_resource': False, u'workflow_id': u'install', u'error': u'', u'deployment_id': u'vrouter-opnfv', u'id': u'c955afc2-3f33-4cb7-8930-b061aaf06207'} 2018-08-01 06:01:42,584 - functest.opnfv_tests.vnf.router.vrouter_base - INFO - BGP Interoperability test. 2018-08-01 06:01:42,644 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - {u'outputs': {u'vnfs': {u'reference_vnf': {u'vnf_name': u'reference_vnf', u'public_key_path': u'~/.ssh/vnf_test_keypair.pem', u'floating_ip': u'172.30.9.210'}, u'target_vnf': {u'vnf_name': u'target_vnf', u'public_key_path': u'~/.ssh/vnf_test_keypair.pem', u'floating_ip': u'172.30.9.216'}}, u'networks': {u'management_plane_network': {u'network_name': u'management_plane_network'}, u'data_plane_network': {u'network_name': u'data_plane_network'}}}, u'deployment_id': u'vrouter-opnfv'} 2018-08-01 06:01:42,701 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - {u'outputs': {u'vnfs': {u'reference_vnf': {u'vnf_name': u'reference_vnf', u'public_key_path': u'~/.ssh/vnf_test_keypair.pem', u'floating_ip': u'172.30.9.210'}, u'target_vnf': {u'vnf_name': u'target_vnf', u'public_key_path': u'~/.ssh/vnf_test_keypair.pem', u'floating_ip': u'172.30.9.216'}}, u'networks': {u'management_plane_network': {u'network_name': u'management_plane_network'}, u'data_plane_network': {u'network_name': u'data_plane_network'}}}, u'deployment_id': u'vrouter-opnfv'} 2018-08-01 06:01:42,701 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - vnf name : reference_vnf 2018-08-01 06:01:42,701 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - reference_vnf floating ip address : 172.30.9.210 2018-08-01 06:01:42,702 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-01 06:01:42,704 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b7745d13c7b7486e50bf958e5174d217e3a9303c" 2018-08-01 06:01:43,702 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 06:01:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-71789e6c-17fa-4e5b-83eb-085310bcee8c x-compute-request-id: req-71789e6c-17fa-4e5b-83eb-085310bcee8c Content-Encoding: gzip Content-Length: 1187 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"management_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:13:c0:60", "version": 4, "addr": "11.0.0.26", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:13:c0:60", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:55:59", "version": 4, "addr": "12.0.0.4", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/08752c17-4f90-405c-8938-1849477c8cc6", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/08752c17-4f90-405c-8938-1849477c8cc6", "rel": "bookmark"}], "image": {"id": "8f094f73-47bc-4a76-95f2-33c6280a61d0", "links": [{"href": "http://172.30.9.21:8774/images/8f094f73-47bc-4a76-95f2-33c6280a61d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-01T06:01:18.000000", "flavor": {"id": "2ede1028-f30f-4b47-b09b-7a5e8396093e", "links": [{"href": "http://172.30.9.21:8774/flavors/2ede1028-f30f-4b47-b09b-7a5e8396093e", "rel": "bookmark"}]}, "id": "08752c17-4f90-405c-8938-1849477c8cc6", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "c86b920534874098899eb828f0490338", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-01T06:01:18Z", "hostId": "bc1ba7cf1f16f518ea1244af0874c4695e6b0e19cecc3d6dc5c6eb52", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "reference_vnf", "created": "2018-08-01T06:00:29Z", "tenant_id": "b3bd489e2d434bf0819a8445cb7200ba", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "fa4b4bd9-0372-480f-b813-7921c319f31c"}}, {"OS-EXT-STS:task_state": null, "addresses": {"management_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0a:a0:73", "version": 4, "addr": "11.0.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0a:a0:73", "version": 4, "addr": "172.30.9.216", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:5a:04", "version": 4, "addr": "12.0.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/21c81236-d5d4-4444-af6c-cdd83a2ae1a3", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/21c81236-d5d4-4444-af6c-cdd83a2ae1a3", "rel": "bookmark"}], "image": {"id": "8f094f73-47bc-4a76-95f2-33c6280a61d0", "links": [{"href": "http://172.30.9.21:8774/images/8f094f73-47bc-4a76-95f2-33c6280a61d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-01T06:01:16.000000", "flavor": {"id": "2ede1028-f30f-4b47-b09b-7a5e8396093e", "links": [{"href": "http://172.30.9.21:8774/flavors/2ede1028-f30f-4b47-b09b-7a5e8396093e", "rel": "bookmark"}]}, "id": "21c81236-d5d4-4444-af6c-cdd83a2ae1a3", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "c86b920534874098899eb828f0490338", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-01T06:01:17Z", "hostId": "bc1ba7cf1f16f518ea1244af0874c4695e6b0e19cecc3d6dc5c6eb52", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "target_vnf", "created": "2018-08-01T06:00:29Z", "tenant_id": "b3bd489e2d434bf0819a8445cb7200ba", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "fa4b4bd9-0372-480f-b813-7921c319f31c"}}, {"OS-EXT-STS:task_state": null, "addresses": {"vyos_vrouter-net_a967c3e7-2399-45ac-a5ab-3aac5f918193": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:69:5a:1a", "version": 4, "addr": "192.168.120.17", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:69:5a:1a", "version": 4, "addr": "172.30.9.217", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/4301c503-0fbf-47d8-9dff-826067ae474f", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/4301c503-0fbf-47d8-9dff-826067ae474f", "rel": "bookmark"}], "image": {"id": "7090a0bc-12ad-4ad4-a666-23d9710e2007", "links": [{"href": "http://172.30.9.21:8774/images/7090a0bc-12ad-4ad4-a666-23d9710e2007", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-01T05:58:05.000000", "flavor": {"id": "6f785ab9-9b98-4eba-acf6-8ba1ba761f0a", "links": [{"href": "http://172.30.9.21:8774/flavors/6f785ab9-9b98-4eba-acf6-8ba1ba761f0a", "rel": "bookmark"}]}, "id": "4301c503-0fbf-47d8-9dff-826067ae474f", "security_groups": [{"name": "vyos_vrouter-sg_a967c3e7-2399-45ac-a5ab-3aac5f918193"}], "user_id": "c86b920534874098899eb828f0490338", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-01T05:58:05Z", "hostId": "ed9b9e6861f0960a5540e3c8d8492037cb4ae1ccf6d3a76978b9c965", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_a967c3e7-2399-45ac-a5ab-3aac5f918193", "name": "vyos_vrouter-vm_a967c3e7-2399-45ac-a5ab-3aac5f918193", "created": "2018-08-01T05:56:01Z", "tenant_id": "b3bd489e2d434bf0819a8445cb7200ba", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-01 06:01:43,703 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-71789e6c-17fa-4e5b-83eb-085310bcee8c 2018-08-01 06:01:43,703 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.0009329319s 2018-08-01 06:01:43,703 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-71789e6c-17fa-4e5b-83eb-085310bcee8c 2018-08-01 06:01:43,707 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-01 06:01:43,709 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b7745d13c7b7486e50bf958e5174d217e3a9303c" 2018-08-01 06:01:44,717 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 06:01: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-4741f588-71bd-4ea2-af7b-c4c29342e7df x-compute-request-id: req-4741f588-71bd-4ea2-af7b-c4c29342e7df Content-Encoding: gzip Content-Length: 1187 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"management_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:13:c0:60", "version": 4, "addr": "11.0.0.26", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:13:c0:60", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:55:59", "version": 4, "addr": "12.0.0.4", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/08752c17-4f90-405c-8938-1849477c8cc6", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/08752c17-4f90-405c-8938-1849477c8cc6", "rel": "bookmark"}], "image": {"id": "8f094f73-47bc-4a76-95f2-33c6280a61d0", "links": [{"href": "http://172.30.9.21:8774/images/8f094f73-47bc-4a76-95f2-33c6280a61d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-01T06:01:18.000000", "flavor": {"id": "2ede1028-f30f-4b47-b09b-7a5e8396093e", "links": [{"href": "http://172.30.9.21:8774/flavors/2ede1028-f30f-4b47-b09b-7a5e8396093e", "rel": "bookmark"}]}, "id": "08752c17-4f90-405c-8938-1849477c8cc6", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "c86b920534874098899eb828f0490338", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-01T06:01:18Z", "hostId": "bc1ba7cf1f16f518ea1244af0874c4695e6b0e19cecc3d6dc5c6eb52", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "reference_vnf", "created": "2018-08-01T06:00:29Z", "tenant_id": "b3bd489e2d434bf0819a8445cb7200ba", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "fa4b4bd9-0372-480f-b813-7921c319f31c"}}, {"OS-EXT-STS:task_state": null, "addresses": {"management_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0a:a0:73", "version": 4, "addr": "11.0.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0a:a0:73", "version": 4, "addr": "172.30.9.216", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:5a:04", "version": 4, "addr": "12.0.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/21c81236-d5d4-4444-af6c-cdd83a2ae1a3", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/21c81236-d5d4-4444-af6c-cdd83a2ae1a3", "rel": "bookmark"}], "image": {"id": "8f094f73-47bc-4a76-95f2-33c6280a61d0", "links": [{"href": "http://172.30.9.21:8774/images/8f094f73-47bc-4a76-95f2-33c6280a61d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-01T06:01:16.000000", "flavor": {"id": "2ede1028-f30f-4b47-b09b-7a5e8396093e", "links": [{"href": "http://172.30.9.21:8774/flavors/2ede1028-f30f-4b47-b09b-7a5e8396093e", "rel": "bookmark"}]}, "id": "21c81236-d5d4-4444-af6c-cdd83a2ae1a3", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "c86b920534874098899eb828f0490338", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-01T06:01:17Z", "hostId": "bc1ba7cf1f16f518ea1244af0874c4695e6b0e19cecc3d6dc5c6eb52", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "target_vnf", "created": "2018-08-01T06:00:29Z", "tenant_id": "b3bd489e2d434bf0819a8445cb7200ba", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "fa4b4bd9-0372-480f-b813-7921c319f31c"}}, {"OS-EXT-STS:task_state": null, "addresses": {"vyos_vrouter-net_a967c3e7-2399-45ac-a5ab-3aac5f918193": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:69:5a:1a", "version": 4, "addr": "192.168.120.17", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:69:5a:1a", "version": 4, "addr": "172.30.9.217", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/4301c503-0fbf-47d8-9dff-826067ae474f", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/4301c503-0fbf-47d8-9dff-826067ae474f", "rel": "bookmark"}], "image": {"id": "7090a0bc-12ad-4ad4-a666-23d9710e2007", "links": [{"href": "http://172.30.9.21:8774/images/7090a0bc-12ad-4ad4-a666-23d9710e2007", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-01T05:58:05.000000", "flavor": {"id": "6f785ab9-9b98-4eba-acf6-8ba1ba761f0a", "links": [{"href": "http://172.30.9.21:8774/flavors/6f785ab9-9b98-4eba-acf6-8ba1ba761f0a", "rel": "bookmark"}]}, "id": "4301c503-0fbf-47d8-9dff-826067ae474f", "security_groups": [{"name": "vyos_vrouter-sg_a967c3e7-2399-45ac-a5ab-3aac5f918193"}], "user_id": "c86b920534874098899eb828f0490338", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-01T05:58:05Z", "hostId": "ed9b9e6861f0960a5540e3c8d8492037cb4ae1ccf6d3a76978b9c965", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_a967c3e7-2399-45ac-a5ab-3aac5f918193", "name": "vyos_vrouter-vm_a967c3e7-2399-45ac-a5ab-3aac5f918193", "created": "2018-08-01T05:56:01Z", "tenant_id": "b3bd489e2d434bf0819a8445cb7200ba", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-01 06:01:44,718 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-4741f588-71bd-4ea2-af7b-c4c29342e7df 2018-08-01 06:01:44,718 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.01084494591s 2018-08-01 06:01:44,718 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-4741f588-71bd-4ea2-af7b-c4c29342e7df 2018-08-01 06:01:44,722 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - management_plane_network_ip of reference_vnf : 11.0.0.26 2018-08-01 06:01:44,722 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - management_plane_network_mac of reference_vnf : fa:16:3e:13:c0:60 2018-08-01 06:01:44,722 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-01 06:01:44,725 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b7745d13c7b7486e50bf958e5174d217e3a9303c" 2018-08-01 06:01:45,570 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 06:01:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-69d79318-ecac-40d9-8109-a3a5d1b09d55 x-compute-request-id: req-69d79318-ecac-40d9-8109-a3a5d1b09d55 Content-Encoding: gzip Content-Length: 1187 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"management_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:13:c0:60", "version": 4, "addr": "11.0.0.26", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:13:c0:60", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:55:59", "version": 4, "addr": "12.0.0.4", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/08752c17-4f90-405c-8938-1849477c8cc6", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/08752c17-4f90-405c-8938-1849477c8cc6", "rel": "bookmark"}], "image": {"id": "8f094f73-47bc-4a76-95f2-33c6280a61d0", "links": [{"href": "http://172.30.9.21:8774/images/8f094f73-47bc-4a76-95f2-33c6280a61d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-01T06:01:18.000000", "flavor": {"id": "2ede1028-f30f-4b47-b09b-7a5e8396093e", "links": [{"href": "http://172.30.9.21:8774/flavors/2ede1028-f30f-4b47-b09b-7a5e8396093e", "rel": "bookmark"}]}, "id": "08752c17-4f90-405c-8938-1849477c8cc6", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "c86b920534874098899eb828f0490338", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-01T06:01:18Z", "hostId": "bc1ba7cf1f16f518ea1244af0874c4695e6b0e19cecc3d6dc5c6eb52", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "reference_vnf", "created": "2018-08-01T06:00:29Z", "tenant_id": "b3bd489e2d434bf0819a8445cb7200ba", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "fa4b4bd9-0372-480f-b813-7921c319f31c"}}, {"OS-EXT-STS:task_state": null, "addresses": {"management_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0a:a0:73", "version": 4, "addr": "11.0.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0a:a0:73", "version": 4, "addr": "172.30.9.216", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:5a:04", "version": 4, "addr": "12.0.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/21c81236-d5d4-4444-af6c-cdd83a2ae1a3", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/21c81236-d5d4-4444-af6c-cdd83a2ae1a3", "rel": "bookmark"}], "image": {"id": "8f094f73-47bc-4a76-95f2-33c6280a61d0", "links": [{"href": "http://172.30.9.21:8774/images/8f094f73-47bc-4a76-95f2-33c6280a61d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-01T06:01:16.000000", "flavor": {"id": "2ede1028-f30f-4b47-b09b-7a5e8396093e", "links": [{"href": "http://172.30.9.21:8774/flavors/2ede1028-f30f-4b47-b09b-7a5e8396093e", "rel": "bookmark"}]}, "id": "21c81236-d5d4-4444-af6c-cdd83a2ae1a3", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "c86b920534874098899eb828f0490338", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-01T06:01:17Z", "hostId": "bc1ba7cf1f16f518ea1244af0874c4695e6b0e19cecc3d6dc5c6eb52", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "target_vnf", "created": "2018-08-01T06:00:29Z", "tenant_id": "b3bd489e2d434bf0819a8445cb7200ba", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "fa4b4bd9-0372-480f-b813-7921c319f31c"}}, {"OS-EXT-STS:task_state": null, "addresses": {"vyos_vrouter-net_a967c3e7-2399-45ac-a5ab-3aac5f918193": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:69:5a:1a", "version": 4, "addr": "192.168.120.17", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:69:5a:1a", "version": 4, "addr": "172.30.9.217", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/4301c503-0fbf-47d8-9dff-826067ae474f", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/4301c503-0fbf-47d8-9dff-826067ae474f", "rel": "bookmark"}], "image": {"id": "7090a0bc-12ad-4ad4-a666-23d9710e2007", "links": [{"href": "http://172.30.9.21:8774/images/7090a0bc-12ad-4ad4-a666-23d9710e2007", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-01T05:58:05.000000", "flavor": {"id": "6f785ab9-9b98-4eba-acf6-8ba1ba761f0a", "links": [{"href": "http://172.30.9.21:8774/flavors/6f785ab9-9b98-4eba-acf6-8ba1ba761f0a", "rel": "bookmark"}]}, "id": "4301c503-0fbf-47d8-9dff-826067ae474f", "security_groups": [{"name": "vyos_vrouter-sg_a967c3e7-2399-45ac-a5ab-3aac5f918193"}], "user_id": "c86b920534874098899eb828f0490338", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-01T05:58:05Z", "hostId": "ed9b9e6861f0960a5540e3c8d8492037cb4ae1ccf6d3a76978b9c965", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_a967c3e7-2399-45ac-a5ab-3aac5f918193", "name": "vyos_vrouter-vm_a967c3e7-2399-45ac-a5ab-3aac5f918193", "created": "2018-08-01T05:56:01Z", "tenant_id": "b3bd489e2d434bf0819a8445cb7200ba", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-01 06:01:45,570 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-69d79318-ecac-40d9-8109-a3a5d1b09d55 2018-08-01 06:01:45,570 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.847903013229s 2018-08-01 06:01:45,571 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-69d79318-ecac-40d9-8109-a3a5d1b09d55 2018-08-01 06:01:45,575 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-01 06:01:45,578 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b7745d13c7b7486e50bf958e5174d217e3a9303c" 2018-08-01 06:01:46,412 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 06:01: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-beb6365e-a127-44fc-bacb-82fd6cb5784b x-compute-request-id: req-beb6365e-a127-44fc-bacb-82fd6cb5784b Content-Encoding: gzip Content-Length: 1187 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"management_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:13:c0:60", "version": 4, "addr": "11.0.0.26", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:13:c0:60", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:55:59", "version": 4, "addr": "12.0.0.4", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/08752c17-4f90-405c-8938-1849477c8cc6", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/08752c17-4f90-405c-8938-1849477c8cc6", "rel": "bookmark"}], "image": {"id": "8f094f73-47bc-4a76-95f2-33c6280a61d0", "links": [{"href": "http://172.30.9.21:8774/images/8f094f73-47bc-4a76-95f2-33c6280a61d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-01T06:01:18.000000", "flavor": {"id": "2ede1028-f30f-4b47-b09b-7a5e8396093e", "links": [{"href": "http://172.30.9.21:8774/flavors/2ede1028-f30f-4b47-b09b-7a5e8396093e", "rel": "bookmark"}]}, "id": "08752c17-4f90-405c-8938-1849477c8cc6", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "c86b920534874098899eb828f0490338", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-01T06:01:18Z", "hostId": "bc1ba7cf1f16f518ea1244af0874c4695e6b0e19cecc3d6dc5c6eb52", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "reference_vnf", "created": "2018-08-01T06:00:29Z", "tenant_id": "b3bd489e2d434bf0819a8445cb7200ba", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "fa4b4bd9-0372-480f-b813-7921c319f31c"}}, {"OS-EXT-STS:task_state": null, "addresses": {"management_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0a:a0:73", "version": 4, "addr": "11.0.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0a:a0:73", "version": 4, "addr": "172.30.9.216", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:5a:04", "version": 4, "addr": "12.0.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/21c81236-d5d4-4444-af6c-cdd83a2ae1a3", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/21c81236-d5d4-4444-af6c-cdd83a2ae1a3", "rel": "bookmark"}], "image": {"id": "8f094f73-47bc-4a76-95f2-33c6280a61d0", "links": [{"href": "http://172.30.9.21:8774/images/8f094f73-47bc-4a76-95f2-33c6280a61d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-01T06:01:16.000000", "flavor": {"id": "2ede1028-f30f-4b47-b09b-7a5e8396093e", "links": [{"href": "http://172.30.9.21:8774/flavors/2ede1028-f30f-4b47-b09b-7a5e8396093e", "rel": "bookmark"}]}, "id": "21c81236-d5d4-4444-af6c-cdd83a2ae1a3", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "c86b920534874098899eb828f0490338", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-01T06:01:17Z", "hostId": "bc1ba7cf1f16f518ea1244af0874c4695e6b0e19cecc3d6dc5c6eb52", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "target_vnf", "created": "2018-08-01T06:00:29Z", "tenant_id": "b3bd489e2d434bf0819a8445cb7200ba", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "fa4b4bd9-0372-480f-b813-7921c319f31c"}}, {"OS-EXT-STS:task_state": null, "addresses": {"vyos_vrouter-net_a967c3e7-2399-45ac-a5ab-3aac5f918193": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:69:5a:1a", "version": 4, "addr": "192.168.120.17", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:69:5a:1a", "version": 4, "addr": "172.30.9.217", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/4301c503-0fbf-47d8-9dff-826067ae474f", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/4301c503-0fbf-47d8-9dff-826067ae474f", "rel": "bookmark"}], "image": {"id": "7090a0bc-12ad-4ad4-a666-23d9710e2007", "links": [{"href": "http://172.30.9.21:8774/images/7090a0bc-12ad-4ad4-a666-23d9710e2007", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-01T05:58:05.000000", "flavor": {"id": "6f785ab9-9b98-4eba-acf6-8ba1ba761f0a", "links": [{"href": "http://172.30.9.21:8774/flavors/6f785ab9-9b98-4eba-acf6-8ba1ba761f0a", "rel": "bookmark"}]}, "id": "4301c503-0fbf-47d8-9dff-826067ae474f", "security_groups": [{"name": "vyos_vrouter-sg_a967c3e7-2399-45ac-a5ab-3aac5f918193"}], "user_id": "c86b920534874098899eb828f0490338", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-01T05:58:05Z", "hostId": "ed9b9e6861f0960a5540e3c8d8492037cb4ae1ccf6d3a76978b9c965", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_a967c3e7-2399-45ac-a5ab-3aac5f918193", "name": "vyos_vrouter-vm_a967c3e7-2399-45ac-a5ab-3aac5f918193", "created": "2018-08-01T05:56:01Z", "tenant_id": "b3bd489e2d434bf0819a8445cb7200ba", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-01 06:01:46,412 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-beb6365e-a127-44fc-bacb-82fd6cb5784b 2018-08-01 06:01:46,412 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.837065935135s 2018-08-01 06:01:46,413 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-beb6365e-a127-44fc-bacb-82fd6cb5784b 2018-08-01 06:01:46,416 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - data_plane_network_ip of reference_vnf : 12.0.0.4 2018-08-01 06:01:46,417 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - data_plane_network_mac of reference_vnf : fa:16:3e:90:55:59 2018-08-01 06:01:46,417 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - vnf name : target_vnf 2018-08-01 06:01:46,417 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - target_vnf floating ip address : 172.30.9.216 2018-08-01 06:01:46,418 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-01 06:01:46,420 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b7745d13c7b7486e50bf958e5174d217e3a9303c" 2018-08-01 06:01:47,143 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 06:01:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-79e198e7-bb8e-4764-9ece-ecd49a75b2d7 x-compute-request-id: req-79e198e7-bb8e-4764-9ece-ecd49a75b2d7 Content-Encoding: gzip Content-Length: 1187 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"management_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:13:c0:60", "version": 4, "addr": "11.0.0.26", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:13:c0:60", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:55:59", "version": 4, "addr": "12.0.0.4", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/08752c17-4f90-405c-8938-1849477c8cc6", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/08752c17-4f90-405c-8938-1849477c8cc6", "rel": "bookmark"}], "image": {"id": "8f094f73-47bc-4a76-95f2-33c6280a61d0", "links": [{"href": "http://172.30.9.21:8774/images/8f094f73-47bc-4a76-95f2-33c6280a61d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-01T06:01:18.000000", "flavor": {"id": "2ede1028-f30f-4b47-b09b-7a5e8396093e", "links": [{"href": "http://172.30.9.21:8774/flavors/2ede1028-f30f-4b47-b09b-7a5e8396093e", "rel": "bookmark"}]}, "id": "08752c17-4f90-405c-8938-1849477c8cc6", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "c86b920534874098899eb828f0490338", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-01T06:01:18Z", "hostId": "bc1ba7cf1f16f518ea1244af0874c4695e6b0e19cecc3d6dc5c6eb52", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "reference_vnf", "created": "2018-08-01T06:00:29Z", "tenant_id": "b3bd489e2d434bf0819a8445cb7200ba", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "fa4b4bd9-0372-480f-b813-7921c319f31c"}}, {"OS-EXT-STS:task_state": null, "addresses": {"management_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0a:a0:73", "version": 4, "addr": "11.0.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0a:a0:73", "version": 4, "addr": "172.30.9.216", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:5a:04", "version": 4, "addr": "12.0.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/21c81236-d5d4-4444-af6c-cdd83a2ae1a3", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/21c81236-d5d4-4444-af6c-cdd83a2ae1a3", "rel": "bookmark"}], "image": {"id": "8f094f73-47bc-4a76-95f2-33c6280a61d0", "links": [{"href": "http://172.30.9.21:8774/images/8f094f73-47bc-4a76-95f2-33c6280a61d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-01T06:01:16.000000", "flavor": {"id": "2ede1028-f30f-4b47-b09b-7a5e8396093e", "links": [{"href": "http://172.30.9.21:8774/flavors/2ede1028-f30f-4b47-b09b-7a5e8396093e", "rel": "bookmark"}]}, "id": "21c81236-d5d4-4444-af6c-cdd83a2ae1a3", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "c86b920534874098899eb828f0490338", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-01T06:01:17Z", "hostId": "bc1ba7cf1f16f518ea1244af0874c4695e6b0e19cecc3d6dc5c6eb52", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "target_vnf", "created": "2018-08-01T06:00:29Z", "tenant_id": "b3bd489e2d434bf0819a8445cb7200ba", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "fa4b4bd9-0372-480f-b813-7921c319f31c"}}, {"OS-EXT-STS:task_state": null, "addresses": {"vyos_vrouter-net_a967c3e7-2399-45ac-a5ab-3aac5f918193": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:69:5a:1a", "version": 4, "addr": "192.168.120.17", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:69:5a:1a", "version": 4, "addr": "172.30.9.217", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/4301c503-0fbf-47d8-9dff-826067ae474f", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/4301c503-0fbf-47d8-9dff-826067ae474f", "rel": "bookmark"}], "image": {"id": "7090a0bc-12ad-4ad4-a666-23d9710e2007", "links": [{"href": "http://172.30.9.21:8774/images/7090a0bc-12ad-4ad4-a666-23d9710e2007", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-01T05:58:05.000000", "flavor": {"id": "6f785ab9-9b98-4eba-acf6-8ba1ba761f0a", "links": [{"href": "http://172.30.9.21:8774/flavors/6f785ab9-9b98-4eba-acf6-8ba1ba761f0a", "rel": "bookmark"}]}, "id": "4301c503-0fbf-47d8-9dff-826067ae474f", "security_groups": [{"name": "vyos_vrouter-sg_a967c3e7-2399-45ac-a5ab-3aac5f918193"}], "user_id": "c86b920534874098899eb828f0490338", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-01T05:58:05Z", "hostId": "ed9b9e6861f0960a5540e3c8d8492037cb4ae1ccf6d3a76978b9c965", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_a967c3e7-2399-45ac-a5ab-3aac5f918193", "name": "vyos_vrouter-vm_a967c3e7-2399-45ac-a5ab-3aac5f918193", "created": "2018-08-01T05:56:01Z", "tenant_id": "b3bd489e2d434bf0819a8445cb7200ba", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-01 06:01:47,143 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-79e198e7-bb8e-4764-9ece-ecd49a75b2d7 2018-08-01 06:01:47,143 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.725415945053s 2018-08-01 06:01:47,144 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-79e198e7-bb8e-4764-9ece-ecd49a75b2d7 2018-08-01 06:01:47,147 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-01 06:01:47,150 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b7745d13c7b7486e50bf958e5174d217e3a9303c" 2018-08-01 06:01:48,362 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 06:01: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-162a72a1-1b39-48a9-ae1a-26e8648cbea1 x-compute-request-id: req-162a72a1-1b39-48a9-ae1a-26e8648cbea1 Content-Encoding: gzip Content-Length: 1187 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"management_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:13:c0:60", "version": 4, "addr": "11.0.0.26", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:13:c0:60", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:55:59", "version": 4, "addr": "12.0.0.4", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/08752c17-4f90-405c-8938-1849477c8cc6", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/08752c17-4f90-405c-8938-1849477c8cc6", "rel": "bookmark"}], "image": {"id": "8f094f73-47bc-4a76-95f2-33c6280a61d0", "links": [{"href": "http://172.30.9.21:8774/images/8f094f73-47bc-4a76-95f2-33c6280a61d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-01T06:01:18.000000", "flavor": {"id": "2ede1028-f30f-4b47-b09b-7a5e8396093e", "links": [{"href": "http://172.30.9.21:8774/flavors/2ede1028-f30f-4b47-b09b-7a5e8396093e", "rel": "bookmark"}]}, "id": "08752c17-4f90-405c-8938-1849477c8cc6", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "c86b920534874098899eb828f0490338", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-01T06:01:18Z", "hostId": "bc1ba7cf1f16f518ea1244af0874c4695e6b0e19cecc3d6dc5c6eb52", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "reference_vnf", "created": "2018-08-01T06:00:29Z", "tenant_id": "b3bd489e2d434bf0819a8445cb7200ba", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "fa4b4bd9-0372-480f-b813-7921c319f31c"}}, {"OS-EXT-STS:task_state": null, "addresses": {"management_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0a:a0:73", "version": 4, "addr": "11.0.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0a:a0:73", "version": 4, "addr": "172.30.9.216", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:5a:04", "version": 4, "addr": "12.0.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/21c81236-d5d4-4444-af6c-cdd83a2ae1a3", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/21c81236-d5d4-4444-af6c-cdd83a2ae1a3", "rel": "bookmark"}], "image": {"id": "8f094f73-47bc-4a76-95f2-33c6280a61d0", "links": [{"href": "http://172.30.9.21:8774/images/8f094f73-47bc-4a76-95f2-33c6280a61d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-01T06:01:16.000000", "flavor": {"id": "2ede1028-f30f-4b47-b09b-7a5e8396093e", "links": [{"href": "http://172.30.9.21:8774/flavors/2ede1028-f30f-4b47-b09b-7a5e8396093e", "rel": "bookmark"}]}, "id": "21c81236-d5d4-4444-af6c-cdd83a2ae1a3", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "c86b920534874098899eb828f0490338", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-01T06:01:17Z", "hostId": "bc1ba7cf1f16f518ea1244af0874c4695e6b0e19cecc3d6dc5c6eb52", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "target_vnf", "created": "2018-08-01T06:00:29Z", "tenant_id": "b3bd489e2d434bf0819a8445cb7200ba", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "fa4b4bd9-0372-480f-b813-7921c319f31c"}}, {"OS-EXT-STS:task_state": null, "addresses": {"vyos_vrouter-net_a967c3e7-2399-45ac-a5ab-3aac5f918193": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:69:5a:1a", "version": 4, "addr": "192.168.120.17", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:69:5a:1a", "version": 4, "addr": "172.30.9.217", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/4301c503-0fbf-47d8-9dff-826067ae474f", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/4301c503-0fbf-47d8-9dff-826067ae474f", "rel": "bookmark"}], "image": {"id": "7090a0bc-12ad-4ad4-a666-23d9710e2007", "links": [{"href": "http://172.30.9.21:8774/images/7090a0bc-12ad-4ad4-a666-23d9710e2007", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-01T05:58:05.000000", "flavor": {"id": "6f785ab9-9b98-4eba-acf6-8ba1ba761f0a", "links": [{"href": "http://172.30.9.21:8774/flavors/6f785ab9-9b98-4eba-acf6-8ba1ba761f0a", "rel": "bookmark"}]}, "id": "4301c503-0fbf-47d8-9dff-826067ae474f", "security_groups": [{"name": "vyos_vrouter-sg_a967c3e7-2399-45ac-a5ab-3aac5f918193"}], "user_id": "c86b920534874098899eb828f0490338", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-01T05:58:05Z", "hostId": "ed9b9e6861f0960a5540e3c8d8492037cb4ae1ccf6d3a76978b9c965", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_a967c3e7-2399-45ac-a5ab-3aac5f918193", "name": "vyos_vrouter-vm_a967c3e7-2399-45ac-a5ab-3aac5f918193", "created": "2018-08-01T05:56:01Z", "tenant_id": "b3bd489e2d434bf0819a8445cb7200ba", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-01 06:01:48,363 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-162a72a1-1b39-48a9-ae1a-26e8648cbea1 2018-08-01 06:01:48,363 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.21540307999s 2018-08-01 06:01:48,363 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-162a72a1-1b39-48a9-ae1a-26e8648cbea1 2018-08-01 06:01:48,365 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - management_plane_network_ip of target_vnf : 11.0.0.6 2018-08-01 06:01:48,365 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - management_plane_network_mac of target_vnf : fa:16:3e:0a:a0:73 2018-08-01 06:01:48,366 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-01 06:01:48,367 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b7745d13c7b7486e50bf958e5174d217e3a9303c" 2018-08-01 06:01:49,182 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 06:01:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-32ef261c-5fde-48b0-873a-3d5488caa87d x-compute-request-id: req-32ef261c-5fde-48b0-873a-3d5488caa87d Content-Encoding: gzip Content-Length: 1187 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"management_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:13:c0:60", "version": 4, "addr": "11.0.0.26", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:13:c0:60", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:55:59", "version": 4, "addr": "12.0.0.4", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/08752c17-4f90-405c-8938-1849477c8cc6", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/08752c17-4f90-405c-8938-1849477c8cc6", "rel": "bookmark"}], "image": {"id": "8f094f73-47bc-4a76-95f2-33c6280a61d0", "links": [{"href": "http://172.30.9.21:8774/images/8f094f73-47bc-4a76-95f2-33c6280a61d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-01T06:01:18.000000", "flavor": {"id": "2ede1028-f30f-4b47-b09b-7a5e8396093e", "links": [{"href": "http://172.30.9.21:8774/flavors/2ede1028-f30f-4b47-b09b-7a5e8396093e", "rel": "bookmark"}]}, "id": "08752c17-4f90-405c-8938-1849477c8cc6", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "c86b920534874098899eb828f0490338", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-01T06:01:18Z", "hostId": "bc1ba7cf1f16f518ea1244af0874c4695e6b0e19cecc3d6dc5c6eb52", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "reference_vnf", "created": "2018-08-01T06:00:29Z", "tenant_id": "b3bd489e2d434bf0819a8445cb7200ba", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "fa4b4bd9-0372-480f-b813-7921c319f31c"}}, {"OS-EXT-STS:task_state": null, "addresses": {"management_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0a:a0:73", "version": 4, "addr": "11.0.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0a:a0:73", "version": 4, "addr": "172.30.9.216", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:5a:04", "version": 4, "addr": "12.0.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/21c81236-d5d4-4444-af6c-cdd83a2ae1a3", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/21c81236-d5d4-4444-af6c-cdd83a2ae1a3", "rel": "bookmark"}], "image": {"id": "8f094f73-47bc-4a76-95f2-33c6280a61d0", "links": [{"href": "http://172.30.9.21:8774/images/8f094f73-47bc-4a76-95f2-33c6280a61d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-01T06:01:16.000000", "flavor": {"id": "2ede1028-f30f-4b47-b09b-7a5e8396093e", "links": [{"href": "http://172.30.9.21:8774/flavors/2ede1028-f30f-4b47-b09b-7a5e8396093e", "rel": "bookmark"}]}, "id": "21c81236-d5d4-4444-af6c-cdd83a2ae1a3", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "c86b920534874098899eb828f0490338", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-01T06:01:17Z", "hostId": "bc1ba7cf1f16f518ea1244af0874c4695e6b0e19cecc3d6dc5c6eb52", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "target_vnf", "created": "2018-08-01T06:00:29Z", "tenant_id": "b3bd489e2d434bf0819a8445cb7200ba", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "fa4b4bd9-0372-480f-b813-7921c319f31c"}}, {"OS-EXT-STS:task_state": null, "addresses": {"vyos_vrouter-net_a967c3e7-2399-45ac-a5ab-3aac5f918193": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:69:5a:1a", "version": 4, "addr": "192.168.120.17", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:69:5a:1a", "version": 4, "addr": "172.30.9.217", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/4301c503-0fbf-47d8-9dff-826067ae474f", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/4301c503-0fbf-47d8-9dff-826067ae474f", "rel": "bookmark"}], "image": {"id": "7090a0bc-12ad-4ad4-a666-23d9710e2007", "links": [{"href": "http://172.30.9.21:8774/images/7090a0bc-12ad-4ad4-a666-23d9710e2007", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-01T05:58:05.000000", "flavor": {"id": "6f785ab9-9b98-4eba-acf6-8ba1ba761f0a", "links": [{"href": "http://172.30.9.21:8774/flavors/6f785ab9-9b98-4eba-acf6-8ba1ba761f0a", "rel": "bookmark"}]}, "id": "4301c503-0fbf-47d8-9dff-826067ae474f", "security_groups": [{"name": "vyos_vrouter-sg_a967c3e7-2399-45ac-a5ab-3aac5f918193"}], "user_id": "c86b920534874098899eb828f0490338", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-01T05:58:05Z", "hostId": "ed9b9e6861f0960a5540e3c8d8492037cb4ae1ccf6d3a76978b9c965", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_a967c3e7-2399-45ac-a5ab-3aac5f918193", "name": "vyos_vrouter-vm_a967c3e7-2399-45ac-a5ab-3aac5f918193", "created": "2018-08-01T05:56:01Z", "tenant_id": "b3bd489e2d434bf0819a8445cb7200ba", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-01 06:01:49,182 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-32ef261c-5fde-48b0-873a-3d5488caa87d 2018-08-01 06:01:49,182 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.816871881485s 2018-08-01 06:01:49,183 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-32ef261c-5fde-48b0-873a-3d5488caa87d 2018-08-01 06:01:49,186 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-01 06:01:49,188 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b7745d13c7b7486e50bf958e5174d217e3a9303c" 2018-08-01 06:01:50,116 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 06:01:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-253ede58-38bc-40a3-b207-dd65a89d1a56 x-compute-request-id: req-253ede58-38bc-40a3-b207-dd65a89d1a56 Content-Encoding: gzip Content-Length: 1187 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"management_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:13:c0:60", "version": 4, "addr": "11.0.0.26", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:13:c0:60", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:55:59", "version": 4, "addr": "12.0.0.4", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/08752c17-4f90-405c-8938-1849477c8cc6", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/08752c17-4f90-405c-8938-1849477c8cc6", "rel": "bookmark"}], "image": {"id": "8f094f73-47bc-4a76-95f2-33c6280a61d0", "links": [{"href": "http://172.30.9.21:8774/images/8f094f73-47bc-4a76-95f2-33c6280a61d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-01T06:01:18.000000", "flavor": {"id": "2ede1028-f30f-4b47-b09b-7a5e8396093e", "links": [{"href": "http://172.30.9.21:8774/flavors/2ede1028-f30f-4b47-b09b-7a5e8396093e", "rel": "bookmark"}]}, "id": "08752c17-4f90-405c-8938-1849477c8cc6", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "c86b920534874098899eb828f0490338", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-01T06:01:18Z", "hostId": "bc1ba7cf1f16f518ea1244af0874c4695e6b0e19cecc3d6dc5c6eb52", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "reference_vnf", "created": "2018-08-01T06:00:29Z", "tenant_id": "b3bd489e2d434bf0819a8445cb7200ba", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "fa4b4bd9-0372-480f-b813-7921c319f31c"}}, {"OS-EXT-STS:task_state": null, "addresses": {"management_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0a:a0:73", "version": 4, "addr": "11.0.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0a:a0:73", "version": 4, "addr": "172.30.9.216", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:5a:04", "version": 4, "addr": "12.0.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/21c81236-d5d4-4444-af6c-cdd83a2ae1a3", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/21c81236-d5d4-4444-af6c-cdd83a2ae1a3", "rel": "bookmark"}], "image": {"id": "8f094f73-47bc-4a76-95f2-33c6280a61d0", "links": [{"href": "http://172.30.9.21:8774/images/8f094f73-47bc-4a76-95f2-33c6280a61d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-01T06:01:16.000000", "flavor": {"id": "2ede1028-f30f-4b47-b09b-7a5e8396093e", "links": [{"href": "http://172.30.9.21:8774/flavors/2ede1028-f30f-4b47-b09b-7a5e8396093e", "rel": "bookmark"}]}, "id": "21c81236-d5d4-4444-af6c-cdd83a2ae1a3", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "c86b920534874098899eb828f0490338", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-01T06:01:17Z", "hostId": "bc1ba7cf1f16f518ea1244af0874c4695e6b0e19cecc3d6dc5c6eb52", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "target_vnf", "created": "2018-08-01T06:00:29Z", "tenant_id": "b3bd489e2d434bf0819a8445cb7200ba", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "fa4b4bd9-0372-480f-b813-7921c319f31c"}}, {"OS-EXT-STS:task_state": null, "addresses": {"vyos_vrouter-net_a967c3e7-2399-45ac-a5ab-3aac5f918193": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:69:5a:1a", "version": 4, "addr": "192.168.120.17", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:69:5a:1a", "version": 4, "addr": "172.30.9.217", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/4301c503-0fbf-47d8-9dff-826067ae474f", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/4301c503-0fbf-47d8-9dff-826067ae474f", "rel": "bookmark"}], "image": {"id": "7090a0bc-12ad-4ad4-a666-23d9710e2007", "links": [{"href": "http://172.30.9.21:8774/images/7090a0bc-12ad-4ad4-a666-23d9710e2007", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-01T05:58:05.000000", "flavor": {"id": "6f785ab9-9b98-4eba-acf6-8ba1ba761f0a", "links": [{"href": "http://172.30.9.21:8774/flavors/6f785ab9-9b98-4eba-acf6-8ba1ba761f0a", "rel": "bookmark"}]}, "id": "4301c503-0fbf-47d8-9dff-826067ae474f", "security_groups": [{"name": "vyos_vrouter-sg_a967c3e7-2399-45ac-a5ab-3aac5f918193"}], "user_id": "c86b920534874098899eb828f0490338", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-01T05:58:05Z", "hostId": "ed9b9e6861f0960a5540e3c8d8492037cb4ae1ccf6d3a76978b9c965", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_a967c3e7-2399-45ac-a5ab-3aac5f918193", "name": "vyos_vrouter-vm_a967c3e7-2399-45ac-a5ab-3aac5f918193", "created": "2018-08-01T05:56:01Z", "tenant_id": "b3bd489e2d434bf0819a8445cb7200ba", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-01 06:01:50,116 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-253ede58-38bc-40a3-b207-dd65a89d1a56 2018-08-01 06:01:50,116 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.930238008499s 2018-08-01 06:01:50,117 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-253ede58-38bc-40a3-b207-dd65a89d1a56 2018-08-01 06:01:50,120 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - data_plane_network_ip of target_vnf : 12.0.0.5 2018-08-01 06:01:50,120 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - data_plane_network_mac of target_vnf : fa:16:3e:16:5a:04 2018-08-01 06:01:50,120 - functest.opnfv_tests.vnf.router.test_controller.function_test_exec - DEBUG - init test exec 2018-08-01 06:01:50,130 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - Downloading the test data. 2018-08-01 06:01:50,144 - functest.opnfv_tests.vnf.router.vnf_controller.vnf_controller - DEBUG - init vnf controller 2018-08-01 06:01:50,155 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - Downloading the test data. 2018-08-01 06:01:50,172 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - initialize vm controller 2018-08-01 06:01:50,173 - functest.opnfv_tests.vnf.router.vnf_controller.command_generator - DEBUG - init command generator 2018-08-01 06:01:50,182 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - Downloading the test data. 2018-08-01 06:01:50,246 - functest.opnfv_tests.vnf.router.vrouter_base - INFO - vRouter test Start Time:'2018-08-01 06:01:50' 2018-08-01 06:01:50,247 - functest.opnfv_tests.vnf.router.test_controller.function_test_exec - DEBUG - Start config command target_vnf and reference_vnf 2018-08-01 06:01:50,247 - functest.opnfv_tests.vnf.router.test_controller.function_test_exec - DEBUG - Configuration to target vnf 2018-08-01 06:01:50,256 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - Downloading the test data. 2018-08-01 06:01:50,278 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH connect to 172.30.9.216. 2018-08-01 06:01:57,297 - paramiko.transport - DEBUG - starting thread (client mode): 0x96227a10L 2018-08-01 06:01:57,298 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-01 06:01:57,301 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_5.5p1 Debian-6+squeeze8 2018-08-01 06:01:57,301 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_5.5p1) 2018-08-01 06:01:57,302 - paramiko.transport - DEBUG - kex algos:[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'ssh-dss'] client encrypt:[u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'arcfour256', u'arcfour128', 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-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', u'hmac-sha1', u'umac-64@openssh.com', u'hmac-ripemd160', u'hmac-ripemd160@openssh.com', u'hmac-sha1-96', u'hmac-md5-96'] server mac:[u'hmac-md5', u'hmac-sha1', u'umac-64@openssh.com', 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-01 06:01:57,303 - paramiko.transport - DEBUG - Kex agreed: diffie-hellman-group-exchange-sha256 2018-08-01 06:01:57,303 - paramiko.transport - DEBUG - HostKey agreed: ssh-rsa 2018-08-01 06:01:57,303 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-01 06:01:57,303 - paramiko.transport - DEBUG - MAC agreed: hmac-sha1 2018-08-01 06:01:57,303 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-01 06:01:57,334 - paramiko.transport - DEBUG - Got server p (2048 bits) 2018-08-01 06:01:57,426 - paramiko.transport - DEBUG - kex engine KexGexSHA256 specified hash_algo 2018-08-01 06:01:57,427 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-01 06:01:57,430 - paramiko.transport - DEBUG - Adding ssh-rsa host key for 172.30.9.216: 05fe7a9c6c774fcdf055d1aa31e1b495 2018-08-01 06:01:57,463 - paramiko.transport - DEBUG - userauth is OK 2018-08-01 06:01:57,472 - paramiko.transport - INFO - Auth banner: Welcome to VyOS 2018-08-01 06:01:57,473 - paramiko.transport - INFO - Authentication (password) successful! 2018-08-01 06:01:57,495 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH connection established to 172.30.9.216. 2018-08-01 06:01:57,496 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-01 06:01:57,497 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-01 06:01:57,497 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-01 06:01:57,499 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-01 06:01:57,501 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-01 06:01:58,512 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : configure 2018-08-01 06:01:59,514 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : configure [edit] vyos@vyos# 2018-08-01 06:02:04,519 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : sudo /sbin/ifconfig eth0 mtu 1450 2018-08-01 06:02:05,521 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : sudo /sbin/ifconfig eth0 mtu 1450 [edit] vyos@vyos# 2018-08-01 06:02:10,527 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : sudo /sbin/ifconfig eth1 mtu 1450 2018-08-01 06:02:11,529 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : sudo /sbin/ifconfig eth1 mtu 1450 [edit] vyos@vyos# 2018-08-01 06:02:16,534 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.0.1.0/24 blackhole distance 1 2018-08-01 06:02:17,536 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols static route 10.0.1.0/24 blackhole distance 1 [edit] vyos@vyos# 2018-08-01 06:02:22,541 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.0.2.0/24 blackhole distance 1 2018-08-01 06:02:23,543 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols static route 10.0.2.0/24 blackhole distance 1 [edit] vyos@vyos# 2018-08-01 06:02:28,549 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.0.3.0/24 blackhole distance 1 2018-08-01 06:02:29,551 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols static route 10.0.3.0/24 blackhole distance 1 [edit] vyos@vyos# 2018-08-01 06:02:34,556 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.0.4.0/24 blackhole distance 1 2018-08-01 06:02:35,558 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols static route 10.0.4.0/24 blackhole distance 1 [edit] vyos@vyos# 2018-08-01 06:02:40,564 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.0.5.0/24 blackhole distance 1 2018-08-01 06:02:41,565 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols static route 10.0.5.0/24 blackhole distance 1 [edit] vyos@vyos# 2018-08-01 06:02:46,571 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.0.6.0/24 blackhole distance 1 2018-08-01 06:02:47,573 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols static route 10.0.6.0/24 blackhole distance 1 [edit] vyos@vyos# 2018-08-01 06:02:52,578 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.0.7.0/24 blackhole distance 1 2018-08-01 06:02:53,580 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols static route 10.0.7.0/24 blackhole distance 1 [edit] vyos@vyos# 2018-08-01 06:02:58,586 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.0.8.0/24 blackhole distance 1 2018-08-01 06:02:59,588 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols static route 10.0.8.0/24 blackhole distance 1 [edit] vyos@vyos# 2018-08-01 06:03:04,590 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.0.9.0/24 blackhole distance 1 2018-08-01 06:03:05,592 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols static route 10.0.9.0/24 blackhole distance 1 [edit] vyos@vyos# 2018-08-01 06:03:10,597 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.0.10.0/24 blackhole distance 1 2018-08-01 06:03:11,599 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols static route 10.0.10.0/24 blackhole distance 1 [edit] vyos@vyos# 2018-08-01 06:03:16,605 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : commit 2018-08-01 06:03:17,607 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : commit [edit] vyos@vyos# 2018-08-01 06:03:22,612 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 neighbor 12.0.0.4 ebgp-multihop '2' 2018-08-01 06:03:23,614 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65001 neighbor 12.0.0.4 ebgp-multihop '2' [edit] vyos@vyos# 2018-08-01 06:03:28,620 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 neighbor 12.0.0.4 remote-as 65002 2018-08-01 06:03:29,622 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65001 neighbor 12.0.0.4 remote-as 65002 [edit] vyos@vyos# 2018-08-01 06:03:34,625 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 neighbor 12.0.0.4 update-source 12.0.0.5 2018-08-01 06:03:35,627 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65001 neighbor 12.0.0.4 update-source 12.0.0.5 [edit] vyos@vyos# 2018-08-01 06:03:40,632 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 neighbor 12.0.0.4 soft-reconfiguration inbound 2018-08-01 06:03:41,634 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65001 neighbor 12.0.0.4 soft-reconfiguration inboun d [edit] vyos@vyos# 2018-08-01 06:03:46,635 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 neighbor 12.0.0.4 password lab0033 2018-08-01 06:03:47,637 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65001 neighbor 12.0.0.4 password lab0033 [edit] vyos@vyos# 2018-08-01 06:03:52,638 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 network 10.0.1.0/24 2018-08-01 06:03:53,640 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65001 network 10.0.1.0/24 [edit] vyos@vyos# 2018-08-01 06:03:58,645 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 network 10.0.2.0/24 2018-08-01 06:03:59,647 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65001 network 10.0.2.0/24 [edit] vyos@vyos# 2018-08-01 06:04:04,653 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 network 10.0.3.0/24 2018-08-01 06:04:05,655 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65001 network 10.0.3.0/24 [edit] vyos@vyos# 2018-08-01 06:04:10,660 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 network 10.0.4.0/24 2018-08-01 06:04:11,662 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65001 network 10.0.4.0/24 [edit] vyos@vyos# 2018-08-01 06:04:16,668 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 network 10.0.5.0/24 2018-08-01 06:04:17,670 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65001 network 10.0.5.0/24 [edit] vyos@vyos# 2018-08-01 06:04:22,675 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 network 10.0.6.0/24 2018-08-01 06:04:23,677 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65001 network 10.0.6.0/24 [edit] vyos@vyos# 2018-08-01 06:04:28,682 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 network 10.0.7.0/24 2018-08-01 06:04:29,685 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65001 network 10.0.7.0/24 [edit] vyos@vyos# 2018-08-01 06:04:34,690 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 network 10.0.8.0/24 2018-08-01 06:04:35,692 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65001 network 10.0.8.0/24 [edit] vyos@vyos# 2018-08-01 06:04:40,694 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 network 10.0.9.0/24 2018-08-01 06:04:41,696 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65001 network 10.0.9.0/24 [edit] vyos@vyos# 2018-08-01 06:04:46,701 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 network 10.0.10.0/24 2018-08-01 06:04:47,703 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65001 network 10.0.10.0/24 [edit] vyos@vyos# 2018-08-01 06:04:52,709 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 parameters router-id 12.0.0.5 2018-08-01 06:04:53,711 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65001 parameters router-id 12.0.0.5 [edit] vyos@vyos# 2018-08-01 06:04:58,716 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : commit 2018-08-01 06:04:59,718 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : commit [edit] vyos@vyos# 2018-08-01 06:05:04,750 - paramiko.transport - DEBUG - EOF in transport thread 2018-08-01 06:05:04,752 - functest.opnfv_tests.vnf.router.test_controller.function_test_exec - DEBUG - Configuration to reference vnf 2018-08-01 06:05:04,770 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - Downloading the test data. 2018-08-01 06:05:04,806 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH connect to 172.30.9.210. 2018-08-01 06:05:04,809 - paramiko.transport - DEBUG - starting thread (client mode): 0x96245a90L 2018-08-01 06:05:04,809 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-01 06:05:04,815 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_5.5p1 Debian-6+squeeze8 2018-08-01 06:05:04,815 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_5.5p1) 2018-08-01 06:05:04,817 - paramiko.transport - DEBUG - kex algos:[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'ssh-dss'] client encrypt:[u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'arcfour256', u'arcfour128', 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-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', u'hmac-sha1', u'umac-64@openssh.com', u'hmac-ripemd160', u'hmac-ripemd160@openssh.com', u'hmac-sha1-96', u'hmac-md5-96'] server mac:[u'hmac-md5', u'hmac-sha1', u'umac-64@openssh.com', 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-01 06:05:04,817 - paramiko.transport - DEBUG - Kex agreed: diffie-hellman-group-exchange-sha256 2018-08-01 06:05:04,817 - paramiko.transport - DEBUG - HostKey agreed: ssh-rsa 2018-08-01 06:05:04,817 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-01 06:05:04,817 - paramiko.transport - DEBUG - MAC agreed: hmac-sha1 2018-08-01 06:05:04,817 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-01 06:05:04,855 - paramiko.transport - DEBUG - Got server p (2048 bits) 2018-08-01 06:05:04,958 - paramiko.transport - DEBUG - kex engine KexGexSHA256 specified hash_algo 2018-08-01 06:05:04,958 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-01 06:05:04,961 - paramiko.transport - DEBUG - Adding ssh-rsa host key for 172.30.9.210: 05fe7a9c6c774fcdf055d1aa31e1b495 2018-08-01 06:05:04,993 - paramiko.transport - DEBUG - userauth is OK 2018-08-01 06:05:05,003 - paramiko.transport - INFO - Auth banner: Welcome to VyOS 2018-08-01 06:05:05,003 - paramiko.transport - INFO - Authentication (password) successful! 2018-08-01 06:05:05,025 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH connection established to 172.30.9.210. 2018-08-01 06:05:05,026 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-01 06:05:05,027 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-01 06:05:05,027 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-01 06:05:05,030 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-01 06:05:05,031 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-01 06:05:06,050 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : configure 2018-08-01 06:05:07,052 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : configure [edit] vyos@vyos# 2018-08-01 06:05:12,057 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : sudo /sbin/ifconfig eth0 mtu 1450 2018-08-01 06:05:13,059 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : sudo /sbin/ifconfig eth0 mtu 1450 [edit] vyos@vyos# 2018-08-01 06:05:18,065 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : sudo /sbin/ifconfig eth1 mtu 1450 2018-08-01 06:05:19,067 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : sudo /sbin/ifconfig eth1 mtu 1450 [edit] vyos@vyos# 2018-08-01 06:05:24,069 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.1.1.0/24 blackhole distance 1 2018-08-01 06:05:25,071 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols static route 10.1.1.0/24 blackhole distance 1 [edit] vyos@vyos# 2018-08-01 06:05:30,072 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.1.2.0/24 blackhole distance 1 2018-08-01 06:05:31,074 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols static route 10.1.2.0/24 blackhole distance 1 [edit] vyos@vyos# 2018-08-01 06:05:36,080 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.1.3.0/24 blackhole distance 1 2018-08-01 06:05:37,082 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols static route 10.1.3.0/24 blackhole distance 1 [edit] vyos@vyos# 2018-08-01 06:05:42,087 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.1.4.0/24 blackhole distance 1 2018-08-01 06:05:43,088 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols static route 10.1.4.0/24 blackhole distance 1 [edit] vyos@vyos# 2018-08-01 06:05:48,089 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.1.5.0/24 blackhole distance 1 2018-08-01 06:05:49,091 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols static route 10.1.5.0/24 blackhole distance 1 [edit] vyos@vyos# 2018-08-01 06:05:54,097 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.1.6.0/24 blackhole distance 1 2018-08-01 06:05:55,099 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols static route 10.1.6.0/24 blackhole distance 1 [edit] vyos@vyos# 2018-08-01 06:06:00,105 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.1.7.0/24 blackhole distance 1 2018-08-01 06:06:01,107 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols static route 10.1.7.0/24 blackhole distance 1 [edit] vyos@vyos# 2018-08-01 06:06:06,112 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.1.8.0/24 blackhole distance 1 2018-08-01 06:06:07,114 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols static route 10.1.8.0/24 blackhole distance 1 [edit] vyos@vyos# 2018-08-01 06:06:12,120 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.1.9.0/24 blackhole distance 1 2018-08-01 06:06:13,122 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols static route 10.1.9.0/24 blackhole distance 1 [edit] vyos@vyos# 2018-08-01 06:06:18,124 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.1.10.0/24 blackhole distance 1 2018-08-01 06:06:19,126 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols static route 10.1.10.0/24 blackhole distance 1 [edit] vyos@vyos# 2018-08-01 06:06:24,132 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : commit 2018-08-01 06:06:25,134 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : commit [edit] vyos@vyos# 2018-08-01 06:06:30,138 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 neighbor 12.0.0.5 ebgp-multihop '2' 2018-08-01 06:06:31,140 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65002 neighbor 12.0.0.5 ebgp-multihop '2' [edit] vyos@vyos# 2018-08-01 06:06:36,142 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 neighbor 12.0.0.5 remote-as 65001 2018-08-01 06:06:37,144 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65002 neighbor 12.0.0.5 remote-as 65001 [edit] vyos@vyos# 2018-08-01 06:06:42,149 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 neighbor 12.0.0.5 update-source 12.0.0.4 2018-08-01 06:06:43,151 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65002 neighbor 12.0.0.5 update-source 12.0.0.4 [edit] vyos@vyos# 2018-08-01 06:06:48,156 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 neighbor 12.0.0.5 soft-reconfiguration inbound 2018-08-01 06:06:49,158 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65002 neighbor 12.0.0.5 soft-reconfiguration inboun d [edit] vyos@vyos# 2018-08-01 06:06:54,159 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 neighbor 12.0.0.5 password lab0033 2018-08-01 06:06:55,161 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65002 neighbor 12.0.0.5 password lab0033 [edit] vyos@vyos# 2018-08-01 06:07:00,162 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 network 10.1.1.0/24 2018-08-01 06:07:01,164 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65002 network 10.1.1.0/24 [edit] vyos@vyos# 2018-08-01 06:07:06,169 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 network 10.1.2.0/24 2018-08-01 06:07:07,171 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65002 network 10.1.2.0/24 [edit] vyos@vyos# 2018-08-01 06:07:12,176 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 network 10.1.3.0/24 2018-08-01 06:07:13,178 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65002 network 10.1.3.0/24 [edit] vyos@vyos# 2018-08-01 06:07:18,183 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 network 10.1.4.0/24 2018-08-01 06:07:19,185 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65002 network 10.1.4.0/24 [edit] vyos@vyos# 2018-08-01 06:07:24,189 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 network 10.1.5.0/24 2018-08-01 06:07:25,191 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65002 network 10.1.5.0/24 [edit] vyos@vyos# 2018-08-01 06:07:30,196 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 network 10.1.6.0/24 2018-08-01 06:07:31,198 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65002 network 10.1.6.0/24 [edit] vyos@vyos# 2018-08-01 06:07:36,199 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 network 10.1.7.0/24 2018-08-01 06:07:37,201 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65002 network 10.1.7.0/24 [edit] vyos@vyos# 2018-08-01 06:07:42,206 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 network 10.1.8.0/24 2018-08-01 06:07:43,208 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65002 network 10.1.8.0/24 [edit] vyos@vyos# 2018-08-01 06:07:48,214 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 network 10.1.9.0/24 2018-08-01 06:07:49,216 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65002 network 10.1.9.0/24 [edit] vyos@vyos# 2018-08-01 06:07:54,221 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 network 10.1.10.0/24 2018-08-01 06:07:55,223 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65002 network 10.1.10.0/24 [edit] vyos@vyos# 2018-08-01 06:08:00,229 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 parameters router-id 12.0.0.4 2018-08-01 06:08:01,231 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65002 parameters router-id 12.0.0.4 [edit] vyos@vyos# 2018-08-01 06:08:06,236 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : commit 2018-08-01 06:08:07,238 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : commit [edit] vyos@vyos# 2018-08-01 06:08:12,258 - paramiko.transport - DEBUG - EOF in transport thread 2018-08-01 06:08:12,259 - functest.opnfv_tests.vnf.router.test_controller.function_test_exec - DEBUG - Finish config command. 2018-08-01 06:08:12,259 - functest.opnfv_tests.vnf.router.test_controller.function_test_exec - DEBUG - Waiting for protocol stable. 2018-08-01 06:09:12,267 - functest.opnfv_tests.vnf.router.test_controller.function_test_exec - DEBUG - Start check method 2018-08-01 06:09:12,288 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - Downloading the test data. 2018-08-01 06:09:12,323 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH connect to 172.30.9.216. 2018-08-01 06:09:12,326 - paramiko.transport - DEBUG - starting thread (client mode): 0x96245a10L 2018-08-01 06:09:12,327 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-01 06:09:12,333 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_5.5p1 Debian-6+squeeze8 2018-08-01 06:09:12,334 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_5.5p1) 2018-08-01 06:09:12,335 - paramiko.transport - DEBUG - kex algos:[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'ssh-dss'] client encrypt:[u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'arcfour256', u'arcfour128', 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-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', u'hmac-sha1', u'umac-64@openssh.com', u'hmac-ripemd160', u'hmac-ripemd160@openssh.com', u'hmac-sha1-96', u'hmac-md5-96'] server mac:[u'hmac-md5', u'hmac-sha1', u'umac-64@openssh.com', 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-01 06:09:12,335 - paramiko.transport - DEBUG - Kex agreed: diffie-hellman-group-exchange-sha256 2018-08-01 06:09:12,335 - paramiko.transport - DEBUG - HostKey agreed: ssh-rsa 2018-08-01 06:09:12,335 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-01 06:09:12,335 - paramiko.transport - DEBUG - MAC agreed: hmac-sha1 2018-08-01 06:09:12,335 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-01 06:09:12,369 - paramiko.transport - DEBUG - Got server p (2048 bits) 2018-08-01 06:09:12,479 - paramiko.transport - DEBUG - kex engine KexGexSHA256 specified hash_algo 2018-08-01 06:09:12,479 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-01 06:09:12,484 - paramiko.transport - DEBUG - Adding ssh-rsa host key for 172.30.9.216: 05fe7a9c6c774fcdf055d1aa31e1b495 2018-08-01 06:09:12,518 - paramiko.transport - DEBUG - userauth is OK 2018-08-01 06:09:12,525 - paramiko.transport - INFO - Auth banner: Welcome to VyOS 2018-08-01 06:09:12,525 - paramiko.transport - INFO - Authentication (password) successful! 2018-08-01 06:09:12,549 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH connection established to 172.30.9.216. 2018-08-01 06:09:12,549 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-01 06:09:12,550 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-01 06:09:12,550 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-01 06:09:12,552 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-01 06:09:12,553 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-01 06:09:13,555 - functest.opnfv_tests.vnf.router.vnf_controller.checker - DEBUG - init checker 2018-08-01 06:09:43,633 - paramiko.transport - DEBUG - EOF in transport thread 2018-08-01 06:09:43,667 - functest.opnfv_tests.vnf.router.vnf_controller.vnf_controller - INFO - Test result: +-------------------------------+----------------+ | TEST ITEM | RESULT | +-------------------------------+----------------+ | Check bgp peer | OK | | Check bgp status | OK | | Check route advertise | OK | | Check route receive | OK | | Check route table | OK | +-------------------------------+----------------+ 2018-08-01 06:09:43,668 - functest.opnfv_tests.vnf.router.vnf_controller.vnf_controller - DEBUG - show ip bgp summary | no-more BGP router identifier 12.0.0.5, local AS number 65001 IPv4 Unicast - max multipaths: ebgp 1 ibgp 1 RIB entries 39, using 3744 bytes of memory Peers 1, using 4560 bytes of memory Neighbor V AS MsgRcvd MsgSent TblVer InQ OutQ Up/Down State/PfxRcd 12.0.0.4 4 65002 3 5 0 0 0 00:01:00 10 Total number of neighbors 1 vyos@vyos:~$ 2018-08-01 06:09:43,668 - functest.opnfv_tests.vnf.router.vnf_controller.vnf_controller - DEBUG - show ip bgp neighbors 12.0.0.4 | no-more BGP neighbor is 12.0.0.4, remote AS 65002, local AS 65001, external link BGP version 4, remote router ID 12.0.0.4 BGP state = Established, up for 00:01:06 Last read 17:58:39, hold time is 180, keepalive interval is 60 seconds Neighbor capabilities: 4 Byte AS: advertised and received Route refresh: advertised and received(old & new) Address family IPv4 Unicast: advertised and received Message statistics: Inq depth is 0 Outq depth is 0 Sent Rcvd Opens: 1 0 Notifications: 0 0 Updates: 1 1 Keepalives: 3 2 Route Refresh: 0 0 Capability: 0 0 Total: 5 3 Minimum time between advertisement runs is 30 seconds Update source is 12.0.0.5 For address family: IPv4 Unicast Inbound soft reconfiguration allowed Community attribute sent to this neighbor(both) 10 accepted prefixes Connections established 1; dropped 0 Last reset never External BGP neighbor may be up to 2 hops away. Local host: 12.0.0.5, Local port: 179 Foreign host: 12.0.0.4, Foreign port: 52620 Nexthop: 12.0.0.5 Nexthop global: fe80::f816:3eff:fe16:5a04 Nexthop local: :: BGP connection: non shared network Read thread: on Write thread: off vyos@vyos:~$ 2018-08-01 06:09:43,668 - functest.opnfv_tests.vnf.router.vnf_controller.vnf_controller - DEBUG - show ip bgp neighbors 12.0.0.4 advertised-routes | no-more BGP table version is 0, local router ID is 12.0.0.5 Status codes: s suppressed, d damped, h history, * valid, > best, i - internal, r RIB-failure, S Stale, R Removed Origin codes: i - IGP, e - EGP, ? - incomplete Network Next Hop Metric LocPrf Weight Path *> 10.0.1.0/24 12.0.0.5 0 32768 i *> 10.0.2.0/24 12.0.0.5 0 32768 i *> 10.0.3.0/24 12.0.0.5 0 32768 i *> 10.0.4.0/24 12.0.0.5 0 32768 i *> 10.0.5.0/24 12.0.0.5 0 32768 i *> 10.0.6.0/24 12.0.0.5 0 32768 i *> 10.0.7.0/24 12.0.0.5 0 32768 i *> 10.0.8.0/24 12.0.0.5 0 32768 i *> 10.0.9.0/24 12.0.0.5 0 32768 i *> 10.0.10.0/24 12.0.0.5 0 32768 i Total number of prefixes 10 vyos@vyos:~$ 2018-08-01 06:09:43,668 - functest.opnfv_tests.vnf.router.vnf_controller.vnf_controller - DEBUG - show ip bgp neighbors 12.0.0.4 received-routes | no-more BGP table version is 0, local router ID is 12.0.0.5 Status codes: s suppressed, d damped, h history, * valid, > best, i - internal, r RIB-failure, S Stale, R Removed Origin codes: i - IGP, e - EGP, ? - incomplete Network Next Hop Metric LocPrf Weight Path *> 10.1.1.0/24 12.0.0.4 0 0 65002 i *> 10.1.2.0/24 12.0.0.4 0 0 65002 i *> 10.1.3.0/24 12.0.0.4 0 0 65002 i *> 10.1.4.0/24 12.0.0.4 0 0 65002 i *> 10.1.5.0/24 12.0.0.4 0 0 65002 i *> 10.1.6.0/24 12.0.0.4 0 0 65002 i *> 10.1.7.0/24 12.0.0.4 0 0 65002 i *> 10.1.8.0/24 12.0.0.4 0 0 65002 i *> 10.1.9.0/24 12.0.0.4 0 0 65002 i *> 10.1.10.0/24 12.0.0.4 0 0 65002 i Total number of prefixes 10 vyos@vyos:~$ 2018-08-01 06:09:43,668 - functest.opnfv_tests.vnf.router.vnf_controller.vnf_controller - DEBUG - show ip bgp neighbors 12.0.0.4 routes | no-more BGP table version is 0, local router ID is 12.0.0.5 Status codes: s suppressed, d damped, h history, * valid, > best, i - internal, r RIB-failure, S Stale, R Removed Origin codes: i - IGP, e - EGP, ? - incomplete Network Next Hop Metric LocPrf Weight Path *> 10.1.1.0/24 12.0.0.4 0 0 65002 i *> 10.1.2.0/24 12.0.0.4 0 0 65002 i *> 10.1.3.0/24 12.0.0.4 0 0 65002 i *> 10.1.4.0/24 12.0.0.4 0 0 65002 i *> 10.1.5.0/24 12.0.0.4 0 0 65002 i *> 10.1.6.0/24 12.0.0.4 0 0 65002 i *> 10.1.7.0/24 12.0.0.4 0 0 65002 i *> 10.1.8.0/24 12.0.0.4 0 0 65002 i *> 10.1.9.0/24 12.0.0.4 0 0 65002 i *> 10.1.10.0/24 12.0.0.4 0 0 65002 i Total number of prefixes 10 vyos@vyos:~$ 2018-08-01 06:09:43,668 - functest.opnfv_tests.vnf.router.test_controller.function_test_exec - DEBUG - Finish check method. 2018-08-01 06:09:43,669 - functest.opnfv_tests.vnf.router.vrouter_base - INFO - vRouter test duration :'473.4' 2018-08-01 06:09:43,669 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - delete the reference_vnf 2018-08-01 06:09:43,669 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-01 06:09:43,672 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b7745d13c7b7486e50bf958e5174d217e3a9303c" 2018-08-01 06:09:44,864 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 06:09: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-5baaeaf2-359f-4f02-ae2a-da01cb535b92 x-compute-request-id: req-5baaeaf2-359f-4f02-ae2a-da01cb535b92 Content-Encoding: gzip Content-Length: 1187 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"management_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:13:c0:60", "version": 4, "addr": "11.0.0.26", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:13:c0:60", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:55:59", "version": 4, "addr": "12.0.0.4", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/08752c17-4f90-405c-8938-1849477c8cc6", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/08752c17-4f90-405c-8938-1849477c8cc6", "rel": "bookmark"}], "image": {"id": "8f094f73-47bc-4a76-95f2-33c6280a61d0", "links": [{"href": "http://172.30.9.21:8774/images/8f094f73-47bc-4a76-95f2-33c6280a61d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-01T06:01:18.000000", "flavor": {"id": "2ede1028-f30f-4b47-b09b-7a5e8396093e", "links": [{"href": "http://172.30.9.21:8774/flavors/2ede1028-f30f-4b47-b09b-7a5e8396093e", "rel": "bookmark"}]}, "id": "08752c17-4f90-405c-8938-1849477c8cc6", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "c86b920534874098899eb828f0490338", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-01T06:01:18Z", "hostId": "bc1ba7cf1f16f518ea1244af0874c4695e6b0e19cecc3d6dc5c6eb52", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "reference_vnf", "created": "2018-08-01T06:00:29Z", "tenant_id": "b3bd489e2d434bf0819a8445cb7200ba", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "fa4b4bd9-0372-480f-b813-7921c319f31c"}}, {"OS-EXT-STS:task_state": null, "addresses": {"management_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0a:a0:73", "version": 4, "addr": "11.0.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0a:a0:73", "version": 4, "addr": "172.30.9.216", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:5a:04", "version": 4, "addr": "12.0.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/21c81236-d5d4-4444-af6c-cdd83a2ae1a3", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/21c81236-d5d4-4444-af6c-cdd83a2ae1a3", "rel": "bookmark"}], "image": {"id": "8f094f73-47bc-4a76-95f2-33c6280a61d0", "links": [{"href": "http://172.30.9.21:8774/images/8f094f73-47bc-4a76-95f2-33c6280a61d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-01T06:01:16.000000", "flavor": {"id": "2ede1028-f30f-4b47-b09b-7a5e8396093e", "links": [{"href": "http://172.30.9.21:8774/flavors/2ede1028-f30f-4b47-b09b-7a5e8396093e", "rel": "bookmark"}]}, "id": "21c81236-d5d4-4444-af6c-cdd83a2ae1a3", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "c86b920534874098899eb828f0490338", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-01T06:01:17Z", "hostId": "bc1ba7cf1f16f518ea1244af0874c4695e6b0e19cecc3d6dc5c6eb52", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "target_vnf", "created": "2018-08-01T06:00:29Z", "tenant_id": "b3bd489e2d434bf0819a8445cb7200ba", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "fa4b4bd9-0372-480f-b813-7921c319f31c"}}, {"OS-EXT-STS:task_state": null, "addresses": {"vyos_vrouter-net_a967c3e7-2399-45ac-a5ab-3aac5f918193": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:69:5a:1a", "version": 4, "addr": "192.168.120.17", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:69:5a:1a", "version": 4, "addr": "172.30.9.217", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/4301c503-0fbf-47d8-9dff-826067ae474f", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/4301c503-0fbf-47d8-9dff-826067ae474f", "rel": "bookmark"}], "image": {"id": "7090a0bc-12ad-4ad4-a666-23d9710e2007", "links": [{"href": "http://172.30.9.21:8774/images/7090a0bc-12ad-4ad4-a666-23d9710e2007", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-01T05:58:05.000000", "flavor": {"id": "6f785ab9-9b98-4eba-acf6-8ba1ba761f0a", "links": [{"href": "http://172.30.9.21:8774/flavors/6f785ab9-9b98-4eba-acf6-8ba1ba761f0a", "rel": "bookmark"}]}, "id": "4301c503-0fbf-47d8-9dff-826067ae474f", "security_groups": [{"name": "vyos_vrouter-sg_a967c3e7-2399-45ac-a5ab-3aac5f918193"}], "user_id": "c86b920534874098899eb828f0490338", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-01T05:58:05Z", "hostId": "ed9b9e6861f0960a5540e3c8d8492037cb4ae1ccf6d3a76978b9c965", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_a967c3e7-2399-45ac-a5ab-3aac5f918193", "name": "vyos_vrouter-vm_a967c3e7-2399-45ac-a5ab-3aac5f918193", "created": "2018-08-01T05:56:01Z", "tenant_id": "b3bd489e2d434bf0819a8445cb7200ba", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-01 06:09:44,865 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-5baaeaf2-359f-4f02-ae2a-da01cb535b92 2018-08-01 06:09:44,865 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.19523286819s 2018-08-01 06:09:44,865 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-5baaeaf2-359f-4f02-ae2a-da01cb535b92 2018-08-01 06:09:44,869 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-08-01 06:09:44,872 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:8774/v2.1/servers/08752c17-4f90-405c-8938-1849477c8cc6 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b7745d13c7b7486e50bf958e5174d217e3a9303c" 2018-08-01 06:09:45,186 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 01 Aug 2018 06:09: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-b69db1e8-4a70-4d79-9212-fae28fc60fb3 x-compute-request-id: req-b69db1e8-4a70-4d79-9212-fae28fc60fb3 Content-Type: application/json 2018-08-01 06:09:45,186 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/servers/08752c17-4f90-405c-8938-1849477c8cc6 used request id req-b69db1e8-4a70-4d79-9212-fae28fc60fb3 2018-08-01 06:09:45,187 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.317416906357s 2018-08-01 06:09:45,187 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/servers/08752c17-4f90-405c-8938-1849477c8cc6 used request id req-b69db1e8-4a70-4d79-9212-fae28fc60fb3 2018-08-01 06:09:45,187 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - delete the target_vnf 2018-08-01 06:09:45,187 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-01 06:09:45,190 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b7745d13c7b7486e50bf958e5174d217e3a9303c" 2018-08-01 06:09:46,225 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 06: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-301a5328-9b51-458d-8f89-f24531fc3ef5 x-compute-request-id: req-301a5328-9b51-458d-8f89-f24531fc3ef5 Content-Encoding: gzip Content-Length: 1199 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"management_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:13:c0:60", "version": 4, "addr": "11.0.0.26", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:13:c0:60", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:55:59", "version": 4, "addr": "12.0.0.4", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/08752c17-4f90-405c-8938-1849477c8cc6", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/08752c17-4f90-405c-8938-1849477c8cc6", "rel": "bookmark"}], "image": {"id": "8f094f73-47bc-4a76-95f2-33c6280a61d0", "links": [{"href": "http://172.30.9.21:8774/images/8f094f73-47bc-4a76-95f2-33c6280a61d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-01T06:01:18.000000", "flavor": {"id": "2ede1028-f30f-4b47-b09b-7a5e8396093e", "links": [{"href": "http://172.30.9.21:8774/flavors/2ede1028-f30f-4b47-b09b-7a5e8396093e", "rel": "bookmark"}]}, "id": "08752c17-4f90-405c-8938-1849477c8cc6", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "c86b920534874098899eb828f0490338", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-01T06:09:45Z", "hostId": "bc1ba7cf1f16f518ea1244af0874c4695e6b0e19cecc3d6dc5c6eb52", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "reference_vnf", "created": "2018-08-01T06:00:29Z", "tenant_id": "b3bd489e2d434bf0819a8445cb7200ba", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "fa4b4bd9-0372-480f-b813-7921c319f31c"}}, {"OS-EXT-STS:task_state": null, "addresses": {"management_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0a:a0:73", "version": 4, "addr": "11.0.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0a:a0:73", "version": 4, "addr": "172.30.9.216", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:16:5a:04", "version": 4, "addr": "12.0.0.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/21c81236-d5d4-4444-af6c-cdd83a2ae1a3", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/21c81236-d5d4-4444-af6c-cdd83a2ae1a3", "rel": "bookmark"}], "image": {"id": "8f094f73-47bc-4a76-95f2-33c6280a61d0", "links": [{"href": "http://172.30.9.21:8774/images/8f094f73-47bc-4a76-95f2-33c6280a61d0", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-01T06:01:16.000000", "flavor": {"id": "2ede1028-f30f-4b47-b09b-7a5e8396093e", "links": [{"href": "http://172.30.9.21:8774/flavors/2ede1028-f30f-4b47-b09b-7a5e8396093e", "rel": "bookmark"}]}, "id": "21c81236-d5d4-4444-af6c-cdd83a2ae1a3", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "c86b920534874098899eb828f0490338", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-01T06:01:17Z", "hostId": "bc1ba7cf1f16f518ea1244af0874c4695e6b0e19cecc3d6dc5c6eb52", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "target_vnf", "created": "2018-08-01T06:00:29Z", "tenant_id": "b3bd489e2d434bf0819a8445cb7200ba", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "fa4b4bd9-0372-480f-b813-7921c319f31c"}}, {"OS-EXT-STS:task_state": null, "addresses": {"vyos_vrouter-net_a967c3e7-2399-45ac-a5ab-3aac5f918193": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:69:5a:1a", "version": 4, "addr": "192.168.120.17", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:69:5a:1a", "version": 4, "addr": "172.30.9.217", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/4301c503-0fbf-47d8-9dff-826067ae474f", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/4301c503-0fbf-47d8-9dff-826067ae474f", "rel": "bookmark"}], "image": {"id": "7090a0bc-12ad-4ad4-a666-23d9710e2007", "links": [{"href": "http://172.30.9.21:8774/images/7090a0bc-12ad-4ad4-a666-23d9710e2007", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-01T05:58:05.000000", "flavor": {"id": "6f785ab9-9b98-4eba-acf6-8ba1ba761f0a", "links": [{"href": "http://172.30.9.21:8774/flavors/6f785ab9-9b98-4eba-acf6-8ba1ba761f0a", "rel": "bookmark"}]}, "id": "4301c503-0fbf-47d8-9dff-826067ae474f", "security_groups": [{"name": "vyos_vrouter-sg_a967c3e7-2399-45ac-a5ab-3aac5f918193"}], "user_id": "c86b920534874098899eb828f0490338", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-01T05:58:05Z", "hostId": "ed9b9e6861f0960a5540e3c8d8492037cb4ae1ccf6d3a76978b9c965", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_a967c3e7-2399-45ac-a5ab-3aac5f918193", "name": "vyos_vrouter-vm_a967c3e7-2399-45ac-a5ab-3aac5f918193", "created": "2018-08-01T05:56:01Z", "tenant_id": "b3bd489e2d434bf0819a8445cb7200ba", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-01 06:09:46,226 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-301a5328-9b51-458d-8f89-f24531fc3ef5 2018-08-01 06:09:46,226 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.03825807571s 2018-08-01 06:09:46,226 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-301a5328-9b51-458d-8f89-f24531fc3ef5 2018-08-01 06:09:46,230 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-08-01 06:09:46,232 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:8774/v2.1/servers/21c81236-d5d4-4444-af6c-cdd83a2ae1a3 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b7745d13c7b7486e50bf958e5174d217e3a9303c" 2018-08-01 06:09:46,432 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 01 Aug 2018 06:09: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-7189f98d-5015-4d48-8d77-1d5f66e43eb9 x-compute-request-id: req-7189f98d-5015-4d48-8d77-1d5f66e43eb9 Content-Type: application/json 2018-08-01 06:09:46,432 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/servers/21c81236-d5d4-4444-af6c-cdd83a2ae1a3 used request id req-7189f98d-5015-4d48-8d77-1d5f66e43eb9 2018-08-01 06:09:46,432 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.202404022217s 2018-08-01 06:09:46,432 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/servers/21c81236-d5d4-4444-af6c-cdd83a2ae1a3 used request id req-7189f98d-5015-4d48-8d77-1d5f66e43eb9 2018-08-01 06:09:46,553 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-01 06:09:46,554 - xtesting.ci.run_tests - INFO - Test result: +----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------+------------------+------------------+----------------+ | vyos_vrouter | functest | 15:23 | PASS | +----------------------+------------------+------------------+----------------+ 2018-08-01 06:09:46,558 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Deleting the current deployment 2018-08-01 06:09:46,559 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.217:80/api/v3/executions 2018-08-01 06:09:46,643 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-01 06:09:46,643 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-01 06:09:46,643 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-01 06:09:46,643 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-01 06:09:46,643 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-01 06:09:46,643 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-01 06:09:46,643 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-01 06:09:46,644 - 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}], "workflow_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "default_workflows", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "policy_configuration": {"policy_types": {"cloudify.policies.types.host_failure": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/host_failure.clj", "properties": {"policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": ["service"], "description": "Service names whose events should be taken into consideration"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.ewma_stabilized": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/ewma_stabilized.clj", "properties": {"upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "ewma_timeless_r": {"default": 0.5, "description": "r is the ratio between successive events. The smaller it is, the smaller impact on the computed value the most recent event has.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.threshold": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/threshold.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "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-01T05:59:17.870Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "vrouter-opnfv", "id": "d37eb36a-5b8e-4bd8-ad52-3e4e64741f90"}, {"status": "terminated", "parameters": {}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-01T05:59:49.041Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "c955afc2-3f33-4cb7-8930-b061aaf06207"}], "metadata": {"pagination": {"total": 2, "offset": 0, "size": 0}}} 2018-08-01 06:09:46,644 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-01 06:09:46,644 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 01 Aug 2018 06:09:46 GMT 2018-08-01 06:09:46,644 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-01 06:09:46,644 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6363 2018-08-01 06:09:46,644 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-01 06:09:46,645 - cloudify.rest_client.http - DEBUG - Sending request: POST http://172.30.9.217:80/api/v3/executions; body: {"allow_custom_parameters": "false", "deployment_id": "vrouter-opnfv", "force": "false", "workflow_id": "uninstall", "parameters": {"ignore_failure": true}} 2018-08-01 06:09:46,803 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-01 06:09:46,803 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-01 06:09:46,803 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-01 06:09:46,803 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-01 06:09:46,803 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-01 06:09:46,803 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-01 06:09:46,803 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-01 06:09:46,803 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 156 2018-08-01 06:09:46,804 - cloudify.rest_client.http - DEBUG - reply: "201 CREATED" {"status": "pending", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-01T06:09:46.731Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "vrouter-opnfv", "id": "9dedab99-1961-48d7-809c-5cdd63ecf01c"} 2018-08-01 06:09:46,804 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-01 06:09:46,804 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 01 Aug 2018 06:09:46 GMT 2018-08-01 06:09:46,804 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-01 06:09:46,804 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 369 2018-08-01 06:09:46,804 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-01 06:09:46,804 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.217:80/api/v3/events 2018-08-01 06:09:46,865 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-01 06:09:46,865 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-01 06:09:46,865 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-01 06:09:46,865 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-01 06:09:46,865 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-01 06:09:46,865 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-01 06:09:46,865 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-01 06:09:46,865 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 0, "offset": 0, "size": 50}}} 2018-08-01 06:09:46,866 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-01 06:09:46,866 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 01 Aug 2018 06:09:46 GMT 2018-08-01 06:09:46,866 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-01 06:09:46,866 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 80 2018-08-01 06:09:46,866 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-01 06:09:46,866 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.217:80/api/v3/executions/9dedab99-1961-48d7-809c-5cdd63ecf01c 2018-08-01 06:09:46,923 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-01 06:09:46,923 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-01 06:09:46,923 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-01 06:09:46,923 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-01 06:09:46,923 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-01 06:09:46,923 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-01 06:09:46,923 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-01 06:09:46,924 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "pending", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-01T06:09:46.731Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "vrouter-opnfv", "id": "9dedab99-1961-48d7-809c-5cdd63ecf01c"} 2018-08-01 06:09:46,924 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-01 06:09:46,924 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 01 Aug 2018 06:09:46 GMT 2018-08-01 06:09:46,924 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-01 06:09:46,924 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 369 2018-08-01 06:09:46,924 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-01 06:09:51,925 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.217:80/api/v3/events 2018-08-01 06:09:51,986 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-01 06:09:51,987 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-01 06:09:51,987 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-01 06:09:51,987 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-01 06:09:51,987 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-01 06:09:51,987 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-01 06:09:51,987 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-01 06:09:51,987 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "event_type": "workflow_started", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T06:09:47.448Z", "message": "Starting 'uninstall' workflow execution", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-01T06:09:47.448Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9dedab99-1961-48d7-809c-5cdd63ecf01c"}, {"node_instance_id": "reference_vnf_host_hu9xfh", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T06:09:48.664Z", "message": "Sending task 'nova_plugin.server.stop'", "node_name": "reference_vnf_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-01T06:09:48.664Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9dedab99-1961-48d7-809c-5cdd63ecf01c"}, {"node_instance_id": "target_vnf_host_q8ql3q", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T06:09:48.664Z", "message": "Sending task 'nova_plugin.server.stop'", "node_name": "target_vnf_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-01T06:09:48.664Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9dedab99-1961-48d7-809c-5cdd63ecf01c"}, {"node_instance_id": "reference_vnf_host_hu9xfh", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T06:09:48.664Z", "message": "Stopping node", "node_name": "reference_vnf_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-01T06:09:48.664Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9dedab99-1961-48d7-809c-5cdd63ecf01c"}, {"node_instance_id": "target_vnf_host_q8ql3q", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T06:09:48.664Z", "message": "Stopping node", "node_name": "target_vnf_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-01T06:09:48.664Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9dedab99-1961-48d7-809c-5cdd63ecf01c"}, {"node_instance_id": "reference_vnf_host_hu9xfh", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T06:09:48.664Z", "message": "Task started 'nova_plugin.server.stop'", "node_name": "reference_vnf_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-01T06:09:48.664Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9dedab99-1961-48d7-809c-5cdd63ecf01c"}, {"node_instance_id": "target_vnf_host_q8ql3q", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T06:09:48.664Z", "message": "Task started 'nova_plugin.server.stop'", "node_name": "target_vnf_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-01T06:09:48.664Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9dedab99-1961-48d7-809c-5cdd63ecf01c"}, {"node_instance_id": "reference_vnf_host_hu9xfh", "event_type": "task_failed", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T06:09:49.995Z", "message": "Task failed 'nova_plugin.server.stop' -> Instance 08752c17-4f90-405c-8938-1849477c8cc6 could not be found. [status_code=404]", "node_name": "reference_vnf_host", "workflow_id": "uninstall", "error_causes": [{"message": "Instance 08752c17-4f90-405c-8938-1849477c8cc6 could not be found. [status_code=404]", "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 389, in handle\n File \"/opt/mgmtworker/env/plugins/default_tenant/vrouter-opnfv-openstack/lib/python2.7/site-packages/openstack_plugin_common/__init__.py\", line 628, in wrapper\n _re_raise(e, recoverable=False, status_code=e.code)\n File \"/opt/mgmtworker/env/plugins/default_tenant/vrouter-opnfv-openstack/lib/python2.7/site-packages/openstack_plugin_common/__init__.py\", line 623, in wrapper\n return f(*args, **kw)\n File \"/opt/mgmtworker/env/plugins/default_tenant/vrouter-opnfv-openstack/lib/python2.7/site-packages/nova_plugin/server.py\", line 429, in stop\n server = get_server_by_context(nova_client)\n File \"/opt/mgmtworker/env/plugins/default_tenant/vrouter-opnfv-openstack/lib/python2.7/site-packages/nova_plugin/server.py\", line 472, in get_server_by_context\n ctx.instance.runtime_properties[OPENSTACK_ID_PROPERTY])\n File \"/opt/mgmtworker/env/plugins/default_tenant/vrouter-opnfv-openstack/lib/python2.7/site-packages/novaclient/v2/servers.py\", line 762, in get\n return self._get(\"/servers/%s\" % base.getid(server), \"server\")\n File \"/opt/mgmtworker/env/plugins/default_tenant/vrouter-opnfv-openstack/lib/python2.7/site-packages/novaclient/base.py\", line 349, in _get\n resp, body = self.api.client.get(url)\n File \"/opt/mgmtworker/env/plugins/default_tenant/vrouter-opnfv-openstack/lib/python2.7/site-packages/keystoneauth1/adapter.py\", line 234, in get\n return self.request(url, 'GET', **kwargs)\n File \"/opt/mgmtworker/env/plugins/default_tenant/vrouter-opnfv-openstack/lib/python2.7/site-packages/novaclient/client.py\", line 87, in request\n raise exceptions.from_response(resp, body, url, method)\nNonRecoverableError: Instance 08752c17-4f90-405c-8938-1849477c8cc6 could not be found. [status_code=404]\n", "type": "NonRecoverableError"}], "reported_timestamp": "2018-08-01T06:09:49.995Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9dedab99-1961-48d7-809c-5cdd63ecf01c"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T06:09:50.718Z", "message": "Sending task 'neutron_plugin.port.detach'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-01T06:09:50.718Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9dedab99-1961-48d7-809c-5cdd63ecf01c"}, {"node_instance_id": "target_vnf_host_q8ql3q", "event_type": "task_failed", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T06:09:50.718Z", "message": "Task failed 'nova_plugin.server.stop' -> Instance 21c81236-d5d4-4444-af6c-cdd83a2ae1a3 could not be found. [status_code=404]", "node_name": "target_vnf_host", "workflow_id": "uninstall", "error_causes": [{"message": "Instance 21c81236-d5d4-4444-af6c-cdd83a2ae1a3 could not be found. [status_code=404]", "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 389, in handle\n File \"/opt/mgmtworker/env/plugins/default_tenant/vrouter-opnfv-openstack/lib/python2.7/site-packages/openstack_plugin_common/__init__.py\", line 628, in wrapper\n _re_raise(e, recoverable=False, status_code=e.code)\n File \"/opt/mgmtworker/env/plugins/default_tenant/vrouter-opnfv-openstack/lib/python2.7/site-packages/openstack_plugin_common/__init__.py\", line 623, in wrapper\n return f(*args, **kw)\n File \"/opt/mgmtworker/env/plugins/default_tenant/vrouter-opnfv-openstack/lib/python2.7/site-packages/nova_plugin/server.py\", line 429, in stop\n server = get_server_by_context(nova_client)\n File \"/opt/mgmtworker/env/plugins/default_tenant/vrouter-opnfv-openstack/lib/python2.7/site-packages/nova_plugin/server.py\", line 472, in get_server_by_context\n ctx.instance.runtime_properties[OPENSTACK_ID_PROPERTY])\n File \"/opt/mgmtworker/env/plugins/default_tenant/vrouter-opnfv-openstack/lib/python2.7/site-packages/novaclient/v2/servers.py\", line 762, in get\n return self._get(\"/servers/%s\" % base.getid(server), \"server\")\n File \"/opt/mgmtworker/env/plugins/default_tenant/vrouter-opnfv-openstack/lib/python2.7/site-packages/novaclient/base.py\", line 349, in _get\n resp, body = self.api.client.get(url)\n File \"/opt/mgmtworker/env/plugins/default_tenant/vrouter-opnfv-openstack/lib/python2.7/site-packages/keystoneauth1/adapter.py\", line 234, in get\n return self.request(url, 'GET', **kwargs)\n File \"/opt/mgmtworker/env/plugins/default_tenant/vrouter-opnfv-openstack/lib/python2.7/site-packages/novaclient/client.py\", line 87, in request\n raise exceptions.from_response(resp, body, url, method)\nNonRecoverableError: Instance 21c81236-d5d4-4444-af6c-cdd83a2ae1a3 could not be found. [status_code=404]\n", "type": "NonRecoverableError"}], "reported_timestamp": "2018-08-01T06:09:50.718Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9dedab99-1961-48d7-809c-5cdd63ecf01c"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T06:09:50.718Z", "message": "Task started 'neutron_plugin.port.detach'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-01T06:09:50.718Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9dedab99-1961-48d7-809c-5cdd63ecf01c"}], "metadata": {"pagination": {"total": 13, "offset": 0, "size": 50}}} 2018-08-01 06:09:51,987 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-01 06:09:51,987 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 01 Aug 2018 06:09:51 GMT 2018-08-01 06:09:51,988 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-01 06:09:51,988 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 9903 2018-08-01 06:09:51,988 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-01 06:09:51,988 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting 'uninstall' workflow execution 2018-08-01 06:09:51,988 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.server.stop' 2018-08-01 06:09:51,989 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.server.stop' 2018-08-01 06:09:51,989 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Stopping node 2018-08-01 06:09:51,989 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Stopping node 2018-08-01 06:09:51,989 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.server.stop' 2018-08-01 06:09:51,989 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.server.stop' 2018-08-01 06:09:51,989 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'nova_plugin.server.stop' -> Instance 08752c17-4f90-405c-8938-1849477c8cc6 could not be found. [status_code=404] 2018-08-01 06:09:51,990 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.detach' 2018-08-01 06:09:51,990 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'nova_plugin.server.stop' -> Instance 21c81236-d5d4-4444-af6c-cdd83a2ae1a3 could not be found. [status_code=404] 2018-08-01 06:09:51,990 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.detach' 2018-08-01 06:09:51,990 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.217:80/api/v3/executions/9dedab99-1961-48d7-809c-5cdd63ecf01c 2018-08-01 06:09:52,048 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-01 06:09:52,049 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-01 06:09:52,049 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-01 06:09:52,049 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-01 06:09:52,049 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-01 06:09:52,049 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-01 06:09:52,049 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-01 06:09:52,049 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-01T06:09:46.731Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "vrouter-opnfv", "id": "9dedab99-1961-48d7-809c-5cdd63ecf01c"} 2018-08-01 06:09:52,049 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-01 06:09:52,049 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 01 Aug 2018 06:09:52 GMT 2018-08-01 06:09:52,050 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-01 06:09:52,050 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 369 2018-08-01 06:09:52,050 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-01 06:09:57,055 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.217:80/api/v3/events 2018-08-01 06:09:57,135 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-01 06:09:57,135 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-01 06:09:57,136 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-01 06:09:57,136 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-01 06:09:57,136 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-01 06:09:57,136 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-01 06:09:57,136 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-01 06:09:57,136 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T06:09:52.441Z", "message": "Detaching port eff11024-1638-4d99-b728-d67133dce86b...", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-01T06:09:52.441Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "9dedab99-1961-48d7-809c-5cdd63ecf01c", "logger": "56da93c8-a9c2-4ae9-9bcc-ae14ebb09229"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T06:09:52.865Z", "message": "Detaching port 4c1c8a4c-d7a4-4d8d-8a8f-e4bd27b874a6...", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-01T06:09:52.865Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "9dedab99-1961-48d7-809c-5cdd63ecf01c", "logger": "19396ca6-02a0-4630-bebe-aaaaf4d30c99"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T06:09:52.963Z", "message": "Task succeeded 'neutron_plugin.port.detach'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-01T06:09:52.963Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9dedab99-1961-48d7-809c-5cdd63ecf01c"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T06:09:53.812Z", "message": "Sending task 'neutron_plugin.port.detach'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-01T06:09:53.812Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9dedab99-1961-48d7-809c-5cdd63ecf01c"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T06:09:53.812Z", "message": "Task started 'neutron_plugin.port.detach'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-01T06:09:53.812Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9dedab99-1961-48d7-809c-5cdd63ecf01c"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T06:09:53.812Z", "message": "Task succeeded 'neutron_plugin.port.detach'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-01T06:09:53.812Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9dedab99-1961-48d7-809c-5cdd63ecf01c"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T06:09:53.924Z", "message": "Successfully detached port 4c1c8a4c-d7a4-4d8d-8a8f-e4bd27b874a6", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-01T06:09:53.924Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "9dedab99-1961-48d7-809c-5cdd63ecf01c", "logger": "19396ca6-02a0-4630-bebe-aaaaf4d30c99"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T06:09:53.924Z", "message": "Successfully detached port eff11024-1638-4d99-b728-d67133dce86b", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-01T06:09:53.924Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "9dedab99-1961-48d7-809c-5cdd63ecf01c", "logger": "56da93c8-a9c2-4ae9-9bcc-ae14ebb09229"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T06:09:54.944Z", "message": "Detaching port e780e50c-2e1e-45ee-b251-0dc44001e8fe...", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-01T06:09:54.944Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "9dedab99-1961-48d7-809c-5cdd63ecf01c", "logger": "9fcc9ff3-9603-4a43-944e-3f5e3c5a4d90"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T06:09:55.688Z", "message": "Task succeeded 'neutron_plugin.port.detach'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-01T06:09:55.688Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9dedab99-1961-48d7-809c-5cdd63ecf01c"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T06:09:55.930Z", "message": "Detaching port 0716b72b-ea2d-4372-843a-e98b44c8c5e7...", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-01T06:09:55.930Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "9dedab99-1961-48d7-809c-5cdd63ecf01c", "logger": "404f175f-4826-463e-87d2-093d040d7043"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T06:09:55.930Z", "message": "Successfully detached port 0716b72b-ea2d-4372-843a-e98b44c8c5e7", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-01T06:09:55.930Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "9dedab99-1961-48d7-809c-5cdd63ecf01c", "logger": "404f175f-4826-463e-87d2-093d040d7043"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T06:09:55.930Z", "message": "Successfully detached port e780e50c-2e1e-45ee-b251-0dc44001e8fe", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-01T06:09:55.930Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "9dedab99-1961-48d7-809c-5cdd63ecf01c", "logger": "9fcc9ff3-9603-4a43-944e-3f5e3c5a4d90"}, {"node_instance_id": "reference_vnf_host_hu9xfh", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T06:09:56.835Z", "message": "Deleting node", "node_name": "reference_vnf_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-01T06:09:56.835Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9dedab99-1961-48d7-809c-5cdd63ecf01c"}, {"node_instance_id": "target_vnf_host_q8ql3q", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T06:09:56.835Z", "message": "Deleting node", "node_name": "target_vnf_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-01T06:09:56.835Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9dedab99-1961-48d7-809c-5cdd63ecf01c"}, {"node_instance_id": "reference_vnf_host_hu9xfh", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T06:09:56.835Z", "message": "Sending task 'nova_plugin.server.delete'", "node_name": "reference_vnf_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-01T06:09:56.835Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9dedab99-1961-48d7-809c-5cdd63ecf01c"}, {"node_instance_id": "target_vnf_host_q8ql3q", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T06:09:56.835Z", "message": "Sending task 'nova_plugin.server.delete'", "node_name": "target_vnf_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-01T06:09:56.835Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9dedab99-1961-48d7-809c-5cdd63ecf01c"}, {"node_instance_id": "reference_vnf_host_hu9xfh", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T06:09:56.835Z", "message": "Task started 'nova_plugin.server.delete'", "node_name": "reference_vnf_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-01T06:09:56.835Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9dedab99-1961-48d7-809c-5cdd63ecf01c"}, {"node_instance_id": "target_vnf_host_q8ql3q", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T06:09:56.835Z", "message": "Task started 'nova_plugin.server.delete'", "node_name": "target_vnf_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-01T06:09:56.835Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9dedab99-1961-48d7-809c-5cdd63ecf01c"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T06:09:56.835Z", "message": "Task succeeded 'neutron_plugin.port.detach'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-01T06:09:56.835Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9dedab99-1961-48d7-809c-5cdd63ecf01c"}, {"node_instance_id": "reference_vnf_host_hu9xfh", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T06:09:56.935Z", "message": "deleting server", "level": "info", "node_name": "reference_vnf_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-01T06:09:56.935Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "9dedab99-1961-48d7-809c-5cdd63ecf01c", "logger": "d9e6f582-1c7b-4765-ba99-6b8586730234"}], "metadata": {"pagination": {"total": 36, "offset": 11, "size": 50}}} 2018-08-01 06:09:57,136 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-01 06:09:57,136 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 01 Aug 2018 06:09:57 GMT 2018-08-01 06:09:57,136 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-01 06:09:57,136 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 10844 2018-08-01 06:09:57,137 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-01 06:09:57,137 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Detaching port eff11024-1638-4d99-b728-d67133dce86b... 2018-08-01 06:09:57,137 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Detaching port 4c1c8a4c-d7a4-4d8d-8a8f-e4bd27b874a6... 2018-08-01 06:09:57,138 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.detach' 2018-08-01 06:09:57,138 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.detach' 2018-08-01 06:09:57,138 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.detach' 2018-08-01 06:09:57,138 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.detach' 2018-08-01 06:09:57,138 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Successfully detached port 4c1c8a4c-d7a4-4d8d-8a8f-e4bd27b874a6 2018-08-01 06:09:57,138 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Successfully detached port eff11024-1638-4d99-b728-d67133dce86b 2018-08-01 06:09:57,138 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Detaching port e780e50c-2e1e-45ee-b251-0dc44001e8fe... 2018-08-01 06:09:57,139 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.detach' 2018-08-01 06:09:57,139 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Detaching port 0716b72b-ea2d-4372-843a-e98b44c8c5e7... 2018-08-01 06:09:57,139 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Successfully detached port 0716b72b-ea2d-4372-843a-e98b44c8c5e7 2018-08-01 06:09:57,139 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Successfully detached port e780e50c-2e1e-45ee-b251-0dc44001e8fe 2018-08-01 06:09:57,139 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Deleting node 2018-08-01 06:09:57,139 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Deleting node 2018-08-01 06:09:57,139 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.server.delete' 2018-08-01 06:09:57,140 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.server.delete' 2018-08-01 06:09:57,140 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.server.delete' 2018-08-01 06:09:57,140 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.server.delete' 2018-08-01 06:09:57,140 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.detach' 2018-08-01 06:09:57,140 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - deleting server 2018-08-01 06:09:57,140 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.217:80/api/v3/executions/9dedab99-1961-48d7-809c-5cdd63ecf01c 2018-08-01 06:09:57,192 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-01 06:09:57,192 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-01 06:09:57,192 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-01 06:09:57,192 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-01 06:09:57,192 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-01 06:09:57,192 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-01 06:09:57,193 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-01 06:09:57,193 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-01T06:09:46.731Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "vrouter-opnfv", "id": "9dedab99-1961-48d7-809c-5cdd63ecf01c"} 2018-08-01 06:09:57,193 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-01 06:09:57,193 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 01 Aug 2018 06:09:57 GMT 2018-08-01 06:09:57,193 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-01 06:09:57,193 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 369 2018-08-01 06:09:57,193 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-01 06:10:02,195 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.217:80/api/v3/events 2018-08-01 06:10:02,321 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-01 06:10:02,322 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-01 06:10:02,322 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-01 06:10:02,322 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-01 06:10:02,322 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-01 06:10:02,322 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-01 06:10:02,322 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-01 06:10:02,322 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "reference_vnf_host_hu9xfh", "event_type": "task_failed", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T06:09:57.846Z", "message": "Task failed 'nova_plugin.server.delete' -> Instance 08752c17-4f90-405c-8938-1849477c8cc6 could not be found. [status_code=404]", "node_name": "reference_vnf_host", "workflow_id": "uninstall", "error_causes": [{"message": "Instance 08752c17-4f90-405c-8938-1849477c8cc6 could not be found. [status_code=404]", "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 389, in handle\n File \"/opt/mgmtworker/env/plugins/default_tenant/vrouter-opnfv-openstack/lib/python2.7/site-packages/openstack_plugin_common/__init__.py\", line 628, in wrapper\n _re_raise(e, recoverable=False, status_code=e.code)\n File \"/opt/mgmtworker/env/plugins/default_tenant/vrouter-opnfv-openstack/lib/python2.7/site-packages/openstack_plugin_common/__init__.py\", line 623, in wrapper\n return f(*args, **kw)\n File \"/opt/mgmtworker/env/plugins/default_tenant/vrouter-opnfv-openstack/lib/python2.7/site-packages/nova_plugin/server.py\", line 442, in delete\n server = get_server_by_context(nova_client)\n File \"/opt/mgmtworker/env/plugins/default_tenant/vrouter-opnfv-openstack/lib/python2.7/site-packages/nova_plugin/server.py\", line 472, in get_server_by_context\n ctx.instance.runtime_properties[OPENSTACK_ID_PROPERTY])\n File \"/opt/mgmtworker/env/plugins/default_tenant/vrouter-opnfv-openstack/lib/python2.7/site-packages/novaclient/v2/servers.py\", line 762, in get\n return self._get(\"/servers/%s\" % base.getid(server), \"server\")\n File \"/opt/mgmtworker/env/plugins/default_tenant/vrouter-opnfv-openstack/lib/python2.7/site-packages/novaclient/base.py\", line 349, in _get\n resp, body = self.api.client.get(url)\n File \"/opt/mgmtworker/env/plugins/default_tenant/vrouter-opnfv-openstack/lib/python2.7/site-packages/keystoneauth1/adapter.py\", line 234, in get\n return self.request(url, 'GET', **kwargs)\n File \"/opt/mgmtworker/env/plugins/default_tenant/vrouter-opnfv-openstack/lib/python2.7/site-packages/novaclient/client.py\", line 87, in request\n raise exceptions.from_response(resp, body, url, method)\nNonRecoverableError: Instance 08752c17-4f90-405c-8938-1849477c8cc6 could not be found. [status_code=404]\n", "type": "NonRecoverableError"}], "reported_timestamp": "2018-08-01T06:09:57.846Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9dedab99-1961-48d7-809c-5cdd63ecf01c"}, {"node_instance_id": "target_vnf_host_q8ql3q", "event_type": "task_failed", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T06:09:57.846Z", "message": "Task failed 'nova_plugin.server.delete' -> Instance 21c81236-d5d4-4444-af6c-cdd83a2ae1a3 could not be found. [status_code=404]", "node_name": "target_vnf_host", "workflow_id": "uninstall", "error_causes": [{"message": "Instance 21c81236-d5d4-4444-af6c-cdd83a2ae1a3 could not be found. [status_code=404]", "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 389, in handle\n File \"/opt/mgmtworker/env/plugins/default_tenant/vrouter-opnfv-openstack/lib/python2.7/site-packages/openstack_plugin_common/__init__.py\", line 628, in wrapper\n _re_raise(e, recoverable=False, status_code=e.code)\n File \"/opt/mgmtworker/env/plugins/default_tenant/vrouter-opnfv-openstack/lib/python2.7/site-packages/openstack_plugin_common/__init__.py\", line 623, in wrapper\n return f(*args, **kw)\n File \"/opt/mgmtworker/env/plugins/default_tenant/vrouter-opnfv-openstack/lib/python2.7/site-packages/nova_plugin/server.py\", line 442, in delete\n server = get_server_by_context(nova_client)\n File \"/opt/mgmtworker/env/plugins/default_tenant/vrouter-opnfv-openstack/lib/python2.7/site-packages/nova_plugin/server.py\", line 472, in get_server_by_context\n ctx.instance.runtime_properties[OPENSTACK_ID_PROPERTY])\n File \"/opt/mgmtworker/env/plugins/default_tenant/vrouter-opnfv-openstack/lib/python2.7/site-packages/novaclient/v2/servers.py\", line 762, in get\n return self._get(\"/servers/%s\" % base.getid(server), \"server\")\n File \"/opt/mgmtworker/env/plugins/default_tenant/vrouter-opnfv-openstack/lib/python2.7/site-packages/novaclient/base.py\", line 349, in _get\n resp, body = self.api.client.get(url)\n File \"/opt/mgmtworker/env/plugins/default_tenant/vrouter-opnfv-openstack/lib/python2.7/site-packages/keystoneauth1/adapter.py\", line 234, in get\n return self.request(url, 'GET', **kwargs)\n File \"/opt/mgmtworker/env/plugins/default_tenant/vrouter-opnfv-openstack/lib/python2.7/site-packages/novaclient/client.py\", line 87, in request\n raise exceptions.from_response(resp, body, url, method)\nNonRecoverableError: Instance 21c81236-d5d4-4444-af6c-cdd83a2ae1a3 could not be found. [status_code=404]\n", "type": "NonRecoverableError"}], "reported_timestamp": "2018-08-01T06:09:57.846Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9dedab99-1961-48d7-809c-5cdd63ecf01c"}, {"node_instance_id": "target_vnf_host_q8ql3q", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T06:09:57.941Z", "message": "deleting server", "level": "info", "node_name": "target_vnf_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-01T06:09:57.941Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "9dedab99-1961-48d7-809c-5cdd63ecf01c", "logger": "584e7914-8de6-4e1e-aabf-7ab78391da79"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T06:09:59.007Z", "message": "Sending task 'neutron_plugin.floatingip.disconnect_port'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-01T06:09:59.007Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9dedab99-1961-48d7-809c-5cdd63ecf01c"}, {"node_instance_id": "keypair_b73esh", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T06:09:59.007Z", "message": "Stopping node", "node_name": "keypair", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-01T06:09:59.007Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9dedab99-1961-48d7-809c-5cdd63ecf01c"}, {"node_instance_id": "reference_vnf_data_plane_port_3x7j0w", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T06:09:59.007Z", "message": "Stopping node", "node_name": "reference_vnf_data_plane_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-01T06:09:59.007Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9dedab99-1961-48d7-809c-5cdd63ecf01c"}, {"node_instance_id": "reference_vnf_port_2gnn87", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T06:09:59.007Z", "message": "Stopping node", "node_name": "reference_vnf_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-01T06:09:59.007Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9dedab99-1961-48d7-809c-5cdd63ecf01c"}, {"node_instance_id": "target_vnf_data_plane_port_noof8p", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T06:09:59.007Z", "message": "Stopping node", "node_name": "target_vnf_data_plane_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-01T06:09:59.007Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9dedab99-1961-48d7-809c-5cdd63ecf01c"}, {"node_instance_id": "target_vnf_port_e7dwr1", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T06:09:59.007Z", "message": "Stopping node", "node_name": "target_vnf_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-01T06:09:59.007Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9dedab99-1961-48d7-809c-5cdd63ecf01c"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T06:09:59.007Z", "message": "Task started 'neutron_plugin.floatingip.disconnect_port'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-01T06:09:59.007Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9dedab99-1961-48d7-809c-5cdd63ecf01c"}, {"node_instance_id": "keypair_b73esh", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T06:10:00.209Z", "message": "Deleting node", "node_name": "keypair", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-01T06:10:00.209Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9dedab99-1961-48d7-809c-5cdd63ecf01c"}, {"node_instance_id": "reference_vnf_data_plane_port_3x7j0w", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T06:10:00.209Z", "message": "Deleting node", "node_name": "reference_vnf_data_plane_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-01T06:10:00.209Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9dedab99-1961-48d7-809c-5cdd63ecf01c"}, {"node_instance_id": "target_vnf_data_plane_port_noof8p", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T06:10:00.209Z", "message": "Deleting node", "node_name": "target_vnf_data_plane_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-01T06:10:00.209Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9dedab99-1961-48d7-809c-5cdd63ecf01c"}, {"node_instance_id": "reference_vnf_data_plane_port_3x7j0w", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T06:10:00.209Z", "message": "Sending task 'neutron_plugin.port.delete'", "node_name": "reference_vnf_data_plane_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-01T06:10:00.209Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9dedab99-1961-48d7-809c-5cdd63ecf01c"}, {"node_instance_id": "target_vnf_data_plane_port_noof8p", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T06:10:00.209Z", "message": "Sending task 'neutron_plugin.port.delete'", "node_name": "target_vnf_data_plane_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-01T06:10:00.209Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9dedab99-1961-48d7-809c-5cdd63ecf01c"}, {"node_instance_id": "keypair_b73esh", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T06:10:00.209Z", "message": "Sending task 'nova_plugin.keypair.delete'", "node_name": "keypair", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-01T06:10:00.209Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9dedab99-1961-48d7-809c-5cdd63ecf01c"}, {"node_instance_id": "reference_vnf_data_plane_port_3x7j0w", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T06:10:00.209Z", "message": "Task started 'neutron_plugin.port.delete'", "node_name": "reference_vnf_data_plane_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-01T06:10:00.209Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9dedab99-1961-48d7-809c-5cdd63ecf01c"}, {"node_instance_id": "target_vnf_data_plane_port_noof8p", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T06:10:00.209Z", "message": "Task started 'neutron_plugin.port.delete'", "node_name": "target_vnf_data_plane_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-01T06:10:00.209Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9dedab99-1961-48d7-809c-5cdd63ecf01c"}, {"node_instance_id": "keypair_b73esh", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T06:10:00.209Z", "message": "Task started 'nova_plugin.keypair.delete'", "node_name": "keypair", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-01T06:10:00.209Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9dedab99-1961-48d7-809c-5cdd63ecf01c"}, {"node_instance_id": "keypair_b73esh", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T06:10:00.409Z", "message": "deleting keypair", "level": "info", "node_name": "keypair", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-01T06:10:00.409Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "9dedab99-1961-48d7-809c-5cdd63ecf01c", "logger": "f89b76a7-5a1d-4aa2-8913-77a8e048413b"}, {"node_instance_id": "reference_vnf_data_plane_port_3x7j0w", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T06:10:00.953Z", "message": "deleting port", "level": "info", "node_name": "reference_vnf_data_plane_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-01T06:10:00.953Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "9dedab99-1961-48d7-809c-5cdd63ecf01c", "logger": "f05caf8b-473f-478b-9c84-e07ee7e39d02"}, {"node_instance_id": "target_vnf_data_plane_port_noof8p", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T06:10:00.953Z", "message": "deleting port", "level": "info", "node_name": "target_vnf_data_plane_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-01T06:10:00.953Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "9dedab99-1961-48d7-809c-5cdd63ecf01c", "logger": "7b2cd417-ded5-4498-a27a-73c0ade32e1e"}, {"node_instance_id": "keypair_b73esh", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T06:10:00.953Z", "message": "deleting private key file at /etc/cloudify/.ssh/vnf_test_keypair.pem", "level": "debug", "node_name": "keypair", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-01T06:10:00.953Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "9dedab99-1961-48d7-809c-5cdd63ecf01c", "logger": "f89b76a7-5a1d-4aa2-8913-77a8e048413b"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T06:10:01.217Z", "message": "Task succeeded 'neutron_plugin.floatingip.disconnect_port'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-01T06:10:01.217Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9dedab99-1961-48d7-809c-5cdd63ecf01c"}], "metadata": {"pagination": {"total": 63, "offset": 32, "size": 50}}} 2018-08-01 06:10:02,322 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-01 06:10:02,322 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 01 Aug 2018 06:10:02 GMT 2018-08-01 06:10:02,322 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-01 06:10:02,322 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 16555 2018-08-01 06:10:02,322 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-01 06:10:02,323 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'nova_plugin.server.delete' -> Instance 08752c17-4f90-405c-8938-1849477c8cc6 could not be found. [status_code=404] 2018-08-01 06:10:02,323 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'nova_plugin.server.delete' -> Instance 21c81236-d5d4-4444-af6c-cdd83a2ae1a3 could not be found. [status_code=404] 2018-08-01 06:10:02,323 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - deleting server 2018-08-01 06:10:02,323 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.floatingip.disconnect_port' 2018-08-01 06:10:02,323 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Stopping node 2018-08-01 06:10:02,324 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Stopping node 2018-08-01 06:10:02,324 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Stopping node 2018-08-01 06:10:02,324 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Stopping node 2018-08-01 06:10:02,324 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Stopping node 2018-08-01 06:10:02,324 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.floatingip.disconnect_port' 2018-08-01 06:10:02,324 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Deleting node 2018-08-01 06:10:02,324 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Deleting node 2018-08-01 06:10:02,324 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Deleting node 2018-08-01 06:10:02,324 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.delete' 2018-08-01 06:10:02,325 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.delete' 2018-08-01 06:10:02,325 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.keypair.delete' 2018-08-01 06:10:02,325 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.delete' 2018-08-01 06:10:02,325 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.delete' 2018-08-01 06:10:02,325 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.keypair.delete' 2018-08-01 06:10:02,325 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - deleting keypair 2018-08-01 06:10:02,325 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - deleting port 2018-08-01 06:10:02,325 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - deleting port 2018-08-01 06:10:02,325 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - deleting private key file at /etc/cloudify/.ssh/vnf_test_keypair.pem 2018-08-01 06:10:02,326 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.floatingip.disconnect_port' 2018-08-01 06:10:02,326 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.217:80/api/v3/executions/9dedab99-1961-48d7-809c-5cdd63ecf01c 2018-08-01 06:10:02,437 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-01 06:10:02,437 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-01 06:10:02,437 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-01 06:10:02,437 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-01 06:10:02,437 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-01 06:10:02,437 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-01 06:10:02,437 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-01 06:10:02,437 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-01T06:09:46.731Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "vrouter-opnfv", "id": "9dedab99-1961-48d7-809c-5cdd63ecf01c"} 2018-08-01 06:10:02,437 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-01 06:10:02,438 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 01 Aug 2018 06:10:02 GMT 2018-08-01 06:10:02,438 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-01 06:10:02,438 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 369 2018-08-01 06:10:02,438 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-01 06:10:07,443 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.217:80/api/v3/events 2018-08-01 06:10:07,506 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-01 06:10:07,507 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-01 06:10:07,507 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-01 06:10:07,507 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-01 06:10:07,507 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-01 06:10:07,507 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-01 06:10:07,507 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-01 06:10:07,508 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "reference_vnf_port_2gnn87", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T06:10:02.440Z", "message": "Deleting node", "node_name": "reference_vnf_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-01T06:10:02.440Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9dedab99-1961-48d7-809c-5cdd63ecf01c"}, {"node_instance_id": "target_vnf_port_e7dwr1", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T06:10:02.440Z", "message": "Deleting node", "node_name": "target_vnf_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-01T06:10:02.440Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9dedab99-1961-48d7-809c-5cdd63ecf01c"}, {"node_instance_id": "reference_vnf_port_2gnn87", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T06:10:02.440Z", "message": "Sending task 'neutron_plugin.port.delete'", "node_name": "reference_vnf_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-01T06:10:02.440Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9dedab99-1961-48d7-809c-5cdd63ecf01c"}, {"node_instance_id": "target_vnf_port_e7dwr1", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T06:10:02.440Z", "message": "Sending task 'neutron_plugin.port.delete'", "node_name": "target_vnf_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-01T06:10:02.440Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9dedab99-1961-48d7-809c-5cdd63ecf01c"}, {"node_instance_id": "reference_vnf_port_2gnn87", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T06:10:02.440Z", "message": "Task started 'neutron_plugin.port.delete'", "node_name": "reference_vnf_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-01T06:10:02.440Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9dedab99-1961-48d7-809c-5cdd63ecf01c"}, {"node_instance_id": "target_vnf_port_e7dwr1", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T06:10:02.440Z", "message": "Task started 'neutron_plugin.port.delete'", "node_name": "target_vnf_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-01T06:10:02.440Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9dedab99-1961-48d7-809c-5cdd63ecf01c"}, {"node_instance_id": "reference_vnf_data_plane_port_3x7j0w", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T06:10:02.440Z", "message": "Task succeeded 'neutron_plugin.port.delete'", "node_name": "reference_vnf_data_plane_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-01T06:10:02.440Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9dedab99-1961-48d7-809c-5cdd63ecf01c"}, {"node_instance_id": "target_vnf_data_plane_port_noof8p", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T06:10:02.440Z", "message": "Task succeeded 'neutron_plugin.port.delete'", "node_name": "target_vnf_data_plane_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-01T06:10:02.440Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9dedab99-1961-48d7-809c-5cdd63ecf01c"}, {"node_instance_id": "keypair_b73esh", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T06:10:02.440Z", "message": "Task succeeded 'nova_plugin.keypair.delete'", "node_name": "keypair", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-01T06:10:02.440Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9dedab99-1961-48d7-809c-5cdd63ecf01c"}, {"node_instance_id": "target_vnf_port_e7dwr1", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T06:10:02.611Z", "message": "deleting port", "level": "info", "node_name": "target_vnf_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-01T06:10:02.611Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "9dedab99-1961-48d7-809c-5cdd63ecf01c", "logger": "82c85766-4caf-4325-86f7-5b7fcd1afedc"}, {"node_instance_id": "reference_vnf_port_2gnn87", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T06:10:02.961Z", "message": "deleting port", "level": "info", "node_name": "reference_vnf_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-01T06:10:02.961Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "9dedab99-1961-48d7-809c-5cdd63ecf01c", "logger": "1cff3de9-e82a-4bb1-adad-2cc8984d58a7"}, {"node_instance_id": "data_plane_subnet_ydpryn", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T06:10:03.450Z", "message": "Deleting node", "node_name": "data_plane_subnet", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-01T06:10:03.450Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9dedab99-1961-48d7-809c-5cdd63ecf01c"}, {"node_instance_id": "data_plane_subnet_ydpryn", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T06:10:03.450Z", "message": "Sending task 'neutron_plugin.subnet.delete'", "node_name": "data_plane_subnet", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-01T06:10:03.450Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9dedab99-1961-48d7-809c-5cdd63ecf01c"}, {"node_instance_id": "data_plane_subnet_ydpryn", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T06:10:03.450Z", "message": "Stopping node", "node_name": "data_plane_subnet", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-01T06:10:03.450Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9dedab99-1961-48d7-809c-5cdd63ecf01c"}, {"node_instance_id": "data_plane_subnet_ydpryn", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T06:10:03.450Z", "message": "Task started 'neutron_plugin.subnet.delete'", "node_name": "data_plane_subnet", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-01T06:10:03.450Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9dedab99-1961-48d7-809c-5cdd63ecf01c"}, {"node_instance_id": "data_plane_subnet_ydpryn", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T06:10:04.115Z", "message": "deleting subnet", "level": "info", "node_name": "data_plane_subnet", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-01T06:10:04.115Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "9dedab99-1961-48d7-809c-5cdd63ecf01c", "logger": "40bcc0a0-ca30-410e-8675-56043f74dce4"}, {"node_instance_id": "target_vnf_ip_namboa", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T06:10:04.478Z", "message": "Stopping node", "node_name": "target_vnf_ip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-01T06:10:04.478Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9dedab99-1961-48d7-809c-5cdd63ecf01c"}, {"node_instance_id": "reference_vnf_port_2gnn87", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T06:10:04.478Z", "message": "Task succeeded 'neutron_plugin.port.delete'", "node_name": "reference_vnf_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-01T06:10:04.478Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9dedab99-1961-48d7-809c-5cdd63ecf01c"}, {"node_instance_id": "target_vnf_port_e7dwr1", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T06:10:04.478Z", "message": "Task succeeded 'neutron_plugin.port.delete'", "node_name": "target_vnf_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-01T06:10:04.478Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9dedab99-1961-48d7-809c-5cdd63ecf01c"}, {"node_instance_id": "target_vnf_ip_namboa", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T06:10:05.811Z", "message": "Deleting node", "node_name": "target_vnf_ip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-01T06:10:05.811Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9dedab99-1961-48d7-809c-5cdd63ecf01c"}, {"node_instance_id": "target_vnf_ip_namboa", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T06:10:05.811Z", "message": "Sending task 'neutron_plugin.floatingip.delete'", "node_name": "target_vnf_ip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-01T06:10:05.811Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9dedab99-1961-48d7-809c-5cdd63ecf01c"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T06:10:05.811Z", "message": "Sending task 'neutron_plugin.router.disconnect_subnet'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-01T06:10:05.811Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9dedab99-1961-48d7-809c-5cdd63ecf01c"}, {"node_instance_id": "management_plane_subnet_gt4ebs", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T06:10:05.811Z", "message": "Stopping node", "node_name": "management_plane_subnet", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-01T06:10:05.811Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9dedab99-1961-48d7-809c-5cdd63ecf01c"}, {"node_instance_id": "reference_vnf_ip_oli8jj", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T06:10:05.811Z", "message": "Stopping node", "node_name": "reference_vnf_ip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-01T06:10:05.811Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9dedab99-1961-48d7-809c-5cdd63ecf01c"}, {"node_instance_id": "security_group_n4khuv", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T06:10:05.811Z", "message": "Stopping node", "node_name": "security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-01T06:10:05.811Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9dedab99-1961-48d7-809c-5cdd63ecf01c"}, {"node_instance_id": "target_vnf_ip_namboa", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T06:10:05.811Z", "message": "Task started 'neutron_plugin.floatingip.delete'", "node_name": "target_vnf_ip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-01T06:10:05.811Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9dedab99-1961-48d7-809c-5cdd63ecf01c"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T06:10:05.811Z", "message": "Task started 'neutron_plugin.router.disconnect_subnet'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-01T06:10:05.811Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9dedab99-1961-48d7-809c-5cdd63ecf01c"}, {"node_instance_id": "target_vnf_ip_namboa", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T06:10:06.082Z", "message": "deleting floatingip", "level": "info", "node_name": "target_vnf_ip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-01T06:10:06.082Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "9dedab99-1961-48d7-809c-5cdd63ecf01c", "logger": "86787353-0f62-4e73-9a84-9200ce15c4b6"}, {"node_instance_id": "reference_vnf_ip_oli8jj", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T06:10:06.816Z", "message": "Deleting node", "node_name": "reference_vnf_ip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-01T06:10:06.816Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9dedab99-1961-48d7-809c-5cdd63ecf01c"}, {"node_instance_id": "security_group_n4khuv", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T06:10:06.816Z", "message": "Deleting node", "node_name": "security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-01T06:10:06.816Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9dedab99-1961-48d7-809c-5cdd63ecf01c"}, {"node_instance_id": "reference_vnf_ip_oli8jj", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T06:10:06.816Z", "message": "Sending task 'neutron_plugin.floatingip.delete'", "node_name": "reference_vnf_ip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-01T06:10:06.816Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9dedab99-1961-48d7-809c-5cdd63ecf01c"}, {"node_instance_id": "security_group_n4khuv", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T06:10:06.816Z", "message": "Sending task 'neutron_plugin.security_group.delete'", "node_name": "security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-01T06:10:06.816Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9dedab99-1961-48d7-809c-5cdd63ecf01c"}, {"node_instance_id": "reference_vnf_ip_oli8jj", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T06:10:06.816Z", "message": "Task started 'neutron_plugin.floatingip.delete'", "node_name": "reference_vnf_ip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-01T06:10:06.816Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9dedab99-1961-48d7-809c-5cdd63ecf01c"}, {"node_instance_id": "security_group_n4khuv", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T06:10:06.816Z", "message": "Task started 'neutron_plugin.security_group.delete'", "node_name": "security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-01T06:10:06.816Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9dedab99-1961-48d7-809c-5cdd63ecf01c"}, {"node_instance_id": "reference_vnf_ip_oli8jj", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T06:10:06.971Z", "message": "deleting floatingip", "level": "info", "node_name": "reference_vnf_ip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-01T06:10:06.971Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "9dedab99-1961-48d7-809c-5cdd63ecf01c", "logger": "9a00e2d8-efc9-4c53-b2b7-3b0382741281"}, {"node_instance_id": "security_group_n4khuv", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T06:10:06.971Z", "message": "deleting security_group", "level": "info", "node_name": "security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-01T06:10:06.971Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "9dedab99-1961-48d7-809c-5cdd63ecf01c", "logger": "a0f77a69-b289-4f5e-a576-4e45b2541701"}], "metadata": {"pagination": {"total": 99, "offset": 56, "size": 50}}} 2018-08-01 06:10:07,508 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-01 06:10:07,508 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 01 Aug 2018 06:10:07 GMT 2018-08-01 06:10:07,508 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-01 06:10:07,508 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 17999 2018-08-01 06:10:07,508 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-01 06:10:07,510 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Deleting node 2018-08-01 06:10:07,510 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Deleting node 2018-08-01 06:10:07,510 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.delete' 2018-08-01 06:10:07,510 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.delete' 2018-08-01 06:10:07,511 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.delete' 2018-08-01 06:10:07,511 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.delete' 2018-08-01 06:10:07,511 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.delete' 2018-08-01 06:10:07,511 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.delete' 2018-08-01 06:10:07,511 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'nova_plugin.keypair.delete' 2018-08-01 06:10:07,511 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - deleting port 2018-08-01 06:10:07,511 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - deleting port 2018-08-01 06:10:07,512 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Deleting node 2018-08-01 06:10:07,512 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.subnet.delete' 2018-08-01 06:10:07,512 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Stopping node 2018-08-01 06:10:07,512 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.subnet.delete' 2018-08-01 06:10:07,512 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - deleting subnet 2018-08-01 06:10:07,512 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Stopping node 2018-08-01 06:10:07,513 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.delete' 2018-08-01 06:10:07,513 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.delete' 2018-08-01 06:10:07,513 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Deleting node 2018-08-01 06:10:07,513 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.floatingip.delete' 2018-08-01 06:10:07,513 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.router.disconnect_subnet' 2018-08-01 06:10:07,513 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Stopping node 2018-08-01 06:10:07,513 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Stopping node 2018-08-01 06:10:07,514 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Stopping node 2018-08-01 06:10:07,514 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.floatingip.delete' 2018-08-01 06:10:07,514 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.router.disconnect_subnet' 2018-08-01 06:10:07,514 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - deleting floatingip 2018-08-01 06:10:07,514 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Deleting node 2018-08-01 06:10:07,514 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Deleting node 2018-08-01 06:10:07,515 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.floatingip.delete' 2018-08-01 06:10:07,515 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.security_group.delete' 2018-08-01 06:10:07,515 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.floatingip.delete' 2018-08-01 06:10:07,515 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.security_group.delete' 2018-08-01 06:10:07,515 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - deleting floatingip 2018-08-01 06:10:07,515 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - deleting security_group 2018-08-01 06:10:07,516 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.217:80/api/v3/executions/9dedab99-1961-48d7-809c-5cdd63ecf01c 2018-08-01 06:10:07,566 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-01 06:10:07,566 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-01 06:10:07,566 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-01 06:10:07,566 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-01 06:10:07,566 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-01 06:10:07,566 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-01 06:10:07,566 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-01 06:10:07,567 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-01T06:09:46.731Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "vrouter-opnfv", "id": "9dedab99-1961-48d7-809c-5cdd63ecf01c"} 2018-08-01 06:10:07,567 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-01 06:10:07,567 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 01 Aug 2018 06:10:07 GMT 2018-08-01 06:10:07,567 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-01 06:10:07,567 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 369 2018-08-01 06:10:07,567 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-01 06:10:12,572 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.217:80/api/v3/events 2018-08-01 06:10:12,636 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-01 06:10:12,636 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-01 06:10:12,636 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-01 06:10:12,636 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-01 06:10:12,636 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-01 06:10:12,637 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-01 06:10:12,637 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-01 06:10:12,637 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "data_plane_network_rayfpg", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T06:10:07.820Z", "message": "Stopping node", "node_name": "data_plane_network", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-01T06:10:07.820Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9dedab99-1961-48d7-809c-5cdd63ecf01c"}, {"node_instance_id": "target_vnf_ip_namboa", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T06:10:07.820Z", "message": "Task succeeded 'neutron_plugin.floatingip.delete'", "node_name": "target_vnf_ip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-01T06:10:07.820Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9dedab99-1961-48d7-809c-5cdd63ecf01c"}, {"node_instance_id": "data_plane_subnet_ydpryn", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T06:10:07.820Z", "message": "Task succeeded 'neutron_plugin.subnet.delete'", "node_name": "data_plane_subnet", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-01T06:10:07.820Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9dedab99-1961-48d7-809c-5cdd63ecf01c"}, {"node_instance_id": "data_plane_network_rayfpg", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T06:10:08.831Z", "message": "Deleting node", "node_name": "data_plane_network", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-01T06:10:08.831Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9dedab99-1961-48d7-809c-5cdd63ecf01c"}, {"node_instance_id": "data_plane_network_rayfpg", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T06:10:08.831Z", "message": "Sending task 'neutron_plugin.network.delete'", "node_name": "data_plane_network", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-01T06:10:08.831Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9dedab99-1961-48d7-809c-5cdd63ecf01c"}, {"node_instance_id": "data_plane_network_rayfpg", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T06:10:08.831Z", "message": "Task started 'neutron_plugin.network.delete'", "node_name": "data_plane_network", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-01T06:10:08.831Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9dedab99-1961-48d7-809c-5cdd63ecf01c"}, {"node_instance_id": "reference_vnf_ip_oli8jj", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T06:10:08.831Z", "message": "Task succeeded 'neutron_plugin.floatingip.delete'", "node_name": "reference_vnf_ip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-01T06:10:08.831Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9dedab99-1961-48d7-809c-5cdd63ecf01c"}, {"node_instance_id": "security_group_n4khuv", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T06:10:08.831Z", "message": "Task succeeded 'neutron_plugin.security_group.delete'", "node_name": "security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-01T06:10:08.831Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9dedab99-1961-48d7-809c-5cdd63ecf01c"}, {"node_instance_id": "data_plane_network_rayfpg", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T06:10:08.849Z", "message": "deleting network", "level": "info", "node_name": "data_plane_network", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-01T06:10:08.849Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "9dedab99-1961-48d7-809c-5cdd63ecf01c", "logger": "a1452c6b-378b-4d78-b5c4-8ad854e09f78"}, {"node_instance_id": "management_plane_subnet_gt4ebs", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T06:10:09.845Z", "message": "Deleting node", "node_name": "management_plane_subnet", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-01T06:10:09.845Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9dedab99-1961-48d7-809c-5cdd63ecf01c"}, {"node_instance_id": "management_plane_subnet_gt4ebs", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T06:10:09.845Z", "message": "Sending task 'neutron_plugin.subnet.delete'", "node_name": "management_plane_subnet", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-01T06:10:09.845Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9dedab99-1961-48d7-809c-5cdd63ecf01c"}, {"node_instance_id": "management_plane_subnet_gt4ebs", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T06:10:09.845Z", "message": "Task started 'neutron_plugin.subnet.delete'", "node_name": "management_plane_subnet", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-01T06:10:09.845Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9dedab99-1961-48d7-809c-5cdd63ecf01c"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T06:10:09.845Z", "message": "Task succeeded 'neutron_plugin.router.disconnect_subnet'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-01T06:10:09.845Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9dedab99-1961-48d7-809c-5cdd63ecf01c"}, {"node_instance_id": "management_plane_subnet_gt4ebs", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T06:10:10.159Z", "message": "deleting subnet", "level": "info", "node_name": "management_plane_subnet", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-01T06:10:10.159Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "9dedab99-1961-48d7-809c-5cdd63ecf01c", "logger": "33a79009-516a-49d6-a2cd-17dab9f2d3ba"}, {"node_instance_id": "data_plane_network_rayfpg", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T06:10:10.851Z", "message": "Task succeeded 'neutron_plugin.network.delete'", "node_name": "data_plane_network", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-01T06:10:10.851Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9dedab99-1961-48d7-809c-5cdd63ecf01c"}], "metadata": {"pagination": {"total": 114, "offset": 92, "size": 50}}} 2018-08-01 06:10:12,637 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-01 06:10:12,637 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 01 Aug 2018 06:10:12 GMT 2018-08-01 06:10:12,637 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-01 06:10:12,637 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 7724 2018-08-01 06:10:12,637 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-01 06:10:12,638 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Stopping node 2018-08-01 06:10:12,638 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.floatingip.delete' 2018-08-01 06:10:12,638 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.subnet.delete' 2018-08-01 06:10:12,639 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Deleting node 2018-08-01 06:10:12,639 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.delete' 2018-08-01 06:10:12,639 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.delete' 2018-08-01 06:10:12,639 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.floatingip.delete' 2018-08-01 06:10:12,639 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.security_group.delete' 2018-08-01 06:10:12,639 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - deleting network 2018-08-01 06:10:12,640 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Deleting node 2018-08-01 06:10:12,640 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.subnet.delete' 2018-08-01 06:10:12,640 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.subnet.delete' 2018-08-01 06:10:12,640 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.router.disconnect_subnet' 2018-08-01 06:10:12,640 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - deleting subnet 2018-08-01 06:10:12,640 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.network.delete' 2018-08-01 06:10:12,641 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.217:80/api/v3/executions/9dedab99-1961-48d7-809c-5cdd63ecf01c 2018-08-01 06:10:12,691 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-01 06:10:12,691 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-01 06:10:12,692 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-01 06:10:12,692 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-01 06:10:12,692 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-01 06:10:12,692 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-01 06:10:12,692 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-01 06:10:12,692 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-01T06:09:46.731Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "vrouter-opnfv", "id": "9dedab99-1961-48d7-809c-5cdd63ecf01c"} 2018-08-01 06:10:12,692 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-01 06:10:12,692 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 01 Aug 2018 06:10:12 GMT 2018-08-01 06:10:12,693 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-01 06:10:12,693 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 369 2018-08-01 06:10:12,693 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-01 06:10:17,698 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.217:80/api/v3/events 2018-08-01 06:10:17,762 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-01 06:10:17,763 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-01 06:10:17,763 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-01 06:10:17,763 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-01 06:10:17,763 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-01 06:10:17,763 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-01 06:10:17,763 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-01 06:10:17,763 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "management_plane_subnet_gt4ebs", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T06:10:13.166Z", "message": "Task succeeded 'neutron_plugin.subnet.delete'", "node_name": "management_plane_subnet", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-01T06:10:13.166Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9dedab99-1961-48d7-809c-5cdd63ecf01c"}, {"node_instance_id": "management_plane_network_obt3i0", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T06:10:13.855Z", "message": "Stopping node", "node_name": "management_plane_network", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-01T06:10:13.855Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9dedab99-1961-48d7-809c-5cdd63ecf01c"}, {"node_instance_id": "router_c5etbp", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T06:10:13.855Z", "message": "Stopping node", "node_name": "router", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-01T06:10:13.855Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9dedab99-1961-48d7-809c-5cdd63ecf01c"}, {"node_instance_id": "management_plane_network_obt3i0", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T06:10:14.872Z", "message": "Deleting node", "node_name": "management_plane_network", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-01T06:10:14.872Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9dedab99-1961-48d7-809c-5cdd63ecf01c"}, {"node_instance_id": "router_c5etbp", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T06:10:14.872Z", "message": "Deleting node", "node_name": "router", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-01T06:10:14.872Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9dedab99-1961-48d7-809c-5cdd63ecf01c"}, {"node_instance_id": "management_plane_network_obt3i0", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T06:10:14.872Z", "message": "Sending task 'neutron_plugin.network.delete'", "node_name": "management_plane_network", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-01T06:10:14.872Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9dedab99-1961-48d7-809c-5cdd63ecf01c"}, {"node_instance_id": "router_c5etbp", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T06:10:14.872Z", "message": "Sending task 'neutron_plugin.router.delete'", "node_name": "router", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-01T06:10:14.872Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9dedab99-1961-48d7-809c-5cdd63ecf01c"}, {"node_instance_id": "management_plane_network_obt3i0", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T06:10:14.872Z", "message": "Task started 'neutron_plugin.network.delete'", "node_name": "management_plane_network", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-01T06:10:14.872Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9dedab99-1961-48d7-809c-5cdd63ecf01c"}, {"node_instance_id": "router_c5etbp", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T06:10:14.872Z", "message": "Task started 'neutron_plugin.router.delete'", "node_name": "router", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-01T06:10:14.872Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9dedab99-1961-48d7-809c-5cdd63ecf01c"}, {"node_instance_id": "management_plane_network_obt3i0", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T06:10:15.297Z", "message": "deleting network", "level": "info", "node_name": "management_plane_network", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-01T06:10:15.297Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "9dedab99-1961-48d7-809c-5cdd63ecf01c", "logger": "b6886778-ffba-4ce7-bda5-4c8c95947acb"}, {"node_instance_id": "router_c5etbp", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T06:10:16.086Z", "message": "deleting router", "level": "info", "node_name": "router", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-01T06:10:16.086Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "9dedab99-1961-48d7-809c-5cdd63ecf01c", "logger": "33689823-66a7-4be1-9e54-4da3e568b087"}, {"node_instance_id": "management_plane_network_obt3i0", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T06:10:16.895Z", "message": "Task succeeded 'neutron_plugin.network.delete'", "node_name": "management_plane_network", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-01T06:10:16.895Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9dedab99-1961-48d7-809c-5cdd63ecf01c"}], "metadata": {"pagination": {"total": 126, "offset": 107, "size": 50}}} 2018-08-01 06:10:17,763 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-01 06:10:17,763 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 01 Aug 2018 06:10:17 GMT 2018-08-01 06:10:17,764 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-01 06:10:17,764 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6046 2018-08-01 06:10:17,764 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-01 06:10:17,764 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.subnet.delete' 2018-08-01 06:10:17,764 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Stopping node 2018-08-01 06:10:17,765 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Stopping node 2018-08-01 06:10:17,765 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Deleting node 2018-08-01 06:10:17,765 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Deleting node 2018-08-01 06:10:17,765 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.delete' 2018-08-01 06:10:17,765 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.router.delete' 2018-08-01 06:10:17,766 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.delete' 2018-08-01 06:10:17,766 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.router.delete' 2018-08-01 06:10:17,766 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - deleting network 2018-08-01 06:10:17,766 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - deleting router 2018-08-01 06:10:17,766 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.network.delete' 2018-08-01 06:10:17,766 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.217:80/api/v3/executions/9dedab99-1961-48d7-809c-5cdd63ecf01c 2018-08-01 06:10:17,821 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-01 06:10:17,821 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-01 06:10:17,821 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-01 06:10:17,822 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-01 06:10:17,822 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-01 06:10:17,822 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-01 06:10:17,822 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-01 06:10:17,822 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-01T06:09:46.731Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "vrouter-opnfv", "id": "9dedab99-1961-48d7-809c-5cdd63ecf01c"} 2018-08-01 06:10:17,822 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-01 06:10:17,822 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 01 Aug 2018 06:10:17 GMT 2018-08-01 06:10:17,822 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-01 06:10:17,822 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 369 2018-08-01 06:10:17,822 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-01 06:10:22,828 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.217:80/api/v3/events 2018-08-01 06:10:22,902 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-01 06:10:22,902 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-01 06:10:22,902 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-01 06:10:22,902 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-01 06:10:22,902 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-01 06:10:22,902 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-01 06:10:22,903 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-01 06:10:22,903 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "router_c5etbp", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T06:10:17.889Z", "message": "Task succeeded 'neutron_plugin.router.delete'", "node_name": "router", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-01T06:10:17.889Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9dedab99-1961-48d7-809c-5cdd63ecf01c"}, {"node_instance_id": "external_network_tl70la", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T06:10:18.897Z", "message": "Deleting node", "node_name": "external_network", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-01T06:10:18.897Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9dedab99-1961-48d7-809c-5cdd63ecf01c"}, {"node_instance_id": "external_network_tl70la", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T06:10:18.897Z", "message": "Sending task 'neutron_plugin.network.delete'", "node_name": "external_network", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-01T06:10:18.897Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9dedab99-1961-48d7-809c-5cdd63ecf01c"}, {"node_instance_id": "external_network_tl70la", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T06:10:18.897Z", "message": "Stopping node", "node_name": "external_network", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-01T06:10:18.897Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9dedab99-1961-48d7-809c-5cdd63ecf01c"}, {"node_instance_id": "external_network_tl70la", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T06:10:18.897Z", "message": "Task started 'neutron_plugin.network.delete'", "node_name": "external_network", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-01T06:10:18.897Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9dedab99-1961-48d7-809c-5cdd63ecf01c"}, {"node_instance_id": "external_network_tl70la", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T06:10:19.583Z", "message": "not deleting network since an external network is being used", "level": "info", "node_name": "external_network", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-01T06:10:19.583Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "9dedab99-1961-48d7-809c-5cdd63ecf01c", "logger": "2b064654-bbb2-422e-b9a5-6427ec1fe120"}, {"node_instance_id": "external_network_tl70la", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T06:10:19.901Z", "message": "Task succeeded 'neutron_plugin.network.delete'", "node_name": "external_network", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-01T06:10:19.901Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9dedab99-1961-48d7-809c-5cdd63ecf01c"}, {"node_instance_id": null, "event_type": "workflow_succeeded", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-01T06:10:20.906Z", "message": "'uninstall' workflow execution succeeded", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-01T06:10:20.906Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "9dedab99-1961-48d7-809c-5cdd63ecf01c"}], "metadata": {"pagination": {"total": 134, "offset": 119, "size": 50}}} 2018-08-01 06:10:22,903 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-01 06:10:22,903 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 01 Aug 2018 06:10:22 GMT 2018-08-01 06:10:22,903 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-01 06:10:22,903 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 4049 2018-08-01 06:10:22,903 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-01 06:10:22,904 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.router.delete' 2018-08-01 06:10:22,904 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Deleting node 2018-08-01 06:10:22,904 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.delete' 2018-08-01 06:10:22,904 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Stopping node 2018-08-01 06:10:22,904 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.delete' 2018-08-01 06:10:22,905 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - not deleting network since an external network is being used 2018-08-01 06:10:22,905 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.network.delete' 2018-08-01 06:10:22,905 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - 'uninstall' workflow execution succeeded 2018-08-01 06:10:22,905 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.217:80/api/v3/executions/9dedab99-1961-48d7-809c-5cdd63ecf01c 2018-08-01 06:10:22,958 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-01 06:10:22,958 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-01 06:10:22,959 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-01 06:10:22,959 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-01 06:10:22,959 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-01 06:10:22,959 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-01 06:10:22,959 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-01 06:10:22,959 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "terminated", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-01T06:09:46.731Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "vrouter-opnfv", "id": "9dedab99-1961-48d7-809c-5cdd63ecf01c"} 2018-08-01 06:10:22,959 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-01 06:10:22,959 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 01 Aug 2018 06:10:22 GMT 2018-08-01 06:10:22,959 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-01 06:10:22,959 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 372 2018-08-01 06:10:22,960 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-01 06:10:22,960 - cloudify.rest_client.http - DEBUG - Sending request: DELETE http://172.30.9.217:80/api/v3/deployments/vrouter-opnfv 2018-08-01 06:10:23,211 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-01 06:10:23,211 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-01 06:10:23,211 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-01 06:10:23,211 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-01 06:10:23,211 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-01 06:10:23,211 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-01 06:10:23,212 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-01 06:10:23,212 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 0 2018-08-01 06:10:23,212 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"inputs": {"keypair_name": "vnf_test_keypair", "management_plane_network_name": "management_plane_network", "external_network_name": "external", "keystone_user_domain_name": "Default", "data_plane_network_name": "data_plane_network", "target_vnf_name": "target_vnf", "reference_vnf_flavor_id": "2ede1028-f30f-4b47-b09b-7a5e8396093e", "target_vnf_flavor_id": "2ede1028-f30f-4b47-b09b-7a5e8396093e", "reference_vnf_name": "reference_vnf", "target_vnf_data_plane_port_name": "target_vnf_data_plane_port", "reference_vnf_data_plane_port_name": "reference_vnf_data_plane_port", "keystone_username": "vyos_vrouter-user_a967c3e7-2399-45ac-a5ab-3aac5f918193", "security_group_name": "vnf_test_security_group", "reference_vnf_image_id": "8f094f73-47bc-4a76-95f2-33c6280a61d0", "keystone_password": "be7d3ed5-0809-4a24-a98c-52b43a748fde", "region": "regionOne", "target_vnf_port_name": "target_vnf_port", "keystone_tenant_name": "vyos_vrouter-project_a967c3e7-2399-45ac-a5ab-3aac5f918193", "keystone_project_domain_name": "Default", "keystone_url": "http://172.30.9.21:5000", "reference_vnf_port_name": "reference_vnf_port", "management_plane_subnet_name": "management_plane_subnet", "ssh_key_filename": "~/.ssh/vnf_test_keypair.pem", "router_name": "vnf_test_router", "target_vnf_image_id": "8f094f73-47bc-4a76-95f2-33c6280a61d0", "data_plane_subnet_name": "data_plane_subnet"}, "permalink": null, "description": "This blueprint is deploy target_vnf reference_vnf management_ network and dataplane_network.\n", "blueprint_id": "vrouter-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": {"upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "ewma_timeless_r": {"default": 0.5, "description": "r is the ratio between successive events. The smaller it is, the smaller impact on the computed value the most recent event has.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.threshold": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/threshold.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "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-01T05:59:17.422Z", "updated_at": "2018-08-01T05:59:17.422Z", "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": {}, "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": []}, "added_instance_ids": {"default": []}, "reduce_target_instance_ids": {"default": []}, "ignore_failure": {"default": false, "type": "boolean"}, "reduced_instance_ids": {"default": []}, "modified_entity_ids": {"default": []}, "added_target_instances_ids": {"default": []}, "update_id": {"default": ""}, "skip_install": {"default": false}, "removed_instance_ids": {"default": []}, "extend_target_instance_ids": {"default": []}, "extended_instance_ids": {"default": []}}}, {"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": {}, "id": "vrouter-opnfv", "outputs": {"vnfs": {"description": "Infomation of vnf.", "value": {"reference_vnf": {"vnf_name": "reference_vnf", "public_key_path": "~/.ssh/vnf_test_keypair.pem", "floating_ip": {"get_attribute": ["reference_vnf_ip", "floating_ip_address"]}}, "target_vnf": {"vnf_name": "target_vnf", "public_key_path": "~/.ssh/vnf_test_keypair.pem", "floating_ip": {"get_attribute": ["target_vnf_ip", "floating_ip_address"]}}}}, "networks": {"description": "Infomation of network.", "value": {"management_plane_network": {"network_name": "management_plane_network"}, "data_plane_network": {"network_name": "data_plane_network"}}}}} 2018-08-01 06:10:23,212 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-01 06:10:23,212 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 01 Aug 2018 06:10:23 GMT 2018-08-01 06:10:23,212 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-01 06:10:23,212 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 9272 2018-08-01 06:10:23,212 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-01 06:10:23,213 - cloudify.rest_client.http - DEBUG - Sending request: DELETE http://172.30.9.217:80/api/v3/blueprints/vrouter-opnfv 2018-08-01 06:10:23,279 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-01 06:10:23,279 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-01 06:10:23,279 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-01 06:10:23,279 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-01 06:10:23,280 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-01 06:10:23,280 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-01 06:10:23,280 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-01 06:10:23,280 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 0 2018-08-01 06:10:23,280 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"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-01T05:59:16.865Z", "updated_at": "2018-08-01T05:59:16.865Z", "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.port_connected_to_subnet": {"name": "cloudify.openstack.port_connected_to_subnet", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.port_connected_to_subnet"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.server_connected_to_security_group": {"name": "cloudify.openstack.server_connected_to_security_group", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.subnet_connected_to_router": {"name": "cloudify.openstack.subnet_connected_to_router", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.subnet_connected_to_router"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.neutron_plugin.router.connect_subnet", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.router.disconnect_subnet", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.relationships.contained_in": {"name": "cloudify.relationships.contained_in", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.depends_on", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.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": {"upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "ewma_timeless_r": {"default": 0.5, "description": "r is the ratio between successive events. The smaller it is, the smaller impact on the computed value the most recent event has.\n"}, "service": {"default": "service", "description": "The service name"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.threshold": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/threshold.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": "service", "description": "The service name"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}}, "outputs": {"vnfs": {"description": "Infomation of vnf.", "value": {"reference_vnf": {"vnf_name": {"get_property": ["reference_vnf_host", "resource_id"]}, "public_key_path": {"get_property": ["keypair", "private_key_path"]}, "floating_ip": {"get_attribute": ["reference_vnf_ip", "floating_ip_address"]}}, "target_vnf": {"vnf_name": {"get_property": ["target_vnf_host", "resource_id"]}, "public_key_path": {"get_property": ["keypair", "private_key_path"]}, "floating_ip": {"get_attribute": ["target_vnf_ip", "floating_ip_address"]}}}}, "networks": {"description": "Infomation of network.", "value": {"management_plane_network": {"network_name": {"get_property": ["management_plane_network", "resource_id"]}}, "data_plane_network": {"network_name": {"get_property": ["data_plane_network", "resource_id"]}}}}}, "version": {"definitions_name": "cloudify_dsl", "raw": "cloudify_dsl_1_3", "definitions_version": [1, 3]}, "workflow_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "default_workflows", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "groups": {}, "workflows": {"scale": {"operation": "cloudify.plugins.workflows.scale_entity", "parameters": {"scalable_entity_name": {"description": "Which node/group to scale. Note that the parameter specified should denote the node/group name and NOT the node/group instance id.\n"}, "ignore_failure": {"default": false, "type": "boolean"}, "scale_compute": {"default": false, "description": "If a node name is passed as the `scalable_entity_name` parameter and that node is contained (transitively) within a compute node and this property is 'true', operate on the compute node instead of the specified node.\n"}, "delta": {"default": 1, "type": "integer", "description": "How many node/group instances should be added/removed. A positive number denotes increase of instances. A negative number denotes decrease of instances.\n"}}, "plugin": "default_workflows"}, "heal": {"operation": "cloudify.plugins.workflows.auto_heal_reinstall_node_subgraph", "parameters": {"diagnose_value": {"default": "Not provided", "description": "Diagnosed reason of failure"}, "node_instance_id": {"description": "Which node instance has failed"}, "ignore_failure": {"default": true, "type": "boolean"}}, "plugin": "default_workflows"}, "update": {"operation": "cloudify.plugins.workflows.update", "parameters": {"skip_uninstall": {"default": false}, "remove_target_instance_ids": {"default": []}, "added_instance_ids": {"default": []}, "reduce_target_instance_ids": {"default": []}, "ignore_failure": {"default": false, "type": "boolean"}, "reduced_instance_ids": {"default": []}, "modified_entity_ids": {"default": []}, "added_target_instances_ids": {"default": []}, "update_id": {"default": ""}, "skip_install": {"default": false}, "removed_instance_ids": {"default": []}, "extend_target_instance_ids": {"default": []}, "extended_instance_ids": {"default": []}}, "plugin": "default_workflows"}, "execute_operation": {"operation": "cloudify.plugins.workflows.execute_operation", "parameters": {"operation_kwargs": {"default": {}}, "node_ids": {"default": []}, "node_instance_ids": {"default": []}, "run_by_dependency_order": {"default": false}, "operation": {}, "allow_kwargs_override": {"default": null}, "type_names": {"default": []}}, "plugin": "default_workflows"}, "install": {"operation": "cloudify.plugins.workflows.install", "parameters": {}, "plugin": "default_workflows"}, "install_new_agents": {"operation": "cloudify.plugins.workflows.install_new_agents", "parameters": {"node_ids": {"default": []}, "install_agent_timeout": {"default": 300}, "node_instance_ids": {"default": []}, "install": {"default": true}, "validate": {"default": true}, "install_script": {"default": ""}}, "plugin": "default_workflows"}, "uninstall": {"operation": "cloudify.plugins.workflows.uninstall", "parameters": {"ignore_failure": {"default": false, "type": "boolean"}}, "plugin": "default_workflows"}}, "policies": {}, "nodes": [{"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.creation_validation"}, "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.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"}, "cloudify.interfaces.lifecycle.stop": {"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": {"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.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.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.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": {}, "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_network_name"}}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_keypair"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "keypair", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_keypair", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.detach"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.detach"}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_port"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "target_vnf_port", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.port.detach", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_port", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.detach"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.detach"}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_port"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "target_vnf_data_plane_port", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.port.detach", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_port", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.cloudify_agent.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.delete"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.stop"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.delete"}, "creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.start"}, "cloudify.interfaces.cloudify_agent.create": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.create"}, "cloudify.interfaces.host.get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "cloudify.interfaces.monitoring_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.stop"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "cloudify.interfaces.cloudify_agent.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.configure"}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "cloudify.interfaces.validation.creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.cloudify_agent.stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.monitoring_agent.uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.start"}, "install": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "cloudify.interfaces.monitoring_agent.install": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "name": "target_vnf_host", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Compute", "cloudify.openstack.nodes.Server"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.monitoring_agent": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "install": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "uninstall": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "openstack.nova_plugin.server.start", "inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.nova_plugin.server.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "openstack.nova_plugin.server.stop", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.nova_plugin.server.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.nova_plugin.server.creation_validation", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.cloudify_agent": {"restart_amqp": {"implementation": "agent.cloudify_agent.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "configure": {"implementation": "agent.cloudify_agent.installer.operations.configure", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create_amqp": {"implementation": "agent.cloudify_agent.operations.create_agent_amqp", "inputs": {"install_agent_timeout": 300}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create": {"implementation": "agent.cloudify_agent.installer.operations.create", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "install_plugins": {"implementation": "agent.cloudify_agent.operations.install_plugins", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "stop": {"implementation": "agent.cloudify_agent.installer.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "start": {"implementation": "agent.cloudify_agent.installer.operations.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "validate_amqp": {"implementation": "agent.cloudify_agent.operations.validate_agent_amqp", "inputs": {"validate_agent_timeout": 20}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "delete": {"implementation": "agent.cloudify_agent.installer.operations.delete", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "restart": {"implementation": "agent.cloudify_agent.installer.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "stop_amqp": {"implementation": "agent.cloudify_agent.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.host": {"get_state": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "target_vnf_host", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "target_vnf_host", "type": "cloudify.openstack.nodes.Server", "properties": {"cloudify_agent": {}, "openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "resource_id": {"get_input": "target_vnf_name"}, "ip": "", "image": {"get_input": "target_vnf_image_id"}, "management_network_name": {"get_property": ["management_plane_network", "resource_id"]}, "create_if_missing": false, "server": {}, "agent_config": {"install_method": "remote", "port": 22}, "install_agent": false, "os_family": "linux", "flavor": {"get_input": "target_vnf_flavor_id"}, "use_password": false, "use_external_resource": false}, "plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}]}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "data_plane_network", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "data_plane_subnet", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.depends_on", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.port_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.neutron_plugin.port.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.port_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.creation_validation"}, "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.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"}, "cloudify.interfaces.lifecycle.stop": {"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": {"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.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.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.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"}, "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.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"}, "cloudify.interfaces.lifecycle.stop": {"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": {"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.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.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.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"}, "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.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"}, "cloudify.interfaces.lifecycle.stop": {"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": {"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.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.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.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": {"use_external_resource": false, "floatingip": {"floating_network_name": {"get_input": "external_network_name"}}, "openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "create_if_missing": false, "resource_id": ""}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "data_plane_network", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "data_plane_subnet", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.depends_on", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.connect_security_group"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.connect_security_group"}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.port_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "security_group", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.neutron_plugin.port.connect_security_group", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.port_connected_to_security_group", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.creation_validation"}, "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.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"}, "cloudify.interfaces.lifecycle.stop": {"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": {"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.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.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.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "target_vnf_data_plane_port", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.Port", "properties": {"openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "resource_id": {"get_input": "target_vnf_data_plane_port_name"}, "fixed_ip": "", "create_if_missing": false, "use_external_resource": false, "port": {}}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "management_plane_network", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.contained_in", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.router.disconnect_subnet"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.router.connect_subnet"}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.router.disconnect_subnet"}, "establish": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.router.connect_subnet"}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.subnet_connected_to_router"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.neutron_plugin.router.connect_subnet", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.router.disconnect_subnet", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "router", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.subnet_connected_to_router", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.subnet.creation_validation"}, "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.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"}, "cloudify.interfaces.lifecycle.stop": {"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": {"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.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.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.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"}, "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.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"}, "cloudify.interfaces.lifecycle.stop": {"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": {"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.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.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.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "data_plane_subnet", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.Subnet", "properties": {"subnet": {"ip_version": 4, "cidr": "12.0.0.0/24", "gateway_ip": null}, "openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "use_external_resource": false, "create_if_missing": false, "resource_id": {"get_input": "data_plane_subnet_name"}}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.floatingip.creation_validation"}, "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.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"}, "cloudify.interfaces.lifecycle.stop": {"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": {"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.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.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.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": {"use_external_resource": false, "floatingip": {"floating_network_name": {"get_input": "external_network_name"}}, "openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "create_if_missing": false, "resource_id": ""}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.keypair.creation_validation"}, "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.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"}, "cloudify.interfaces.lifecycle.stop": {"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": {"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.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.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.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"}, "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.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"}, "cloudify.interfaces.lifecycle.stop": {"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": {"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.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.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.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"}, "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.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"}, "cloudify.interfaces.lifecycle.stop": {"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": {"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.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.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.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": {}, "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_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"}, "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.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"}, "cloudify.interfaces.lifecycle.stop": {"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": {"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.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.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.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"}, "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.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"}, "cloudify.interfaces.lifecycle.stop": {"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": {"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.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.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.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"}, "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.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"}, "cloudify.interfaces.lifecycle.stop": {"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": {"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.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.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.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": {}, "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": true, "create_if_missing": false, "resource_id": {"get_input": "external_network_name"}}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_keypair"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "keypair", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_keypair", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.detach"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.detach"}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_port"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "reference_vnf_port", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.port.detach", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_port", "properties": {"connection_type": "all_to_all"}}, {"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.detach"}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.port.detach"}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_port"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "reference_vnf_data_plane_port", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.port.detach", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.openstack.server_connected_to_port", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.cloudify_agent.delete": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.delete"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.stop"}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.delete"}, "creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.start"}, "cloudify.interfaces.cloudify_agent.create": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.create"}, "cloudify.interfaces.host.get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring_agent.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "cloudify.interfaces.monitoring_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.stop"}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "cloudify.interfaces.cloudify_agent.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.configure"}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.restart_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.restart"}, "get_state": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.create_amqp": {"inputs": {"install_agent_timeout": 300}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.create_agent_amqp"}, "restart": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.installer.operations.restart"}, "stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "cloudify.interfaces.validation.creation": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.creation_validation"}, "cloudify.interfaces.cloudify_agent.install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.cloudify_agent.stop_amqp": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.stop"}, "install_plugins": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "host_agent", "operation": "cloudify_agent.operations.install_plugins"}, "cloudify.interfaces.monitoring_agent.uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.start": {"inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "nova_plugin.server.start"}, "install": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.cloudify_agent.validate_amqp": {"inputs": {"validate_agent_timeout": 20}, "has_intrinsic_functions": false, "plugin": "agent", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "cloudify_agent.operations.validate_agent_amqp"}, "cloudify.interfaces.monitoring_agent.install": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "uninstall": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "name": "reference_vnf_host", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Compute", "cloudify.openstack.nodes.Server"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.monitoring_agent": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "install": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "uninstall": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.lifecycle": {"start": {"implementation": "openstack.nova_plugin.server.start", "inputs": {"private_key_path": "", "start_retry_interval": 30, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.nova_plugin.server.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "openstack.nova_plugin.server.stop", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.nova_plugin.server.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.nova_plugin.server.creation_validation", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.cloudify_agent": {"restart_amqp": {"implementation": "agent.cloudify_agent.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "configure": {"implementation": "agent.cloudify_agent.installer.operations.configure", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create_amqp": {"implementation": "agent.cloudify_agent.operations.create_agent_amqp", "inputs": {"install_agent_timeout": 300}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "create": {"implementation": "agent.cloudify_agent.installer.operations.create", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "install_plugins": {"implementation": "agent.cloudify_agent.operations.install_plugins", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}, "stop": {"implementation": "agent.cloudify_agent.installer.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "start": {"implementation": "agent.cloudify_agent.installer.operations.start", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "validate_amqp": {"implementation": "agent.cloudify_agent.operations.validate_agent_amqp", "inputs": {"validate_agent_timeout": 20}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "delete": {"implementation": "agent.cloudify_agent.installer.operations.delete", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "restart": {"implementation": "agent.cloudify_agent.installer.operations.restart", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "stop_amqp": {"implementation": "agent.cloudify_agent.operations.stop", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "host_agent"}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.host": {"get_state": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "reference_vnf_host", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}], "host_id": "reference_vnf_host", "type": "cloudify.openstack.nodes.Server", "properties": {"cloudify_agent": {}, "openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "resource_id": {"get_input": "reference_vnf_name"}, "ip": "", "image": {"get_input": "reference_vnf_image_id"}, "management_network_name": {"get_property": ["management_plane_network", "resource_id"]}, "create_if_missing": false, "server": {}, "agent_config": {"install_method": "remote", "port": 22}, "install_agent": false, "os_family": "linux", "flavor": {"get_input": "reference_vnf_flavor_id"}, "use_password": false, "use_external_resource": false}, "plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "host_agent", "distribution": null}]}], "scaling_groups": {}, "policy_triggers": {"cloudify.policies.triggers.execute_workflow": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/triggers/execute_workflow.clj", "parameters": {"workflow_parameters": {"default": {}, "description": "Workflow paramters"}, "force": {"default": false, "description": "Should the workflow be executed even when another execution\nfor the same workflow is currently in progress\n"}, "workflow": {"description": "Workflow name to execute"}, "socket_timeout": {"default": 1000, "description": "Socket timeout when making request to manager REST in ms"}, "allow_custom_parameters": {"default": false, "description": "Should parameters not defined in the workflow parameters\nschema be accepted\n"}, "conn_timeout": {"default": 1000, "description": "Connection timeout when making request to manager REST in ms"}}}}}, "id": "vrouter-opnfv"} 2018-08-01 06:10:23,281 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-01 06:10:23,281 - cloudify.rest_client.http - DEBUG - response header: Date: Wed, 01 Aug 2018 06:10:23 GMT 2018-08-01 06:10:23,282 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-01 06:10:23,282 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 258596 2018-08-01 06:10:23,282 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-01 06:10:23,295 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-01 06:10:23,299 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9292/v2/images/8f094f73-47bc-4a76-95f2-33c6280a61d0 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b7745d13c7b7486e50bf958e5174d217e3a9303c" 2018-08-01 06:10:25,072 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-aafb0a8d-8053-4d3a-92dd-63e1520f1102 Date: Wed, 01 Aug 2018 06:10: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-01 06:10:25,073 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/8f094f73-47bc-4a76-95f2-33c6280a61d0 used request id req-aafb0a8d-8053-4d3a-92dd-63e1520f1102 2018-08-01 06:10:25,073 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.77732086182s 2018-08-01 06:10:25,073 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/8f094f73-47bc-4a76-95f2-33c6280a61d0 used request id req-aafb0a8d-8053-4d3a-92dd-63e1520f1102 2018-08-01 06:10:25,074 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-01 06:10:25,076 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21: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}9bd0fb1e08e24056f610bf9477e912db7eda280d" 2018-08-01 06:10:25,299 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 06:10:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-65d8ac52-da77-4264-9730-e974951e0b34 x-compute-request-id: req-65d8ac52-da77-4264-9730-e974951e0b34 Content-Encoding: gzip Content-Length: 598 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vyos_vrouter-flavor_alt_a967c3e7-2399-45ac-a5ab-3aac5f918193", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/2ede1028-f30f-4b47-b09b-7a5e8396093e", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/2ede1028-f30f-4b47-b09b-7a5e8396093e", "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": "2ede1028-f30f-4b47-b09b-7a5e8396093e"}, {"name": "vyos_vrouter-flavor_a967c3e7-2399-45ac-a5ab-3aac5f918193", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/6f785ab9-9b98-4eba-acf6-8ba1ba761f0a", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/6f785ab9-9b98-4eba-acf6-8ba1ba761f0a", "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": "6f785ab9-9b98-4eba-acf6-8ba1ba761f0a"}, {"name": "shaker-flavor_ada014ec-51b2-4b16-abc8-039585ddedf9", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/80cad012-10a6-4ee0-be06-4098e5231e52", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/80cad012-10a6-4ee0-be06-4098e5231e52", "rel": "bookmark"}], "ram": 512, "OS-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": "80cad012-10a6-4ee0-be06-4098e5231e52"}, {"name": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/d408bbdd-eb67-4274-af5f-12cad1e36091", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/d408bbdd-eb67-4274-af5f-12cad1e36091", "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": "d408bbdd-eb67-4274-af5f-12cad1e36091"}, {"name": "vmtp-flavor_455f0502-39b9-4683-ab46-623f9d25bfec", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/e80222cd-7913-499f-adff-4da7988d266d", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/e80222cd-7913-499f-adff-4da7988d266d", "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": "e80222cd-7913-499f-adff-4da7988d266d"}]} 2018-08-01 06:10:25,299 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-65d8ac52-da77-4264-9730-e974951e0b34 2018-08-01 06:10:25,299 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.225714921951s 2018-08-01 06:10:25,300 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-65d8ac52-da77-4264-9730-e974951e0b34 2018-08-01 06:10:25,303 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-01 06:10:25,306 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:8774/v2.1/flavors/2ede1028-f30f-4b47-b09b-7a5e8396093e -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9bd0fb1e08e24056f610bf9477e912db7eda280d" 2018-08-01 06:10:25,351 - keystoneauth.session - DEBUG - RESP: [202] Date: Wed, 01 Aug 2018 06:10:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-7e467ad8-fc21-44db-9ff2-6a37b89a99a6 x-compute-request-id: req-7e467ad8-fc21-44db-9ff2-6a37b89a99a6 Content-Length: 0 Content-Type: application/json 2018-08-01 06:10:25,352 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/2ede1028-f30f-4b47-b09b-7a5e8396093e used request id req-7e467ad8-fc21-44db-9ff2-6a37b89a99a6 2018-08-01 06:10:25,352 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0481390953064s 2018-08-01 06:10:25,352 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/2ede1028-f30f-4b47-b09b-7a5e8396093e used request id req-7e467ad8-fc21-44db-9ff2-6a37b89a99a6 2018-08-01 06:10:25,355 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-08-01 06:10:25,355 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/floatingips/9f2cceb9-837d-438a-8b6c-042d08e39aaf.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b7745d13c7b7486e50bf958e5174d217e3a9303c" 2018-08-01 06:10:26,591 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-ca0dc1c5-c657-432c-b952-327c9a105865 Content-Length: 0 Date: Wed, 01 Aug 2018 06:10:26 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-01 06:10:26,591 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/floatingips/9f2cceb9-837d-438a-8b6c-042d08e39aaf.json used request id req-ca0dc1c5-c657-432c-b952-327c9a105865 2018-08-01 06:10:26,591 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 1.23645210266s 2018-08-01 06:10:26,592 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/floatingips/9f2cceb9-837d-438a-8b6c-042d08e39aaf.json used request id req-ca0dc1c5-c657-432c-b952-327c9a105865 2018-08-01 06:10:26,597 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-01 06:10:26,597 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}b7745d13c7b7486e50bf958e5174d217e3a9303c" 2018-08-01 06:10:26,825 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-0c207dfc-c30d-4472-a6b6-38ce2be6b62b Date: Wed, 01 Aug 2018 06:10:26 GMT RESP BODY: {"floatingips": []} 2018-08-01 06:10:26,826 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-0c207dfc-c30d-4472-a6b6-38ce2be6b62b 2018-08-01 06:10:26,826 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.228566884995s 2018-08-01 06:10:26,826 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-0c207dfc-c30d-4472-a6b6-38ce2be6b62b 2018-08-01 06:10:26,827 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-08-01 06:10:26,829 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:8774/v2.1/servers/4301c503-0fbf-47d8-9dff-826067ae474f -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b7745d13c7b7486e50bf958e5174d217e3a9303c" 2018-08-01 06:10:26,985 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 01 Aug 2018 06:10:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-233e5c04-a4a8-4d58-a139-f0aef9067ce8 x-compute-request-id: req-233e5c04-a4a8-4d58-a139-f0aef9067ce8 Content-Type: application/json 2018-08-01 06:10:26,985 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/servers/4301c503-0fbf-47d8-9dff-826067ae474f used request id req-233e5c04-a4a8-4d58-a139-f0aef9067ce8 2018-08-01 06:10:26,985 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.157871961594s 2018-08-01 06:10:26,985 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/servers/4301c503-0fbf-47d8-9dff-826067ae474f used request id req-233e5c04-a4a8-4d58-a139-f0aef9067ce8 2018-08-01 06:10:26,986 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-01 06:10:26,988 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b7745d13c7b7486e50bf958e5174d217e3a9303c" 2018-08-01 06:10:27,853 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 06:10:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6b89507b-fec2-4001-b130-2267fddece03 x-compute-request-id: req-6b89507b-fec2-4001-b130-2267fddece03 Content-Encoding: gzip Content-Length: 775 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"vyos_vrouter-net_a967c3e7-2399-45ac-a5ab-3aac5f918193": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:69:5a:1a", "version": 4, "addr": "192.168.120.17", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:69:5a:1a", "version": 4, "addr": "172.30.9.217", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.21:8774/v2.1/servers/4301c503-0fbf-47d8-9dff-826067ae474f", "rel": "self"}, {"href": "http://172.30.9.21:8774/servers/4301c503-0fbf-47d8-9dff-826067ae474f", "rel": "bookmark"}], "image": {"id": "7090a0bc-12ad-4ad4-a666-23d9710e2007", "links": [{"href": "http://172.30.9.21:8774/images/7090a0bc-12ad-4ad4-a666-23d9710e2007", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-01T05:58:05.000000", "flavor": {"id": "6f785ab9-9b98-4eba-acf6-8ba1ba761f0a", "links": [{"href": "http://172.30.9.21:8774/flavors/6f785ab9-9b98-4eba-acf6-8ba1ba761f0a", "rel": "bookmark"}]}, "id": "4301c503-0fbf-47d8-9dff-826067ae474f", "security_groups": [{"name": "vyos_vrouter-sg_a967c3e7-2399-45ac-a5ab-3aac5f918193"}], "user_id": "c86b920534874098899eb828f0490338", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-01T06:10:26Z", "hostId": "ed9b9e6861f0960a5540e3c8d8492037cb4ae1ccf6d3a76978b9c965", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_a967c3e7-2399-45ac-a5ab-3aac5f918193", "name": "vyos_vrouter-vm_a967c3e7-2399-45ac-a5ab-3aac5f918193", "created": "2018-08-01T05:56:01Z", "tenant_id": "b3bd489e2d434bf0819a8445cb7200ba", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-01 06:10:27,853 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-6b89507b-fec2-4001-b130-2267fddece03 2018-08-01 06:10:27,853 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.867084026337s 2018-08-01 06:10:27,853 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-6b89507b-fec2-4001-b130-2267fddece03 2018-08-01 06:10:27,854 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-01 06:10:29,857 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-01 06:10:29,860 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b7745d13c7b7486e50bf958e5174d217e3a9303c" 2018-08-01 06:10:29,944 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 06:10:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-ade1bdff-e814-4ca9-a36f-15b248e5f0a3 x-compute-request-id: req-ade1bdff-e814-4ca9-a36f-15b248e5f0a3 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-08-01 06:10:29,944 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-ade1bdff-e814-4ca9-a36f-15b248e5f0a3 2018-08-01 06:10:29,944 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.0874080657959s 2018-08-01 06:10:29,945 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/servers/detail used request id req-ade1bdff-e814-4ca9-a36f-15b248e5f0a3 2018-08-01 06:10:29,948 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-01 06:10:29,948 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}b7745d13c7b7486e50bf958e5174d217e3a9303c" 2018-08-01 06:10:30,005 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 7329 X-Openstack-Request-Id: req-2ca9caf1-8b58-43a8-8806-95c8320ad573 Date: Wed, 01 Aug 2018 06:10:29 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "b3bd489e2d434bf0819a8445cb7200ba", "created_at": "2018-08-01T05:54:24Z", "updated_at": "2018-08-01T05:59:15Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-01T05:59:15Z", "revision_number": 0, "id": "3ae44808-1489-4b79-9359-8e05dd813948", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-01T05:59:15Z", "security_group_id": "1dce6d46-b7bc-449e-a577-e728bada0982", "tenant_id": "b3bd489e2d434bf0819a8445cb7200ba", "port_range_min": 22, "ethertype": "IPv4", "project_id": "b3bd489e2d434bf0819a8445cb7200ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-01T05:54:24Z", "revision_number": 0, "id": "44059d20-8d09-4d5f-aca5-be6cff13ed1c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-01T05:54:24Z", "security_group_id": "1dce6d46-b7bc-449e-a577-e728bada0982", "tenant_id": "b3bd489e2d434bf0819a8445cb7200ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "b3bd489e2d434bf0819a8445cb7200ba"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-01T05:54:24Z", "revision_number": 0, "id": "77f84e71-7047-4af4-95d9-740aa0135f0c", "remote_group_id": "1dce6d46-b7bc-449e-a577-e728bada0982", "remote_ip_prefix": null, "created_at": "2018-08-01T05:54:24Z", "security_group_id": "1dce6d46-b7bc-449e-a577-e728bada0982", "tenant_id": "b3bd489e2d434bf0819a8445cb7200ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "b3bd489e2d434bf0819a8445cb7200ba"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-01T05:54:24Z", "revision_number": 0, "id": "8e58fe83-188e-4d05-9253-7dc696eef662", "remote_group_id": "1dce6d46-b7bc-449e-a577-e728bada0982", "remote_ip_prefix": null, "created_at": "2018-08-01T05:54:24Z", "security_group_id": "1dce6d46-b7bc-449e-a577-e728bada0982", "tenant_id": "b3bd489e2d434bf0819a8445cb7200ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "b3bd489e2d434bf0819a8445cb7200ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-01T05:54:24Z", "revision_number": 0, "id": "f1372f78-7676-4feb-a55b-3939dc50bcd4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-01T05:54:24Z", "security_group_id": "1dce6d46-b7bc-449e-a577-e728bada0982", "tenant_id": "b3bd489e2d434bf0819a8445cb7200ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "b3bd489e2d434bf0819a8445cb7200ba"}], "revision_number": 2, "project_id": "b3bd489e2d434bf0819a8445cb7200ba", "id": "1dce6d46-b7bc-449e-a577-e728bada0982", "name": "default"}, {"description": "created by OPNFV Functest (vyos_vrouter)", "tags": [], "tenant_id": "b3bd489e2d434bf0819a8445cb7200ba", "created_at": "2018-08-01T05:55:53Z", "updated_at": "2018-08-01T05:55:56Z", "security_group_rules": [{"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-01T05:55:54Z", "revision_number": 0, "id": "2531c4e0-cd46-491c-9316-0724a22ac4ca", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-01T05:55:54Z", "security_group_id": "fe75f8c0-ca34-4ace-a480-815f726e4f4f", "tenant_id": "b3bd489e2d434bf0819a8445cb7200ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "b3bd489e2d434bf0819a8445cb7200ba"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 5671, "updated_at": "2018-08-01T05:55:56Z", "revision_number": 0, "id": "4a3f92c4-d35a-4e46-8327-e83adfb10f86", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-01T05:55:56Z", "security_group_id": "fe75f8c0-ca34-4ace-a480-815f726e4f4f", "tenant_id": "b3bd489e2d434bf0819a8445cb7200ba", "port_range_min": 5671, "ethertype": "IPv4", "project_id": "b3bd489e2d434bf0819a8445cb7200ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-01T05:55:53Z", "revision_number": 0, "id": "4af93ed6-eaba-4283-9edb-c7a0a6fb192e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-01T05:55:53Z", "security_group_id": "fe75f8c0-ca34-4ace-a480-815f726e4f4f", "tenant_id": "b3bd489e2d434bf0819a8445cb7200ba", "port_range_min": null, "ethertype": "IPv6", "project_id": "b3bd489e2d434bf0819a8445cb7200ba"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 443, "updated_at": "2018-08-01T05:55:55Z", "revision_number": 0, "id": "a0cffde5-8bb8-4a1a-88e9-eeee98b07aea", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-01T05:55:55Z", "security_group_id": "fe75f8c0-ca34-4ace-a480-815f726e4f4f", "tenant_id": "b3bd489e2d434bf0819a8445cb7200ba", "port_range_min": 443, "ethertype": "IPv4", "project_id": "b3bd489e2d434bf0819a8445cb7200ba"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 53333, "updated_at": "2018-08-01T05:55:56Z", "revision_number": 0, "id": "ad75eec2-9469-4458-ac0b-d8326ba4b8be", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-01T05:55:56Z", "security_group_id": "fe75f8c0-ca34-4ace-a480-815f726e4f4f", "tenant_id": "b3bd489e2d434bf0819a8445cb7200ba", "port_range_min": 53333, "ethertype": "IPv4", "project_id": "b3bd489e2d434bf0819a8445cb7200ba"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-08-01T05:55:55Z", "revision_number": 0, "id": "b71dfc08-a5c0-41f2-927e-60ff59d943ad", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-01T05:55:55Z", "security_group_id": "fe75f8c0-ca34-4ace-a480-815f726e4f4f", "tenant_id": "b3bd489e2d434bf0819a8445cb7200ba", "port_range_min": 80, "ethertype": "IPv4", "project_id": "b3bd489e2d434bf0819a8445cb7200ba"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-01T05:55:53Z", "revision_number": 0, "id": "c99d2649-c8e6-4fb9-9ffd-1eb8117e0c92", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-01T05:55:53Z", "security_group_id": "fe75f8c0-ca34-4ace-a480-815f726e4f4f", "tenant_id": "b3bd489e2d434bf0819a8445cb7200ba", "port_range_min": 22, "ethertype": "IPv4", "project_id": "b3bd489e2d434bf0819a8445cb7200ba"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-01T05:55:53Z", "revision_number": 0, "id": "df966d7b-b922-42c7-9d71-317805937216", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-01T05:55:53Z", "security_group_id": "fe75f8c0-ca34-4ace-a480-815f726e4f4f", "tenant_id": "b3bd489e2d434bf0819a8445cb7200ba", "port_range_min": null, "ethertype": "IPv4", "project_id": "b3bd489e2d434bf0819a8445cb7200ba"}], "revision_number": 7, "project_id": "b3bd489e2d434bf0819a8445cb7200ba", "id": "fe75f8c0-ca34-4ace-a480-815f726e4f4f", "name": "vyos_vrouter-sg_a967c3e7-2399-45ac-a5ab-3aac5f918193"}]} 2018-08-01 06:10:30,006 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-2ca9caf1-8b58-43a8-8806-95c8320ad573 2018-08-01 06:10:30,006 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0580070018768s 2018-08-01 06:10:30,007 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/security-groups.json used request id req-2ca9caf1-8b58-43a8-8806-95c8320ad573 2018-08-01 06:10:30,011 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-08-01 06:10:30,011 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/security-groups/fe75f8c0-ca34-4ace-a480-815f726e4f4f.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b7745d13c7b7486e50bf958e5174d217e3a9303c" 2018-08-01 06:10:30,310 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-ece5f217-7e2b-40c6-84a3-91e2604785f3 Content-Length: 0 Date: Wed, 01 Aug 2018 06:10:30 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-01 06:10:30,310 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/fe75f8c0-ca34-4ace-a480-815f726e4f4f.json used request id req-ece5f217-7e2b-40c6-84a3-91e2604785f3 2018-08-01 06:10:30,310 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.299030065536s 2018-08-01 06:10:30,310 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/security-groups/fe75f8c0-ca34-4ace-a480-815f726e4f4f.json used request id req-ece5f217-7e2b-40c6-84a3-91e2604785f3 2018-08-01 06:10:30,311 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-08-01 06:10:30,313 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:8774/v2.1/os-keypairs/vyos_vrouter-kp_a967c3e7-2399-45ac-a5ab-3aac5f918193 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b7745d13c7b7486e50bf958e5174d217e3a9303c" 2018-08-01 06:10:30,376 - keystoneauth.session - DEBUG - RESP: [202] Date: Wed, 01 Aug 2018 06:10: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-f4722d4d-4623-4ff7-afea-517efa4937cb x-compute-request-id: req-f4722d4d-4623-4ff7-afea-517efa4937cb Content-Length: 0 Content-Type: application/json 2018-08-01 06:10:30,377 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/os-keypairs/vyos_vrouter-kp_a967c3e7-2399-45ac-a5ab-3aac5f918193 used request id req-f4722d4d-4623-4ff7-afea-517efa4937cb 2018-08-01 06:10:30,377 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.065808057785s 2018-08-01 06:10:30,377 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/os-keypairs/vyos_vrouter-kp_a967c3e7-2399-45ac-a5ab-3aac5f918193 used request id req-f4722d4d-4623-4ff7-afea-517efa4937cb 2018-08-01 06:10:30,377 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-01 06:10:30,378 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9696/v2.0/routers/7839c36d-310d-4656-a176-b493ac12485a/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}b7745d13c7b7486e50bf958e5174d217e3a9303c" -d '{"subnet_id": "e5382b28-f268-42b4-88ed-46ff31ab9c60"}' 2018-08-01 06:10:32,510 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-cb190e80-595a-45a9-b503-8a2bdbb40a01 Date: Wed, 01 Aug 2018 06:10:32 GMT RESP BODY: {"network_id": "5dea9e8c-2856-4850-8fe8-dd426118a2a0", "tenant_id": "b3bd489e2d434bf0819a8445cb7200ba", "subnet_id": "e5382b28-f268-42b4-88ed-46ff31ab9c60", "subnet_ids": ["e5382b28-f268-42b4-88ed-46ff31ab9c60"], "port_id": "d44291e2-64c2-45a8-b357-3f5245034676", "id": "7839c36d-310d-4656-a176-b493ac12485a"} 2018-08-01 06:10:32,511 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/7839c36d-310d-4656-a176-b493ac12485a/remove_router_interface.json used request id req-cb190e80-595a-45a9-b503-8a2bdbb40a01 2018-08-01 06:10:32,511 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 2.1331319809s 2018-08-01 06:10:32,511 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/7839c36d-310d-4656-a176-b493ac12485a/remove_router_interface.json used request id req-cb190e80-595a-45a9-b503-8a2bdbb40a01 returning object 7839c36d-310d-4656-a176-b493ac12485a 2018-08-01 06:10:32,511 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-01 06:10:32,512 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}b7745d13c7b7486e50bf958e5174d217e3a9303c" 2018-08-01 06:10:32,838 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 626 X-Openstack-Request-Id: req-860f3130-3837-4a1c-b931-6859a1cc1244 Date: Wed, 01 Aug 2018 06:10:32 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "e06facf3-a24e-40d5-a5ce-a0901a6e4875", "ip_address": "172.30.9.218"}]}, "description": "", "tags": [], "tenant_id": "b3bd489e2d434bf0819a8445cb7200ba", "created_at": "2018-08-01T05:54:26Z", "admin_state_up": true, "updated_at": "2018-08-01T06:10:31Z", "revision_number": 4, "routes": [], "project_id": "b3bd489e2d434bf0819a8445cb7200ba", "id": "7839c36d-310d-4656-a176-b493ac12485a", "name": "vyos_vrouter-router_a967c3e7-2399-45ac-a5ab-3aac5f918193"}]} 2018-08-01 06:10:32,838 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-860f3130-3837-4a1c-b931-6859a1cc1244 2018-08-01 06:10:32,838 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.327079057693s 2018-08-01 06:10:32,839 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-860f3130-3837-4a1c-b931-6859a1cc1244 2018-08-01 06:10:32,840 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-01 06:10:32,841 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/routers/7839c36d-310d-4656-a176-b493ac12485a.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b7745d13c7b7486e50bf958e5174d217e3a9303c" 2018-08-01 06:10:34,220 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-e797d7ea-0f0d-48ce-8cc7-ee38763f8c54 Content-Length: 0 Date: Wed, 01 Aug 2018 06:10:34 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-01 06:10:34,220 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/routers/7839c36d-310d-4656-a176-b493ac12485a.json used request id req-e797d7ea-0f0d-48ce-8cc7-ee38763f8c54 2018-08-01 06:10:34,221 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.38023281097s 2018-08-01 06:10:34,221 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/routers/7839c36d-310d-4656-a176-b493ac12485a.json used request id req-e797d7ea-0f0d-48ce-8cc7-ee38763f8c54 2018-08-01 06:10:34,221 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-01 06:10:34,221 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}b7745d13c7b7486e50bf958e5174d217e3a9303c" 2018-08-01 06:10:34,272 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 683 X-Openstack-Request-Id: req-c1d6f4fe-48d6-45fe-9c20-771936d0fecc Date: Wed, 01 Aug 2018 06:10:34 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5dea9e8c-2856-4850-8fe8-dd426118a2a0","tenant_id":"b3bd489e2d434bf0819a8445cb7200ba","created_at":"2018-08-01T05:54:25Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-01T05:54:25Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"b3bd489e2d434bf0819a8445cb7200ba","id":"e5382b28-f268-42b4-88ed-46ff31ab9c60","subnetpool_id":null,"name":"vyos_vrouter-subnet_a967c3e7-2399-45ac-a5ab-3aac5f918193"}]} 2018-08-01 06:10:34,272 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-c1d6f4fe-48d6-45fe-9c20-771936d0fecc 2018-08-01 06:10:34,272 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0508689880371s 2018-08-01 06:10:34,272 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-c1d6f4fe-48d6-45fe-9c20-771936d0fecc 2018-08-01 06:10:34,274 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-01 06:10:34,274 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/subnets/e5382b28-f268-42b4-88ed-46ff31ab9c60.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b7745d13c7b7486e50bf958e5174d217e3a9303c" 2018-08-01 06:10:36,906 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-92d436bc-9c1e-490f-8c3a-b81c4b33ed11 Date: Wed, 01 Aug 2018 06:10:36 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-01 06:10:36,906 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/e5382b28-f268-42b4-88ed-46ff31ab9c60.json used request id req-92d436bc-9c1e-490f-8c3a-b81c4b33ed11 2018-08-01 06:10:36,906 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.63262701035s 2018-08-01 06:10:36,907 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/e5382b28-f268-42b4-88ed-46ff31ab9c60.json used request id req-92d436bc-9c1e-490f-8c3a-b81c4b33ed11 2018-08-01 06:10:36,907 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-01 06:10:36,908 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b7745d13c7b7486e50bf958e5174d217e3a9303c" 2018-08-01 06:10:37,035 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1157 X-Openstack-Request-Id: req-d22cd4aa-ae24-4cf5-bad0-6cf52f42f7e3 Date: Wed, 01 Aug 2018 06:10:37 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":["e06facf3-a24e-40d5-a5ce-a0901a6e4875"],"updated_at":"2018-08-01T03:28:20Z","tenant_id":"89443fd7c5cf4259bed71fca1c3fe619","created_at":"2018-08-01T03:28:13Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"89443fd7c5cf4259bed71fca1c3fe619","id":"262fe7ec-b437-40b8-908b-6eb66c149655","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-01T06:10:36Z","tenant_id":"b3bd489e2d434bf0819a8445cb7200ba","created_at":"2018-08-01T05:54:24Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"b3bd489e2d434bf0819a8445cb7200ba","id":"5dea9e8c-2856-4850-8fe8-dd426118a2a0","name":"vyos_vrouter-net_a967c3e7-2399-45ac-a5ab-3aac5f918193"}]} 2018-08-01 06:10:37,035 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-d22cd4aa-ae24-4cf5-bad0-6cf52f42f7e3 2018-08-01 06:10:37,035 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.127992868423s 2018-08-01 06:10:37,036 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-d22cd4aa-ae24-4cf5-bad0-6cf52f42f7e3 2018-08-01 06:10:37,037 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-01 06:10:37,037 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/networks/5dea9e8c-2856-4850-8fe8-dd426118a2a0.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b7745d13c7b7486e50bf958e5174d217e3a9303c" 2018-08-01 06:10:38,663 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-b0c264c4-f0a8-4d1a-b7de-41eb3fdbccd3 Date: Wed, 01 Aug 2018 06:10:38 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-01 06:10:38,663 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/5dea9e8c-2856-4850-8fe8-dd426118a2a0.json used request id req-b0c264c4-f0a8-4d1a-b7de-41eb3fdbccd3 2018-08-01 06:10:38,664 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.62656188011s 2018-08-01 06:10:38,664 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/networks/5dea9e8c-2856-4850-8fe8-dd426118a2a0.json used request id req-b0c264c4-f0a8-4d1a-b7de-41eb3fdbccd3 2018-08-01 06:10:38,668 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-01 06:10:38,672 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b7745d13c7b7486e50bf958e5174d217e3a9303c" 2018-08-01 06:10:39,306 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1208 Content-Type: application/json X-Openstack-Request-Id: req-a5b13884-ed7d-4b9d-be8e-87a6ec2352c8 Date: Wed, 01 Aug 2018 06:10:39 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://1c426f71-e315-470f-a765-a4a983e8d919/images/7090a0bc-12ad-4ad4-a666-23d9710e2007/snap", "metadata": {}}], "file": "/v2/images/7090a0bc-12ad-4ad4-a666-23d9710e2007/file", "owner": "b3bd489e2d434bf0819a8445cb7200ba", "id": "7090a0bc-12ad-4ad4-a666-23d9710e2007", "size": 4373348352, "self": "/v2/images/7090a0bc-12ad-4ad4-a666-23d9710e2007", "disk_format": "qcow2", "direct_url": "rbd://1c426f71-e315-470f-a765-a4a983e8d919/images/7090a0bc-12ad-4ad4-a666-23d9710e2007/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "updated_at": "2018-08-01T05:55:52Z", "visibility": "private", "owner_specified.shade.object": "images/vyos_vrouter-img_a967c3e7-2399-45ac-a5ab-3aac5f918193", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "vyos_vrouter-img_a967c3e7-2399-45ac-a5ab-3aac5f918193", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "created_at": "2018-08-01T05:54:53Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-01 06:10:39,306 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-a5b13884-ed7d-4b9d-be8e-87a6ec2352c8 2018-08-01 06:10:39,307 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.638566017151s 2018-08-01 06:10:39,307 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-a5b13884-ed7d-4b9d-be8e-87a6ec2352c8 2018-08-01 06:10:39,308 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-01 06:10:39,312 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9292/v2/images/7090a0bc-12ad-4ad4-a666-23d9710e2007 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b7745d13c7b7486e50bf958e5174d217e3a9303c" 2018-08-01 06:10:41,491 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-76f53a0b-212b-473f-9669-56ab1b8f1568 Date: Wed, 01 Aug 2018 06:10: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-01 06:10:41,492 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/7090a0bc-12ad-4ad4-a666-23d9710e2007 used request id req-76f53a0b-212b-473f-9669-56ab1b8f1568 2018-08-01 06:10:41,492 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 2.18310403824s 2018-08-01 06:10:41,492 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/7090a0bc-12ad-4ad4-a666-23d9710e2007 used request id req-76f53a0b-212b-473f-9669-56ab1b8f1568 2018-08-01 06:10:41,492 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-01 06:10:41,495 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21: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}9bd0fb1e08e24056f610bf9477e912db7eda280d" 2018-08-01 06:10:41,520 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 06:10: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-5b3b6c17-92a4-4574-8c87-4611b1e8ceb8 x-compute-request-id: req-5b3b6c17-92a4-4574-8c87-4611b1e8ceb8 Content-Encoding: gzip Content-Length: 552 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vyos_vrouter-flavor_a967c3e7-2399-45ac-a5ab-3aac5f918193", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/6f785ab9-9b98-4eba-acf6-8ba1ba761f0a", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/6f785ab9-9b98-4eba-acf6-8ba1ba761f0a", "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": "6f785ab9-9b98-4eba-acf6-8ba1ba761f0a"}, {"name": "shaker-flavor_ada014ec-51b2-4b16-abc8-039585ddedf9", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/80cad012-10a6-4ee0-be06-4098e5231e52", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/80cad012-10a6-4ee0-be06-4098e5231e52", "rel": "bookmark"}], "ram": 512, "OS-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": "80cad012-10a6-4ee0-be06-4098e5231e52"}, {"name": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/d408bbdd-eb67-4274-af5f-12cad1e36091", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/d408bbdd-eb67-4274-af5f-12cad1e36091", "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": "d408bbdd-eb67-4274-af5f-12cad1e36091"}, {"name": "vmtp-flavor_455f0502-39b9-4683-ab46-623f9d25bfec", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/e80222cd-7913-499f-adff-4da7988d266d", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/e80222cd-7913-499f-adff-4da7988d266d", "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": "e80222cd-7913-499f-adff-4da7988d266d"}]} 2018-08-01 06:10:41,520 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-5b3b6c17-92a4-4574-8c87-4611b1e8ceb8 2018-08-01 06:10:41,521 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.027960062027s 2018-08-01 06:10:41,521 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-5b3b6c17-92a4-4574-8c87-4611b1e8ceb8 2018-08-01 06:10:41,524 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-01 06:10:41,527 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:8774/v2.1/flavors/6f785ab9-9b98-4eba-acf6-8ba1ba761f0a -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9bd0fb1e08e24056f610bf9477e912db7eda280d" 2018-08-01 06:10:41,560 - keystoneauth.session - DEBUG - RESP: [202] Date: Wed, 01 Aug 2018 06:10:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-5cef2626-ed87-479b-ade9-413e08632585 x-compute-request-id: req-5cef2626-ed87-479b-ade9-413e08632585 Content-Length: 0 Content-Type: application/json 2018-08-01 06:10:41,561 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/6f785ab9-9b98-4eba-acf6-8ba1ba761f0a used request id req-5cef2626-ed87-479b-ade9-413e08632585 2018-08-01 06:10:41,561 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0368900299072s 2018-08-01 06:10:41,561 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/6f785ab9-9b98-4eba-acf6-8ba1ba761f0a used request id req-5cef2626-ed87-479b-ade9-413e08632585 2018-08-01 06:10:41,562 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-01 06:10:41,565 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}9bd0fb1e08e24056f610bf9477e912db7eda280d" 2018-08-01 06:10:41,685 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 06:10:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a3ec9750-14c0-481b-b2d3-23496370bfdb Content-Encoding: gzip Content-Length: 841 Content-Type: application/json RESP BODY: {"users": [{"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/0f8a0650d1a846e88ba44704b50255c1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0f8a0650d1a846e88ba44704b50255c1", "email": "glance@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/130b7ea936644204a37124e676ddf428"}, "domain_id": "default", "enabled": true, "options": {}, "id": "130b7ea936644204a37124e676ddf428", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/1476f1d37caa49ec90baf29b9d92850d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1476f1d37caa49ec90baf29b9d92850d", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/386874e6c2464a43ba93f0248a95595b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "386874e6c2464a43ba93f0248a95595b", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/3cb1fd184ec34300aba849c010464d1a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3cb1fd184ec34300aba849c010464d1a", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/749556e27c83423fb69e649d00450103"}, "domain_id": "default", "enabled": true, "options": {}, "id": "749556e27c83423fb69e649d00450103", "email": "admin@example.com", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.21:5000/v3/users/b6122bbf2037491bb9db6c47618110d1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b6122bbf2037491bb9db6c47618110d1", "email": "swift@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/c09ff16c1a614c8bbc73ec74064357a4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c09ff16c1a614c8bbc73ec74064357a4", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/c1daa0d43666493abbd83fb1577cff74"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c1daa0d43666493abbd83fb1577cff74", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "vyos_vrouter-user_a967c3e7-2399-45ac-a5ab-3aac5f918193", "links": {"self": "http://172.30.9.21:5000/v3/users/c86b920534874098899eb828f0490338"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "c86b920534874098899eb828f0490338", "domain_id": "default", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/d1cc4ab5045f48be8e12d229b3b59cac"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d1cc4ab5045f48be8e12d229b3b59cac", "email": "cinder@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.21:5000/v3/users/d32629a0e7364688b6a82d496d6e354d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d32629a0e7364688b6a82d496d6e354d", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/d5ee6c90793c4cbeb762d8c68db45d5c"}, "domain_id": "cc40371ace4f4c2e9452fa2c52c1368e", "enabled": true, "options": {}, "id": "d5ee6c90793c4cbeb762d8c68db45d5c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/d91fd39b379e480e825eb2aa75b847b7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d91fd39b379e480e825eb2aa75b847b7", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/ecd8a45bf2844011921c3e9caab06794"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ecd8a45bf2844011921c3e9caab06794", "email": "heat@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-08-01 06:10:41,686 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-a3ec9750-14c0-481b-b2d3-23496370bfdb 2018-08-01 06:10:41,686 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.124058961868s 2018-08-01 06:10:41,686 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-a3ec9750-14c0-481b-b2d3-23496370bfdb 2018-08-01 06:10:41,692 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-01 06:10:41,695 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/users/c86b920534874098899eb828f0490338 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9bd0fb1e08e24056f610bf9477e912db7eda280d" 2018-08-01 06:10:41,827 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 06:10:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6b615c47-fc56-48ad-8313-fc4d0189937b Content-Encoding: gzip Content-Length: 229 Content-Type: application/json RESP BODY: {"user": {"name": "vyos_vrouter-user_a967c3e7-2399-45ac-a5ab-3aac5f918193", "links": {"self": "http://172.30.9.21:5000/v3/users/c86b920534874098899eb828f0490338"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "c86b920534874098899eb828f0490338", "description": null}} 2018-08-01 06:10:41,827 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users/c86b920534874098899eb828f0490338 used request id req-6b615c47-fc56-48ad-8313-fc4d0189937b 2018-08-01 06:10:41,827 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.134809017181s 2018-08-01 06:10:41,827 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users/c86b920534874098899eb828f0490338 used request id req-6b615c47-fc56-48ad-8313-fc4d0189937b 2018-08-01 06:10:41,828 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-08-01 06:10:41,831 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:5000/v3/users/c86b920534874098899eb828f0490338 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9bd0fb1e08e24056f610bf9477e912db7eda280d" 2018-08-01 06:10:42,051 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 01 Aug 2018 06:10:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6ba37128-009f-4758-9134-2f028cb32538 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-01 06:10:42,052 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/c86b920534874098899eb828f0490338 used request id req-6ba37128-009f-4758-9134-2f028cb32538 2018-08-01 06:10:42,052 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.223604917526s 2018-08-01 06:10:42,052 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/c86b920534874098899eb828f0490338 used request id req-6ba37128-009f-4758-9134-2f028cb32538 2018-08-01 06:10:42,058 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-01 06:10:42,061 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}9bd0fb1e08e24056f610bf9477e912db7eda280d" 2018-08-01 06:10:42,172 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 06:10:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4c0d3437-18d1-419b-baa0-65993f5f2027 Content-Encoding: gzip Content-Length: 502 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/89443fd7c5cf4259bed71fca1c3fe619"}, "tags": [], "enabled": true, "id": "89443fd7c5cf4259bed71fca1c3fe619", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/90aa95516c664aef94b667c55fdaffe9"}, "tags": [], "enabled": true, "id": "90aa95516c664aef94b667c55fdaffe9", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: vyos_vrouter", "links": {"self": "http://172.30.9.21:5000/v3/projects/b3bd489e2d434bf0819a8445cb7200ba"}, "tags": [], "enabled": true, "id": "b3bd489e2d434bf0819a8445cb7200ba", "parent_id": "default", "domain_id": "default", "name": "vyos_vrouter-project_a967c3e7-2399-45ac-a5ab-3aac5f918193"}, {"is_domain": false, "description": "Heat stack user project", "links": {"self": "http://172.30.9.21:5000/v3/projects/d5489dd75d234c748c2670b956cd3e53"}, "tags": [], "enabled": true, "id": "d5489dd75d234c748c2670b956cd3e53", "parent_id": "cc40371ace4f4c2e9452fa2c52c1368e", "domain_id": "cc40371ace4f4c2e9452fa2c52c1368e", "name": "cb07e8418d69451592b95ae8f2017d7c-8eebdb6c-dbef-4c2c-b53d-05028f6"}]} 2018-08-01 06:10:42,172 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects used request id req-4c0d3437-18d1-419b-baa0-65993f5f2027 2018-08-01 06:10:42,172 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.114171028137s 2018-08-01 06:10:42,172 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects used request id req-4c0d3437-18d1-419b-baa0-65993f5f2027 2018-08-01 06:10:42,177 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-08-01 06:10:42,180 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:5000/v3/projects/b3bd489e2d434bf0819a8445cb7200ba -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9bd0fb1e08e24056f610bf9477e912db7eda280d" 2018-08-01 06:10:42,349 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 01 Aug 2018 06:10:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-455074f3-37bf-4183-8a7a-00bc19a56de5 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-01 06:10:42,349 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/b3bd489e2d434bf0819a8445cb7200ba used request id req-455074f3-37bf-4183-8a7a-00bc19a56de5 2018-08-01 06:10:42,349 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.17240691185s 2018-08-01 06:10:42,349 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/b3bd489e2d434bf0819a8445cb7200ba used request id req-455074f3-37bf-4183-8a7a-00bc19a56de5 2018-08-01 06:10:42,375 - xtesting.ci.run_tests - INFO - Loading test case 'juju_epc'... 2018-08-01 06:10:42,400 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-01 06:10:42,400 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-01 06:10:42,400 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-01 06:10:42,400 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-01 06:10:42,400 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-01 06:10:42,400 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-01 06:10:42,400 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-01 06:10:42,400 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-01 06:10:42,401 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-01 06:10:42,401 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-01 06:10:42,401 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-01 06:10:42,401 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-01 06:10:42,401 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-01 06:10:42,401 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-01 06:10:42,401 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-01 06:10:42,401 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-01 06:10:42,401 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-01 06:10:42,401 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-01 06:10:42,401 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-01 06:10:42,401 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-01 06:10:42,402 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-01 06:10:42,402 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-01 06:10:42,403 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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-01 06:10:42,408 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 06:10:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0ca729d9-7a94-4986-b6ce-22b8b5c8141f Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-01 06:10:42,409 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-0ca729d9-7a94-4986-b6ce-22b8b5c8141f 2018-08-01 06:10:42,409 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-08-01 06:10:42,809 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ed1e3c9b852e426e8d791112d2fd4701", "name": "member"}, {"id": "147f18c7e1e349fc8e383440249c4c73", "name": "reader"}, {"id": "86fab6e3eccc4f5f9bd58caee92e2693", "name": "admin"}], "expires_at": "2018-08-01T07:10:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "90aa95516c664aef94b667c55fdaffe9", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:8004/v1/90aa95516c664aef94b667c55fdaffe9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5af2a23f0d4746a18ce9987becf49813"}, {"url": "http://192.30.9.7:8004/v1/90aa95516c664aef94b667c55fdaffe9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d6722b9f2184abb8e7b581d10709b51"}, {"url": "http://192.30.9.7:8004/v1/90aa95516c664aef94b667c55fdaffe9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc81206c7ec74b63a868c84343e2355a"}], "type": "orchestration", "id": "032123c5c07d477ab419a77fddb5ca2b", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/90aa95516c664aef94b667c55fdaffe9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00197bc0507d42718c9de1a1f3ff7fa9"}, {"url": "http://192.30.9.7:8776/v2/90aa95516c664aef94b667c55fdaffe9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "186c94a5205743a68de2c02795dd12cf"}, {"url": "http://192.30.9.7:8776/v2/90aa95516c664aef94b667c55fdaffe9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32c49f45893f4074a75a056facd63fc5"}], "type": "volumev2", "id": "09ef7c245fd9479f97ffee152dae0c8e", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27e89bb29a0d43ce83aefd4cae0f7bd7"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "295d31abf3f44d85b346281cd9c04740"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d685797f4b164aa48837a822ed32598b"}], "type": "alarming", "id": "0f8615b3651c41099fe76f0fa5b23dd1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f0c9b6089cd4f558ee73fabe48d842a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "551cf56b00bd4d038a8694d11700f2ef"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9ea08b0116c4412eaded9a074baa4211"}], "type": "image", "id": "17038717f3f0408e8c9d5af024ea0aab", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "17647a3a3a00479b9213e6f6cf7a30ea", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c2328ef964c4156917122cfb247f0c4"}, {"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33d0ce77838b4a0fbe56c50f7b1e4d71"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38b745fc1fe14a8691a6fb2553ade0e0"}], "type": "event", "id": "1d35633c710f4d9c88e1f50abe614b06", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/90aa95516c664aef94b667c55fdaffe9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dcebb246e8d42fab040b053411c0957"}, {"url": "http://192.30.9.7:8776/v3/90aa95516c664aef94b667c55fdaffe9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92f3de4ac4f44b9a95bdb5c3f0c34d51"}, {"url": "http://172.30.9.21:8776/v3/90aa95516c664aef94b667c55fdaffe9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f92025e32c9344f587283e14c1506699"}], "type": "volumev3", "id": "27b85f80d71f464183ff256181f71b43", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0f1136276d75402689a9c377621253ce"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b943f44b606457c91b7d5098b199be0"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b47ac34c09dc4c05b1ca4c869d47eaeb"}], "type": "metric", "id": "5a0ae06ba8b741ffb51d39c9adb9451c", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10bc7f20cf92414cb6d088da882341c5"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "53c0109d8bd545ef83f6d70ce101d52d"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d3688eabec1484e8c6549a46b35b25f"}], "type": "cloudformation", "id": "64e449782da244a4b49ea375e297a3ea", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/90aa95516c664aef94b667c55fdaffe9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8713e9b13a6e43c59e8aa6d6cd510b2b"}, {"url": "http://192.30.9.7:8776/v1/90aa95516c664aef94b667c55fdaffe9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b073433cdd0f4518882ecf0e413ae4af"}, {"url": "http://172.30.9.21:8776/v1/90aa95516c664aef94b667c55fdaffe9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fc41a1400c1945199a7f0758b5566e31"}], "type": "volume", "id": "6951fb022adb46feaa04f1020c483fd1", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "247e0a42582047fb8b1a74db1f38edf7"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37ed8998a3894a91b69a9e4f00e62b69"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b11d1b5d1d9043d88291c85c92eb73f4"}], "type": "placement", "id": "83e7ef9cff3b4731b936862816b9afd9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "432bfc9d0c4249dd9ccda5421e19b9e2"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f93c2c146b149cbb3483078f52c4bdf"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd4fdce564324509818028dc78641d8d"}], "type": "network", "id": "94871ebfcb5240ebb8b1c19b8739272c", "name": "neutron"}, {"endpoints": [{"url": "http://12.0.0.40:8080/v1/AUTH_90aa95516c664aef94b667c55fdaffe9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2333bd642dd5455c8f03d343d974704d"}, {"url": "http://12.0.0.40:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c3a57c4832a74174a0c0889da1e1364b"}, {"url": "http://172.30.9.21:8080/v1/AUTH_90aa95516c664aef94b667c55fdaffe9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f27db37221fb446f86228761531722fd"}], "type": "object-store", "id": "b008c8aea7694b57822ddc559b6dfc45", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "038ac873a08f40dab615db1106f36b91"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9c064a815b5c40c0bb0beee1dee18b58"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa33b6fd9ec24bfb9e27785b76bc205d"}], "type": "identity", "id": "de72ed0871ef4a7bab6d7ea0bbfa8d90", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c04b9806aca48e692c506107e0bd3a6"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "449f60307ac54b799d4527d2070f35db"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d69efddbf8af404a9b303b99cfb12f43"}], "type": "compute", "id": "eb2dd02d9ef54f67b42600e437ecb401", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "749556e27c83423fb69e649d00450103"}, "audit_ids": ["WRqSmmvSSZKX3P5_I44gQA"], "issued_at": "2018-08-01T06:10:42.000000Z"}} 2018-08-01 06:10:42,812 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-01 06:10:42,812 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21: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}9b007379683dd65dbeebfbc1493cd855e78f5421" 2018-08-01 06:10:43,312 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-2de25153-b1eb-419d-8dc7-d32e704b69ed Date: Wed, 01 Aug 2018 06:10:43 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"262fe7ec-b437-40b8-908b-6eb66c149655","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"89443fd7c5cf4259bed71fca1c3fe619","status":"ACTIVE","subnets":["e06facf3-a24e-40d5-a5ce-a0901a6e4875"],"description":"","tags":[],"updated_at":"2018-08-01T03:28:20Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"89443fd7c5cf4259bed71fca1c3fe619","created_at":"2018-08-01T03:28:13Z","provider:network_type":"flat"}]} 2018-08-01 06:10:43,312 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json?router%3Aexternal=True used request id req-2de25153-b1eb-419d-8dc7-d32e704b69ed 2018-08-01 06:10:43,313 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.500657081604s 2018-08-01 06:10:43,313 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json?router%3Aexternal=True used request id req-2de25153-b1eb-419d-8dc7-d32e704b69ed 2018-08-01 06:10:43,317 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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-01 06:10:43,322 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 01 Aug 2018 06:10:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-eb824191-fc7d-4de8-a847-d2ec89aab6e0 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.21:5000/v3/", "rel": "self"}]}]}} 2018-08-01 06:10:43,322 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/ used request id req-eb824191-fc7d-4de8-a847-d2ec89aab6e0 2018-08-01 06:10:43,323 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-01 06:10:43,326 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}9b007379683dd65dbeebfbc1493cd855e78f5421" 2018-08-01 06:10:43,430 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 06:10:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d6b099e2-d66e-4821-881d-5ddfd179621b Content-Encoding: gzip Content-Length: 220 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.21:5000/v3/domains/cc40371ace4f4c2e9452fa2c52c1368e"}, "tags": [], "enabled": true, "id": "cc40371ace4f4c2e9452fa2c52c1368e", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.21:5000/v3/domains", "previous": null, "next": null}} 2018-08-01 06:10:43,430 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains used request id req-d6b099e2-d66e-4821-881d-5ddfd179621b 2018-08-01 06:10:43,430 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.106691122055s 2018-08-01 06:10:43,430 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains used request id req-d6b099e2-d66e-4821-881d-5ddfd179621b 2018-08-01 06:10:43,439 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-08-01 06:10:43,442 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}9b007379683dd65dbeebfbc1493cd855e78f5421" -d '{"project": {"description": "Created by OPNFV Functest: juju_epc", "enabled": true, "domain_id": "default", "name": "juju_epc-project_c7a2024b-e81a-48ed-9636-5b4d611b66d5"}}' 2018-08-01 06:10:43,575 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 01 Aug 2018 06:10:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-be93d3dd-bf7b-4a11-b1cd-f656b1a00d05 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.21:5000/v3/projects/9fdb56dedf7e49e89a470c2e898019eb"}, "tags": [], "enabled": true, "id": "9fdb56dedf7e49e89a470c2e898019eb", "parent_id": "default", "domain_id": "default", "name": "juju_epc-project_c7a2024b-e81a-48ed-9636-5b4d611b66d5"}} 2018-08-01 06:10:43,575 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-be93d3dd-bf7b-4a11-b1cd-f656b1a00d05 2018-08-01 06:10:43,575 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.136297941208s 2018-08-01 06:10:43,575 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/projects used request id req-be93d3dd-bf7b-4a11-b1cd-f656b1a00d05 2018-08-01 06:10:43,576 - 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'9fdb56dedf7e49e89a470c2e898019eb', '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_c7a2024b-e81a-48ed-9636-5b4d611b66d5'}) 2018-08-01 06:10:43,583 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-08-01 06:10:43,586 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}9b007379683dd65dbeebfbc1493cd855e78f5421" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "7da1a5c2-3bb3-491e-9c42-ede2667b2636", "email": null, "name": "juju_epc-user_c7a2024b-e81a-48ed-9636-5b4d611b66d5"}}' 2018-08-01 06:10:43,971 - keystoneauth.session - DEBUG - RESP: [201] Date: Wed, 01 Aug 2018 06:10:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-241b83ef-571c-4b44-8dfa-fb8a0b2763bd Content-Length: 323 Content-Type: application/json RESP BODY: {"user": {"name": "juju_epc-user_c7a2024b-e81a-48ed-9636-5b4d611b66d5", "links": {"self": "http://172.30.9.21:5000/v3/users/b8fa1625ef8140668a182c87f3995465"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "b8fa1625ef8140668a182c87f3995465", "domain_id": "default", "password_expires_at": null}} 2018-08-01 06:10:43,971 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/users used request id req-241b83ef-571c-4b44-8dfa-fb8a0b2763bd 2018-08-01 06:10:43,971 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.38867688179s 2018-08-01 06:10:43,972 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.21:5000/v3/users used request id req-241b83ef-571c-4b44-8dfa-fb8a0b2763bd 2018-08-01 06:10:43,972 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'b8fa1625ef8140668a182c87f3995465', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'juju_epc-user_c7a2024b-e81a-48ed-9636-5b4d611b66d5'}) 2018-08-01 06:10:43,975 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-01 06:10:43,978 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9b007379683dd65dbeebfbc1493cd855e78f5421" 2018-08-01 06:10:44,079 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 06:10:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3ac94c42-80e9-4687-8dcb-68704e8c7b8b Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "147f18c7e1e349fc8e383440249c4c73", "links": {"self": "http://172.30.9.21:5000/v3/roles/147f18c7e1e349fc8e383440249c4c73"}, "name": "reader"}, {"domain_id": null, "id": "730dcac60af740de8f4eb572d8499268", "links": {"self": "http://172.30.9.21:5000/v3/roles/730dcac60af740de8f4eb572d8499268"}, "name": "swiftoperator"}, {"domain_id": null, "id": "86fab6e3eccc4f5f9bd58caee92e2693", "links": {"self": "http://172.30.9.21:5000/v3/roles/86fab6e3eccc4f5f9bd58caee92e2693"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b2b3ff44e054497fa64f6525e0e6195b", "links": {"self": "http://172.30.9.21:5000/v3/roles/b2b3ff44e054497fa64f6525e0e6195b"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ed1e3c9b852e426e8d791112d2fd4701", "links": {"self": "http://172.30.9.21:5000/v3/roles/ed1e3c9b852e426e8d791112d2fd4701"}, "name": "member"}, {"domain_id": null, "id": "f5c89a4293d34be3af121f401210ef46", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5c89a4293d34be3af121f401210ef46"}, "name": "ResellerAdmin"}]} 2018-08-01 06:10:44,080 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-3ac94c42-80e9-4687-8dcb-68704e8c7b8b 2018-08-01 06:10:44,080 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.104249000549s 2018-08-01 06:10:44,080 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-3ac94c42-80e9-4687-8dcb-68704e8c7b8b 2018-08-01 06:10:44,085 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-01 06:10:44,088 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9b007379683dd65dbeebfbc1493cd855e78f5421" 2018-08-01 06:10:44,183 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 06:10:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c4d81e03-4851-497f-bdec-ef96f0df58d7 Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "147f18c7e1e349fc8e383440249c4c73", "links": {"self": "http://172.30.9.21:5000/v3/roles/147f18c7e1e349fc8e383440249c4c73"}, "name": "reader"}, {"domain_id": null, "id": "730dcac60af740de8f4eb572d8499268", "links": {"self": "http://172.30.9.21:5000/v3/roles/730dcac60af740de8f4eb572d8499268"}, "name": "swiftoperator"}, {"domain_id": null, "id": "86fab6e3eccc4f5f9bd58caee92e2693", "links": {"self": "http://172.30.9.21:5000/v3/roles/86fab6e3eccc4f5f9bd58caee92e2693"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b2b3ff44e054497fa64f6525e0e6195b", "links": {"self": "http://172.30.9.21:5000/v3/roles/b2b3ff44e054497fa64f6525e0e6195b"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ed1e3c9b852e426e8d791112d2fd4701", "links": {"self": "http://172.30.9.21:5000/v3/roles/ed1e3c9b852e426e8d791112d2fd4701"}, "name": "member"}, {"domain_id": null, "id": "f5c89a4293d34be3af121f401210ef46", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5c89a4293d34be3af121f401210ef46"}, "name": "ResellerAdmin"}]} 2018-08-01 06:10:44,183 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-c4d81e03-4851-497f-bdec-ef96f0df58d7 2018-08-01 06:10:44,183 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0980958938599s 2018-08-01 06:10:44,183 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-c4d81e03-4851-497f-bdec-ef96f0df58d7 2018-08-01 06:10:44,188 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-01 06:10:44,191 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9b007379683dd65dbeebfbc1493cd855e78f5421" 2018-08-01 06:10:44,296 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 06:10:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7b852837-81de-4f08-91b0-b49ae650c6a6 Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "147f18c7e1e349fc8e383440249c4c73", "links": {"self": "http://172.30.9.21:5000/v3/roles/147f18c7e1e349fc8e383440249c4c73"}, "name": "reader"}, {"domain_id": null, "id": "730dcac60af740de8f4eb572d8499268", "links": {"self": "http://172.30.9.21:5000/v3/roles/730dcac60af740de8f4eb572d8499268"}, "name": "swiftoperator"}, {"domain_id": null, "id": "86fab6e3eccc4f5f9bd58caee92e2693", "links": {"self": "http://172.30.9.21:5000/v3/roles/86fab6e3eccc4f5f9bd58caee92e2693"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.21:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b2b3ff44e054497fa64f6525e0e6195b", "links": {"self": "http://172.30.9.21:5000/v3/roles/b2b3ff44e054497fa64f6525e0e6195b"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "ed1e3c9b852e426e8d791112d2fd4701", "links": {"self": "http://172.30.9.21:5000/v3/roles/ed1e3c9b852e426e8d791112d2fd4701"}, "name": "member"}, {"domain_id": null, "id": "f5c89a4293d34be3af121f401210ef46", "links": {"self": "http://172.30.9.21:5000/v3/roles/f5c89a4293d34be3af121f401210ef46"}, "name": "ResellerAdmin"}]} 2018-08-01 06:10:44,296 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-7b852837-81de-4f08-91b0-b49ae650c6a6 2018-08-01 06:10:44,296 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.107870101929s 2018-08-01 06:10:44,296 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/roles used request id req-7b852837-81de-4f08-91b0-b49ae650c6a6 2018-08-01 06:10:44,301 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-01 06:10:44,304 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}9b007379683dd65dbeebfbc1493cd855e78f5421" 2018-08-01 06:10:44,405 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 06:10:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-94a7fb2b-d373-44a8-9dc3-5d59e8964605 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.21:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-01 06:10:44,405 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains/default used request id req-94a7fb2b-d373-44a8-9dc3-5d59e8964605 2018-08-01 06:10:44,405 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.104004144669s 2018-08-01 06:10:44,405 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/domains/default used request id req-94a7fb2b-d373-44a8-9dc3-5d59e8964605 2018-08-01 06:10:44,406 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-01 06:10:44,410 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}9b007379683dd65dbeebfbc1493cd855e78f5421" 2018-08-01 06:10:44,620 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 06:10:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9a778c49-b2da-4c4f-ba81-231d8bd0ed67 Content-Encoding: gzip Content-Length: 839 Content-Type: application/json RESP BODY: {"users": [{"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/0f8a0650d1a846e88ba44704b50255c1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0f8a0650d1a846e88ba44704b50255c1", "email": "glance@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/130b7ea936644204a37124e676ddf428"}, "domain_id": "default", "enabled": true, "options": {}, "id": "130b7ea936644204a37124e676ddf428", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/1476f1d37caa49ec90baf29b9d92850d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1476f1d37caa49ec90baf29b9d92850d", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/386874e6c2464a43ba93f0248a95595b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "386874e6c2464a43ba93f0248a95595b", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/3cb1fd184ec34300aba849c010464d1a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3cb1fd184ec34300aba849c010464d1a", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/749556e27c83423fb69e649d00450103"}, "domain_id": "default", "enabled": true, "options": {}, "id": "749556e27c83423fb69e649d00450103", "email": "admin@example.com", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.21:5000/v3/users/b6122bbf2037491bb9db6c47618110d1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b6122bbf2037491bb9db6c47618110d1", "email": "swift@localhost", "password_expires_at": null}, {"name": "juju_epc-user_c7a2024b-e81a-48ed-9636-5b4d611b66d5", "links": {"self": "http://172.30.9.21:5000/v3/users/b8fa1625ef8140668a182c87f3995465"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "b8fa1625ef8140668a182c87f3995465", "domain_id": "default", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/c09ff16c1a614c8bbc73ec74064357a4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c09ff16c1a614c8bbc73ec74064357a4", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/c1daa0d43666493abbd83fb1577cff74"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c1daa0d43666493abbd83fb1577cff74", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/d1cc4ab5045f48be8e12d229b3b59cac"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d1cc4ab5045f48be8e12d229b3b59cac", "email": "cinder@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.21:5000/v3/users/d32629a0e7364688b6a82d496d6e354d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d32629a0e7364688b6a82d496d6e354d", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/d5ee6c90793c4cbeb762d8c68db45d5c"}, "domain_id": "cc40371ace4f4c2e9452fa2c52c1368e", "enabled": true, "options": {}, "id": "d5ee6c90793c4cbeb762d8c68db45d5c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/d91fd39b379e480e825eb2aa75b847b7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d91fd39b379e480e825eb2aa75b847b7", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/ecd8a45bf2844011921c3e9caab06794"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ecd8a45bf2844011921c3e9caab06794", "email": "heat@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-08-01 06:10:44,621 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-9a778c49-b2da-4c4f-ba81-231d8bd0ed67 2018-08-01 06:10:44,621 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.214459896088s 2018-08-01 06:10:44,621 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-9a778c49-b2da-4c4f-ba81-231d8bd0ed67 2018-08-01 06:10:44,633 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-01 06:10:44,636 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21: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}9b007379683dd65dbeebfbc1493cd855e78f5421" 2018-08-01 06:10:44,747 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 06:10:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a5f83a0e-214f-44b6-baa5-eddc6448a282 Content-Encoding: gzip Content-Length: 395 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/90aa95516c664aef94b667c55fdaffe9"}, "tags": [], "enabled": true, "id": "90aa95516c664aef94b667c55fdaffe9", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: juju_epc", "links": {"self": "http://172.30.9.21:5000/v3/projects/9fdb56dedf7e49e89a470c2e898019eb"}, "tags": [], "enabled": true, "id": "9fdb56dedf7e49e89a470c2e898019eb", "parent_id": "default", "domain_id": "default", "name": "juju_epc-project_c7a2024b-e81a-48ed-9636-5b4d611b66d5"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/89443fd7c5cf4259bed71fca1c3fe619"}, "tags": [], "enabled": true, "id": "89443fd7c5cf4259bed71fca1c3fe619", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-08-01 06:10:44,747 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?domain_id=default used request id req-a5f83a0e-214f-44b6-baa5-eddc6448a282 2018-08-01 06:10:44,747 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.114371061325s 2018-08-01 06:10:44,747 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects?domain_id=default used request id req-a5f83a0e-214f-44b6-baa5-eddc6448a282 2018-08-01 06:10:44,754 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-01 06:10:44,757 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21:5000/v3/role_assignments?user.id=b8fa1625ef8140668a182c87f3995465&role.id=ed1e3c9b852e426e8d791112d2fd4701&scope.project.id=9fdb56dedf7e49e89a470c2e898019eb" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9b007379683dd65dbeebfbc1493cd855e78f5421" 2018-08-01 06:10:44,863 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 06:10:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-805f6d8f-500a-49ef-8a70-274a9639a541 Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.21:5000/v3/role_assignments?user.id=b8fa1625ef8140668a182c87f3995465&role.id=ed1e3c9b852e426e8d791112d2fd4701&scope.project.id=9fdb56dedf7e49e89a470c2e898019eb", "previous": null, "next": null}} 2018-08-01 06:10:44,863 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/role_assignments?user.id=b8fa1625ef8140668a182c87f3995465&role.id=ed1e3c9b852e426e8d791112d2fd4701&scope.project.id=9fdb56dedf7e49e89a470c2e898019eb used request id req-805f6d8f-500a-49ef-8a70-274a9639a541 2018-08-01 06:10:44,864 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.109167098999s 2018-08-01 06:10:44,864 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/role_assignments?user.id=b8fa1625ef8140668a182c87f3995465&role.id=ed1e3c9b852e426e8d791112d2fd4701&scope.project.id=9fdb56dedf7e49e89a470c2e898019eb used request id req-805f6d8f-500a-49ef-8a70-274a9639a541 2018-08-01 06:10:44,867 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-01 06:10:44,871 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:5000/v3/projects/9fdb56dedf7e49e89a470c2e898019eb/users/b8fa1625ef8140668a182c87f3995465/roles/ed1e3c9b852e426e8d791112d2fd4701 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9b007379683dd65dbeebfbc1493cd855e78f5421" 2018-08-01 06:10:45,008 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 01 Aug 2018 06:10:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-efcb624e-b7e5-4ad1-bee2-798ce2d4b8db Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-01 06:10:45,008 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/9fdb56dedf7e49e89a470c2e898019eb/users/b8fa1625ef8140668a182c87f3995465/roles/ed1e3c9b852e426e8d791112d2fd4701 used request id req-efcb624e-b7e5-4ad1-bee2-798ce2d4b8db 2018-08-01 06:10:45,008 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.140846967697s 2018-08-01 06:10:45,008 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.21:5000/v3/projects/9fdb56dedf7e49e89a470c2e898019eb/users/b8fa1625ef8140668a182c87f3995465/roles/ed1e3c9b852e426e8d791112d2fd4701 used request id req-efcb624e-b7e5-4ad1-bee2-798ce2d4b8db 2018-08-01 06:10:45,009 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'juju_epc-project_c7a2024b-e81a-48ed-9636-5b4d611b66d5', 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'9fdb56dedf7e49e89a470c2e898019eb', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': '7da1a5c2-3bb3-491e-9c42-ede2667b2636', 'username': u'juju_epc-user_c7a2024b-e81a-48ed-9636-5b4d611b66d5', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.21: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-01 06:10:45,011 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-01 06:10:45,011 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-01 06:10:45,011 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-01 06:10:45,011 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-01 06:10:45,011 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-01 06:10:45,011 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-01 06:10:45,011 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-01 06:10:45,011 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-01 06:10:45,012 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-01 06:10:45,012 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-01 06:10:45,012 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-01 06:10:45,012 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-01 06:10:45,012 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-01 06:10:45,012 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-01 06:10:45,012 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-01 06:10:45,012 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-01 06:10:45,013 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-01 06:10:45,013 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-01 06:10:45,013 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-01 06:10:45,013 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-01 06:10:45,013 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-01 06:10:45,013 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-01 06:10:45,015 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'juju_epc-user_c7a2024b-e81a-48ed-9636-5b4d611b66d5', 'password': '7da1a5c2-3bb3-491e-9c42-ede2667b2636', 'project_name': 'juju_epc-project_c7a2024b-e81a-48ed-9636-5b4d611b66d5', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.21:5000/v3', 'project_id': '9fdb56dedf7e49e89a470c2e898019eb', 'project_domain_name': 'Default'} 2018-08-01 06:10:45,079 - 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-01 06:10:45,103 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.services 2018-08-01 06:10:45,105 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.7:35357 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-01 06:10:45,110 - keystoneauth.session - DEBUG - RESP: [300] Date: Wed, 01 Aug 2018 06:10:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-085102ff-6389-4cd2-8fce-ec056d2e8636 Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://192.30.9.7:35357/v3/", "rel": "self"}]}]}} 2018-08-01 06:10:45,110 - keystoneauth.session - DEBUG - GET call to None for http://192.30.9.7:35357/ used request id req-085102ff-6389-4cd2-8fce-ec056d2e8636 2018-08-01 06:10:45,110 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.7:35357/v3/services -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9b007379683dd65dbeebfbc1493cd855e78f5421" 2018-08-01 06:10:45,205 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 06:10:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d069bad3-94de-45b7-8468-a1dbbe2e8d9a Content-Encoding: gzip Content-Length: 866 Content-Type: application/json RESP BODY: {"services": [{"description": "Openstack Orchestration Service", "links": {"self": "http://192.30.9.7:35357/v3/services/032123c5c07d477ab419a77fddb5ca2b"}, "enabled": true, "type": "orchestration", "id": "032123c5c07d477ab419a77fddb5ca2b", "name": "heat"}, {"description": "Cinder Service v2", "links": {"self": "http://192.30.9.7:35357/v3/services/09ef7c245fd9479f97ffee152dae0c8e"}, "enabled": true, "type": "volumev2", "id": "09ef7c245fd9479f97ffee152dae0c8e", "name": "cinderv2"}, {"description": "OpenStack Alarming Service", "links": {"self": "http://192.30.9.7:35357/v3/services/0f8615b3651c41099fe76f0fa5b23dd1"}, "enabled": true, "type": "alarming", "id": "0f8615b3651c41099fe76f0fa5b23dd1", "name": "aodh"}, {"description": "OpenStack Image Service", "links": {"self": "http://192.30.9.7:35357/v3/services/17038717f3f0408e8c9d5af024ea0aab"}, "enabled": true, "type": "image", "id": "17038717f3f0408e8c9d5af024ea0aab", "name": "glance"}, {"description": "Openstack Metering Service", "links": {"self": "http://192.30.9.7:35357/v3/services/17647a3a3a00479b9213e6f6cf7a30ea"}, "enabled": true, "type": "metering", "id": "17647a3a3a00479b9213e6f6cf7a30ea", "name": "ceilometer"}, {"description": "OpenStack Event Service", "links": {"self": "http://192.30.9.7:35357/v3/services/1d35633c710f4d9c88e1f50abe614b06"}, "enabled": true, "type": "event", "id": "1d35633c710f4d9c88e1f50abe614b06", "name": "panko"}, {"description": "Cinder Service v3", "links": {"self": "http://192.30.9.7:35357/v3/services/27b85f80d71f464183ff256181f71b43"}, "enabled": true, "type": "volumev3", "id": "27b85f80d71f464183ff256181f71b43", "name": "cinderv3"}, {"description": "OpenStack Metric Service", "links": {"self": "http://192.30.9.7:35357/v3/services/5a0ae06ba8b741ffb51d39c9adb9451c"}, "enabled": true, "type": "metric", "id": "5a0ae06ba8b741ffb51d39c9adb9451c", "name": "gnocchi"}, {"description": "Openstack Cloudformation Service", "links": {"self": "http://192.30.9.7:35357/v3/services/64e449782da244a4b49ea375e297a3ea"}, "enabled": true, "type": "cloudformation", "id": "64e449782da244a4b49ea375e297a3ea", "name": "heat-cfn"}, {"description": "Cinder Service", "links": {"self": "http://192.30.9.7:35357/v3/services/6951fb022adb46feaa04f1020c483fd1"}, "enabled": true, "type": "volume", "id": "6951fb022adb46feaa04f1020c483fd1", "name": "cinder"}, {"description": "Openstack Placement Service", "links": {"self": "http://192.30.9.7:35357/v3/services/83e7ef9cff3b4731b936862816b9afd9"}, "enabled": true, "type": "placement", "id": "83e7ef9cff3b4731b936862816b9afd9", "name": "placement"}, {"description": "Neutron Networking Service", "links": {"self": "http://192.30.9.7:35357/v3/services/94871ebfcb5240ebb8b1c19b8739272c"}, "enabled": true, "type": "network", "id": "94871ebfcb5240ebb8b1c19b8739272c", "name": "neutron"}, {"description": "Openstack Object-Store Service", "links": {"self": "http://192.30.9.7:35357/v3/services/b008c8aea7694b57822ddc559b6dfc45"}, "enabled": true, "type": "object-store", "id": "b008c8aea7694b57822ddc559b6dfc45", "name": "swift"}, {"description": "OpenStack Identity Service", "links": {"self": "http://192.30.9.7:35357/v3/services/de72ed0871ef4a7bab6d7ea0bbfa8d90"}, "enabled": true, "type": "identity", "id": "de72ed0871ef4a7bab6d7ea0bbfa8d90", "name": "keystone"}, {"description": "Openstack Compute Service", "links": {"self": "http://192.30.9.7:35357/v3/services/eb2dd02d9ef54f67b42600e437ecb401"}, "enabled": true, "type": "compute", "id": "eb2dd02d9ef54f67b42600e437ecb401", "name": "nova"}], "links": {"self": "http://192.30.9.7:35357/v3/services", "previous": null, "next": null}} 2018-08-01 06:10:45,205 - keystoneauth.session - DEBUG - GET call to identity for http://192.30.9.7:35357/v3/services used request id req-d069bad3-94de-45b7-8468-a1dbbe2e8d9a 2018-08-01 06:10:45,205 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.services in 0.102163076401s 2018-08-01 06:10:45,206 - shade.request_ids - DEBUG - GET call to identity for http://192.30.9.7:35357/v3/services used request id req-d069bad3-94de-45b7-8468-a1dbbe2e8d9a 2018-08-01 06:10:45,213 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.endpoints 2018-08-01 06:10:45,216 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}9b007379683dd65dbeebfbc1493cd855e78f5421" 2018-08-01 06:10:45,329 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 06:10:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4874306c-74b4-47aa-b65c-08b3978f94e1 Content-Encoding: gzip Content-Length: 1961 Content-Type: application/json RESP BODY: {"endpoints": [{"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/00197bc0507d42718c9de1a1f3ff7fa9"}, "url": "http://172.30.9.21:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "09ef7c245fd9479f97ffee152dae0c8e", "id": "00197bc0507d42718c9de1a1f3ff7fa9"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/038ac873a08f40dab615db1106f36b91"}, "url": "http://172.30.9.21:5000", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "de72ed0871ef4a7bab6d7ea0bbfa8d90", "id": "038ac873a08f40dab615db1106f36b91"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/0c04b9806aca48e692c506107e0bd3a6"}, "url": "http://172.30.9.21:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "eb2dd02d9ef54f67b42600e437ecb401", "id": "0c04b9806aca48e692c506107e0bd3a6"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/0dcebb246e8d42fab040b053411c0957"}, "url": "http://192.30.9.7:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "27b85f80d71f464183ff256181f71b43", "id": "0dcebb246e8d42fab040b053411c0957"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/0f1136276d75402689a9c377621253ce"}, "url": "http://192.30.9.7:8041", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "5a0ae06ba8b741ffb51d39c9adb9451c", "id": "0f1136276d75402689a9c377621253ce"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/10bc7f20cf92414cb6d088da882341c5"}, "url": "http://192.30.9.7:8000/v1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "64e449782da244a4b49ea375e297a3ea", "id": "10bc7f20cf92414cb6d088da882341c5"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/186c94a5205743a68de2c02795dd12cf"}, "url": "http://192.30.9.7:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "09ef7c245fd9479f97ffee152dae0c8e", "id": "186c94a5205743a68de2c02795dd12cf"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/1c2328ef964c4156917122cfb247f0c4"}, "url": "http://192.30.9.7:8977", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "1d35633c710f4d9c88e1f50abe614b06", "id": "1c2328ef964c4156917122cfb247f0c4"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/2333bd642dd5455c8f03d343d974704d"}, "url": "http://12.0.0.40:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "b008c8aea7694b57822ddc559b6dfc45", "id": "2333bd642dd5455c8f03d343d974704d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/247e0a42582047fb8b1a74db1f38edf7"}, "url": "http://192.30.9.7:8778/placement", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "83e7ef9cff3b4731b936862816b9afd9", "id": "247e0a42582047fb8b1a74db1f38edf7"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/27e89bb29a0d43ce83aefd4cae0f7bd7"}, "url": "http://192.30.9.7:8042", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "0f8615b3651c41099fe76f0fa5b23dd1", "id": "27e89bb29a0d43ce83aefd4cae0f7bd7"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/295d31abf3f44d85b346281cd9c04740"}, "url": "http://172.30.9.21:8042", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "0f8615b3651c41099fe76f0fa5b23dd1", "id": "295d31abf3f44d85b346281cd9c04740"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/32c49f45893f4074a75a056facd63fc5"}, "url": "http://192.30.9.7:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "09ef7c245fd9479f97ffee152dae0c8e", "id": "32c49f45893f4074a75a056facd63fc5"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/33d0ce77838b4a0fbe56c50f7b1e4d71"}, "url": "http://172.30.9.21:8977", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "1d35633c710f4d9c88e1f50abe614b06", "id": "33d0ce77838b4a0fbe56c50f7b1e4d71"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/37ed8998a3894a91b69a9e4f00e62b69"}, "url": "http://192.30.9.7:8778/placement", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "83e7ef9cff3b4731b936862816b9afd9", "id": "37ed8998a3894a91b69a9e4f00e62b69"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/38b745fc1fe14a8691a6fb2553ade0e0"}, "url": "http://192.30.9.7:8977", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "1d35633c710f4d9c88e1f50abe614b06", "id": "38b745fc1fe14a8691a6fb2553ade0e0"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/432bfc9d0c4249dd9ccda5421e19b9e2"}, "url": "http://192.30.9.7:9696", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "94871ebfcb5240ebb8b1c19b8739272c", "id": "432bfc9d0c4249dd9ccda5421e19b9e2"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/449f60307ac54b799d4527d2070f35db"}, "url": "http://192.30.9.7:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "eb2dd02d9ef54f67b42600e437ecb401", "id": "449f60307ac54b799d4527d2070f35db"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/4f0c9b6089cd4f558ee73fabe48d842a"}, "url": "http://192.30.9.7:9292", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "17038717f3f0408e8c9d5af024ea0aab", "id": "4f0c9b6089cd4f558ee73fabe48d842a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/4f93c2c146b149cbb3483078f52c4bdf"}, "url": "http://172.30.9.21:9696", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "94871ebfcb5240ebb8b1c19b8739272c", "id": "4f93c2c146b149cbb3483078f52c4bdf"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/53c0109d8bd545ef83f6d70ce101d52d"}, "url": "http://192.30.9.7:8000/v1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "64e449782da244a4b49ea375e297a3ea", "id": "53c0109d8bd545ef83f6d70ce101d52d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/551cf56b00bd4d038a8694d11700f2ef"}, "url": "http://192.30.9.7:9292", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "17038717f3f0408e8c9d5af024ea0aab", "id": "551cf56b00bd4d038a8694d11700f2ef"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/5af2a23f0d4746a18ce9987becf49813"}, "url": "http://172.30.9.21:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "032123c5c07d477ab419a77fddb5ca2b", "id": "5af2a23f0d4746a18ce9987becf49813"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/5d6722b9f2184abb8e7b581d10709b51"}, "url": "http://192.30.9.7:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "032123c5c07d477ab419a77fddb5ca2b", "id": "5d6722b9f2184abb8e7b581d10709b51"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/8713e9b13a6e43c59e8aa6d6cd510b2b"}, "url": "http://192.30.9.7:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "6951fb022adb46feaa04f1020c483fd1", "id": "8713e9b13a6e43c59e8aa6d6cd510b2b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/92f3de4ac4f44b9a95bdb5c3f0c34d51"}, "url": "http://192.30.9.7:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "27b85f80d71f464183ff256181f71b43", "id": "92f3de4ac4f44b9a95bdb5c3f0c34d51"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/9b943f44b606457c91b7d5098b199be0"}, "url": "http://192.30.9.7:8041", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "5a0ae06ba8b741ffb51d39c9adb9451c", "id": "9b943f44b606457c91b7d5098b199be0"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/9c064a815b5c40c0bb0beee1dee18b58"}, "url": "http://192.30.9.7:5000", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "de72ed0871ef4a7bab6d7ea0bbfa8d90", "id": "9c064a815b5c40c0bb0beee1dee18b58"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/9d3688eabec1484e8c6549a46b35b25f"}, "url": "http://172.30.9.21:8000/v1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "64e449782da244a4b49ea375e297a3ea", "id": "9d3688eabec1484e8c6549a46b35b25f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/9ea08b0116c4412eaded9a074baa4211"}, "url": "http://172.30.9.21:9292", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "17038717f3f0408e8c9d5af024ea0aab", "id": "9ea08b0116c4412eaded9a074baa4211"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/aa33b6fd9ec24bfb9e27785b76bc205d"}, "url": "http://192.30.9.7:35357", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "de72ed0871ef4a7bab6d7ea0bbfa8d90", "id": "aa33b6fd9ec24bfb9e27785b76bc205d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/b073433cdd0f4518882ecf0e413ae4af"}, "url": "http://192.30.9.7:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "6951fb022adb46feaa04f1020c483fd1", "id": "b073433cdd0f4518882ecf0e413ae4af"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/b11d1b5d1d9043d88291c85c92eb73f4"}, "url": "http://172.30.9.21:8778/placement", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "83e7ef9cff3b4731b936862816b9afd9", "id": "b11d1b5d1d9043d88291c85c92eb73f4"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/b47ac34c09dc4c05b1ca4c869d47eaeb"}, "url": "http://172.30.9.21:8041", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "5a0ae06ba8b741ffb51d39c9adb9451c", "id": "b47ac34c09dc4c05b1ca4c869d47eaeb"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/c3a57c4832a74174a0c0889da1e1364b"}, "url": "http://12.0.0.40:8080", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "b008c8aea7694b57822ddc559b6dfc45", "id": "c3a57c4832a74174a0c0889da1e1364b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/cc81206c7ec74b63a868c84343e2355a"}, "url": "http://192.30.9.7:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "032123c5c07d477ab419a77fddb5ca2b", "id": "cc81206c7ec74b63a868c84343e2355a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/d685797f4b164aa48837a822ed32598b"}, "url": "http://192.30.9.7:8042", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "0f8615b3651c41099fe76f0fa5b23dd1", "id": "d685797f4b164aa48837a822ed32598b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/d69efddbf8af404a9b303b99cfb12f43"}, "url": "http://192.30.9.7:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "eb2dd02d9ef54f67b42600e437ecb401", "id": "d69efddbf8af404a9b303b99cfb12f43"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/f27db37221fb446f86228761531722fd"}, "url": "http://172.30.9.21:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "b008c8aea7694b57822ddc559b6dfc45", "id": "f27db37221fb446f86228761531722fd"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/f92025e32c9344f587283e14c1506699"}, "url": "http://172.30.9.21:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "27b85f80d71f464183ff256181f71b43", "id": "f92025e32c9344f587283e14c1506699"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/fc41a1400c1945199a7f0758b5566e31"}, "url": "http://172.30.9.21:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "6951fb022adb46feaa04f1020c483fd1", "id": "fc41a1400c1945199a7f0758b5566e31"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.21:5000/v3/endpoints/fd4fdce564324509818028dc78641d8d"}, "url": "http://192.30.9.7:9696", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "94871ebfcb5240ebb8b1c19b8739272c", "id": "fd4fdce564324509818028dc78641d8d"}], "links": {"self": "http://172.30.9.21:5000/v3/endpoints", "previous": null, "next": null}} 2018-08-01 06:10:45,330 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/endpoints used request id req-4874306c-74b4-47aa-b65c-08b3978f94e1 2018-08-01 06:10:45,330 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.endpoints in 0.116389989853s 2018-08-01 06:10:45,330 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/endpoints used request id req-4874306c-74b4-47aa-b65c-08b3978f94e1 2018-08-01 06:10:45,337 - xtesting.ci.run_tests - INFO - Running test case 'juju_epc'... 2018-08-01 06:10:45,338 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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-01 06:10:45,344 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 06:10:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3244178c-e952-4fcd-ac19-10ac484a2419 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.21:5000/v3/", "rel": "self"}]}} 2018-08-01 06:10:45,344 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.21:5000/v3 used request id req-3244178c-e952-4fcd-ac19-10ac484a2419 2018-08-01 06:10:45,344 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-08-01 06:10:45,733 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ed1e3c9b852e426e8d791112d2fd4701", "name": "member"}, {"id": "147f18c7e1e349fc8e383440249c4c73", "name": "reader"}], "expires_at": "2018-08-01T07:10:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9fdb56dedf7e49e89a470c2e898019eb", "name": "juju_epc-project_c7a2024b-e81a-48ed-9636-5b4d611b66d5"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:8004/v1/9fdb56dedf7e49e89a470c2e898019eb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5af2a23f0d4746a18ce9987becf49813"}, {"url": "http://192.30.9.7:8004/v1/9fdb56dedf7e49e89a470c2e898019eb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d6722b9f2184abb8e7b581d10709b51"}, {"url": "http://192.30.9.7:8004/v1/9fdb56dedf7e49e89a470c2e898019eb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc81206c7ec74b63a868c84343e2355a"}], "type": "orchestration", "id": "032123c5c07d477ab419a77fddb5ca2b", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/9fdb56dedf7e49e89a470c2e898019eb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00197bc0507d42718c9de1a1f3ff7fa9"}, {"url": "http://192.30.9.7:8776/v2/9fdb56dedf7e49e89a470c2e898019eb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "186c94a5205743a68de2c02795dd12cf"}, {"url": "http://192.30.9.7:8776/v2/9fdb56dedf7e49e89a470c2e898019eb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32c49f45893f4074a75a056facd63fc5"}], "type": "volumev2", "id": "09ef7c245fd9479f97ffee152dae0c8e", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27e89bb29a0d43ce83aefd4cae0f7bd7"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "295d31abf3f44d85b346281cd9c04740"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d685797f4b164aa48837a822ed32598b"}], "type": "alarming", "id": "0f8615b3651c41099fe76f0fa5b23dd1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f0c9b6089cd4f558ee73fabe48d842a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "551cf56b00bd4d038a8694d11700f2ef"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9ea08b0116c4412eaded9a074baa4211"}], "type": "image", "id": "17038717f3f0408e8c9d5af024ea0aab", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "17647a3a3a00479b9213e6f6cf7a30ea", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c2328ef964c4156917122cfb247f0c4"}, {"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33d0ce77838b4a0fbe56c50f7b1e4d71"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38b745fc1fe14a8691a6fb2553ade0e0"}], "type": "event", "id": "1d35633c710f4d9c88e1f50abe614b06", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/9fdb56dedf7e49e89a470c2e898019eb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dcebb246e8d42fab040b053411c0957"}, {"url": "http://192.30.9.7:8776/v3/9fdb56dedf7e49e89a470c2e898019eb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92f3de4ac4f44b9a95bdb5c3f0c34d51"}, {"url": "http://172.30.9.21:8776/v3/9fdb56dedf7e49e89a470c2e898019eb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f92025e32c9344f587283e14c1506699"}], "type": "volumev3", "id": "27b85f80d71f464183ff256181f71b43", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0f1136276d75402689a9c377621253ce"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b943f44b606457c91b7d5098b199be0"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b47ac34c09dc4c05b1ca4c869d47eaeb"}], "type": "metric", "id": "5a0ae06ba8b741ffb51d39c9adb9451c", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10bc7f20cf92414cb6d088da882341c5"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "53c0109d8bd545ef83f6d70ce101d52d"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d3688eabec1484e8c6549a46b35b25f"}], "type": "cloudformation", "id": "64e449782da244a4b49ea375e297a3ea", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/9fdb56dedf7e49e89a470c2e898019eb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8713e9b13a6e43c59e8aa6d6cd510b2b"}, {"url": "http://192.30.9.7:8776/v1/9fdb56dedf7e49e89a470c2e898019eb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b073433cdd0f4518882ecf0e413ae4af"}, {"url": "http://172.30.9.21:8776/v1/9fdb56dedf7e49e89a470c2e898019eb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fc41a1400c1945199a7f0758b5566e31"}], "type": "volume", "id": "6951fb022adb46feaa04f1020c483fd1", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "247e0a42582047fb8b1a74db1f38edf7"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37ed8998a3894a91b69a9e4f00e62b69"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b11d1b5d1d9043d88291c85c92eb73f4"}], "type": "placement", "id": "83e7ef9cff3b4731b936862816b9afd9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "432bfc9d0c4249dd9ccda5421e19b9e2"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f93c2c146b149cbb3483078f52c4bdf"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd4fdce564324509818028dc78641d8d"}], "type": "network", "id": "94871ebfcb5240ebb8b1c19b8739272c", "name": "neutron"}, {"endpoints": [{"url": "http://12.0.0.40:8080/v1/AUTH_9fdb56dedf7e49e89a470c2e898019eb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2333bd642dd5455c8f03d343d974704d"}, {"url": "http://12.0.0.40:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c3a57c4832a74174a0c0889da1e1364b"}, {"url": "http://172.30.9.21:8080/v1/AUTH_9fdb56dedf7e49e89a470c2e898019eb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f27db37221fb446f86228761531722fd"}], "type": "object-store", "id": "b008c8aea7694b57822ddc559b6dfc45", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "038ac873a08f40dab615db1106f36b91"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9c064a815b5c40c0bb0beee1dee18b58"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa33b6fd9ec24bfb9e27785b76bc205d"}], "type": "identity", "id": "de72ed0871ef4a7bab6d7ea0bbfa8d90", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c04b9806aca48e692c506107e0bd3a6"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "449f60307ac54b799d4527d2070f35db"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d69efddbf8af404a9b303b99cfb12f43"}], "type": "compute", "id": "eb2dd02d9ef54f67b42600e437ecb401", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "juju_epc-user_c7a2024b-e81a-48ed-9636-5b4d611b66d5", "id": "b8fa1625ef8140668a182c87f3995465"}, "audit_ids": ["dOM9wkzxQ3CKTk0IF3P9Mg"], "issued_at": "2018-08-01T06:10:45.000000Z"}} 2018-08-01 06:10:45,737 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-01 06:10:45,737 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}51ee6b6995673526a0b840575a47ed490e559486" -d '{"network": {"name": "juju_epc-net_c7a2024b-e81a-48ed-9636-5b4d611b66d5", "admin_state_up": true}}' 2018-08-01 06:10:46,326 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 586 X-Openstack-Request-Id: req-43244ee0-f4ed-4944-bea2-80e0a69e4c01 Date: Wed, 01 Aug 2018 06:10:46 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"9fdb56dedf7e49e89a470c2e898019eb","created_at":"2018-08-01T06:10:46Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-01T06:10:46Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"9fdb56dedf7e49e89a470c2e898019eb","id":"52814035-d559-4b01-b950-197d07401789","name":"juju_epc-net_c7a2024b-e81a-48ed-9636-5b4d611b66d5"}} 2018-08-01 06:10:46,326 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-43244ee0-f4ed-4944-bea2-80e0a69e4c01 2018-08-01 06:10:46,327 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.589647054672s 2018-08-01 06:10:46,327 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-43244ee0-f4ed-4944-bea2-80e0a69e4c01 2018-08-01 06:10:46,327 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-08-01T06:10:46Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'id': u'52814035-d559-4b01-b950-197d07401789', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'juju_epc-net_c7a2024b-e81a-48ed-9636-5b4d611b66d5', u'admin_state_up': True, u'tenant_id': u'9fdb56dedf7e49e89a470c2e898019eb', u'created_at': u'2018-08-01T06:10:46Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'9fdb56dedf7e49e89a470c2e898019eb'}) 2018-08-01 06:10:46,328 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-01 06:10:46,328 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}51ee6b6995673526a0b840575a47ed490e559486" 2018-08-01 06:10:46,633 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1147 X-Openstack-Request-Id: req-ed780d7e-d252-49d3-85c7-9b331dd0742a Date: Wed, 01 Aug 2018 06:10:46 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["e06facf3-a24e-40d5-a5ce-a0901a6e4875"],"updated_at":"2018-08-01T03:28:20Z","tenant_id":"89443fd7c5cf4259bed71fca1c3fe619","created_at":"2018-08-01T03:28:13Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"89443fd7c5cf4259bed71fca1c3fe619","id":"262fe7ec-b437-40b8-908b-6eb66c149655","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-01T06:10:46Z","tenant_id":"9fdb56dedf7e49e89a470c2e898019eb","created_at":"2018-08-01T06:10:46Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":1,"admin_state_up":true,"shared":false,"project_id":"9fdb56dedf7e49e89a470c2e898019eb","id":"52814035-d559-4b01-b950-197d07401789","name":"juju_epc-net_c7a2024b-e81a-48ed-9636-5b4d611b66d5"}]} 2018-08-01 06:10:46,633 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-ed780d7e-d252-49d3-85c7-9b331dd0742a 2018-08-01 06:10:46,633 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.305573225021s 2018-08-01 06:10:46,634 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/networks.json used request id req-ed780d7e-d252-49d3-85c7-9b331dd0742a 2018-08-01 06:10:46,636 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-01 06:10:46,636 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}51ee6b6995673526a0b840575a47ed490e559486" -d '{"subnet": {"name": "juju_epc-subnet_c7a2024b-e81a-48ed-9636-5b4d611b66d5", "enable_dhcp": true, "network_id": "52814035-d559-4b01-b950-197d07401789", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-01 06:10:47,674 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-84a9cc65-e77b-4913-a891-a6658c03a33b Date: Wed, 01 Aug 2018 06:10:47 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"52814035-d559-4b01-b950-197d07401789","tenant_id":"9fdb56dedf7e49e89a470c2e898019eb","created_at":"2018-08-01T06:10:47Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-01T06:10:47Z","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":"9fdb56dedf7e49e89a470c2e898019eb","id":"26049f50-8fb3-46d6-9619-a977ee38d3a6","subnetpool_id":null,"name":"juju_epc-subnet_c7a2024b-e81a-48ed-9636-5b4d611b66d5"}} 2018-08-01 06:10:47,674 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-84a9cc65-e77b-4913-a891-a6658c03a33b 2018-08-01 06:10:47,675 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 1.03881287575s 2018-08-01 06:10:47,675 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-84a9cc65-e77b-4913-a891-a6658c03a33b 2018-08-01 06:10:47,675 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-01T06:10:47Z', 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'26049f50-8fb3-46d6-9619-a977ee38d3a6', u'subnetpool_id': None, u'service_types': [], u'name': u'juju_epc-subnet_c7a2024b-e81a-48ed-9636-5b4d611b66d5', u'enable_dhcp': True, u'network_id': u'52814035-d559-4b01-b950-197d07401789', u'tenant_id': u'9fdb56dedf7e49e89a470c2e898019eb', u'created_at': u'2018-08-01T06:10:47Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'9fdb56dedf7e49e89a470c2e898019eb'}) 2018-08-01 06:10:47,676 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-01 06:10:47,676 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}51ee6b6995673526a0b840575a47ed490e559486" -d '{"router": {"external_gateway_info": {"network_id": "262fe7ec-b437-40b8-908b-6eb66c149655"}, "name": "juju_epc-router_c7a2024b-e81a-48ed-9636-5b4d611b66d5", "admin_state_up": true}}' 2018-08-01 06:10:49,196 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 619 X-Openstack-Request-Id: req-52f61e95-7f5f-4fa3-8f35-a89f20553dd4 Date: Wed, 01 Aug 2018 06:10:49 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "e06facf3-a24e-40d5-a5ce-a0901a6e4875", "ip_address": "172.30.9.215"}]}, "description": "", "tags": [], "tenant_id": "9fdb56dedf7e49e89a470c2e898019eb", "created_at": "2018-08-01T06:10:47Z", "admin_state_up": true, "updated_at": "2018-08-01T06:10:48Z", "revision_number": 2, "routes": [], "project_id": "9fdb56dedf7e49e89a470c2e898019eb", "id": "8e241f26-46a3-4172-86d8-dcfdac8a5a4f", "name": "juju_epc-router_c7a2024b-e81a-48ed-9636-5b4d611b66d5"}} 2018-08-01 06:10:49,196 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-52f61e95-7f5f-4fa3-8f35-a89f20553dd4 2018-08-01 06:10:49,196 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.52017307281s 2018-08-01 06:10:49,197 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-52f61e95-7f5f-4fa3-8f35-a89f20553dd4 2018-08-01 06:10:49,197 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'262fe7ec-b437-40b8-908b-6eb66c149655', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'e06facf3-a24e-40d5-a5ce-a0901a6e4875', u'ip_address': u'172.30.9.215'}]}, u'description': u'', u'tags': [], u'tenant_id': u'9fdb56dedf7e49e89a470c2e898019eb', u'created_at': u'2018-08-01T06:10:47Z', u'admin_state_up': True, u'updated_at': u'2018-08-01T06:10:48Z', u'revision_number': 2, u'routes': [], u'project_id': u'9fdb56dedf7e49e89a470c2e898019eb', u'id': u'8e241f26-46a3-4172-86d8-dcfdac8a5a4f', u'name': u'juju_epc-router_c7a2024b-e81a-48ed-9636-5b4d611b66d5'}) 2018-08-01 06:10:49,198 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-01 06:10:49,198 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9696/v2.0/routers/8e241f26-46a3-4172-86d8-dcfdac8a5a4f/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}51ee6b6995673526a0b840575a47ed490e559486" -d '{"subnet_id": "26049f50-8fb3-46d6-9619-a977ee38d3a6"}' 2018-08-01 06:10:51,599 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-6b4f4991-27bf-4160-9df4-d26d7b375618 Date: Wed, 01 Aug 2018 06:10:51 GMT RESP BODY: {"network_id": "52814035-d559-4b01-b950-197d07401789", "tenant_id": "9fdb56dedf7e49e89a470c2e898019eb", "subnet_id": "26049f50-8fb3-46d6-9619-a977ee38d3a6", "subnet_ids": ["26049f50-8fb3-46d6-9619-a977ee38d3a6"], "port_id": "5b8615a4-7ba8-4f40-9ee5-2f9f3bd9e900", "id": "8e241f26-46a3-4172-86d8-dcfdac8a5a4f"} 2018-08-01 06:10:51,599 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/8e241f26-46a3-4172-86d8-dcfdac8a5a4f/add_router_interface.json used request id req-6b4f4991-27bf-4160-9df4-d26d7b375618 2018-08-01 06:10:51,599 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.40150308609s 2018-08-01 06:10:51,599 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/8e241f26-46a3-4172-86d8-dcfdac8a5a4f/add_router_interface.json used request id req-6b4f4991-27bf-4160-9df4-d26d7b375618 returning object 8e241f26-46a3-4172-86d8-dcfdac8a5a4f 2018-08-01 06:10:51,600 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/ubuntu-16.04-server-cloudimg-amd64-disk1.img 2018-08-01 06:10:53,233 - shade - DEBUG - Image file /home/opnfv/functest/images/ubuntu-16.04-server-cloudimg-amd64-disk1.img md5:516189fbb544e5f081314c2f1b95fc5a sha256:b9fabb10582ac3ba343db3edbd77499b7be1c113a62f2ca8f58dd0679ae85a20 2018-08-01 06:10:53,234 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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-01 06:10:53,238 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 754 Date: Wed, 01 Aug 2018 06:10:53 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.6", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.21:9292/v2/", "rel": "self"}]}]} 2018-08-01 06:10:53,239 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-01 06:10:53,240 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}51ee6b6995673526a0b840575a47ed490e559486" 2018-08-01 06:10:53,855 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-7f031404-0dd3-4e62-bbf6-bd0e2ed93592 Date: Wed, 01 Aug 2018 06:10:53 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-01 06:10:53,855 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-7f031404-0dd3-4e62-bbf6-bd0e2ed93592 2018-08-01 06:10:53,855 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.615895986557s 2018-08-01 06:10:53,855 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-7f031404-0dd3-4e62-bbf6-bd0e2ed93592 2018-08-01 06:10:53,862 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-01 06:10:53,865 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}51ee6b6995673526a0b840575a47ed490e559486" -d '{"owner_specified.shade.md5": "516189fbb544e5f081314c2f1b95fc5a", "owner_specified.shade.sha256": "b9fabb10582ac3ba343db3edbd77499b7be1c113a62f2ca8f58dd0679ae85a20", "owner_specified.shade.object": "images/juju_epc-img_c7a2024b-e81a-48ed-9636-5b4d611b66d5", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "juju_epc-img_c7a2024b-e81a-48ed-9636-5b4d611b66d5"}' 2018-08-01 06:10:54,541 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 868 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/82fd4bb2-082d-4b84-9922-64560a11818c Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-4b8abe4d-b007-4386-aad8-b7e1c8f4f81a Date: Wed, 01 Aug 2018 06:10:54 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/82fd4bb2-082d-4b84-9922-64560a11818c/file", "owner": "9fdb56dedf7e49e89a470c2e898019eb", "id": "82fd4bb2-082d-4b84-9922-64560a11818c", "size": null, "self": "/v2/images/82fd4bb2-082d-4b84-9922-64560a11818c", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "b9fabb10582ac3ba343db3edbd77499b7be1c113a62f2ca8f58dd0679ae85a20", "updated_at": "2018-08-01T06:10:54Z", "visibility": "private", "owner_specified.shade.object": "images/juju_epc-img_c7a2024b-e81a-48ed-9636-5b4d611b66d5", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "516189fbb544e5f081314c2f1b95fc5a", "name": "juju_epc-img_c7a2024b-e81a-48ed-9636-5b4d611b66d5", "checksum": null, "created_at": "2018-08-01T06:10:54Z", "protected": false} 2018-08-01 06:10:54,541 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-4b8abe4d-b007-4386-aad8-b7e1c8f4f81a 2018-08-01 06:10:54,541 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.679081916809s 2018-08-01 06:10:54,541 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-4b8abe4d-b007-4386-aad8-b7e1c8f4f81a returning object 82fd4bb2-082d-4b84-9922-64560a11818c 2018-08-01 06:10:54,542 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-01 06:10:54,546 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9292/v2/images/82fd4bb2-082d-4b84-9922-64560a11818c/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}51ee6b6995673526a0b840575a47ed490e559486" -d '' 2018-08-01 06:10:59,478 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-43411e1c-06eb-48de-b5b7-59f144cbabe0 Date: Wed, 01 Aug 2018 06:10: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-01 06:10:59,478 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/82fd4bb2-082d-4b84-9922-64560a11818c/file used request id req-43411e1c-06eb-48de-b5b7-59f144cbabe0 2018-08-01 06:10:59,478 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 4.93617200851s 2018-08-01 06:10:59,479 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/82fd4bb2-082d-4b84-9922-64560a11818c/file used request id req-43411e1c-06eb-48de-b5b7-59f144cbabe0 2018-08-01 06:10:59,479 - functest.core.singlevm - DEBUG - image: Munch({u'status': u'queued', u'owner_specified.shade.object': u'images/juju_epc-img_c7a2024b-e81a-48ed-9636-5b4d611b66d5', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2018-08-01T06:10:54Z', u'owner_specified.shade.sha256': u'b9fabb10582ac3ba343db3edbd77499b7be1c113a62f2ca8f58dd0679ae85a20', u'locations': [], u'min_disk': 0, u'visibility': u'private', u'file': u'/v2/images/82fd4bb2-082d-4b84-9922-64560a11818c/file', u'owner': u'9fdb56dedf7e49e89a470c2e898019eb', u'virtual_size': None, u'owner_specified.shade.md5': u'516189fbb544e5f081314c2f1b95fc5a', u'id': u'82fd4bb2-082d-4b84-9922-64560a11818c', u'size': None, u'name': u'juju_epc-img_c7a2024b-e81a-48ed-9636-5b4d611b66d5', u'checksum': None, u'self': u'/v2/images/82fd4bb2-082d-4b84-9922-64560a11818c', u'disk_format': u'qcow2', u'protected': False, u'created_at': u'2018-08-01T06:10:54Z', u'schema': u'/v2/schemas/image'}) 2018-08-01 06:11:00,799 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - juju metadata generate-image -d /root -i 82fd4bb2-082d-4b84-9922-64560a11818c -s xenial -r regionOne -u http://172.30.9.21: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-01 06:11:00,801 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-01 06:11:00,803 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}9b007379683dd65dbeebfbc1493cd855e78f5421" -d '{"flavor": {"vcpus": 1, "ram": 2048, "name": "juju_epc-flavor_c7a2024b-e81a-48ed-9636-5b4d611b66d5", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 10, "id": null, "swap": 0}}' 2018-08-01 06:11:01,041 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 06:11: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-257c7a00-c58f-42e5-8fad-c147e9ffd7f6 x-compute-request-id: req-257c7a00-c58f-42e5-8fad-c147e9ffd7f6 Content-Encoding: gzip Content-Length: 312 Content-Type: application/json RESP BODY: {"flavor": {"name": "juju_epc-flavor_c7a2024b-e81a-48ed-9636-5b4d611b66d5", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/4672bc4e-3c11-4f9d-a048-58d640e8fcb0", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/4672bc4e-3c11-4f9d-a048-58d640e8fcb0", "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": "4672bc4e-3c11-4f9d-a048-58d640e8fcb0"}} 2018-08-01 06:11:01,041 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-257c7a00-c58f-42e5-8fad-c147e9ffd7f6 2018-08-01 06:11:01,041 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.240466833115s 2018-08-01 06:11:01,042 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-257c7a00-c58f-42e5-8fad-c147e9ffd7f6 2018-08-01 06:11:01,043 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'juju_epc-flavor_c7a2024b-e81a-48ed-9636-5b4d611b66d5', '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'90aa95516c664aef94b667c55fdaffe9', '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'4672bc4e-3c11-4f9d-a048-58d640e8fcb0', 'swap': 0}) 2018-08-01 06:11:01,043 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-01 06:11:01,046 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/flavors/4672bc4e-3c11-4f9d-a048-58d640e8fcb0/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}9b007379683dd65dbeebfbc1493cd855e78f5421" -d '{"extra_specs": {}}' 2018-08-01 06:11:01,071 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 06:11:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-4dae2101-ec0f-4f36-a6b1-5dc11ade45b2 x-compute-request-id: req-4dae2101-ec0f-4f36-a6b1-5dc11ade45b2 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-01 06:11:01,071 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors/4672bc4e-3c11-4f9d-a048-58d640e8fcb0/os-extra_specs used request id req-4dae2101-ec0f-4f36-a6b1-5dc11ade45b2 2018-08-01 06:11:01,071 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0277259349823s 2018-08-01 06:11:01,072 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors/4672bc4e-3c11-4f9d-a048-58d640e8fcb0/os-extra_specs used request id req-4dae2101-ec0f-4f36-a6b1-5dc11ade45b2 2018-08-01 06:11:01,072 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Additional pre-configuration steps 2018-08-01 06:11:01,073 - 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 | xQo2dRQ9TRYXPrz3VQcfPwJBV | | SDN_CONTROLLER_WEBPORT | 8080 | | DEPLOY_SCENARIO | os-odl-nofeature-ha | | NODE_NAME | lf-pod1 | | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-194 | | SDN_CONTROLLER_IP | 192.30.9.7 | | ENERGY_RECORDER_API_PASSWORD | | | VOLUME_DEVICE_NAME | vdb | | NEW_USER_ROLE | Member | | INSTALLER_TYPE | apex | | EXTERNAL_NETWORK | | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | NAMESERVER | 8.8.8.8 | | ENERGY_RECORDER_API_USER | | +--------------------------------------+----------------------------------------------------------+ 2018-08-01 06:11:01,081 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Creating Cloud for Abot-epc ..... 2018-08-01 06:11:01,167 - 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-01 06:11:01,168 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Creating Credentials for Abot-epc ..... 2018-08-01 06:11:01,268 - 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-01 06:11:01,269 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img 2018-08-01 06:11:02,831 - shade - DEBUG - Image file /home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img md5:81360220b4382d4b91eef0ebaf46a661 sha256:c32842906fda865db9034d5a3159ad979a5432d2fec0864c6f6bed7b7de7338e 2018-08-01 06:11:02,833 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-01 06:11:02,835 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}51ee6b6995673526a0b840575a47ed490e559486" 2018-08-01 06:11:03,441 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1199 Content-Type: application/json X-Openstack-Request-Id: req-2d6a947a-7daf-4b61-bcdd-ea3f934e99f7 Date: Wed, 01 Aug 2018 06:11:03 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://1c426f71-e315-470f-a765-a4a983e8d919/images/82fd4bb2-082d-4b84-9922-64560a11818c/snap", "metadata": {}}], "file": "/v2/images/82fd4bb2-082d-4b84-9922-64560a11818c/file", "owner": "9fdb56dedf7e49e89a470c2e898019eb", "id": "82fd4bb2-082d-4b84-9922-64560a11818c", "size": 292618240, "self": "/v2/images/82fd4bb2-082d-4b84-9922-64560a11818c", "disk_format": "qcow2", "direct_url": "rbd://1c426f71-e315-470f-a765-a4a983e8d919/images/82fd4bb2-082d-4b84-9922-64560a11818c/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "b9fabb10582ac3ba343db3edbd77499b7be1c113a62f2ca8f58dd0679ae85a20", "updated_at": "2018-08-01T06:10:59Z", "visibility": "private", "owner_specified.shade.object": "images/juju_epc-img_c7a2024b-e81a-48ed-9636-5b4d611b66d5", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "516189fbb544e5f081314c2f1b95fc5a", "name": "juju_epc-img_c7a2024b-e81a-48ed-9636-5b4d611b66d5", "checksum": "516189fbb544e5f081314c2f1b95fc5a", "created_at": "2018-08-01T06:10:54Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-01 06:11:03,441 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-2d6a947a-7daf-4b61-bcdd-ea3f934e99f7 2018-08-01 06:11:03,442 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.608249902725s 2018-08-01 06:11:03,442 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-2d6a947a-7daf-4b61-bcdd-ea3f934e99f7 2018-08-01 06:11:03,450 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-01 06:11:03,453 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}51ee6b6995673526a0b840575a47ed490e559486" -d '{"owner_specified.shade.md5": "81360220b4382d4b91eef0ebaf46a661", "owner_specified.shade.sha256": "c32842906fda865db9034d5a3159ad979a5432d2fec0864c6f6bed7b7de7338e", "owner_specified.shade.object": "images/juju_epc-img_alt_c7a2024b-e81a-48ed-9636-5b4d611b66d5", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "juju_epc-img_alt_c7a2024b-e81a-48ed-9636-5b4d611b66d5"}' 2018-08-01 06:11:03,704 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 876 Content-Type: application/json Location: http://172.30.9.21:9292/v2/images/69aad351-5352-41bb-b15e-7102f7e46bc9 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-198e5be1-7fb2-48a6-9567-fc5c2ef84f9a Date: Wed, 01 Aug 2018 06:11:03 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/69aad351-5352-41bb-b15e-7102f7e46bc9/file", "owner": "9fdb56dedf7e49e89a470c2e898019eb", "id": "69aad351-5352-41bb-b15e-7102f7e46bc9", "size": null, "self": "/v2/images/69aad351-5352-41bb-b15e-7102f7e46bc9", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "c32842906fda865db9034d5a3159ad979a5432d2fec0864c6f6bed7b7de7338e", "updated_at": "2018-08-01T06:11:03Z", "visibility": "private", "owner_specified.shade.object": "images/juju_epc-img_alt_c7a2024b-e81a-48ed-9636-5b4d611b66d5", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "81360220b4382d4b91eef0ebaf46a661", "name": "juju_epc-img_alt_c7a2024b-e81a-48ed-9636-5b4d611b66d5", "checksum": null, "created_at": "2018-08-01T06:11:03Z", "protected": false} 2018-08-01 06:11:03,705 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-198e5be1-7fb2-48a6-9567-fc5c2ef84f9a 2018-08-01 06:11:03,705 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.254378080368s 2018-08-01 06:11:03,705 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.21:9292/v2/images used request id req-198e5be1-7fb2-48a6-9567-fc5c2ef84f9a returning object 69aad351-5352-41bb-b15e-7102f7e46bc9 2018-08-01 06:11:03,706 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-01 06:11:03,709 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9292/v2/images/69aad351-5352-41bb-b15e-7102f7e46bc9/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}51ee6b6995673526a0b840575a47ed490e559486" -d '' 2018-08-01 06:11:07,826 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-74107124-0172-4734-bb6a-b9d2a94b00a5 Date: Wed, 01 Aug 2018 06:11: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-01 06:11:07,826 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/69aad351-5352-41bb-b15e-7102f7e46bc9/file used request id req-74107124-0172-4734-bb6a-b9d2a94b00a5 2018-08-01 06:11:07,826 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 4.12044095993s 2018-08-01 06:11:07,827 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.21:9292/v2/images/69aad351-5352-41bb-b15e-7102f7e46bc9/file used request id req-74107124-0172-4734-bb6a-b9d2a94b00a5 2018-08-01 06:11:07,827 - functest.core.singlevm - DEBUG - image: Munch({u'status': u'queued', u'owner_specified.shade.object': u'images/juju_epc-img_alt_c7a2024b-e81a-48ed-9636-5b4d611b66d5', u'tags': [], u'container_format': u'bare', u'min_ram': 0, u'updated_at': u'2018-08-01T06:11:03Z', u'owner_specified.shade.sha256': u'c32842906fda865db9034d5a3159ad979a5432d2fec0864c6f6bed7b7de7338e', u'locations': [], u'min_disk': 0, u'visibility': u'private', u'file': u'/v2/images/69aad351-5352-41bb-b15e-7102f7e46bc9/file', u'owner': u'9fdb56dedf7e49e89a470c2e898019eb', u'virtual_size': None, u'owner_specified.shade.md5': u'81360220b4382d4b91eef0ebaf46a661', u'id': u'69aad351-5352-41bb-b15e-7102f7e46bc9', u'size': None, u'name': u'juju_epc-img_alt_c7a2024b-e81a-48ed-9636-5b4d611b66d5', u'checksum': None, u'self': u'/v2/images/69aad351-5352-41bb-b15e-7102f7e46bc9', u'disk_format': u'qcow2', u'protected': False, u'created_at': u'2018-08-01T06:11:03Z', u'schema': u'/v2/schemas/image'}) 2018-08-01 06:11:08,001 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - juju metadata generate-image -d /root -i 69aad351-5352-41bb-b15e-7102f7e46bc9 -s trusty -r regionOne -u http://172.30.9.21: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-01 06:11:08,002 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-01 06:11:08,004 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21: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}9b007379683dd65dbeebfbc1493cd855e78f5421" -d '{"flavor": {"vcpus": 1, "ram": 4096, "name": "juju_epc-flavor_alt_c7a2024b-e81a-48ed-9636-5b4d611b66d5", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 10, "id": null, "swap": 0}}' 2018-08-01 06:11:08,059 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 06:11:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b270dcad-3360-4e18-b38a-2d6df99db110 x-compute-request-id: req-b270dcad-3360-4e18-b38a-2d6df99db110 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"flavor": {"name": "juju_epc-flavor_alt_c7a2024b-e81a-48ed-9636-5b4d611b66d5", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/dc2784a1-be20-40ff-aa36-84d153d080dc", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/dc2784a1-be20-40ff-aa36-84d153d080dc", "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": "dc2784a1-be20-40ff-aa36-84d153d080dc"}} 2018-08-01 06:11:08,059 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-b270dcad-3360-4e18-b38a-2d6df99db110 2018-08-01 06:11:08,059 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.057452917099s 2018-08-01 06:11:08,060 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors used request id req-b270dcad-3360-4e18-b38a-2d6df99db110 2018-08-01 06:11:08,060 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'juju_epc-flavor_alt_c7a2024b-e81a-48ed-9636-5b4d611b66d5', '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'90aa95516c664aef94b667c55fdaffe9', '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'dc2784a1-be20-40ff-aa36-84d153d080dc', 'swap': 0}) 2018-08-01 06:11:08,061 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-01 06:11:08,064 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.21:8774/v2.1/flavors/dc2784a1-be20-40ff-aa36-84d153d080dc/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}9b007379683dd65dbeebfbc1493cd855e78f5421" -d '{"extra_specs": {}}' 2018-08-01 06:11:08,084 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 06:11:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-035bc800-08e8-4a2a-a991-82dec83bbfc8 x-compute-request-id: req-035bc800-08e8-4a2a-a991-82dec83bbfc8 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-01 06:11:08,084 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors/dc2784a1-be20-40ff-aa36-84d153d080dc/os-extra_specs used request id req-035bc800-08e8-4a2a-a991-82dec83bbfc8 2018-08-01 06:11:08,084 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0226330757141s 2018-08-01 06:11:08,084 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.21:8774/v2.1/flavors/dc2784a1-be20-40ff-aa36-84d153d080dc/os-extra_specs used request id req-035bc800-08e8-4a2a-a991-82dec83bbfc8 2018-08-01 06:11:08,084 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Starting Juju Bootstrap process... 2018-08-01 07:50:37,271 - 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=52814035-d559-4b01-b950-197d07401789', '--config', 'ssl-hostname-verification=false', '--config', 'use-floating-ip=true', '--config', 'use-default-secgroup=true', '--debug'] 06:11:08 INFO juju.cmd supercommand.go:63 running juju [2.2.5 gc go1.9.4] 06:11:08 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=52814035-d559-4b01-b950-197d07401789", "--config", "ssl-hostname-verification=false", "--config", "use-floating-ip=true", "--config", "use-default-secgroup=true", "--debug"} 06:11:08 DEBUG juju.cmd.juju.commands bootstrap.go:804 authenticating with region "regionOne" and credential "abot-epc" () 06:11:08 DEBUG juju.cmd.juju.commands bootstrap.go:932 provider attrs: map[network:52814035-d559-4b01-b950-197d07401789 external-network: use-floating-ip:true use-default-secgroup:true] 06:11:08 INFO cmd authkeys.go:114 Adding contents of "/root/.local/share/juju/ssh/juju_id_rsa.pub" to authorized-keys 06:11:08 DEBUG juju.cmd.juju.commands bootstrap.go:988 preparing controller with config: map[apt-ftp-proxy: image-stream:released apt-http-proxy: authorized-keys:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDOEElbJa9cyfiOW0paaSK1AKfoKj3pqsc2SMb3vHJHDlAmmiQgKS48s1GvegO56gQVwT5AlVWhoGB6UQjrrA3OxUAHbFN4GBpJnObXrOMm8o1zLvmxxpk/DOGG/on+WUI9WB7czayC/ItNYb7uwrAinYloX9rJ7B5jClU7SoiLypdh1zSd8sd23/4udHVR4FyGJ5E8cdLhJsmK5Spc/goGIHZXPmOwoVd8tiu7gY8d1FixUtLjhjpOlOIGHGfFCncNeI1mvxEsD0AkD4UyPdHbm2WPP/HDY50M4141X2A6oYoNofiqTOyKmOM3jJ7wUnpwUEHI7tGZFgKDm0Ow9scb juju-client-key default-series:xenial apt-no-proxy: name:controller update-status-hook-interval:5m logging-config: ignore-machine-addresses:false https-proxy: uuid:8048ff3b-a3b9-445f-8603-0ff3548f8ef6 agent-stream:released provisioner-harvest-mode:destroyed logforward-enabled:false test-mode:false external-network: disable-network-management:false ssl-hostname-verification:false enable-os-refresh-update:true use-floating-ip:true net-bond-reconfigure-delay:17 agent-metadata-url: max-status-history-size:5G network:52814035-d559-4b01-b950-197d07401789 type:openstack transmit-vendor-metrics:true proxy-ssh:false apt-mirror: no-proxy:127.0.0.1,localhost,::1 ftp-proxy: resource-tags: use-default-secgroup:true firewall-mode:instance max-status-history-age:336h apt-https-proxy: enable-os-upgrade:true http-proxy: automatically-retry-hooks:true development:false image-metadata-url: max-action-results-age:336h max-action-results-size:5G] 06:11:08 INFO juju.provider.openstack provider.go:144 opening model "controller" 06:11:08 DEBUG goose :1 auth details: &{Token:gAAAAABbYU78UBfpfpBnULE7PTd5IkoJIIzq7WNRnanohI47Y46s-J6V9KqgykbDvhyCU8AIC78apSn9MxSQ-pEe6tgC7IQQAYvZOStt9qkmDETHaNM93RKRaRqfhUP4_ao0WcyoFCFX5VPI0VsaO4D2gLQsiQ80Bm-Jx3XejBleY0_-dUCJ5uU TenantId:9fdb56dedf7e49e89a470c2e898019eb UserId:b8fa1625ef8140668a182c87f3995465 Domain: RegionServiceURLs:map[regionOne:map[orchestration:http://172.30.9.21:8004/v1/9fdb56dedf7e49e89a470c2e898019eb placement:http://172.30.9.21:8778/placement alarming:http://172.30.9.21:8042 cloudformation:http://172.30.9.21:8000/v1 network:http://172.30.9.21:9696 object-store:http://172.30.9.21:8080/v1/AUTH_9fdb56dedf7e49e89a470c2e898019eb compute:http://172.30.9.21:8774/v2.1 image:http://172.30.9.21:9292 event:http://172.30.9.21:8977 volumev3:http://172.30.9.21:8776/v3/9fdb56dedf7e49e89a470c2e898019eb metric:http://172.30.9.21:8041 identity:http://172.30.9.21:5000 volumev2:http://172.30.9.21:8776/v2/9fdb56dedf7e49e89a470c2e898019eb volume:http://172.30.9.21:8776/v1/9fdb56dedf7e49e89a470c2e898019eb]]} 06:11:08 INFO cmd bootstrap.go:482 Creating Juju controller "abot-controller" on abot-epc/regionOne 06:11:08 DEBUG goose :1 performing API version discovery for "http://172.30.9.21:8774/" 06:11:08 DEBUG goose :1 discovered API versions: [{Version:{major:2 minor:0} Links:[{Href:http://172.30.9.21:8774/v2/ Rel:self}] Status:SUPPORTED} {Version:{major:2 minor:1} Links:[{Href:http://172.30.9.21:8774/v2.1/ Rel:self}] Status:CURRENT}] 06:11:09 INFO juju.cmd.juju.commands bootstrap.go:540 combined bootstrap constraints: mem=2048M 06:11:09 DEBUG juju.environs.bootstrap bootstrap.go:199 model "controller" supports service/machine networks: true 06:11:09 DEBUG juju.environs.bootstrap bootstrap.go:201 network management by juju enabled: true 06:11:09 DEBUG juju.environs.bootstrap bootstrap.go:685 no agent directory found, using default agent binary metadata source: https://streams.canonical.com/juju/tools 06:11:09 DEBUG juju.environs.bootstrap bootstrap.go:710 setting default image metadata source: /root/images 06:11:09 DEBUG juju.environs imagemetadata.go:46 new user image datasource registered: bootstrap metadata 06:11:09 INFO juju.environs.bootstrap bootstrap.go:728 custom image metadata added to search path 06:11:09 INFO cmd bootstrap.go:233 Loading image metadata 06:11:09 DEBUG juju.environs imagemetadata.go:112 obtained image datasource "bootstrap metadata" 06:11:09 DEBUG juju.environs imagemetadata.go:112 obtained image datasource "default cloud images" 06:11:09 DEBUG juju.environs imagemetadata.go:112 obtained image datasource "default ubuntu cloud images" 06:11:09 DEBUG juju.environs.bootstrap bootstrap.go:576 constraints for image metadata lookup &{{{regionOne http://172.30.9.21:5000/v3} [yakkety win2012r2 win7 vivid genericlinux zesty win2016nano win81 utopic opensuseleap win2016 win2012hv win10 raring win2012 win2016hv win8 win2012hvr2 quantal saucy trusty precise xenial win2008r2 centos7 wily] [amd64 i386 armhf arm64 ppc64el s390x] released}} 06:11:09 DEBUG juju.environs.bootstrap bootstrap.go:588 found 2 image metadata in bootstrap metadata 06:11:11 DEBUG juju.environs.bootstrap bootstrap.go:588 found 0 image metadata in default cloud images 06:11:12 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.21:5000/v3} not found 06:11:12 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.21:5000/v3} not found 06:11:12 DEBUG juju.environs.bootstrap bootstrap.go:592 found 2 image metadata from all image data sources 06:11:12 INFO cmd bootstrap.go:296 Looking for packaged Juju agent version 2.2.9 for amd64 06:11:12 INFO juju.environs.bootstrap tools.go:72 looking for bootstrap agent binaries: version=2.2.9 06:11:12 DEBUG juju.environs.tools tools.go:101 finding agent binaries in stream "released" 06:11:12 DEBUG juju.environs.tools tools.go:103 reading agent binaries with major.minor version 2.2 06:11:12 DEBUG juju.environs.tools tools.go:111 filtering agent binaries by version: 2.2.9 06:11:12 DEBUG juju.environs.tools tools.go:114 filtering agent binaries by series: xenial 06:11:12 DEBUG juju.environs.tools tools.go:117 filtering agent binaries by architecture: amd64 06:11:12 DEBUG juju.environs.tools urls.go:109 trying datasource "keystone catalog" 06:11:13 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 []} 06:11:16 INFO juju.environs.bootstrap tools.go:74 found 1 packaged agent binaries 06:11:16 INFO cmd bootstrap.go:357 Starting new instance for initial controller Launching controller instance(s) on abot-epc/regionOne... 06:11:17 DEBUG juju.environs.instances image.go:64 instance constraints {region: regionOne, series: xenial, arches: [amd64], constraints: mem=2048M, storage: []} 06:11:17 DEBUG juju.environs.instances image.go:70 matching constraints {region: regionOne, series: xenial, arches: [amd64], constraints: mem=2048M, storage: []} against possible image metadata [{Id:82fd4bb2-082d-4b84-9922-64560a11818c Arch:amd64 VirtType:}] 06:11:17 INFO juju.environs.instances image.go:106 find instance - using image with id: 82fd4bb2-082d-4b84-9922-64560a11818c 06:11:17 DEBUG juju.cloudconfig.instancecfg instancecfg.go:832 Setting numa ctl preference to false 06:11:17 DEBUG juju.service discovery.go:63 discovered init system "systemd" from series "xenial" 06:11:17 DEBUG juju.provider.openstack provider.go:1010 openstack user data; 2489 bytes 06:11:17 DEBUG juju.provider.openstack provider.go:1022 using network id "52814035-d559-4b01-b950-197d07401789" 06:11:17 DEBUG goose :1 performing API version discovery for "http://172.30.9.21:9696/" 06:11:17 DEBUG goose :1 discovered API versions: [{Version:{major:2 minor:0} Links:[{Href:http://172.30.9.21:9696/v2.0/ Rel:self}] Status:CURRENT}] 06:11:22 INFO juju.provider.openstack provider.go:1146 trying to build instance in availability zone "nova" - instance "ca46f872-6e56-4fc0-95a6-57d696bb2618" has status BUILD, wait 10 seconds before retry, attempt 1 - instance "ca46f872-6e56-4fc0-95a6-57d696bb2618" has status BUILD, wait 10 seconds before retry, attempt 2 - instance "ca46f872-6e56-4fc0-95a6-57d696bb2618" has status BUILD, wait 10 seconds before retry, attempt 3 - instance "ca46f872-6e56-4fc0-95a6-57d696bb2618" has status BUILD, wait 10 seconds before retry, attempt 4 - instance "ca46f872-6e56-4fc0-95a6-57d696bb2618" has status BUILD, wait 10 seconds before retry, attempt 5 - instance "ca46f872-6e56-4fc0-95a6-57d696bb2618" has status BUILD, wait 10 seconds before retry, attempt 6 - instance "ca46f872-6e56-4fc0-95a6-57d696bb2618" has status BUILD, wait 10 seconds before retry, attempt 7 - instance "ca46f872-6e56-4fc0-95a6-57d696bb2618" has status BUILD, wait 10 seconds before retry, attempt 8 - instance "ca46f872-6e56-4fc0-95a6-57d696bb2618" has status BUILD, wait 10 seconds before retry, attempt 9 - instance "ca46f872-6e56-4fc0-95a6-57d696bb2618" has status BUILD, wait 10 seconds before retry, attempt 10 - instance "ca46f872-6e56-4fc0-95a6-57d696bb2618" has status BUILD, wait 10 seconds before retry, attempt 11 06:13:26 INFO juju.provider.openstack provider.go:1189 started instance "ca46f872-6e56-4fc0-95a6-57d696bb2618" 06:13:26 DEBUG juju.provider.openstack provider.go:1193 allocating public IP address for openstack node 06:13:28 DEBUG juju.provider.openstack networking.go:216 allocated new public IP: 172.30.9.206 06:13:28 INFO juju.provider.openstack provider.go:1198 allocated public IP 172.30.9.206 - ca46f872-6e56-4fc0-95a6-57d696bb2618 (arch=amd64 mem=2G cores=1) 06:13:31 INFO juju.environs.bootstrap bootstrap.go:606 newest version: 2.2.9 06:13:31 INFO juju.environs.bootstrap bootstrap.go:613 failed to find 2.2.5 tools, will attempt to use 2.2.9 06:13:31 INFO juju.environs.bootstrap bootstrap.go:621 picked bootstrap agent binary version: 2.2.9 06:13:31 INFO juju.environs.bootstrap bootstrap.go:393 Installing Juju agent on bootstrap instance 06:13:34 INFO cmd bootstrap.go:485 Fetching Juju GUI 2.12.3 06:13:34 DEBUG juju.cloudconfig.instancecfg instancecfg.go:832 Setting numa ctl preference to false Waiting for address 06:13:35 DEBUG juju.provider.openstack provider.go:414 instance ca46f872-6e56-4fc0-95a6-57d696bb2618 has floating IP address: 172.30.9.206 Attempting to connect to 172.30.9.206:22 Attempting to connect to 192.168.120.21:22 06:13:35 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 192.168.120.21 failed: ssh: connect to host 192.168.120.21 port 22: Connection refused 06:13: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-8f8ef6-controller-0: Connection timed out Cloud-init v. 18.2 running 'init-local' at Wed, 01 Aug 2018 06:13:22 +0000. Up 5.96 seconds. Cloud-init v. 18.2 running 'init' at Wed, 01 Aug 2018 06:13:23 +0000. Up 7.11 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.120.21 | 255.255.255.0 | . | fa:16:3e:6f:93:b7 | ci-info: | ens3 | True | fe80::f816:3eff:fe6f:93b7/64 | . | link | fa:16:3e:6f:93:b7 | ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | . | ci-info: | lo | True | ::1/128 | . | host | . | ci-info: +--------+------+------------------------------+---------------+-------+-------------------+ ci-info: +++++++++++++++++++++++++++++++++Route IPv4 info+++++++++++++++++++++++++++++++++ ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | ens3 | UG | ci-info: | 1 | 169.254.169.254 | 192.168.120.2 | 255.255.255.255 | ens3 | UGH | ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | ens3 | U | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ Generating locales (this might take a while)... en_US.UTF-8... done Generation complete. Cloud-init v. 18.2 running 'modules:config' at Wed, 01 Aug 2018 06:13:28 +0000. Up 11.47 seconds. + install -D -m 644 /dev/null /etc/systemd/system/juju-clean-shutdown.service + printf %s\n [Unit] Description=Stop all network interfaces on shutdown DefaultDependencies=false After=final.target [Service] Type=oneshot ExecStart=/sbin/ifdown -a -v --force StandardOutput=tty StandardError=tty [Install] WantedBy=final.target + /bin/systemctl enable /etc/systemd/system/juju-clean-shutdown.service Created symlink from /etc/systemd/system/final.target.wants/juju-clean-shutdown.service to /etc/systemd/system/juju-clean-shutdown.service. + install -D -m 644 /dev/null /var/lib/juju/nonce.txt + printf %s\n user-admin:bootstrap Cloud-init v. 18.2 running 'modules:final' at Wed, 01 Aug 2018 06:13:30 +0000. Up 13.63 seconds. Cloud-init v. 18.2 finished at Wed, 01 Aug 2018 06:13:30 +0000. Datasource DataSourceOpenStack [net,ver=2]. Up 13.86 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:wFE+hIBZ8uorZQryTYGZBQvcFCQywj24otdgsn6eQ0g root@juju-8f8ef6-controller-0 The key's randomart image is: +---[RSA 2048]----+ |B.OO+..oo | |o*+B...+ | | o=o o o | |oE*.. . . | |++oo . S | |=o+.o | |+*oo | |o..+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:v0F4wLmAGX5HLoR6XocDVSFXYTPQYMRzLC1dp2FiZS4 root@juju-8f8ef6-controller-0 The key's randomart image is: +---[DSA 1024]----+ | .o++XXO+* . | | .o= B=+*B + | | .+.+.*=E o | | . ..++.+ . | | o . oS o | | . + | | o | | o | | . | +----[SHA256]-----+ Generating public/private ecdsa key pair. Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. The key fingerprint is: SHA256:IXOWIuRBv+gawg3akm6eQY8OcCw86Wzw36n+LvkdU4k root@juju-8f8ef6-controller-0 The key's randomart image is: +---[ECDSA 256]---+ | .+ | | o o . | | o = = | |... o B o . | |+*o . . E o | |O**. . | |*B+o.. o | |=+o+o. o o | |o=..+** . | +----[SHA256]-----+ Running apt-get update Err:1 http://nova.clouds.archive.ubuntu.com/ubuntu xenial InRelease Temporary failure resolving 'nova.clouds.archive.ubuntu.com' Err:2 http://security.ubuntu.com/ubuntu xenial-security InRelease Temporary failure resolving 'security.ubuntu.com' Err:3 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates InRelease Temporary failure resolving 'nova.clouds.archive.ubuntu.com' Err:4 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-backports InRelease Temporary failure resolving 'nova.clouds.archive.ubuntu.com' Reading package lists... W: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/dists/xenial/InRelease Temporary failure resolving 'nova.clouds.archive.ubuntu.com' W: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/dists/xenial-updates/InRelease Temporary failure resolving 'nova.clouds.archive.ubuntu.com' W: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/dists/xenial-backports/InRelease Temporary failure resolving 'nova.clouds.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://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'nova.clouds.archive.ubuntu.com' Err:2 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'nova.clouds.archive.ubuntu.com' E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'nova.clouds.archive.ubuntu.com' E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'nova.clouds.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://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'nova.clouds.archive.ubuntu.com' Err:2 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'nova.clouds.archive.ubuntu.com' E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'nova.clouds.archive.ubuntu.com' E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'nova.clouds.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://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'nova.clouds.archive.ubuntu.com' Err:2 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'nova.clouds.archive.ubuntu.com' E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'nova.clouds.archive.ubuntu.com' E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'nova.clouds.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://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'nova.clouds.archive.ubuntu.com' Err:2 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'nova.clouds.archive.ubuntu.com' E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'nova.clouds.archive.ubuntu.com' E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'nova.clouds.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://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'nova.clouds.archive.ubuntu.com' Err:2 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'nova.clouds.archive.ubuntu.com' E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'nova.clouds.archive.ubuntu.com' E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'nova.clouds.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://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'nova.clouds.archive.ubuntu.com' Err:2 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'nova.clouds.archive.ubuntu.com' E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'nova.clouds.archive.ubuntu.com' E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'nova.clouds.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://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'nova.clouds.archive.ubuntu.com' Err:2 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'nova.clouds.archive.ubuntu.com' E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'nova.clouds.archive.ubuntu.com' E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'nova.clouds.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://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'nova.clouds.archive.ubuntu.com' Err:2 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'nova.clouds.archive.ubuntu.com' E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'nova.clouds.archive.ubuntu.com' E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'nova.clouds.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://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'nova.clouds.archive.ubuntu.com' Err:2 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'nova.clouds.archive.ubuntu.com' E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'nova.clouds.archive.ubuntu.com' E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'nova.clouds.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://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'nova.clouds.archive.ubuntu.com' Err:2 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'nova.clouds.archive.ubuntu.com' E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'nova.clouds.archive.ubuntu.com' E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'nova.clouds.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://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'nova.clouds.archive.ubuntu.com' Err:2 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'nova.clouds.archive.ubuntu.com' E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'nova.clouds.archive.ubuntu.com' E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'nova.clouds.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://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'nova.clouds.archive.ubuntu.com' Err:2 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'nova.clouds.archive.ubuntu.com' E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'nova.clouds.archive.ubuntu.com' E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'nova.clouds.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://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'nova.clouds.archive.ubuntu.com' Err:2 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'nova.clouds.archive.ubuntu.com' E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'nova.clouds.archive.ubuntu.com' E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'nova.clouds.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://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'nova.clouds.archive.ubuntu.com' Err:2 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'nova.clouds.archive.ubuntu.com' E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'nova.clouds.archive.ubuntu.com' E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'nova.clouds.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://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'nova.clouds.archive.ubuntu.com' Err:2 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'nova.clouds.archive.ubuntu.com' E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'nova.clouds.archive.ubuntu.com' E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'nova.clouds.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://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'nova.clouds.archive.ubuntu.com' Err:2 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'nova.clouds.archive.ubuntu.com' E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'nova.clouds.archive.ubuntu.com' E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'nova.clouds.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://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'nova.clouds.archive.ubuntu.com' Err:2 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'nova.clouds.archive.ubuntu.com' E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'nova.clouds.archive.ubuntu.com' E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'nova.clouds.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://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'nova.clouds.archive.ubuntu.com' Err:2 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'nova.clouds.archive.ubuntu.com' E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'nova.clouds.archive.ubuntu.com' E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'nova.clouds.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://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'nova.clouds.archive.ubuntu.com' Err:2 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'nova.clouds.archive.ubuntu.com' E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'nova.clouds.archive.ubuntu.com' E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'nova.clouds.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://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'nova.clouds.archive.ubuntu.com' Err:2 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'nova.clouds.archive.ubuntu.com' E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'nova.clouds.archive.ubuntu.com' E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'nova.clouds.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://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'nova.clouds.archive.ubuntu.com' Err:2 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'nova.clouds.archive.ubuntu.com' E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'nova.clouds.archive.ubuntu.com' E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'nova.clouds.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://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'nova.clouds.archive.ubuntu.com' Err:2 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'nova.clouds.archive.ubuntu.com' E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'nova.clouds.archive.ubuntu.com' E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'nova.clouds.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://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'nova.clouds.archive.ubuntu.com' Err:2 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'nova.clouds.archive.ubuntu.com' E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'nova.clouds.archive.ubuntu.com' E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'nova.clouds.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://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'nova.clouds.archive.ubuntu.com' Err:2 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'nova.clouds.archive.ubuntu.com' E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'nova.clouds.archive.ubuntu.com' E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'nova.clouds.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://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'nova.clouds.archive.ubuntu.com' Err:2 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'nova.clouds.archive.ubuntu.com' E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'nova.clouds.archive.ubuntu.com' E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'nova.clouds.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://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'nova.clouds.archive.ubuntu.com' Err:2 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'nova.clouds.archive.ubuntu.com' E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'nova.clouds.archive.ubuntu.com' E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'nova.clouds.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://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'nova.clouds.archive.ubuntu.com' Err:2 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'nova.clouds.archive.ubuntu.com' E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'nova.clouds.archive.ubuntu.com' E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'nova.clouds.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://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'nova.clouds.archive.ubuntu.com' Err:2 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'nova.clouds.archive.ubuntu.com' E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'nova.clouds.archive.ubuntu.com' E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'nova.clouds.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://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'nova.clouds.archive.ubuntu.com' Err:2 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'nova.clouds.archive.ubuntu.com' E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'nova.clouds.archive.ubuntu.com' E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'nova.clouds.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://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'nova.clouds.archive.ubuntu.com' Err:2 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'nova.clouds.archive.ubuntu.com' E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'nova.clouds.archive.ubuntu.com' E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'nova.clouds.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://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'nova.clouds.archive.ubuntu.com' Err:2 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'nova.clouds.archive.ubuntu.com' E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'nova.clouds.archive.ubuntu.com' E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'nova.clouds.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://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'nova.clouds.archive.ubuntu.com' Err:2 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'nova.clouds.archive.ubuntu.com' E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'nova.clouds.archive.ubuntu.com' E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'nova.clouds.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://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'nova.clouds.archive.ubuntu.com' Err:2 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'nova.clouds.archive.ubuntu.com' E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'nova.clouds.archive.ubuntu.com' E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'nova.clouds.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://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'nova.clouds.archive.ubuntu.com' Err:2 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'nova.clouds.archive.ubuntu.com' E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'nova.clouds.archive.ubuntu.com' E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'nova.clouds.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://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'nova.clouds.archive.ubuntu.com' Err:2 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'nova.clouds.archive.ubuntu.com' E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'nova.clouds.archive.ubuntu.com' E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'nova.clouds.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://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'nova.clouds.archive.ubuntu.com' Err:2 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'nova.clouds.archive.ubuntu.com' E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'nova.clouds.archive.ubuntu.com' E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'nova.clouds.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://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'nova.clouds.archive.ubuntu.com' Err:2 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'nova.clouds.archive.ubuntu.com' E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'nova.clouds.archive.ubuntu.com' E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'nova.clouds.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://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'nova.clouds.archive.ubuntu.com' Err:2 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'nova.clouds.archive.ubuntu.com' E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'nova.clouds.archive.ubuntu.com' E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'nova.clouds.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://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'nova.clouds.archive.ubuntu.com' Err:2 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'nova.clouds.archive.ubuntu.com' E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'nova.clouds.archive.ubuntu.com' E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'nova.clouds.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://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'nova.clouds.archive.ubuntu.com' Err:2 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'nova.clouds.archive.ubuntu.com' E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'nova.clouds.archive.ubuntu.com' E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'nova.clouds.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://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'nova.clouds.archive.ubuntu.com' Err:2 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'nova.clouds.archive.ubuntu.com' E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'nova.clouds.archive.ubuntu.com' E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'nova.clouds.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://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'nova.clouds.archive.ubuntu.com' Err:2 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 Temporary failure resolving 'nova.clouds.archive.ubuntu.com' E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'nova.clouds.archive.ubuntu.com' E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/c/cpu-checker/cpu-checker_0.7-0ubuntu7_amd64.deb Temporary failure resolving 'nova.clouds.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://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 Temporary failure resolving 'nova.clouds.archive.ubuntu.com' Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 cpu-checker amd64 0.7-0ubuntu7 [6,862 B] Fetched 6,862 B in 1min 40s (67 B/s) E: Failed to fetch http://nova.clouds.archive.ubuntu.com/ubuntu/pool/main/m/msr-tools/msr-tools_1.3-2_amd64.deb Temporary failure resolving 'nova.clouds.archive.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: msr-tools The following NEW packages will be installed: cpu-checker msr-tools 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 10.6 kB/17.5 kB of archives. After this operation, 87.0 kB of additional disk space will be used. Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 msr-tools amd64 1.3-2 [10.6 kB] Fetched 10.6 kB in 0s (24.2 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 ... 54118 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://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 bridge-utils amd64 1.5-9ubuntu1 [28.6 kB] Fetched 28.6 kB in 0s (58.7 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 ... 54132 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,365 kB of archives. After this operation, 24.2 MB of additional disk space will be used. Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libiscsi2 amd64 1.12.0-2 [51.5 kB] Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 distro-info amd64 0.14build1 [20.0 kB] Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 genisoimage amd64 9:1.1.11-3ubuntu1 [316 kB] Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libaio1 amd64 0.3.110-2 [6,356 B] Get:5 http://nova.clouds.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://nova.clouds.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://nova.clouds.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://nova.clouds.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://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libnspr4 amd64 2:4.13.1-0ubuntu0.16.04.1 [112 kB] Get:10 http://nova.clouds.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://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libnss3 amd64 2:3.28.4-0ubuntu0.16.04.3 [1,148 kB] Get:12 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 librados2 amd64 10.2.9-0ubuntu0.16.04.1 [1,644 kB] Get:13 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 librbd1 amd64 10.2.9-0ubuntu0.16.04.1 [2,185 kB] Get:14 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 qemu-block-extra amd64 1:2.5+dfsg-5ubuntu10.30 [31.3 kB] Get:15 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 qemu-utils amd64 1:2.5+dfsg-5ubuntu10.30 [578 kB] Get:16 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 sharutils amd64 1:4.15.2-1ubuntu0.1 [148 kB] Get:17 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 cloud-image-utils all 0.27-0ubuntu25.1 [15.8 kB] Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 cloud-utils all 0.27-0ubuntu25.1 [1,512 B] Fetched 6,365 kB in 3s (1,617 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 ... 54158 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.9-0ubuntu0.16.04.1_amd64.deb ... Unpacking librados2 (10.2.9-0ubuntu0.16.04.1) ... Selecting previously unselected package librbd1. Preparing to unpack .../librbd1_10.2.9-0ubuntu0.16.04.1_amd64.deb ... Unpacking librbd1 (10.2.9-0ubuntu0.16.04.1) ... Selecting previously unselected package qemu-block-extra:amd64. Preparing to unpack .../qemu-block-extra_1%3a2.5+dfsg-5ubuntu10.30_amd64.deb ... Unpacking qemu-block-extra:amd64 (1:2.5+dfsg-5ubuntu10.30) ... Selecting previously unselected package qemu-utils. Preparing to unpack .../qemu-utils_1%3a2.5+dfsg-5ubuntu10.30_amd64.deb ... Unpacking qemu-utils (1:2.5+dfsg-5ubuntu10.30) ... 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.9-0ubuntu0.16.04.1) ... Setting up librbd1 (10.2.9-0ubuntu0.16.04.1) ... Setting up qemu-block-extra:amd64 (1:2.5+dfsg-5ubuntu10.30) ... Setting up qemu-utils (1:2.5+dfsg-5ubuntu10.30) ... 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 5.140s; size 22122498 bytes; speed 4303603.000 bytes/s Tools downloaded successfully. d1347b6d15d4d22a7b23d7e4a6dab35c9d078bf628b59bed520bb7788dc782be /var/lib/juju/tools/2.2.9-xenial-amd64/tools.tar.gz 80e7bb6beb479685bc21e7f529f61e5fd2219773cf7343f459f227301d2e38d4 /var/lib/juju/gui/gui.tar.bz2 Installing Juju machine agent 2018-08-01 07:50:33 INFO juju.cmd supercommand.go:63 running jujud [2.2.9 gc go1.8] 2018-08-01 07:50: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-01 07:50:33 DEBUG juju.agent agent.go:552 read agent config, format "2.0" 2018-08-01 07:50:33 INFO juju.provider.openstack provider.go:144 opening model "controller" 2018-08-01 07:50:33 DEBUG goose :22 auth details: &{Token:gAAAAABbYWZJ6rvmLqWlPjDGDiTExddeTzv60MxvEKs2BTZE0wIgTX7db3SIsTohXehDpcf_31mOs_ZT0sYF16Iv4EQNuXdu7daKwY71tb8uyJTHby0sumVB37GKvz-bRobzcAV_VsTnb5yfulEmFl-OWCaKBW2k7_g2uOLDaSDM5EFeK3dWP7A TenantId:9fdb56dedf7e49e89a470c2e898019eb UserId:b8fa1625ef8140668a182c87f3995465 Domain: RegionServiceURLs:map[regionOne:map[compute:http://172.30.9.21:8774/v2.1 volume:http://172.30.9.21:8776/v1/9fdb56dedf7e49e89a470c2e898019eb volumev3:http://172.30.9.21:8776/v3/9fdb56dedf7e49e89a470c2e898019eb metric:http://172.30.9.21:8041 cloudformation:http://172.30.9.21:8000/v1 placement:http://172.30.9.21:8778/placement object-store:http://172.30.9.21:8080/v1/AUTH_9fdb56dedf7e49e89a470c2e898019eb orchestration:http://172.30.9.21:8004/v1/9fdb56dedf7e49e89a470c2e898019eb network:http://172.30.9.21:9696 identity:http://172.30.9.21:5000 volumev2:http://172.30.9.21:8776/v2/9fdb56dedf7e49e89a470c2e898019eb image:http://172.30.9.21:9292 event:http://172.30.9.21:8977 alarming:http://172.30.9.21:8042]]} 2018-08-01 07:50:33 DEBUG goose :22 performing API version discovery for "http://172.30.9.21:8774/" 2018-08-01 07:50:33 DEBUG goose :22 discovered API versions: [{Version:{major:2 minor:0} Links:[{Href:http://172.30.9.21:8774/v2/ Rel:self}] Status:SUPPORTED} {Version:{major:2 minor:1} Links:[{Href:http://172.30.9.21:8774/v2.1/ Rel:self}] Status:CURRENT}] 2018-08-01 07:50:36 DEBUG juju.provider.openstack provider.go:414 instance ca46f872-6e56-4fc0-95a6-57d696bb2618 has floating IP address: 172.30.9.206 2018-08-01 07:50:37 INFO juju.agent identity.go:22 writing system identity file 2018-08-01 07:50:37 DEBUG juju.cmd.jujud bootstrap.go:323 starting mongo 2018-08-01 07:50:37 DEBUG juju.cmd.jujud bootstrap.go:351 calling ensureMongoServer 2018-08-01 07:50:37 INFO juju.mongo mongo.go:465 Ensuring mongo server is running; data directory /var/lib/juju; port 37017 2018-08-01 07:50:37 INFO juju.mongo mongo.go:663 installing [juju-mongodb3.2 juju-mongo-tools3.2] 2018-08-01 07:50: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-01 07:50: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-01 07:50:37 ERROR juju.mongo mongo.go:675 installing mongo failed: packaging command failed: encountered fatal error: unable to locate package 2018-08-01 07:50:37 INFO juju.mongo mongo.go:676 will try fallback packages [juju-mongodb] 2018-08-01 07:50: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-01 07:50: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-01 07:50: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-01 07:50: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-01 07:50: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-01 07:50:37 DEBUG juju.cmd.jujud main.go:187 jujud complete, code 0, err 2018-08-01 07:50:37,400 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-01 07:50:37,401 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | juju_epc | functest | 99:52 | FAIL | +-------------------+------------------+------------------+----------------+ 2018-08-01 07:50:37,504 - functest.opnfv_tests.vnf.epc.juju_epc - ERROR - Exception with Juju Cleanup: ['juju', 'debug-log', '--replay', '--no-tail'] ERROR no API addresses 2018-08-01 07:50:37,506 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-08-01 07:50:37,904 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ed1e3c9b852e426e8d791112d2fd4701", "name": "member"}, {"id": "147f18c7e1e349fc8e383440249c4c73", "name": "reader"}], "expires_at": "2018-08-01T08:50:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9fdb56dedf7e49e89a470c2e898019eb", "name": "juju_epc-project_c7a2024b-e81a-48ed-9636-5b4d611b66d5"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:8004/v1/9fdb56dedf7e49e89a470c2e898019eb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5af2a23f0d4746a18ce9987becf49813"}, {"url": "http://192.30.9.7:8004/v1/9fdb56dedf7e49e89a470c2e898019eb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d6722b9f2184abb8e7b581d10709b51"}, {"url": "http://192.30.9.7:8004/v1/9fdb56dedf7e49e89a470c2e898019eb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc81206c7ec74b63a868c84343e2355a"}], "type": "orchestration", "id": "032123c5c07d477ab419a77fddb5ca2b", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/9fdb56dedf7e49e89a470c2e898019eb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00197bc0507d42718c9de1a1f3ff7fa9"}, {"url": "http://192.30.9.7:8776/v2/9fdb56dedf7e49e89a470c2e898019eb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "186c94a5205743a68de2c02795dd12cf"}, {"url": "http://192.30.9.7:8776/v2/9fdb56dedf7e49e89a470c2e898019eb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32c49f45893f4074a75a056facd63fc5"}], "type": "volumev2", "id": "09ef7c245fd9479f97ffee152dae0c8e", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27e89bb29a0d43ce83aefd4cae0f7bd7"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "295d31abf3f44d85b346281cd9c04740"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d685797f4b164aa48837a822ed32598b"}], "type": "alarming", "id": "0f8615b3651c41099fe76f0fa5b23dd1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f0c9b6089cd4f558ee73fabe48d842a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "551cf56b00bd4d038a8694d11700f2ef"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9ea08b0116c4412eaded9a074baa4211"}], "type": "image", "id": "17038717f3f0408e8c9d5af024ea0aab", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "17647a3a3a00479b9213e6f6cf7a30ea", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c2328ef964c4156917122cfb247f0c4"}, {"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33d0ce77838b4a0fbe56c50f7b1e4d71"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38b745fc1fe14a8691a6fb2553ade0e0"}], "type": "event", "id": "1d35633c710f4d9c88e1f50abe614b06", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/9fdb56dedf7e49e89a470c2e898019eb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dcebb246e8d42fab040b053411c0957"}, {"url": "http://192.30.9.7:8776/v3/9fdb56dedf7e49e89a470c2e898019eb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92f3de4ac4f44b9a95bdb5c3f0c34d51"}, {"url": "http://172.30.9.21:8776/v3/9fdb56dedf7e49e89a470c2e898019eb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f92025e32c9344f587283e14c1506699"}], "type": "volumev3", "id": "27b85f80d71f464183ff256181f71b43", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0f1136276d75402689a9c377621253ce"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b943f44b606457c91b7d5098b199be0"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b47ac34c09dc4c05b1ca4c869d47eaeb"}], "type": "metric", "id": "5a0ae06ba8b741ffb51d39c9adb9451c", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10bc7f20cf92414cb6d088da882341c5"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "53c0109d8bd545ef83f6d70ce101d52d"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d3688eabec1484e8c6549a46b35b25f"}], "type": "cloudformation", "id": "64e449782da244a4b49ea375e297a3ea", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/9fdb56dedf7e49e89a470c2e898019eb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8713e9b13a6e43c59e8aa6d6cd510b2b"}, {"url": "http://192.30.9.7:8776/v1/9fdb56dedf7e49e89a470c2e898019eb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b073433cdd0f4518882ecf0e413ae4af"}, {"url": "http://172.30.9.21:8776/v1/9fdb56dedf7e49e89a470c2e898019eb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fc41a1400c1945199a7f0758b5566e31"}], "type": "volume", "id": "6951fb022adb46feaa04f1020c483fd1", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "247e0a42582047fb8b1a74db1f38edf7"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37ed8998a3894a91b69a9e4f00e62b69"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b11d1b5d1d9043d88291c85c92eb73f4"}], "type": "placement", "id": "83e7ef9cff3b4731b936862816b9afd9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "432bfc9d0c4249dd9ccda5421e19b9e2"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f93c2c146b149cbb3483078f52c4bdf"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd4fdce564324509818028dc78641d8d"}], "type": "network", "id": "94871ebfcb5240ebb8b1c19b8739272c", "name": "neutron"}, {"endpoints": [{"url": "http://12.0.0.40:8080/v1/AUTH_9fdb56dedf7e49e89a470c2e898019eb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2333bd642dd5455c8f03d343d974704d"}, {"url": "http://12.0.0.40:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c3a57c4832a74174a0c0889da1e1364b"}, {"url": "http://172.30.9.21:8080/v1/AUTH_9fdb56dedf7e49e89a470c2e898019eb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f27db37221fb446f86228761531722fd"}], "type": "object-store", "id": "b008c8aea7694b57822ddc559b6dfc45", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "038ac873a08f40dab615db1106f36b91"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9c064a815b5c40c0bb0beee1dee18b58"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa33b6fd9ec24bfb9e27785b76bc205d"}], "type": "identity", "id": "de72ed0871ef4a7bab6d7ea0bbfa8d90", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c04b9806aca48e692c506107e0bd3a6"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "449f60307ac54b799d4527d2070f35db"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d69efddbf8af404a9b303b99cfb12f43"}], "type": "compute", "id": "eb2dd02d9ef54f67b42600e437ecb401", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "juju_epc-user_c7a2024b-e81a-48ed-9636-5b4d611b66d5", "id": "b8fa1625ef8140668a182c87f3995465"}, "audit_ids": ["9MMpUBw0Qwmwju0RNNPVmg"], "issued_at": "2018-08-01T07:50:37.000000Z"}} 2018-08-01 07:50:37,908 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-01 07:50:37,908 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}892a985190fbea6c073a3024c95f0bcaea63e518" 2018-08-01 07:50:38,189 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 557 X-Openstack-Request-Id: req-5cb6d068-21e8-4f53-a547-307150517212 Date: Wed, 01 Aug 2018 07:50:38 GMT RESP BODY: {"floatingips": [{"router_id": "8e241f26-46a3-4172-86d8-dcfdac8a5a4f", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-01T06:13:30Z", "floating_network_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "fixed_ip_address": "192.168.120.21", "floating_ip_address": "172.30.9.206", "revision_number": 2, "port_id": "462f6840-fa86-4bf8-bedf-7ea4780c8b5c", "id": "11251358-3295-48a2-979a-e1c8a4749227", "tenant_id": "9fdb56dedf7e49e89a470c2e898019eb", "created_at": "2018-08-01T06:13:28Z", "project_id": "9fdb56dedf7e49e89a470c2e898019eb"}]} 2018-08-01 07:50:38,189 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-5cb6d068-21e8-4f53-a547-307150517212 2018-08-01 07:50:38,189 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.28120303154s 2018-08-01 07:50:38,189 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-5cb6d068-21e8-4f53-a547-307150517212 2018-08-01 07:50:38,196 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-08-01 07:50:38,197 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/floatingips/11251358-3295-48a2-979a-e1c8a4749227.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}892a985190fbea6c073a3024c95f0bcaea63e518" 2018-08-01 07:50:39,412 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-34e92529-cfcb-4eef-a87a-ef4487f03602 Content-Length: 0 Date: Wed, 01 Aug 2018 07:50:39 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-01 07:50:39,412 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/floatingips/11251358-3295-48a2-979a-e1c8a4749227.json used request id req-34e92529-cfcb-4eef-a87a-ef4487f03602 2018-08-01 07:50:39,413 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 1.21615314484s 2018-08-01 07:50:39,413 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/floatingips/11251358-3295-48a2-979a-e1c8a4749227.json used request id req-34e92529-cfcb-4eef-a87a-ef4487f03602 2018-08-01 07:50:39,418 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-01 07:50:39,419 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}892a985190fbea6c073a3024c95f0bcaea63e518" 2018-08-01 07:50:39,648 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-5865fe54-126c-4253-a5c7-01b21df638e1 Date: Wed, 01 Aug 2018 07:50:39 GMT RESP BODY: {"floatingips": []} 2018-08-01 07:50:39,648 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-5865fe54-126c-4253-a5c7-01b21df638e1 2018-08-01 07:50:39,648 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.229820013046s 2018-08-01 07:50:39,648 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/floatingips.json used request id req-5865fe54-126c-4253-a5c7-01b21df638e1 2018-08-01 07:50:39,650 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-01 07:50:39,654 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9292/v2/images/69aad351-5352-41bb-b15e-7102f7e46bc9 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}892a985190fbea6c073a3024c95f0bcaea63e518" 2018-08-01 07:50:41,897 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-4ad2198f-7460-4792-94ea-e4da5c2395e4 Date: Wed, 01 Aug 2018 07:50: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-01 07:50:41,898 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/69aad351-5352-41bb-b15e-7102f7e46bc9 used request id req-4ad2198f-7460-4792-94ea-e4da5c2395e4 2018-08-01 07:50:41,898 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 2.24777388573s 2018-08-01 07:50:41,898 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/69aad351-5352-41bb-b15e-7102f7e46bc9 used request id req-4ad2198f-7460-4792-94ea-e4da5c2395e4 2018-08-01 07:50:41,899 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-01 07:50:41,899 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.21:5000/v3/auth/tokens 2018-08-01 07:50:42,298 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "ed1e3c9b852e426e8d791112d2fd4701", "name": "member"}, {"id": "147f18c7e1e349fc8e383440249c4c73", "name": "reader"}, {"id": "86fab6e3eccc4f5f9bd58caee92e2693", "name": "admin"}], "expires_at": "2018-08-01T08:50:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "90aa95516c664aef94b667c55fdaffe9", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.21:8004/v1/90aa95516c664aef94b667c55fdaffe9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5af2a23f0d4746a18ce9987becf49813"}, {"url": "http://192.30.9.7:8004/v1/90aa95516c664aef94b667c55fdaffe9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5d6722b9f2184abb8e7b581d10709b51"}, {"url": "http://192.30.9.7:8004/v1/90aa95516c664aef94b667c55fdaffe9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cc81206c7ec74b63a868c84343e2355a"}], "type": "orchestration", "id": "032123c5c07d477ab419a77fddb5ca2b", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.21:8776/v2/90aa95516c664aef94b667c55fdaffe9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "00197bc0507d42718c9de1a1f3ff7fa9"}, {"url": "http://192.30.9.7:8776/v2/90aa95516c664aef94b667c55fdaffe9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "186c94a5205743a68de2c02795dd12cf"}, {"url": "http://192.30.9.7:8776/v2/90aa95516c664aef94b667c55fdaffe9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "32c49f45893f4074a75a056facd63fc5"}], "type": "volumev2", "id": "09ef7c245fd9479f97ffee152dae0c8e", "name": "cinderv2"}, {"endpoints": [{"url": "http://192.30.9.7:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "27e89bb29a0d43ce83aefd4cae0f7bd7"}, {"url": "http://172.30.9.21:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "295d31abf3f44d85b346281cd9c04740"}, {"url": "http://192.30.9.7:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d685797f4b164aa48837a822ed32598b"}], "type": "alarming", "id": "0f8615b3651c41099fe76f0fa5b23dd1", "name": "aodh"}, {"endpoints": [{"url": "http://192.30.9.7:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f0c9b6089cd4f558ee73fabe48d842a"}, {"url": "http://192.30.9.7:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "551cf56b00bd4d038a8694d11700f2ef"}, {"url": "http://172.30.9.21:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9ea08b0116c4412eaded9a074baa4211"}], "type": "image", "id": "17038717f3f0408e8c9d5af024ea0aab", "name": "glance"}, {"endpoints": [], "type": "metering", "id": "17647a3a3a00479b9213e6f6cf7a30ea", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.7:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1c2328ef964c4156917122cfb247f0c4"}, {"url": "http://172.30.9.21:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "33d0ce77838b4a0fbe56c50f7b1e4d71"}, {"url": "http://192.30.9.7:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38b745fc1fe14a8691a6fb2553ade0e0"}], "type": "event", "id": "1d35633c710f4d9c88e1f50abe614b06", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v3/90aa95516c664aef94b667c55fdaffe9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0dcebb246e8d42fab040b053411c0957"}, {"url": "http://192.30.9.7:8776/v3/90aa95516c664aef94b667c55fdaffe9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "92f3de4ac4f44b9a95bdb5c3f0c34d51"}, {"url": "http://172.30.9.21:8776/v3/90aa95516c664aef94b667c55fdaffe9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f92025e32c9344f587283e14c1506699"}], "type": "volumev3", "id": "27b85f80d71f464183ff256181f71b43", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.7:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0f1136276d75402689a9c377621253ce"}, {"url": "http://192.30.9.7:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9b943f44b606457c91b7d5098b199be0"}, {"url": "http://172.30.9.21:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b47ac34c09dc4c05b1ca4c869d47eaeb"}], "type": "metric", "id": "5a0ae06ba8b741ffb51d39c9adb9451c", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.7:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10bc7f20cf92414cb6d088da882341c5"}, {"url": "http://192.30.9.7:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "53c0109d8bd545ef83f6d70ce101d52d"}, {"url": "http://172.30.9.21:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "9d3688eabec1484e8c6549a46b35b25f"}], "type": "cloudformation", "id": "64e449782da244a4b49ea375e297a3ea", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.7:8776/v1/90aa95516c664aef94b667c55fdaffe9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "8713e9b13a6e43c59e8aa6d6cd510b2b"}, {"url": "http://192.30.9.7:8776/v1/90aa95516c664aef94b667c55fdaffe9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "b073433cdd0f4518882ecf0e413ae4af"}, {"url": "http://172.30.9.21:8776/v1/90aa95516c664aef94b667c55fdaffe9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "fc41a1400c1945199a7f0758b5566e31"}], "type": "volume", "id": "6951fb022adb46feaa04f1020c483fd1", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.7:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "247e0a42582047fb8b1a74db1f38edf7"}, {"url": "http://192.30.9.7:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "37ed8998a3894a91b69a9e4f00e62b69"}, {"url": "http://172.30.9.21:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b11d1b5d1d9043d88291c85c92eb73f4"}], "type": "placement", "id": "83e7ef9cff3b4731b936862816b9afd9", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.7:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "432bfc9d0c4249dd9ccda5421e19b9e2"}, {"url": "http://172.30.9.21:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4f93c2c146b149cbb3483078f52c4bdf"}, {"url": "http://192.30.9.7:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "fd4fdce564324509818028dc78641d8d"}], "type": "network", "id": "94871ebfcb5240ebb8b1c19b8739272c", "name": "neutron"}, {"endpoints": [{"url": "http://12.0.0.40:8080/v1/AUTH_90aa95516c664aef94b667c55fdaffe9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2333bd642dd5455c8f03d343d974704d"}, {"url": "http://12.0.0.40:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c3a57c4832a74174a0c0889da1e1364b"}, {"url": "http://172.30.9.21:8080/v1/AUTH_90aa95516c664aef94b667c55fdaffe9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f27db37221fb446f86228761531722fd"}], "type": "object-store", "id": "b008c8aea7694b57822ddc559b6dfc45", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.21:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "038ac873a08f40dab615db1106f36b91"}, {"url": "http://192.30.9.7:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "9c064a815b5c40c0bb0beee1dee18b58"}, {"url": "http://192.30.9.7:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aa33b6fd9ec24bfb9e27785b76bc205d"}], "type": "identity", "id": "de72ed0871ef4a7bab6d7ea0bbfa8d90", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.21:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "0c04b9806aca48e692c506107e0bd3a6"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "449f60307ac54b799d4527d2070f35db"}, {"url": "http://192.30.9.7:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d69efddbf8af404a9b303b99cfb12f43"}], "type": "compute", "id": "eb2dd02d9ef54f67b42600e437ecb401", "name": "nova"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "749556e27c83423fb69e649d00450103"}, "audit_ids": ["mBuyGW6YRoSGMcArycspsA"], "issued_at": "2018-08-01T07:50:42.000000Z"}} 2018-08-01 07:50:42,301 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21: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}b678cdc1f4a90d983d3ad146c00d014225cd7664" 2018-08-01 07:50:42,922 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 07:50:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b4ff0024-aaec-48b2-abb0-c46869a578dd x-compute-request-id: req-b4ff0024-aaec-48b2-abb0-c46869a578dd Content-Encoding: gzip Content-Length: 599 Content-Type: application/json RESP BODY: {"flavors": [{"name": "juju_epc-flavor_c7a2024b-e81a-48ed-9636-5b4d611b66d5", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/4672bc4e-3c11-4f9d-a048-58d640e8fcb0", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/4672bc4e-3c11-4f9d-a048-58d640e8fcb0", "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": "4672bc4e-3c11-4f9d-a048-58d640e8fcb0"}, {"name": "shaker-flavor_ada014ec-51b2-4b16-abc8-039585ddedf9", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/80cad012-10a6-4ee0-be06-4098e5231e52", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/80cad012-10a6-4ee0-be06-4098e5231e52", "rel": "bookmark"}], "ram": 512, "OS-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": "80cad012-10a6-4ee0-be06-4098e5231e52"}, {"name": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/d408bbdd-eb67-4274-af5f-12cad1e36091", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/d408bbdd-eb67-4274-af5f-12cad1e36091", "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": "d408bbdd-eb67-4274-af5f-12cad1e36091"}, {"name": "juju_epc-flavor_alt_c7a2024b-e81a-48ed-9636-5b4d611b66d5", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/dc2784a1-be20-40ff-aa36-84d153d080dc", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/dc2784a1-be20-40ff-aa36-84d153d080dc", "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": "dc2784a1-be20-40ff-aa36-84d153d080dc"}, {"name": "vmtp-flavor_455f0502-39b9-4683-ab46-623f9d25bfec", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/e80222cd-7913-499f-adff-4da7988d266d", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/e80222cd-7913-499f-adff-4da7988d266d", "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": "e80222cd-7913-499f-adff-4da7988d266d"}]} 2018-08-01 07:50:42,922 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-b4ff0024-aaec-48b2-abb0-c46869a578dd 2018-08-01 07:50:42,923 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 1.02391314507s 2018-08-01 07:50:42,923 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-b4ff0024-aaec-48b2-abb0-c46869a578dd 2018-08-01 07:50:42,927 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-01 07:50:42,930 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:8774/v2.1/flavors/dc2784a1-be20-40ff-aa36-84d153d080dc -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b678cdc1f4a90d983d3ad146c00d014225cd7664" 2018-08-01 07:50:42,966 - keystoneauth.session - DEBUG - RESP: [202] Date: Wed, 01 Aug 2018 07:50:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-9ed128bb-fa3e-4b81-8eb9-78a2a8e8a4ae x-compute-request-id: req-9ed128bb-fa3e-4b81-8eb9-78a2a8e8a4ae Content-Length: 0 Content-Type: application/json 2018-08-01 07:50:42,966 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/dc2784a1-be20-40ff-aa36-84d153d080dc used request id req-9ed128bb-fa3e-4b81-8eb9-78a2a8e8a4ae 2018-08-01 07:50:42,967 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0391530990601s 2018-08-01 07:50:42,967 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/dc2784a1-be20-40ff-aa36-84d153d080dc used request id req-9ed128bb-fa3e-4b81-8eb9-78a2a8e8a4ae 2018-08-01 07:50:42,967 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-01 07:50:42,968 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.21:9696/v2.0/routers/8e241f26-46a3-4172-86d8-dcfdac8a5a4f/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}892a985190fbea6c073a3024c95f0bcaea63e518" -d '{"subnet_id": "26049f50-8fb3-46d6-9619-a977ee38d3a6"}' 2018-08-01 07:50:44,553 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-bb13b5e4-1f73-4247-881f-3cd1b98770fc Date: Wed, 01 Aug 2018 07:50:44 GMT RESP BODY: {"network_id": "52814035-d559-4b01-b950-197d07401789", "tenant_id": "9fdb56dedf7e49e89a470c2e898019eb", "subnet_id": "26049f50-8fb3-46d6-9619-a977ee38d3a6", "subnet_ids": ["26049f50-8fb3-46d6-9619-a977ee38d3a6"], "port_id": "5b8615a4-7ba8-4f40-9ee5-2f9f3bd9e900", "id": "8e241f26-46a3-4172-86d8-dcfdac8a5a4f"} 2018-08-01 07:50:44,553 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/8e241f26-46a3-4172-86d8-dcfdac8a5a4f/remove_router_interface.json used request id req-bb13b5e4-1f73-4247-881f-3cd1b98770fc 2018-08-01 07:50:44,553 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.58573389053s 2018-08-01 07:50:44,553 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.21:9696/v2.0/routers/8e241f26-46a3-4172-86d8-dcfdac8a5a4f/remove_router_interface.json used request id req-bb13b5e4-1f73-4247-881f-3cd1b98770fc returning object 8e241f26-46a3-4172-86d8-dcfdac8a5a4f 2018-08-01 07:50:44,554 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-01 07:50:44,555 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}892a985190fbea6c073a3024c95f0bcaea63e518" 2018-08-01 07:50:44,859 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 622 X-Openstack-Request-Id: req-e0584ba0-1927-4277-ba98-9bd9f260d759 Date: Wed, 01 Aug 2018 07:50:44 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "262fe7ec-b437-40b8-908b-6eb66c149655", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "e06facf3-a24e-40d5-a5ce-a0901a6e4875", "ip_address": "172.30.9.215"}]}, "description": "", "tags": [], "tenant_id": "9fdb56dedf7e49e89a470c2e898019eb", "created_at": "2018-08-01T06:10:47Z", "admin_state_up": true, "updated_at": "2018-08-01T07:50:43Z", "revision_number": 4, "routes": [], "project_id": "9fdb56dedf7e49e89a470c2e898019eb", "id": "8e241f26-46a3-4172-86d8-dcfdac8a5a4f", "name": "juju_epc-router_c7a2024b-e81a-48ed-9636-5b4d611b66d5"}]} 2018-08-01 07:50:44,859 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-e0584ba0-1927-4277-ba98-9bd9f260d759 2018-08-01 07:50:44,859 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.305243015289s 2018-08-01 07:50:44,860 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/routers.json used request id req-e0584ba0-1927-4277-ba98-9bd9f260d759 2018-08-01 07:50:44,861 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-01 07:50:44,861 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/routers/8e241f26-46a3-4172-86d8-dcfdac8a5a4f.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}892a985190fbea6c073a3024c95f0bcaea63e518" 2018-08-01 07:50:46,465 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-06083a3a-85a6-4286-9dcd-24aca63cde18 Content-Length: 0 Date: Wed, 01 Aug 2018 07:50:46 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-01 07:50:46,465 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/routers/8e241f26-46a3-4172-86d8-dcfdac8a5a4f.json used request id req-06083a3a-85a6-4286-9dcd-24aca63cde18 2018-08-01 07:50:46,465 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.60389113426s 2018-08-01 07:50:46,465 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/routers/8e241f26-46a3-4172-86d8-dcfdac8a5a4f.json used request id req-06083a3a-85a6-4286-9dcd-24aca63cde18 2018-08-01 07:50:46,466 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-01 07:50:46,466 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}892a985190fbea6c073a3024c95f0bcaea63e518" 2018-08-01 07:50:46,713 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-f8e73e57-da64-4a7c-81f0-b565d57aa07e Date: Wed, 01 Aug 2018 07:50:46 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"52814035-d559-4b01-b950-197d07401789","tenant_id":"9fdb56dedf7e49e89a470c2e898019eb","created_at":"2018-08-01T06:10:47Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-01T06:10:47Z","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":"9fdb56dedf7e49e89a470c2e898019eb","id":"26049f50-8fb3-46d6-9619-a977ee38d3a6","subnetpool_id":null,"name":"juju_epc-subnet_c7a2024b-e81a-48ed-9636-5b4d611b66d5"}]} 2018-08-01 07:50:46,713 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-f8e73e57-da64-4a7c-81f0-b565d57aa07e 2018-08-01 07:50:46,714 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.247698068619s 2018-08-01 07:50:46,714 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.21:9696/v2.0/subnets.json used request id req-f8e73e57-da64-4a7c-81f0-b565d57aa07e 2018-08-01 07:50:46,715 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-01 07:50:46,716 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9696/v2.0/subnets/26049f50-8fb3-46d6-9619-a977ee38d3a6.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}892a985190fbea6c073a3024c95f0bcaea63e518" 2018-08-01 07:50:46,911 - keystoneauth.session - DEBUG - RESP: [409] Content-Type: application/json Content-Length: 204 X-Openstack-Request-Id: req-905449db-45ff-46ab-b555-171e2e34f8d9 Date: Wed, 01 Aug 2018 07:50:46 GMT RESP BODY: {"NeutronError": {"message": "Unable to complete operation on subnet 26049f50-8fb3-46d6-9619-a977ee38d3a6: One or more ports have an IP allocation from this subnet.", "type": "SubnetInUse", "detail": ""}} 2018-08-01 07:50:46,911 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.21:9696/v2.0/subnets/26049f50-8fb3-46d6-9619-a977ee38d3a6.json used request id req-905449db-45ff-46ab-b555-171e2e34f8d9 2018-08-01 07:50:46,911 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 0.195854902267s 2018-08-01 07:50:46,912 - 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 245, 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.21:9696/v2.0/subnets/26049f50-8fb3-46d6-9619-a977ee38d3a6.json Unable to complete operation on subnet 26049f50-8fb3-46d6-9619-a977ee38d3a6: One or more ports have an IP allocation from this subnet. 2018-08-01 07:50:46,917 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-01 07:50:46,921 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}892a985190fbea6c073a3024c95f0bcaea63e518" 2018-08-01 07:50:47,571 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1199 Content-Type: application/json X-Openstack-Request-Id: req-76e5ba8d-025d-42b0-a5ad-aeed0a29da8b Date: Wed, 01 Aug 2018 07:50:47 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://1c426f71-e315-470f-a765-a4a983e8d919/images/82fd4bb2-082d-4b84-9922-64560a11818c/snap", "metadata": {}}], "file": "/v2/images/82fd4bb2-082d-4b84-9922-64560a11818c/file", "owner": "9fdb56dedf7e49e89a470c2e898019eb", "id": "82fd4bb2-082d-4b84-9922-64560a11818c", "size": 292618240, "self": "/v2/images/82fd4bb2-082d-4b84-9922-64560a11818c", "disk_format": "qcow2", "direct_url": "rbd://1c426f71-e315-470f-a765-a4a983e8d919/images/82fd4bb2-082d-4b84-9922-64560a11818c/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "b9fabb10582ac3ba343db3edbd77499b7be1c113a62f2ca8f58dd0679ae85a20", "updated_at": "2018-08-01T06:10:59Z", "visibility": "private", "owner_specified.shade.object": "images/juju_epc-img_c7a2024b-e81a-48ed-9636-5b4d611b66d5", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "516189fbb544e5f081314c2f1b95fc5a", "name": "juju_epc-img_c7a2024b-e81a-48ed-9636-5b4d611b66d5", "checksum": "516189fbb544e5f081314c2f1b95fc5a", "created_at": "2018-08-01T06:10:54Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-01 07:50:47,571 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-76e5ba8d-025d-42b0-a5ad-aeed0a29da8b 2018-08-01 07:50:47,571 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.653808116913s 2018-08-01 07:50:47,572 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.21:9292/v2/images used request id req-76e5ba8d-025d-42b0-a5ad-aeed0a29da8b 2018-08-01 07:50:47,574 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-01 07:50:47,579 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:9292/v2/images/82fd4bb2-082d-4b84-9922-64560a11818c -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}892a985190fbea6c073a3024c95f0bcaea63e518" 2018-08-01 07:50:48,633 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-2bb96ab2-cb96-48e7-8140-2c6deee49b16 Date: Wed, 01 Aug 2018 07:50: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-01 07:50:48,633 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/82fd4bb2-082d-4b84-9922-64560a11818c used request id req-2bb96ab2-cb96-48e7-8140-2c6deee49b16 2018-08-01 07:50:48,633 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.05910205841s 2018-08-01 07:50:48,633 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.21:9292/v2/images/82fd4bb2-082d-4b84-9922-64560a11818c used request id req-2bb96ab2-cb96-48e7-8140-2c6deee49b16 2018-08-01 07:50:48,634 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-01 07:50:48,636 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.21: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}b678cdc1f4a90d983d3ad146c00d014225cd7664" 2018-08-01 07:50:48,659 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 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-c0541354-08c8-4166-b816-5d33e707745d x-compute-request-id: req-c0541354-08c8-4166-b816-5d33e707745d Content-Encoding: gzip Content-Length: 546 Content-Type: application/json RESP BODY: {"flavors": [{"name": "juju_epc-flavor_c7a2024b-e81a-48ed-9636-5b4d611b66d5", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/4672bc4e-3c11-4f9d-a048-58d640e8fcb0", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/4672bc4e-3c11-4f9d-a048-58d640e8fcb0", "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": "4672bc4e-3c11-4f9d-a048-58d640e8fcb0"}, {"name": "shaker-flavor_ada014ec-51b2-4b16-abc8-039585ddedf9", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/80cad012-10a6-4ee0-be06-4098e5231e52", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/80cad012-10a6-4ee0-be06-4098e5231e52", "rel": "bookmark"}], "ram": 512, "OS-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": "80cad012-10a6-4ee0-be06-4098e5231e52"}, {"name": "heat_ims-flavor_alt_ac19ae67-8a04-434b-b065-8d594a8926e1", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/d408bbdd-eb67-4274-af5f-12cad1e36091", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/d408bbdd-eb67-4274-af5f-12cad1e36091", "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": "d408bbdd-eb67-4274-af5f-12cad1e36091"}, {"name": "vmtp-flavor_455f0502-39b9-4683-ab46-623f9d25bfec", "links": [{"href": "http://172.30.9.21:8774/v2.1/flavors/e80222cd-7913-499f-adff-4da7988d266d", "rel": "self"}, {"href": "http://172.30.9.21:8774/flavors/e80222cd-7913-499f-adff-4da7988d266d", "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": "e80222cd-7913-499f-adff-4da7988d266d"}]} 2018-08-01 07:50:48,660 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-c0541354-08c8-4166-b816-5d33e707745d 2018-08-01 07:50:48,660 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.026095867157s 2018-08-01 07:50:48,660 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.21:8774/v2.1/flavors/detail?is_public=None used request id req-c0541354-08c8-4166-b816-5d33e707745d 2018-08-01 07:50:48,664 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-01 07:50:48,666 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:8774/v2.1/flavors/4672bc4e-3c11-4f9d-a048-58d640e8fcb0 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b678cdc1f4a90d983d3ad146c00d014225cd7664" 2018-08-01 07:50:48,709 - keystoneauth.session - DEBUG - RESP: [202] Date: Wed, 01 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 x-openstack-request-id: req-58226e1f-478d-4810-aad9-b6234d764ec1 x-compute-request-id: req-58226e1f-478d-4810-aad9-b6234d764ec1 Content-Length: 0 Content-Type: application/json 2018-08-01 07:50:48,709 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/4672bc4e-3c11-4f9d-a048-58d640e8fcb0 used request id req-58226e1f-478d-4810-aad9-b6234d764ec1 2018-08-01 07:50:48,709 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0452711582184s 2018-08-01 07:50:48,709 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.21:8774/v2.1/flavors/4672bc4e-3c11-4f9d-a048-58d640e8fcb0 used request id req-58226e1f-478d-4810-aad9-b6234d764ec1 2018-08-01 07:50:48,710 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-01 07:50:48,713 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}b678cdc1f4a90d983d3ad146c00d014225cd7664" 2018-08-01 07:50:48,832 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 07:50:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e693a88f-2fe6-496e-80fd-e972a0df3ff2 Content-Encoding: gzip Content-Length: 839 Content-Type: application/json RESP BODY: {"users": [{"name": "glance", "links": {"self": "http://172.30.9.21:5000/v3/users/0f8a0650d1a846e88ba44704b50255c1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0f8a0650d1a846e88ba44704b50255c1", "email": "glance@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.21:5000/v3/users/130b7ea936644204a37124e676ddf428"}, "domain_id": "default", "enabled": true, "options": {}, "id": "130b7ea936644204a37124e676ddf428", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.21:5000/v3/users/1476f1d37caa49ec90baf29b9d92850d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1476f1d37caa49ec90baf29b9d92850d", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.21:5000/v3/users/386874e6c2464a43ba93f0248a95595b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "386874e6c2464a43ba93f0248a95595b", "email": "aodh@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.21:5000/v3/users/3cb1fd184ec34300aba849c010464d1a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3cb1fd184ec34300aba849c010464d1a", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.21:5000/v3/users/749556e27c83423fb69e649d00450103"}, "domain_id": "default", "enabled": true, "options": {}, "id": "749556e27c83423fb69e649d00450103", "email": "admin@example.com", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.21:5000/v3/users/b6122bbf2037491bb9db6c47618110d1"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b6122bbf2037491bb9db6c47618110d1", "email": "swift@localhost", "password_expires_at": null}, {"name": "juju_epc-user_c7a2024b-e81a-48ed-9636-5b4d611b66d5", "links": {"self": "http://172.30.9.21:5000/v3/users/b8fa1625ef8140668a182c87f3995465"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "b8fa1625ef8140668a182c87f3995465", "domain_id": "default", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.21:5000/v3/users/c09ff16c1a614c8bbc73ec74064357a4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c09ff16c1a614c8bbc73ec74064357a4", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.21:5000/v3/users/c1daa0d43666493abbd83fb1577cff74"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c1daa0d43666493abbd83fb1577cff74", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.21:5000/v3/users/d1cc4ab5045f48be8e12d229b3b59cac"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d1cc4ab5045f48be8e12d229b3b59cac", "email": "cinder@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.21:5000/v3/users/d32629a0e7364688b6a82d496d6e354d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d32629a0e7364688b6a82d496d6e354d", "email": "panko@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.21:5000/v3/users/d5ee6c90793c4cbeb762d8c68db45d5c"}, "domain_id": "cc40371ace4f4c2e9452fa2c52c1368e", "enabled": true, "options": {}, "id": "d5ee6c90793c4cbeb762d8c68db45d5c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.21:5000/v3/users/d91fd39b379e480e825eb2aa75b847b7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d91fd39b379e480e825eb2aa75b847b7", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.21:5000/v3/users/ecd8a45bf2844011921c3e9caab06794"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ecd8a45bf2844011921c3e9caab06794", "email": "heat@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.21:5000/v3/users", "previous": null, "next": null}} 2018-08-01 07:50:48,833 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-e693a88f-2fe6-496e-80fd-e972a0df3ff2 2018-08-01 07:50:48,833 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.122915029526s 2018-08-01 07:50:48,833 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users used request id req-e693a88f-2fe6-496e-80fd-e972a0df3ff2 2018-08-01 07:50:48,839 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-01 07:50:48,842 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21:5000/v3/users/b8fa1625ef8140668a182c87f3995465 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b678cdc1f4a90d983d3ad146c00d014225cd7664" 2018-08-01 07:50:48,947 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 07:50:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-55eb59cd-2b8e-4888-95e6-1f92a6132ca4 Content-Encoding: gzip Content-Length: 227 Content-Type: application/json RESP BODY: {"user": {"name": "juju_epc-user_c7a2024b-e81a-48ed-9636-5b4d611b66d5", "links": {"self": "http://172.30.9.21:5000/v3/users/b8fa1625ef8140668a182c87f3995465"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "b8fa1625ef8140668a182c87f3995465", "description": null}} 2018-08-01 07:50:48,947 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users/b8fa1625ef8140668a182c87f3995465 used request id req-55eb59cd-2b8e-4888-95e6-1f92a6132ca4 2018-08-01 07:50:48,948 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.108247041702s 2018-08-01 07:50:48,948 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/users/b8fa1625ef8140668a182c87f3995465 used request id req-55eb59cd-2b8e-4888-95e6-1f92a6132ca4 2018-08-01 07:50:48,948 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-08-01 07:50:48,952 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:5000/v3/users/b8fa1625ef8140668a182c87f3995465 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b678cdc1f4a90d983d3ad146c00d014225cd7664" 2018-08-01 07:50:49,164 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 01 Aug 2018 07:50:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-eff7ccbc-73d0-4c98-81b7-fbb6bc5c7cbe Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-01 07:50:49,164 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/b8fa1625ef8140668a182c87f3995465 used request id req-eff7ccbc-73d0-4c98-81b7-fbb6bc5c7cbe 2018-08-01 07:50:49,164 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.215368032455s 2018-08-01 07:50:49,164 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/users/b8fa1625ef8140668a182c87f3995465 used request id req-eff7ccbc-73d0-4c98-81b7-fbb6bc5c7cbe 2018-08-01 07:50:49,170 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-01 07:50:49,173 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.21: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}b678cdc1f4a90d983d3ad146c00d014225cd7664" 2018-08-01 07:50:49,277 - keystoneauth.session - DEBUG - RESP: [200] Date: Wed, 01 Aug 2018 07:50:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cff1eb3f-7dde-46af-a062-f668c15e4bc4 Content-Encoding: gzip Content-Length: 498 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.21:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.21:5000/v3/projects/89443fd7c5cf4259bed71fca1c3fe619"}, "tags": [], "enabled": true, "id": "89443fd7c5cf4259bed71fca1c3fe619", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.21:5000/v3/projects/90aa95516c664aef94b667c55fdaffe9"}, "tags": [], "enabled": true, "id": "90aa95516c664aef94b667c55fdaffe9", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: juju_epc", "links": {"self": "http://172.30.9.21:5000/v3/projects/9fdb56dedf7e49e89a470c2e898019eb"}, "tags": [], "enabled": true, "id": "9fdb56dedf7e49e89a470c2e898019eb", "parent_id": "default", "domain_id": "default", "name": "juju_epc-project_c7a2024b-e81a-48ed-9636-5b4d611b66d5"}, {"is_domain": false, "description": "Heat stack user project", "links": {"self": "http://172.30.9.21:5000/v3/projects/d5489dd75d234c748c2670b956cd3e53"}, "tags": [], "enabled": true, "id": "d5489dd75d234c748c2670b956cd3e53", "parent_id": "cc40371ace4f4c2e9452fa2c52c1368e", "domain_id": "cc40371ace4f4c2e9452fa2c52c1368e", "name": "cb07e8418d69451592b95ae8f2017d7c-8eebdb6c-dbef-4c2c-b53d-05028f6"}]} 2018-08-01 07:50:49,277 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects used request id req-cff1eb3f-7dde-46af-a062-f668c15e4bc4 2018-08-01 07:50:49,278 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.107367992401s 2018-08-01 07:50:49,278 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.21:5000/v3/projects used request id req-cff1eb3f-7dde-46af-a062-f668c15e4bc4 2018-08-01 07:50:49,283 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-08-01 07:50:49,286 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.21:5000/v3/projects/9fdb56dedf7e49e89a470c2e898019eb -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b678cdc1f4a90d983d3ad146c00d014225cd7664" 2018-08-01 07:50:49,454 - keystoneauth.session - DEBUG - RESP: [204] Date: Wed, 01 Aug 2018 07:50:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c24a3428-5718-43a0-9254-552061ab660a Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-01 07:50:49,454 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/9fdb56dedf7e49e89a470c2e898019eb used request id req-c24a3428-5718-43a0-9254-552061ab660a 2018-08-01 07:50:49,454 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.171227931976s 2018-08-01 07:50:49,455 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.21:5000/v3/projects/9fdb56dedf7e49e89a470c2e898019eb used request id req-c24a3428-5718-43a0-9254-552061ab660a 2018-08-01 07:50:49,455 - xtesting.ci.run_tests - ERROR - The test case 'juju_epc' failed. 2018-08-01 07:50:49,456 - xtesting.ci.run_tests - INFO - Xtesting report: +----------------------+------------------+--------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +----------------------+------------------+--------------+------------------+----------------+ | cloudify | functest | vnf | 04:52 | PASS | | cloudify_ims | functest | vnf | 01:37 | FAIL | | heat_ims | functest | vnf | 60:29 | FAIL | | vyos_vrouter | functest | vnf | 15:23 | PASS | | juju_epc | functest | vnf | 99:52 | FAIL | +----------------------+------------------+--------------+------------------+----------------+ 2018-08-01 07:50:49,462 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-08-01 07:50:49,478 - paramiko.transport - DEBUG - EOF in transport thread 2018-08-01 07:50:49,484 - paramiko.transport - DEBUG - EOF in transport thread